From 3d6132e6308088c268b6531611521eadd91f7f92 Mon Sep 17 00:00:00 2001 From: Burns-The-Potatos <47405169+Burns-The-Potatos@users.noreply.github.com> Date: Wed, 15 Jan 2020 15:14:11 -0700 Subject: [PATCH 01/54] Update citadel_defines.dm --- code/__DEFINES/citadel_defines.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/citadel_defines.dm b/code/__DEFINES/citadel_defines.dm index da5981ff..e4d902f1 100644 --- a/code/__DEFINES/citadel_defines.dm +++ b/code/__DEFINES/citadel_defines.dm @@ -21,9 +21,9 @@ #define COCK_SIZE_MIN 1 #define COCK_SIZE_MAX 20 -#define COCK_GIRTH_RATIO_MAX 1.25 -#define COCK_GIRTH_RATIO_DEF 0.75 -#define COCK_GIRTH_RATIO_MIN 0.5 +#define COCK_GIRTH_RATIO_MAX 0.6 +#define COCK_GIRTH_RATIO_DEF 0.25 +#define COCK_GIRTH_RATIO_MIN 0.2 #define KNOT_GIRTH_RATIO_MAX 3 #define KNOT_GIRTH_RATIO_DEF 2.1 From 5b566088362496d46681704f5eac221f3058ffbe Mon Sep 17 00:00:00 2001 From: Burns-The-Potatos <47405169+Burns-The-Potatos@users.noreply.github.com> Date: Wed, 15 Jan 2020 15:14:15 -0700 Subject: [PATCH 02/54] Update penis.dm --- modular_citadel/code/modules/arousal/organs/penis.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/arousal/organs/penis.dm b/modular_citadel/code/modules/arousal/organs/penis.dm index 43a512ac..8d7a9e24 100644 --- a/modular_citadel/code/modules/arousal/organs/penis.dm +++ b/modular_citadel/code/modules/arousal/organs/penis.dm @@ -12,8 +12,8 @@ size = 2 //arbitrary value derived from length and girth for sprites. var/length = 6 //inches var/cached_length //used to detect a change in length - var/girth = 4.38 - var/girth_ratio = COCK_GIRTH_RATIO_DEF //0.73; check citadel_defines.dm + var/girth = 1.5 + var/girth_ratio = COCK_GIRTH_RATIO_DEF //0.25; check citadel_defines.dm; why was it .73? var/knot_girth_ratio = KNOT_GIRTH_RATIO_DEF var/list/dickflags = list() var/list/knotted_types = list("knotted", "barbed, knotted") From b828a4d185465cbba11b59694c8952bea440ea98 Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 19 Jan 2020 17:15:40 +1100 Subject: [PATCH 03/54] Breast size preferences increased from E cups to H cups Changed the GLOB.breast_size_list to includes "f", "g" and "h", allowing users to set their breast size preferences up to H, the maximum size before wardrobe malfunctions. --- code/__HELPERS/global_lists.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index d7d486c6..a6e8096c 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -52,7 +52,7 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/vagina, GLOB.vagina_shapes_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/breasts, GLOB.breasts_shapes_list) - GLOB.breasts_size_list = list ("a", "b", "c", "d", "e") //We need the list to choose from initialized, but it's no longer a sprite_accessory thing. + GLOB.breasts_size_list = list ("a", "b", "c", "d", "e", "f", "g", "h") //We need the list to choose from initialized, but it's no longer a sprite_accessory thing. GLOB.gentlemans_organ_names = list("phallus", "willy", "dick", "prick", "member", "tool", "gentleman's organ", "cock", "wang", "knob", "dong", "joystick", "pecker", "johnson", "weenie", "tadger", "schlong", "thirsty ferret", "baloney pony", "schlanger") for(var/K in GLOB.breasts_shapes_list) var/datum/sprite_accessory/breasts/value = GLOB.breasts_shapes_list[K] From 3d60d0659970dbd2022dd2b99219d589cd8d869c Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 19 Jan 2020 19:03:21 +1100 Subject: [PATCH 04/54] Adds milk cleanable Adds a milk cleanable decal which occurs whenever milk is spilled or breasts are used for masturbation or climaxing --- .../modules/reagents/reagents/cit_reagents.dm | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm index 0e823a65..38751db9 100644 --- a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm +++ b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm @@ -85,6 +85,36 @@ S = new(T) if(data["blood_DNA"]) S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) + +/datum/reagent/consumable/milk/reaction_turf(turf/T, reac_volume) + if(!istype(T)) + return + if(reac_volume < 3) + return + + var/obj/effect/decal/cleanable/milk/S = locate() in T + if(!S) + S = new(T) + if(data["blood_DNA"]) + S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) + +/obj/effect/decal/cleanable/milk + name = "milk" + desc = null + gender = PLURAL + density = 0 + layer = ABOVE_NORMAL_TURF_LAYER + icon = 'modular_citadel/icons/obj/genitals/effects.dmi' + icon_state = "milk1" + random_icon_states = list("milk1", "milk2", "milk3", "milk4") + +/obj/effect/decal/cleanable/milk/New() + ..() + dir = pick(1,2,4,8) + add_blood_DNA(list("Non-human DNA" = "A+")) + +/obj/effect/decal/cleanable/milk/replace_decal(obj/effect/decal/cleanable/milk/S) + S.add_blood_DNA(return_blood_DNA()) //aphrodisiac & anaphrodisiac From c7450a5197240319a8f90f1ff086fc10e38beb68 Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 19 Jan 2020 19:17:05 +1100 Subject: [PATCH 05/54] Addition of a milk cleanable decal Milk cleanable decal, which occurs whenever milk is spilt or a player masturbates/climaxes with their breasts. --- .../modules/reagents/reagents/cit_reagents.dm | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm index 0e823a65..38751db9 100644 --- a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm +++ b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm @@ -85,6 +85,36 @@ S = new(T) if(data["blood_DNA"]) S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) + +/datum/reagent/consumable/milk/reaction_turf(turf/T, reac_volume) + if(!istype(T)) + return + if(reac_volume < 3) + return + + var/obj/effect/decal/cleanable/milk/S = locate() in T + if(!S) + S = new(T) + if(data["blood_DNA"]) + S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) + +/obj/effect/decal/cleanable/milk + name = "milk" + desc = null + gender = PLURAL + density = 0 + layer = ABOVE_NORMAL_TURF_LAYER + icon = 'modular_citadel/icons/obj/genitals/effects.dmi' + icon_state = "milk1" + random_icon_states = list("milk1", "milk2", "milk3", "milk4") + +/obj/effect/decal/cleanable/milk/New() + ..() + dir = pick(1,2,4,8) + add_blood_DNA(list("Non-human DNA" = "A+")) + +/obj/effect/decal/cleanable/milk/replace_decal(obj/effect/decal/cleanable/milk/S) + S.add_blood_DNA(return_blood_DNA()) //aphrodisiac & anaphrodisiac From 8d44840f333f6d534c566d2cea1ae0acdfc980d6 Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 19 Jan 2020 19:23:23 +1100 Subject: [PATCH 06/54] Reverted changes fuck --- .../modules/reagents/reagents/cit_reagents.dm | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm index 38751db9..0e823a65 100644 --- a/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm +++ b/modular_citadel/code/modules/reagents/reagents/cit_reagents.dm @@ -85,36 +85,6 @@ S = new(T) if(data["blood_DNA"]) S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) - -/datum/reagent/consumable/milk/reaction_turf(turf/T, reac_volume) - if(!istype(T)) - return - if(reac_volume < 3) - return - - var/obj/effect/decal/cleanable/milk/S = locate() in T - if(!S) - S = new(T) - if(data["blood_DNA"]) - S.add_blood_DNA(list(data["blood_DNA"] = data["blood_type"])) - -/obj/effect/decal/cleanable/milk - name = "milk" - desc = null - gender = PLURAL - density = 0 - layer = ABOVE_NORMAL_TURF_LAYER - icon = 'modular_citadel/icons/obj/genitals/effects.dmi' - icon_state = "milk1" - random_icon_states = list("milk1", "milk2", "milk3", "milk4") - -/obj/effect/decal/cleanable/milk/New() - ..() - dir = pick(1,2,4,8) - add_blood_DNA(list("Non-human DNA" = "A+")) - -/obj/effect/decal/cleanable/milk/replace_decal(obj/effect/decal/cleanable/milk/S) - S.add_blood_DNA(return_blood_DNA()) //aphrodisiac & anaphrodisiac From 84751165da683edd8f4f18286b96a31cf9eb5a5b Mon Sep 17 00:00:00 2001 From: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> Date: Sun, 19 Jan 2020 20:05:11 -0500 Subject: [PATCH 07/54] Fix the Icon! This fixes a bug with the crusher, when using it and losing the icon. :) --- code/modules/mining/equipment/kinetic_crusher.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 538fd003..3afe64a9 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -2,7 +2,7 @@ /obj/item/twohanded/kinetic_crusher icon = 'icons/obj/mining.dmi' icon_state = "mining_hammer" - item_state = "mining_hammer0" + item_state = "mining_hammer" lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi' name = "proto-kinetic crusher" @@ -97,7 +97,7 @@ playsound(user, 'sound/weapons/plasma_cutter.ogg', 100, 1) D.fire() charged = FALSE - icon_state = "mining_hammer1_uncharged" + icon_state = "mining_hammer" addtimer(CALLBACK(src, .proc/Recharge), charge_time) return if(proximity_flag && isliving(target)) From 05f621577359e5e6cdce15460ef6080521cb37df Mon Sep 17 00:00:00 2001 From: Ecron Date: Sat, 25 Jan 2020 06:49:15 -0500 Subject: [PATCH 08/54] LET THE PLASMOIDS CHOOSE THEY WANGS --- code/modules/mob/living/carbon/human/species_types/plasmamen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm index 82238701..0345fe82 100644 --- a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm +++ b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm @@ -4,7 +4,7 @@ say_mod = "rattles" sexes = 0 meat = /obj/item/stack/sheet/mineral/plasma - species_traits = list(NOBLOOD,NOTRANSSTING,NOGENITALS) + species_traits = list(NOBLOOD,NOTRANSSTING) inherent_traits = list(TRAIT_RESISTCOLD,TRAIT_RADIMMUNE,TRAIT_NOHUNGER) inherent_biotypes = list(MOB_INORGANIC, MOB_HUMANOID) mutantlungs = /obj/item/organ/lungs/plasmaman From fc67964877f2065764152e5a2f2ad96dfd955dca Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:36:17 +1100 Subject: [PATCH 09/54] Enabling breast fluid type customisation --- code/modules/client/preferences.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 906207c0..988ad03b 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -783,6 +783,9 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Cup Size:[features["breasts_size"]]" dat += "Breast Shape:[features["breasts_shape"]]" dat += "Lactates:[features["breasts_producing"] == TRUE ? "Yes" : "No"]" + if(features["breasts_producing"] == TRUE) + dat += "Produces:[features["breasts_fluid"]]" + dat += "" dat += "" dat += "" @@ -1978,6 +1981,12 @@ GLOBAL_LIST_EMPTY(preferences_datums) new_shape = input(user, "Breast Shape", "Character Preference") as null|anything in GLOB.breasts_shapes_list if(new_shape) features["breasts_shape"] = new_shape + + if("breasts_fluid") + var/new_shape + new_shape = input(user, "Breast Fluid", "Character Preference") as null|anything in GLOB.genital_fluids_list + if(new_shape) + features["breasts_fluid"] = new_shape if("breasts_color") var/new_breasts_color = input(user, "Breast Color:", "Character Preference") as color|null From 93f13f2bc3958294e66eadc9b01a1b1af2991774 Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:37:38 +1100 Subject: [PATCH 10/54] Update global_lists.dm --- code/__HELPERS/global_lists.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index d7d486c6..9691ad4f 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -52,7 +52,8 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/vagina, GLOB.vagina_shapes_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/breasts, GLOB.breasts_shapes_list) - GLOB.breasts_size_list = list ("a", "b", "c", "d", "e") //We need the list to choose from initialized, but it's no longer a sprite_accessory thing. + GLOB.breasts_size_list = list ("a", "b", "c", "d", "e", "f", "g", "h") //We need the list to choose from initialized, but it's no longer a sprite_accessory thing. + GLOB.genital_fluids_list = list ("milk", "water", "semen", "blood", "femcum") GLOB.gentlemans_organ_names = list("phallus", "willy", "dick", "prick", "member", "tool", "gentleman's organ", "cock", "wang", "knob", "dong", "joystick", "pecker", "johnson", "weenie", "tadger", "schlong", "thirsty ferret", "baloney pony", "schlanger") for(var/K in GLOB.breasts_shapes_list) var/datum/sprite_accessory/breasts/value = GLOB.breasts_shapes_list[K] From c0cb0850182adf06c5803b84c56d85badcd6a2cb Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:38:13 +1100 Subject: [PATCH 11/54] Update _cit_helpers.dm --- code/__HELPERS/_cit_helpers.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__HELPERS/_cit_helpers.dm b/code/__HELPERS/_cit_helpers.dm index 8683f75b..bfa8f704 100644 --- a/code/__HELPERS/_cit_helpers.dm +++ b/code/__HELPERS/_cit_helpers.dm @@ -62,6 +62,7 @@ GLOBAL_LIST_EMPTY(gentlemans_organ_names) GLOBAL_LIST_EMPTY(balls_shapes_list) GLOBAL_LIST_EMPTY(balls_shapes_icons) GLOBAL_LIST_EMPTY(breasts_size_list) +GLOBAL_LIST_EMPTY(genital_fluids_list) GLOBAL_LIST_EMPTY(breasts_shapes_list) GLOBAL_LIST_EMPTY(breasts_shapes_icons) GLOBAL_LIST_EMPTY(vagina_shapes_list) From 70bc249c7b37f61dde26844e1a6d566668d18e6d Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 26 Jan 2020 17:49:50 +1100 Subject: [PATCH 12/54] Addition of a "your breasts finally feel full, again." message Adds in the "your balls finally feel full, again." message to breasts. --- .../code/modules/arousal/organs/breasts.dm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm index 3df22187..2615aab2 100644 --- a/modular_citadel/code/modules/arousal/organs/breasts.dm +++ b/modular_citadel/code/modules/arousal/organs/breasts.dm @@ -20,6 +20,7 @@ masturbation_verb = "massage" can_climax = TRUE fluid_transfer_factor = 0.5 + var/sent_full_message = TRUE //defaults to 1 since they're full to start /obj/item/organ/genital/breasts/on_life() if(QDELETED(src)) @@ -41,9 +42,20 @@ /obj/item/organ/genital/breasts/proc/generate_milk() if(owner.stat == DEAD) return FALSE + if(reagents.total_volume >= reagents.maximum_volume) + if(!sent_full_message) + send_full_message() + sent_full_message = TRUE + return FALSE + sent_full_message = FALSE reagents.isolate_reagent(fluid_id) reagents.add_reagent(fluid_id, (fluid_mult * fluid_rate)) +/obj/item/organ/genital/breasts/proc/send_full_message(msg = "Your breasts finally feel full, again.") + if(owner && istext(msg)) + to_chat(owner, msg) + return TRUE + /obj/item/organ/genital/breasts/update_appearance() var/lowershape = lowertext(shape) switch(lowershape) From 129422320b7c32f547866759b21ebc0d87868ad9 Mon Sep 17 00:00:00 2001 From: jbox1 <40789662+jbox144@users.noreply.github.com> Date: Sun, 26 Jan 2020 20:51:51 +1100 Subject: [PATCH 13/54] Update breasts.dm --- .../code/modules/arousal/organs/breasts.dm | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm index 3df22187..da8a142f 100644 --- a/modular_citadel/code/modules/arousal/organs/breasts.dm +++ b/modular_citadel/code/modules/arousal/organs/breasts.dm @@ -14,35 +14,44 @@ var/statuscheck = FALSE fluid_id = "milk" var/amount = 2 + fluid_mult = 0.25 // Set to a lower value due to production scaling with size (I.E. D cups produce the "normal" amount) producing = TRUE shape = "Pair" can_masturbate_with = TRUE masturbation_verb = "massage" can_climax = TRUE fluid_transfer_factor = 0.5 + var/sent_full_message = TRUE //defaults to 1 since they're full to start /obj/item/organ/genital/breasts/on_life() if(QDELETED(src)) return if(!reagents || !owner) return - reagents.maximum_volume = fluid_max_volume + reagents.maximum_volume = fluid_max_volume * cached_size * fluid_mult // fluid amount is also scaled by the size of the organ if(fluid_id && producing) if(reagents.total_volume == 0) // Apparently, 0.015 gets rounded down to zero and no reagents are created if we don't start it with 0.1 in the tank. fluid_rate = 0.1 else - fluid_rate = CUM_RATE - if(reagents.total_volume >= 5) - fluid_mult = 0.5 - else - fluid_mult = 1 + fluid_rate = CUM_RATE * cached_size * fluid_mult // fluid rate is scaled by the size of the organ generate_milk() /obj/item/organ/genital/breasts/proc/generate_milk() if(owner.stat == DEAD) return FALSE + if(reagents.total_volume >= reagents.maximum_volume) + if(!sent_full_message) + send_full_message() + sent_full_message = TRUE + return FALSE + sent_full_message = FALSE reagents.isolate_reagent(fluid_id) - reagents.add_reagent(fluid_id, (fluid_mult * fluid_rate)) + reagents.add_reagent(fluid_id, (fluid_rate)) + +/obj/item/organ/genital/breasts/proc/send_full_message(msg = "Your breasts finally feel full, again.") + if(owner && istext(msg)) + to_chat(owner, msg) + return TRUE /obj/item/organ/genital/breasts/update_appearance() var/lowershape = lowertext(shape) @@ -64,7 +73,7 @@ desc += " You estimate that they're [uppertext(size)]-cups." //string = "breasts_[lowertext(shape)]_[size]-s" - if(producing && aroused_state) + if(producing && sent_full_message) desc += " They're leaking [fluid_id]." var/string if(owner) @@ -91,7 +100,6 @@ //this is far too lewd wah /obj/item/organ/genital/breasts/update_size()//wah - if(!ishuman(owner) || !owner) return if(cached_size < 0)//I don't actually know what round() does to negative numbers, so to be safe!!fixed From 442179f1ed5d8a4049b2d78db22f4306cd206e51 Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Mon, 27 Jan 2020 18:11:39 +0800 Subject: [PATCH 14/54] why is this nonexistent?? --- README.md | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..c5b9cd86 --- /dev/null +++ b/README.md @@ -0,0 +1,177 @@ +## Hyper Station 13 + +Based and maintained from Citadel Station. + +[![forinfinityandbyond](https://user-images.githubusercontent.com/5211576/29499758-4efff304-85e6-11e7-8267-62919c3688a9.gif)](https://www.reddit.com/r/SS13/comments/5oplxp/what_is_the_main_problem_with_byond_as_an_engine/dclbu1a) + +[![Krihelimeter](http://www.krihelinator.xyz/badge/quotefox/Hyper-Station-13)](http://www.krihelinator.xyz) + +[![Percentage of issues still open](http://isitmaintained.com/badge/open/quotefox/Hyper-Station-13.svg)](http://isitmaintained.com/project/quotefox/Hyper-Station-13 "Percentage of issues still open") [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/quotefox/Hyper-Station-13.svg)](http://isitmaintained.com/project/quotefox/Hyper-Station-13 "Average time to resolve an issue") + +**Hyper Station Information** +**Website:** http://hyperstation13.com +**Code:** https://github.com/quotefox/Hyper-Station-13 +**Discord:** [Here](https://discord.gg/PCtX2fH). + +**Upstream Information** +**/tg/ Station** +**Website:** http://www.tgstation13.org +**Code:** https://github.com/tgstation/tgstation +**Wiki** http://tgstation13.org/wiki/Main_Page +**IRC:** irc://irc.rizon.net/coderbus or if you dont have an IRC client, you can click [here](https://kiwiirc.com/client/irc.rizon.net:6667/?&theme=cli#coderbus). + +**Citadel Station** +**Website:** http://citadel-station.net +**Code:** https://github.com/Citadel-Station-13/Citadel-Station-13 +**Discord:** [Here](https://discord.gg/E6SQuhz). + +## DOWNLOADING + +There are a number of ways to download the source code. Some are described here, an alternative all-inclusive guide is also located at http://www.tgstation13.org/wiki/Downloading_the_source_code + +Option 1: +Follow this: http://www.tgstation13.org/wiki/Setting_up_git + +Option 2: Download the source code as a zip by clicking the ZIP button in the +code tab of https://github.com/tgstation/tgstation +(note: this will use a lot of bandwidth if you wish to update and is a lot of +hassle if you want to make any changes at all, so it's not recommended.) + +Option 3: Download a pre-compiled nightly at https://tgstation13.download/nightlies/ (same caveats as option 2) + +## INSTALLATION + +First-time installation should be fairly straightforward. First, you'll need +BYOND installed. You can get it from https://www.byond.com/download. Once you've done +that, extract the game files to wherever you want to keep them. This is a +sourcecode-only release, so the next step is to compile the server files. +Open tgstation.dme by double-clicking it, open the Build menu, and click +compile. This'll take a little while, and if everything's done right you'll get +a message like this: + +``` +saving tgstation.dmb (DEBUG mode) +tgstation.dmb - 0 errors, 0 warnings +``` + +If you see any errors or warnings, something has gone wrong - possibly a corrupt +download or the files extracted wrong. If problems persist, ask for assistance +in irc://irc.rizon.net/coderbus + +Once that's done, open up the config folder. You'll want to edit config.txt to +set the probabilities for different gamemodes in Secret and to set your server +location so that all your players don't get disconnected at the end of each +round. It's recommended you don't turn on the gamemodes with probability 0, +except Extended, as they have various issues and aren't currently being tested, +so they may have unknown and bizarre bugs. Extended is essentially no mode, and +isn't in the Secret rotation by default as it's just not very fun. + +You'll also want to edit config/admins.txt to remove the default admins and add +your own. "Game Master" is the highest level of access, and probably the one +you'll want to use for now. You can set up your own ranks and find out more in +config/admin_ranks.txt + +The format is + +``` +byondkey = Rank +``` + +where the admin rank must be properly capitalised. + +This codebase also depends on a native library called rust-g. A precompiled +Windows DLL is included in this repository, but Linux users will need to build +and install it themselves. Directions can be found at the [rust-g +repo](https://github.com/tgstation13/rust-g). + +Finally, to start the server, run Dream Daemon and enter the path to your +compiled tgstation.dmb file. Make sure to set the port to the one you +specified in the config.txt, and set the Security box to 'Safe'. Then press GO +and the server should start up and be ready to join. It is also recommended that +you set up the SQL backend (see below). + +## UPDATING + +To update an existing installation, first back up your /config and /data folders +as these store your server configuration, player preferences and banlist. + +Then, extract the new files (preferably into a clean directory, but updating in +place should work fine), copy your /config and /data folders back into the new +install, overwriting when prompted except if we've specified otherwise, and +recompile the game. Once you start the server up again, you should be running +the new version. + +## HOSTING + +If you'd like a more robust server hosting option for tgstation and its +derivatives. Check out our server tools suite at +https://github.com/tgstation/tgstation-server + +## MAPS + +/tg/station currently comes equipped with five maps. + +* [BoxStation (default)](http://tgstation13.org/wiki/Boxstation) +* [MetaStation](https://tgstation13.org/wiki/MetaStation) +* [DeltaStation](https://tgstation13.org/wiki/DeltaStation) +* [OmegaStation](https://tgstation13.org/wiki/OmegaStation) +* [PubbyStation](https://tgstation13.org/wiki/PubbyStation) + + +All maps have their own code file that is in the base of the _maps directory. Maps are loaded dynamically when the game starts. Follow this guideline when adding your own map, to your fork, for easy compatibility. + +The map that will be loaded for the upcoming round is determined by reading data/next_map.json, which is a copy of the json files found in the _maps tree. If this file does not exist, the default map from config/maps.txt will be loaded. Failing that, BoxStation will be loaded. If you want to set a specific map to load next round you can use the Change Map verb in game before restarting the server or copy a json from _maps to data/next_map.json before starting the server. Also, for debugging purposes, ticking a corresponding map's code file in Dream Maker will force that map to load every round. + +If you are hosting a server, and want randomly picked maps to be played each round, you can enable map rotation in [config.txt](config/config.txt) and then set the maps to be picked in the [maps.txt](config/maps.txt) file. + +Anytime you want to make changes to a map it's imperative you use the [Map Merging tools](http://tgstation13.org/wiki/Map_Merger) + +## AWAY MISSIONS + +/tg/station supports loading away missions however they are disabled by default. + +Map files for away missions are located in the _maps/RandomZLevels directory. Each away mission includes it's own code definitions located in /code/modules/awaymissions/mission_code. These files must be included and compiled with the server beforehand otherwise the server will crash upon trying to load away missions that lack their code. + +To enable an away mission open `config/awaymissionconfig.txt` and uncomment one of the .dmm lines by removing the #. If more than one away mission is uncommented then the away mission loader will randomly select one the enabled ones to load. + +## SQL SETUP + +The SQL backend requires a Mariadb server running 10.2 or later. Mysql is not supported but Mariadb is a drop in replacement for mysql. SQL is required for the library, stats tracking, admin notes, and job-only bans, among other features, mostly related to server administration. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql and /SQL/tgstation_schema_prefix.sql depending on if you want table prefixes. More detailed setup instructions are located here: https://www.tgstation13.org/wiki/Downloading_the_source_code#Setting_up_the_database + +## WEB/CDN RESOURCE DELIVERY + +Web delivery of game resources makes it quicker for players to join and reduces some of the stress on the game server. + +1. Edit compile_options.dm to set the `PRELOAD_RSC` define to `0` +1. Add a url to config/external_rsc_urls pointing to a .zip file containing the .rsc. + * If you keep up to date with /tg/ you could reuse /tg/'s rsc cdn at http://tgstation13.download/byond/tgstation.zip. Otherwise you can use cdn services like CDN77 or cloudflare (requires adding a page rule to enable caching of the zip), or roll your own cdn using route 53 and vps providers. + * Regardless even offloading the rsc to a website without a CDN will be a massive improvement over the in game system for transferring files. + +## IRC BOT SETUP + +Included in the repository is a python3 compatible IRC bot capable of relaying adminhelps to a specified +IRC channel/server, see the /tools/minibot folder for more + +## CONTRIBUTING + +Please see [CONTRIBUTING.md](.github/CONTRIBUTING.md) + +## LICENSE + +All code after [commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST](https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under [GNU AGPL v3](http://www.gnu.org/licenses/agpl-3.0.html). + +All code before [commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST](https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html). +(Including tools unless their readme specifies otherwise.) + +See LICENSE and GPLv3.txt for more details. + +tgui clientside is licensed as a subproject under the MIT license. +Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1 +tgui assets are licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/). +The TGS3 API is licensed as a subproject under the MIT license. + +See tgui/LICENSE.md for the MIT license. +See tgui/assets/fonts/SIL-OFL-1.1-LICENSE.md for the SIL Open Font License. +See the footers of code/\_\_DEFINES/server\_tools.dm, code/modules/server\_tools/st\_commands.dm, and code/modules/server\_tools/st\_inteface.dm for the MIT license. + +All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](http://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated. From 8c4ad4c7283961d0c8e830d84bc4011bee6d370c Mon Sep 17 00:00:00 2001 From: Azarak Date: Tue, 28 Jan 2020 04:19:54 +0100 Subject: [PATCH 15/54] spray paint update --- code/game/objects/items/crayons.dm | 18 +++++++++++++----- code/modules/power/lighting.dm | 5 +++++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/code/game/objects/items/crayons.dm b/code/game/objects/items/crayons.dm index 99d6c874..55c62885 100644 --- a/code/game/objects/items/crayons.dm +++ b/code/game/objects/items/crayons.dm @@ -678,13 +678,20 @@ return - if(istype(target, /obj/structure/window)) + if(isobj(target)) if(actually_paints) + if(color_hex2num(paint_color) < 350 && !istype(target, /obj/structure/window) && !istype(target, /obj/effect/decal/cleanable/crayon)) //Colors too dark are rejected + to_chat(usr, "A color that dark on an object like this? Surely not...") + return FALSE + target.add_atom_colour(paint_color, WASHABLE_COLOUR_PRIORITY) - if(color_hex2num(paint_color) < 255) - target.set_opacity(255) - else - target.set_opacity(initial(target.opacity)) + + if(istype(target, /obj/structure/window)) + if(color_hex2num(paint_color) < 255) + target.set_opacity(255) + else + target.set_opacity(initial(target.opacity)) + . = use_charges(user, 2) var/fraction = min(1, . / reagents.maximum_volume) reagents.reaction(target, TOUCH, fraction * volume_multiplier) @@ -692,6 +699,7 @@ if(pre_noise || post_noise) playsound(user.loc, 'sound/effects/spray.ogg', 5, 1, 5) + user.visible_message("[user] coats [target] with spray paint!", "You coat [target] with spray paint.") return . = ..() diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index f82f0ee8..8d99cbb4 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -323,6 +323,8 @@ var/BR = brightness var/PO = bulb_power var/CO = bulb_colour + if(color) + CO = color var/area/A = get_area(src) if (A && A.fire) CO = bulb_emergency_colour @@ -360,6 +362,9 @@ else removeStaticPower(static_power_used, STATIC_LIGHT) +/obj/machinery/light/update_atom_colour() + . = ..() + update() /obj/machinery/light/process() if (!cell) From a00f43490f4ce7adfd9de250249e3bab3b839c46 Mon Sep 17 00:00:00 2001 From: Seris02 Date: Tue, 28 Jan 2020 21:56:04 +0800 Subject: [PATCH 16/54] yepo --- code/modules/clothing/suits/miscellaneous.dm | 92 ++++++++++++++++++ icons/mob/head.dmi | Bin 210743 -> 210930 bytes icons/mob/suit.dmi | Bin 386765 -> 396435 bytes icons/obj/clothing/hats.dmi | Bin 98002 -> 98909 bytes icons/obj/clothing/suits.dmi | Bin 134170 -> 136941 bytes .../code/modules/client/loadout/suit.dm | 15 +++ 6 files changed, 107 insertions(+) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index f2a86883..7a2fa674 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -527,6 +527,21 @@ min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT flags_inv = HIDEHAIR|HIDEEARS +/obj/item/clothing/suit/hooded/wintercoat/centcom + name = "centcom winter coat" + icon_state = "coatcentcom" + item_state = "coatcentcom" + armor = list("melee" = 40, "bullet" = 45, "laser" = 45, "energy" = 35, "bomb" = 40, "bio" = 25, "rad" = 25, "fire" = 35, "acid" = 50) + hoodtype = /obj/item/clothing/head/hooded/winterhood/centcom + +/obj/item/clothing/suit/hooded/wintercoat/centcom/Initialize() + . = ..() + allowed = GLOB.security_wintercoat_allowed + +/obj/item/clothing/head/hooded/winterhood/centcom + icon_state = "winterhood_centcom" + armor = list("melee" = 40, "bullet" = 45, "laser" = 45, "energy" = 35, "bomb" = 40, "bio" = 25, "rad" = 25, "fire" = 35, "acid" = 50) + /obj/item/clothing/suit/hooded/wintercoat/captain name = "captain's winter coat" icon_state = "coatcaptain" @@ -745,6 +760,16 @@ /obj/item/clothing/head/hooded/winterhood/qm icon_state = "winterhood_qm" +/obj/item/clothing/suit/hooded/wintercoat/aformal + name = "assistant's formal winter coat" + icon_state = "coataformal" + item_state = "coataformal" + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter,/obj/item/clothing/gloves/color/yellow) + hoodtype = /obj/item/clothing/head/hooded/winterhood/aformal + +/obj/item/clothing/head/hooded/winterhood/aformal + icon_state = "winterhood_aformal" + /obj/item/clothing/suit/hooded/wintercoat/miner name = "mining winter coat" icon_state = "coatminer" @@ -756,6 +781,73 @@ /obj/item/clothing/head/hooded/winterhood/miner icon_state = "winterhood_miner" +/obj/item/clothing/suit/hooded/wintercoat/ratvar + name = "ratvarian winter coat" + icon_state = "coatratvar" + item_state = "coatratvar" + armor = list("melee" = 30, "bullet" = 45, "laser" = -10, "energy" = 0, "bomb" = 30, "bio" = 0, "rad" = 0, "fire" = 60, "acid" = 60) + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/clockwork/replica_fabricator, /obj/item/clockwork/integration_cog, /obj/item/clockwork/slab, /obj/item/clockwork/weapon/ratvarian_spear) + hoodtype = /obj/item/clothing/head/hooded/winterhood/ratvar + var/real = TRUE + +/obj/item/clothing/head/hooded/winterhood/ratvar + icon_state = "winterhood_ratvar" + light_range = 3 + light_power = 1 + light_color = "#B18B25" //clockwork slab background top color + +/obj/item/clothing/suit/hooded/wintercoat/ratvar/equipped(mob/living/user,slot) + ..() + if (slot != SLOT_WEAR_SUIT || !real) + return + if (is_servant_of_ratvar(user)) + return + else + user.dropItemToGround(src) + to_chat(user,"\"Amusing that you think you are fit to wear this.\"") + to_chat(user,"Your skin burns where the coat touched your skin!") + user.adjustFireLoss(rand(10,16)) + +/obj/item/clothing/suit/hooded/wintercoat/narsie + name = "narsian winter coat" + icon_state = "coatnarsie" + item_state = "coatnarsie" + armor = list("melee" = 30, "bullet" = 20, "laser" = 30,"energy" = 10, "bomb" = 30, "bio" = 10, "rad" = 10, "fire" = 30, "acid" = 30) + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/restraints/legcuffs/bola/cult,/obj/item/melee/cultblade,/obj/item/melee/cultblade/dagger,/obj/item/reagent_containers/glass/beaker/unholywater,/obj/item/cult_shift,/obj/item/flashlight/flare/culttorch,/obj/item/twohanded/cult_spear) + hoodtype = /obj/item/clothing/head/hooded/winterhood/narsie + var/real = TRUE + +/obj/item/clothing/suit/hooded/wintercoat/narsie/equipped(mob/living/user,slot) + ..() + if (slot != SLOT_WEAR_SUIT || !real) + return + if (iscultist(user)) + return + else + user.dropItemToGround(src) + to_chat(user,"\"You are not fit to wear my follower's coat!\"") + to_chat(user,"Sharp spines jab you from within the coat!") + user.adjustBruteLoss(rand(10,16)) + +/obj/item/clothing/head/hooded/winterhood/narsie + icon_state = "winterhood_narsie" + +/obj/item/clothing/suit/hooded/wintercoat/ratvar/fake + name = "brass winter coat" + icon_state = "coatratvar" + item_state = "coatratvar" + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) + real = FALSE + +/obj/item/clothing/suit/hooded/wintercoat/narsie/fake + name = "runed winter coat" + icon_state = "coatnarsie" + item_state = "coatnarsie" + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) + real = FALSE + /obj/item/clothing/suit/spookyghost name = "spooky ghost" desc = "This is obviously just a bedsheet, but maybe try it on?" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index add7128d69dfa2b4b954a0b55069142448d015f2..9eb5de65dc917377fb4e3a531f89b27933bd7c83 100644 GIT binary patch delta 91075 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%0DYPzJvT@l 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 xMn;+G}nx!*z30lrs6#=jYW#6|!B delta 90286 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�Hc%pvtob=`nGlhp*=GaOmgGY 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 z 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

6=2z68XpNrRxSJ-dT45&U!o3@TtfbV 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

>8`vL4-*Zub8S@()xmfdZX0ZzEKPeJLSh8 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 literal 386765 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μ~O$;2tGY^UV6v= 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 diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 24909c0cc00790264523d69d74d2a2ebd050f570..57530d4c5721421d06ea4b51b27274eb0463186b 100644 GIT binary patch literal 98909 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 z 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 f3^n+_7YGysc#Vq54lWmo@-kbj*sA literal 98002 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%0A<16^*b4 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 RFA4%Sm51sNN)*k4{vSObK|}xm literal 134170 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

aC-gMPgDCL4g$jXM$p-m2j*FmPA?b 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 KQ> Date: Tue, 28 Jan 2020 09:47:50 -0500 Subject: [PATCH 17/54] watcher wing effect lasts for 5 seconds instead of 1 --- code/modules/mining/equipment/kinetic_crusher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 3afe64a9..3fdbacc9 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -261,7 +261,7 @@ desc = "A wing ripped from a watcher. Suitable as a trophy for a kinetic crusher." icon_state = "watcher_wing" denied_type = /obj/item/crusher_trophy/watcher_wing - bonus_value = 10 + bonus_value = 50 /obj/item/crusher_trophy/watcher_wing/effect_desc() return "mark detonation to prevent certain creatures from using certain attacks for [bonus_value*0.1] second\s" From a6dfd6b6b6d13315cce7b6a558ff8fc4802bee24 Mon Sep 17 00:00:00 2001 From: Azarak Date: Tue, 28 Jan 2020 16:58:09 +0100 Subject: [PATCH 18/54] update --- code/__HELPERS/text.dm | 3 + code/game/objects/items/crayons.dm | 171 ++++++++++++++++++----------- 2 files changed, 109 insertions(+), 65 deletions(-) diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 402f0c76..e80d754a 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -792,3 +792,6 @@ GLOBAL_LIST_INIT(binary, list("0","1")) rearranged += cword message = "[prefix][jointext(rearranged," ")]" . = message + +#define is_alpha(X) ((text2ascii(X) <= 122) && (text2ascii(X) >= 97)) +#define is_digit(X) ((length(X) == 1) && (length(text2num(X)) == 1)) \ No newline at end of file diff --git a/code/game/objects/items/crayons.dm b/code/game/objects/items/crayons.dm index 55c62885..56b9a440 100644 --- a/code/game/objects/items/crayons.dm +++ b/code/game/objects/items/crayons.dm @@ -1,6 +1,9 @@ #define RANDOM_GRAFFITI "Random Graffiti" #define RANDOM_LETTER "Random Letter" +#define RANDOM_PUNCTUATION "Random Punctuation" #define RANDOM_NUMBER "Random Number" +#define RANDOM_SYMBOL "Random Symbol" +#define RANDOM_DRAWING "Random Drawing" #define RANDOM_ORIENTED "Random Oriented" #define RANDOM_RUNE "Random Rune" #define RANDOM_ANY "Random Anything" @@ -32,16 +35,16 @@ var/drawtype var/text_buffer = "" - var/list/graffiti = list("amyjon","face","matt","revolution","engie","guy","end","dwarf","uboa","body","cyka","arrow","star","poseur tag","prolizard","antilizard", "tile") //cit edit - var/list/letters = list("a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z") - var/list/numerals = list("0","1","2","3","4","5","6","7","8","9") - var/list/oriented = list("arrow","body") // These turn to face the same way as the drawer - var/list/runes = list("rune1","rune2","rune3","rune4","rune5","rune6") - var/list/randoms = list(RANDOM_ANY, RANDOM_RUNE, RANDOM_ORIENTED, - RANDOM_NUMBER, RANDOM_GRAFFITI, RANDOM_LETTER) - var/list/graffiti_large_h = list("yiffhell", "secborg", "paint") + var/static/list/graffiti = list("amyjon","face","matt","revolution","engie","guy","end","dwarf","uboa","body","cyka","star","poseur tag","prolizard","antilizard", "tile") + var/static/list/symbols = list("danger","firedanger","electricdanger","biohazard","radiation","safe","evac","space","med","trade","shop","food","peace","like","skull","nay","heart","credit") + var/static/list/drawings = list("smallbrush","brush","largebrush","splatter","snake","stickman","carp","ghost","clown","taser","disk","fireaxe","toolbox","corgi","cat","toilet","blueprint","beepsky","scroll","bottle","shotgun") + var/static/list/oriented = list("arrow","line","thinline","shortline","body","chevron","footprint","clawprint","pawprint") // These turn to face the same way as the drawer + var/static/list/runes = list("rune1","rune2","rune3","rune4","rune5","rune6") + var/static/list/randoms = list(RANDOM_ANY, RANDOM_RUNE, RANDOM_ORIENTED, + RANDOM_NUMBER, RANDOM_GRAFFITI, RANDOM_LETTER, RANDOM_SYMBOL, RANDOM_PUNCTUATION, RANDOM_DRAWING) + var/static/list/graffiti_large_h = list("yiffhell", "secborg", "paint") - var/list/all_drawables + var/static/list/all_drawables = graffiti + symbols + drawings + oriented + runes + graffiti_large_h var/paint_mode = PAINT_NORMAL @@ -54,8 +57,6 @@ var/instant = FALSE var/self_contained = TRUE // If it deletes itself when it is empty - var/list/validSurfaces = list(/turf/open/floor) - var/edible = TRUE // That doesn't mean eating it is a good idea var/list/reagent_contents = list("nutriment" = 1) @@ -71,6 +72,9 @@ var/datum/team/gang/gang //For marking territory. var/gang_tag_delay = 30 //this is the delay for gang mode tag applications on anything that gang = true on. +/obj/item/toy/crayon/proc/isValidSurface(surface) + return istype(surface, /turf/open/floor) + /obj/item/toy/crayon/suicide_act(mob/user) user.visible_message("[user] is jamming [src] up [user.p_their()] nose and into [user.p_their()] brain. It looks like [user.p_theyre()] trying to commit suicide!") return (BRUTELOSS|OXYLOSS) @@ -81,7 +85,6 @@ if(name == "crayon") name = "[item_color] crayon" - all_drawables = graffiti + letters + numerals + oriented + runes + graffiti_large_h drawtype = pick(all_drawables) refill() @@ -147,61 +150,70 @@ ui.open() /obj/item/toy/crayon/spraycan/AltClick(mob/user) + . = ..() if(user.canUseTopic(src, BE_CLOSE, ismonkey(user))) if(has_cap) is_capped = !is_capped to_chat(user, "The cap on [src] is now [is_capped ? "on" : "off"].") update_icon() + return TRUE -/obj/item/toy/crayon/ui_data() - var/list/data = list() - data["drawables"] = list() - var/list/D = data["drawables"] +/obj/item/toy/crayon/proc/staticDrawables() + + . = list() var/list/g_items = list() - D += list(list("name" = "Graffiti", "items" = g_items)) + . += list(list("name" = "Graffiti", "items" = g_items)) for(var/g in graffiti) g_items += list(list("item" = g)) var/list/glh_items = list() - D += list(list("name" = "Graffiti Large Horizontal", "items" = glh_items)) + . += list(list("name" = "Graffiti Large Horizontal", "items" = glh_items)) for(var/glh in graffiti_large_h) glh_items += list(list("item" = glh)) - var/list/L_items = list() - D += list(list("name" = "Letters", "items" = L_items)) - for(var/L in letters) - L_items += list(list("item" = L)) + var/list/S_items = list() + . += list(list("name" = "Symbols", "items" = S_items)) + for(var/S in symbols) + S_items += list(list("item" = S)) - var/list/N_items = list() - D += list(list(name = "Numerals", "items" = N_items)) - for(var/N in numerals) - N_items += list(list("item" = N)) + var/list/D_items = list() + . += list(list("name" = "Drawings", "items" = D_items)) + for(var/D in drawings) + D_items += list(list("item" = D)) var/list/O_items = list() - D += list(list(name = "Oriented", "items" = O_items)) + . += list(list(name = "Oriented", "items" = O_items)) for(var/O in oriented) O_items += list(list("item" = O)) var/list/R_items = list() - D += list(list(name = "Runes", "items" = R_items)) + . += list(list(name = "Runes", "items" = R_items)) for(var/R in runes) R_items += list(list("item" = R)) var/list/rand_items = list() - D += list(list(name = "Random", "items" = rand_items)) + . += list(list(name = "Random", "items" = rand_items)) for(var/i in randoms) rand_items += list(list("item" = i)) - data["selected_stencil"] = drawtype - data["text_buffer"] = text_buffer - data["has_cap"] = has_cap - data["is_capped"] = is_capped - data["can_change_colour"] = can_change_colour - data["current_colour"] = paint_color +/obj/item/toy/crayon/ui_data() - return data + var/static/list/crayon_drawables + + if (!crayon_drawables) + crayon_drawables = staticDrawables() + + . = list() + .["drawables"] = crayon_drawables + .["selected_stencil"] = drawtype + .["text_buffer"] = text_buffer + + .["has_cap"] = has_cap + .["is_capped"] = is_capped + .["can_change_colour"] = can_change_colour + .["current_colour"] = paint_color /obj/item/toy/crayon/ui_act(action, list/params) if(..()) @@ -216,6 +228,7 @@ if(stencil in all_drawables + randoms) drawtype = stencil . = TRUE + text_buffer = "" if(stencil in graffiti_large_h) paint_mode = PAINT_LARGE_HORIZONTAL text_buffer = "" @@ -223,8 +236,13 @@ paint_mode = PAINT_NORMAL if("select_colour") if(can_change_colour) - paint_color = input(usr,"","Choose Color",paint_color) as color|null - . = TRUE + var/chosen_colour = input(usr,"","Choose Color",paint_color) as color|null + + if (!isnull(chosen_colour)) + paint_color = chosen_colour + . = TRUE + else + . = FALSE if("enter_text") var/txt = stripped_input(usr,"Choose what to write.", "Scribbles",default = text_buffer) @@ -235,18 +253,16 @@ update_icon() /obj/item/toy/crayon/proc/crayon_text_strip(text) - var/list/base = string2charlist(lowertext(text)) - var/list/out = list() - for(var/a in base) - if(a in (letters|numerals)) - out += a - return jointext(out,"") + var/static/regex/crayon_r = new /regex(@"[^\w!?,.=%#&+\/\-]") + return replacetext(lowertext(text), crayon_r, "") /obj/item/toy/crayon/afterattack(atom/target, mob/user, proximity, params) . = ..() if(!proximity || !check_allowed_items(target)) return + var/static/list/punctuation = list("!","?",".",",","/","+","-","=","%","#","&") + var/cost = 1 if(paint_mode == PAINT_LARGE_HORIZONTAL) cost = 5 @@ -264,13 +280,19 @@ if(istype(target, /obj/effect/decal/cleanable)) target = target.loc - if(!is_type_in_list(target,validSurfaces)) + if(!isValidSurface(target)) return var/drawing = drawtype switch(drawtype) if(RANDOM_LETTER) - drawing = pick(letters) + drawing = ascii2text(rand(97, 122)) // a-z + if(RANDOM_PUNCTUATION) + drawing = pick(punctuation) + if(RANDOM_SYMBOL) + drawing = pick(symbols) + if(RANDOM_DRAWING) + drawing = pick(drawings) if(RANDOM_GRAFFITI) drawing = pick(graffiti) if(RANDOM_RUNE) @@ -278,17 +300,24 @@ if(RANDOM_ORIENTED) drawing = pick(oriented) if(RANDOM_NUMBER) - drawing = pick(numerals) + drawing = ascii2text(rand(48, 57)) // 0-9 if(RANDOM_ANY) drawing = pick(all_drawables) var/temp = "rune" - if(drawing in letters) + var/ascii = (length(drawing) == 1) ? TRUE : FALSE + if(ascii && is_alpha(drawing)) temp = "letter" - else if(drawing in graffiti) - temp = "graffiti" - else if(drawing in numerals) + else if(ascii && is_digit(drawing)) temp = "number" + else if(drawing in punctuation) + temp = "punctuation mark" + else if(drawing in symbols) + temp = "symbol" + else if(drawing in drawings) + temp = "drawing" + else if(drawing in graffiti|oriented) + temp = "graffiti" // If a gang member is using a gang spraycan, it'll behave differently var/gang_mode = FALSE @@ -338,7 +367,7 @@ return if(length(text_buffer)) - drawing = copytext(text_buffer,1,2) + drawing = text_buffer[1] var/list/turf/affected_turfs = list() @@ -362,7 +391,7 @@ if(PAINT_LARGE_HORIZONTAL) var/turf/left = locate(target.x-1,target.y,target.z) var/turf/right = locate(target.x+1,target.y,target.z) - if(is_type_in_list(left, validSurfaces) && is_type_in_list(right, validSurfaces)) + if(isValidSurface(left) && isValidSurface(right)) var/obj/effect/decal/cleanable/crayon/C = new(left, paint_color, drawing, temp, graf_rot, PAINT_LARGE_HORIZONTAL_ICON) C.add_hiddenprint(user) affected_turfs += left @@ -377,8 +406,9 @@ else to_chat(user, "You spray a [temp] on \the [target.name]") - if(length(text_buffer)) + if(length(text_buffer) > 1) text_buffer = copytext(text_buffer,2) + SStgui.update_uis(src) if(post_noise) audible_message("You hear spraying.") @@ -516,7 +546,7 @@ charges = -1 -/obj/item/toy/crayon/rainbow/afterattack(atom/target, mob/user, proximity) +/obj/item/toy/crayon/rainbow/afterattack(atom/target, mob/user, proximity, params) paint_color = rgb(rand(0,255), rand(0,255), rand(0,255)) . = ..() @@ -533,7 +563,7 @@ /obj/item/storage/crayons/Initialize() . = ..() - GET_COMPONENT(STR, /datum/component/storage) + var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.max_items = 7 STR.can_hold = typecacheof(list(/obj/item/toy/crayon)) @@ -591,12 +621,14 @@ can_change_colour = TRUE gang = TRUE //Gang check is true for all things upon the honored hierarchy of spraycans, except those that are FALSE. - validSurfaces = list(/turf/open/floor, /turf/closed/wall) reagent_contents = list("welding_fuel" = 1, "ethanol" = 1) pre_noise = TRUE post_noise = FALSE +/obj/item/toy/crayon/spraycan/isValidSurface(surface) + return (istype(surface, /turf/open/floor) || istype(surface, /turf/closed/wall)) + /obj/item/toy/crayon/spraycan/suicide_act(mob/user) var/mob/living/carbon/human/H = user if(is_capped || !actually_paints) @@ -622,8 +654,8 @@ return (OXYLOSS) -/obj/item/toy/crayon/spraycan/New() - ..() +/obj/item/toy/crayon/spraycan/Initialize() + . = ..() // If default crayon red colour, pick a more fun spraycan colour if(!paint_color) paint_color = pick("#DA0000","#FF9300","#FFF200","#A8E61D","#00B7EF", @@ -640,7 +672,7 @@ to_chat(user, "It is empty.") to_chat(user, "Alt-click [src] to [ is_capped ? "take the cap off" : "put the cap on"].") -/obj/item/toy/crayon/spraycan/afterattack(atom/target, mob/user, proximity) +/obj/item/toy/crayon/spraycan/afterattack(atom/target, mob/user, proximity, params) if(!proximity) return @@ -656,8 +688,7 @@ playsound(user.loc, 'sound/effects/spray.ogg', 25, 1, 5) var/mob/living/carbon/C = target - user.visible_message("[user] sprays [src] into the face of [target]!") - to_chat(target, "[user] sprays [src] into your face!") + C.visible_message("[user] sprays [src] into the face of [C]!", "[user] sprays [src] into your face!") if(C.client) C.blur_eyes(3) @@ -717,7 +748,7 @@ desc = "A metallic container containing shiny synthesised paint." charges = -1 -/obj/item/toy/crayon/spraycan/borg/afterattack(atom/target,mob/user,proximity) +/obj/item/toy/crayon/spraycan/borg/afterattack(atom/target,mob/user,proximity, params) var/diff = ..() if(!iscyborg(user)) to_chat(user, "How did you get this?") @@ -762,7 +793,9 @@ reagent_contents = list("lube" = 1, "banana" = 1) volume_multiplier = 5 - validSurfaces = list(/turf/open/floor) + +/obj/item/toy/crayon/spraycan/lubecan/isValidSurface(surface) + return istype(surface, /turf/open/floor) /obj/item/toy/crayon/spraycan/mimecan name = "silent spraycan" @@ -800,9 +833,17 @@ if(user.mind && user.mind.has_antag_datum(/datum/antagonist/gang) || isobserver(user)) to_chat(user, "This spraycan has been specially modified with a stage 2 nozzle kit, making it faster.") +/obj/item/toy/crayon/spraycan/infinite + name = "infinite spraycan" + charges = -1 + desc = "Now with 30% more bluespace technology." + #undef RANDOM_GRAFFITI #undef RANDOM_LETTER +#undef RANDOM_PUNCTUATION +#undef RANDOM_SYMBOL +#undef RANDOM_DRAWING #undef RANDOM_NUMBER #undef RANDOM_ORIENTED #undef RANDOM_RUNE -#undef RANDOM_ANY +#undef RANDOM_ANY \ No newline at end of file From 95fbeca50c4588ada65380b5d5389a54c57771ee Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 28 Jan 2020 13:10:11 -0700 Subject: [PATCH 19/54] Revert "changes dong girth to more reasonable size" --- code/__DEFINES/citadel_defines.dm | 6 +++--- modular_citadel/code/modules/arousal/organs/penis.dm | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/__DEFINES/citadel_defines.dm b/code/__DEFINES/citadel_defines.dm index e4d902f1..da5981ff 100644 --- a/code/__DEFINES/citadel_defines.dm +++ b/code/__DEFINES/citadel_defines.dm @@ -21,9 +21,9 @@ #define COCK_SIZE_MIN 1 #define COCK_SIZE_MAX 20 -#define COCK_GIRTH_RATIO_MAX 0.6 -#define COCK_GIRTH_RATIO_DEF 0.25 -#define COCK_GIRTH_RATIO_MIN 0.2 +#define COCK_GIRTH_RATIO_MAX 1.25 +#define COCK_GIRTH_RATIO_DEF 0.75 +#define COCK_GIRTH_RATIO_MIN 0.5 #define KNOT_GIRTH_RATIO_MAX 3 #define KNOT_GIRTH_RATIO_DEF 2.1 diff --git a/modular_citadel/code/modules/arousal/organs/penis.dm b/modular_citadel/code/modules/arousal/organs/penis.dm index 8d7a9e24..43a512ac 100644 --- a/modular_citadel/code/modules/arousal/organs/penis.dm +++ b/modular_citadel/code/modules/arousal/organs/penis.dm @@ -12,8 +12,8 @@ size = 2 //arbitrary value derived from length and girth for sprites. var/length = 6 //inches var/cached_length //used to detect a change in length - var/girth = 1.5 - var/girth_ratio = COCK_GIRTH_RATIO_DEF //0.25; check citadel_defines.dm; why was it .73? + var/girth = 4.38 + var/girth_ratio = COCK_GIRTH_RATIO_DEF //0.73; check citadel_defines.dm var/knot_girth_ratio = KNOT_GIRTH_RATIO_DEF var/list/dickflags = list() var/list/knotted_types = list("knotted", "barbed, knotted") From 84a32c97fb2f634003cf0b09b05f5dd05361ad48 Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Tue, 28 Jan 2020 13:28:08 -0700 Subject: [PATCH 20/54] Fixes a compile issue --- modular_citadel/code/modules/arousal/organs/breasts.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modular_citadel/code/modules/arousal/organs/breasts.dm b/modular_citadel/code/modules/arousal/organs/breasts.dm index 7dfa025a..da8a142f 100644 --- a/modular_citadel/code/modules/arousal/organs/breasts.dm +++ b/modular_citadel/code/modules/arousal/organs/breasts.dm @@ -53,11 +53,6 @@ to_chat(owner, msg) return TRUE -/obj/item/organ/genital/breasts/proc/send_full_message(msg = "Your breasts finally feel full, again.") - if(owner && istext(msg)) - to_chat(owner, msg) - return TRUE - /obj/item/organ/genital/breasts/update_appearance() var/lowershape = lowertext(shape) switch(lowershape) From fa761540a1c3225b2212ecd0df4f14e24092662b Mon Sep 17 00:00:00 2001 From: Seris02 Date: Wed, 29 Jan 2020 08:28:05 +0800 Subject: [PATCH 21/54] I made a dumb fucking error --- modular_citadel/icons/mob/suit_digi.dmi | Bin 399887 -> 415656 bytes tgstation.dme | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/icons/mob/suit_digi.dmi b/modular_citadel/icons/mob/suit_digi.dmi index 74230c4ca9c8640cf861161a77bd8b41c71671c6..d348d71deb0da77fa4bbc49e3c5c9a4a29d31551 100644 GIT binary patch literal 415656 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

|0ZG4ktEMv}BoN-A~f9-}G5yd>+ z3E;bRKo$ONjkJo~ox6U!!~b44@=Pg%sz+91@S@M*)5+n;!jaLf76czAXf4q85^YWT zTk*fDBKv%Rcs(AAUw|0`Y=KjM6Zbp#LwUah<2G8uZ)}jNY9?koUq|<;6dzt^&t8F) zC=H*X9B#}87H?lK{dQ>8hBG!GnK!$SJQ%x``U{X3KNhHy=!{C@KHeA3F-C-kd7DM; ztfYhI5g0?c{uDI^+|g(6dpH@5d;&0W=q~?h!98}ZU%YUa+H=^_M8}=IUS}x#-pclaHfqr z6ZHKa16ZJViOi<4{ z0ulG2Rkk35^OS*#+o3Hv#hH%+??O1~V(y7scKd|B3R~Q{XBlki1nFNe5v#wk{xb!> z0QTnKbVka@$A|;67aY-0RiE=F_5N3Usgo$G$gH$|d&G3(?-~I;mmaIui^Te#U-df) z9M$&{h4R}^)&CT2XM|nvClw{`M_r?`<_3PxU1SZQQ0m*IZE+18QL!#Bl9hR~%&#hi zU??|s49jy^_H#_`LuNKJ{?(kNTUxeWfxM<((K0Hl`-Q!8R8e&u^kOIZU$F-ZVzs;J*kgWCc zm963R&t-1Mi{4$4$daujdo-oW)1{2dg(8du`mOf|0sShJ?#ZRM@=Q5x=K0%eGxR_H zYmbY=?u5yh$B!c|BEZ-kEVWRb|8#5?i`*c5#!J)e=IZZ8s_{ENk-Hzdn<0uTaxCcI zBO`Y0jm;~h_zZgip+nMpFyX!Y`Uxt2o+|)1dMfE0vysiXi^bA+WpCX*+(-ytj$2C2 zP8WG0T`#?p&1k=y8JiX&la4Y)2A!+Y{UjYz0Vm)&$TQHzQRQU}>YDC3 zDwTP|ZC((@OhwTU9m~%coCvY8D7F%r36fzHb}ae&SiVm^TgY%rBNPn;J=)0Qp=t6> zEv|YQlsje z!7U<95oHrl3%Uj3whhYXFpr8PD=u|8g_!o~wFGDSgTj=a$J-uyZ?zkrS{VyhTOen; zZ4LNQHWs{g!1L5pP;TBPBm)1O3yIWgL6zxS+s@oU0|nZQD6rdzlCd+)*A|A)<0p7& zh-k8D9PB&^4&rh$zbr~*VP3B=Rg=tTm*tQf1j`H?Z$lKLL^dUcKnvMrn4m=;bqrgY zk3VuUr&SIxe#3pE_OL)S6kLdD&cMKTR&{B+p&2|ROc+XGxfP^WyBrnoA;Fd-0x|od z+4JZ4Q&q3#%P{w*@p*Z24LZNEEoHm?NECx$hB<7-(lgF4yQ->j%a_v!m~)XsE6909mL{!oMPqI-!|Mx@o|V1odn&qCx>D5 zy&@D|b;T*^qMO1hmq1-1#tQxnnB`o7A; zaq=9dIP*|rqrWky;%JYQ+rUsm#uv(7SQ)0ckZMsMN=^WffX^6p2@@yohE`~Yl$)<} ze7n9yt&hY`X}&ro@j|x06QeoahT1^`+%ix+z`eQ3T8?R%CFd)jqi)TDr_^K>RW!T= zG6!}t2Hk-%3}E{n?FE0c-e*}9F(4^@g}YT6F(<9pSC`MqKLgk`ImO{tNl8KggbC=$ zv(4IAvz0Ub1Xv?wEj8-3^w$tH^E*Urk0P+IO)o;RgoowYk=~Z7{IOG>cQ{z}i`y*% zEbJz}t#n5L^w4FE#N}K@wanl76It=KqjwN~T%vw?^i=)wtL$Y6AskxbgWKTK6ZIIh zWV`pt!2hGn4`2G%i7le(FukMisIM2kknDek=Vsn~LqTG>Jlz=b3A}eoz(#V$Z^Tv$ z2M4$#7rvA}pF;ohVNi;A1f%7Hwpz$&`G;2|_Y^leufSzu%O~@$Yb;g$8czZi-1-qF8C3bdCzXH zUcR3G#Zk{@=o^K${Zv4kgprKzuQyug#hh#Dzx!=m8vXw5@d01^-xZyN zMRWGHbaXTY#n#iNZNNxD#Yf=LX;Ba@U1=vb?N@)TcGbn<{8eb2vpJh|LpDQqk;pq{ zYxU8bN?7cJQ8L|(((L4T8ne=Mx|jwxOaJ^LDm#f$A1x}CM~k|wim&(FZiLnbi5t-) z4>)CC;}yg)6m*dxF057>G^2eL$#EV&72@Tvl&#%aB_tSv zVs5cgYOCZA)#DuIuN3R({tT}9hO!wztbDZGtY%AtqFnNLx~Cpy4|2d-MW%p~Do@}v z^0M9WTT&QmMc`%3%r6Q0LhOTUlaQ!cI&yqfu<{8_)Y9&~}w!ht3Df>0W>}%#f~%VT4IUV6EeqbG)q~JNLEc6WRWb zIqCnzO$S?3dDdRs#^|bn6=M)jx%`OIuw#75f=*hZr+mKFb>12HiA6A=h8?mv?Cg)&&7*Wjh>}MmsYlD zl0^?k$a{=7;Em&q5EhQqxo&8co@D-bN?mo5iC*fuF{jcsF$Ev4&z`*Pn!WU$te^%= ziIw7B;p9k*{)Ha3#=fyaz+^>9_)=RuIMt29)?o9 zTfDjk6+Ocz%h)x-On8b7I@E7Y=4g(JTng22ir*KLEvA}Y?$D1F7CPW%n)JH@4M@z9 z>PS72+3stt#+i-!K+s%~v=o8~`taEUJJ^!oL018-1pY)7TuFZ}q#R^rm28vxcB`6r z+Wzq-o+=QsA-&CaBly(cuFqlc+uF;AI@deRYY;Kq3kyU4DUS{h0qF1Go$uJj#ImvZ z@mrSVk%;~Hlx7eQma!J=H@4MwXJ;bg9&%tF^mf~*sn~C_!)$G5M~0Tswk_4;h7*|X zzEUr!GM`)%Nh{4Ke=+>!2jiTG?}x|EVtOlCeByXPd@^6?naKHypIJrmnR%z5A?j!r zPP~!S^xYaO%cmgU)|QPz!tJM>ZUpK8NDzqB~Nra8E%e9R;37h+kMI#`!oGJ>hj^VHIIm(}gxCLeW#Txa7l_HnRk zwFJnT!hAKo<@rcYj_lvEGop1On|ilO+Dh)!_qKUNd~A~TZ1?CwPX;qbv}P7Y3q__c zh3r*LglP}T@`=8IMBMc?FZm6+Z3;N;kgIzGdbX#j!@J@}i4K&HmFHBh(^M$}nv90g zJ=jQeVgN(kIzWq+b7EU@(j##9OmIW!_YPm5OUh8Lk@QxSLv9Er=g!_nVgkd@6}m)y zv{Pvtt#fbT)w?00R#U`dm7DvMAM^!}Tc#&+-jh7mv;-yR9I0O?2I=$=~ru~qdqN+%DcNLLPe4=3` za&Z0jxM>4{N=K2QP7;TxZmB^r#KzIlNj=WTxSN8~uhP0Yh{nz27Cn2@>UC7Zrquj( zA_mv`gcsKNBWs2BPdFpCm`m3U10+z;!&_GGpPeoFi@{BootygHo$84Lu}T~cNndp+ zYuw@if2lryJjErgn|MG40?5D>Lh&9sGR4VdGegW$g1g0C7$_8g^)ox?%`VQn%67np zI{58*Mt-geVTLjy2BJSmAtS)qS79{QODXu-6;!Q{1ugdngTnCJOUndS1$fa!S5CU2 z@8cDaZ*G9rG$3@Z6stuJs}Su)oHkin(2G{eVG?{;)!qyw5*@VO^qy{~a@9xMMliA5 z93N@3(0>uRdeXm#82*LxTMb?tWH?(6rib51v7E11`(lCCT6Cm-i%|NOKSIaDDAoc~ zNmtze3GK>Ht`it%y|_0KDf>rQ3Gwo}fA*XzguxgMM7Ll^r*5;lFB0X%Gu+fzL)Lzq z@FUSsZR6Wo8lZ~`zy@;^q%w+aa#whvc(1cm;ndMYB4%3BoSwWjU*_L)%W6%`2XJ$2 zyibR^Bhd_zBf!B!fIy@{jeHxd0FxL>;M|2UgEX&y!3gVo4ZNw1QW2B?O=54F6zSX~ z^!i6Q^`FAVUv|F2_k~zIZ$}TXlV;V0i)$v*`opX4&_J*IV zv~7L#=<%Dc%7pAzA|NhbHYVN8fl>oVD($OSog<4E_ot{-1 zgi)@fHQZu>P_;H&-Qgz@2?7QZ zavknjw9ihYY(T)-y5zKssKvnEyBxcb6MRQ${ z`GN7lgxho;h2JI!ffPfam;vpSj|1wKYBxJI>xQ6?S@!@i6#&kw;eAC-j zoUs2%3w8*eCgWbw{Lry00)eP*2+5o{%3VCUvlu)!c;3Hp|1xLh52M1}%4YB|KDg2a z5QRVtum__BC<;^XkAi1qTy3`L;lPE2H`IN_`<#~B>!wWJy<2~U74xO*h}y+tT3U04 z?84i({OybHY{);@U>Gi-%95=5rTht7?|}D$&uND5ysD-%kO!Jl!YlY7ULEw0=KXow33EifpLD|J zh#ndJAW5z)bhT|IpMX*yd=VHg@n4~1zjOL6GSbQ!gSIcIEk*Z|EV~(z68cpiivwy zhS&H2-$x$9%b*rBtM!TrDP9>@l}P5A+JyZ=o%11AR3?dA#rzCtB8@LL9hI(YtLa`r zKEB&}6W8K%$_DDPweZiFY{D5=rFshw&gQ-FShP*yTL}QR*H&ix(LQ~TpP6zds-X~ zXlJAtD&o~CY~@6o%3?@UNx>en?V|H)>0<~R3kU8OEboeF(n_T8*Eq<`!m@bd5~xUOOx#>MMT5Ya1>$(E7~dAKp+CmEg% zU&PNDoA2}zb6?E+-`UI3#NOK39_w?&tp*oz5!d?ZVR(2f{+o@LgrTonT#<5kUs4!; z9aGO&SvzhzdH3}MhtS@cTun`_-0ehPR#vtRQC(dWQ9C?UsW>)U<mulCGY7X=@==q!oU%=j!49DDb2T1`yKWu@}yFj z`Cf>lF8O~_($(lOjRDC1ttWO<$P9zEtO&a>Csv+!B*(nKE)8KMvA5fV4d-s=We2m& z08uB6HrRwbQEvXD+Ls+ioo5}Eyc@~SoN0M68*WV#6*+vP+l3f?4KdJ9txS1&W71j^ z4+jnKDM2|%b8H`cG@2HFAYUMZK}eeY?ux>Yl9IjbDwW8t-vK$gLe9p<_78}mbcK?l zU0{K3?(P_wnXxoV%Uf<7b4(G6seljv@0jAwj#gqg8qdnnMcIP^%{N9OV(jg2&5T__ z@6#!%qR`R*N7YxrMb&L@42uL^5B_f^D-6-9lba#h@lr%_pcMtV# z?tSn5-*0{}=gg^@IkWOv&)U0%zKO3Ay4YsS{MN$tH52Wq(`L9_Z&e5TfLM<48OdB zq$Xarf{(A`V@oW3I)NRnIu%@CE$wv_y@4}iDQPc<5wc$|et}0Kv(@JW2@ZR|Hhmt}=W&i1hqf1T zbg>+Sx-Bz6G?a()v~7Ct9_Fs^0pptcocn`y=-NQ@&KY;t^Gk>@@demK3@{+{}xG0ga>-?%KwPa|1CD_{H=ZZ|Mwd_t>2Z#ptAkn$^U5h5_csG&41qI zKg+WwNuKuqgkb+&dQJBsBtHF&|N9s`BAkW9{U_}B&+c5}%AIYC&|JTtvz34e_^OQR+Yi0?U`!nYI;tn9Muq3U|f2zv* z2LzCFsRoQGGs?=!{^Viw#C+pelNlEs{T#xEf10?*ALe&gI@tpYIfu$ad@?d(U5R4K zXis{~98-&Ki+3zN!B@Uwf9RuH{K&B~{i0yLJdOUY3`<%2t|acD%PIdD0|VpQbp2)j zB3d_e+Kma>(~J=E7duLze(_&%l?CzvN4qT_N08UCFxO|wt$NS?>oky^_nj*o-!YFi zujo*MB0>ZPT0~`74&x_o8m4PuuGq)RbBW@Jg+Jn31q>1R<&EUvdK^ zt!{J0o9JWEUc9g`&<9gqb?wXFWU#^2n%B;nBo8vVMOzIBe`DwMOW-j)T2}qRKA-k& zb!s|IU`_gAUGhNy;tW$h%K$#Ng&A*ws%)aXBwYdwSybGZKRIZ$Y9=P4fLe0x@O7Z33XnB@66Nm#hhREKL}!N0kwa!UL9)DMxCTwqSLW@wWlc&(9Z zk0}nHLSJzehK!dC^P4Q?0!!=2STF^&Wc0n~=lxM%f%)ES4y&8#hc+BJ>yc z`+mAcoqU$m)`Uaa3=t*iO-=_&5Bcm-E6dJSFy(2q1tGJXNk^Ptupwl7-G=K?bBh$0 zwSt>i7QYujM5VH^c>U_JHJg0PGB6UZKcPoq~BYnNmweA&8hg?6GDR4}3jjQ;xV%@z$f(Yg5WCBF__-peADf<%=T%Vc0lR9ns4(UrxG1@A8B1$7`UxvV6HjqRncdG z{wrG+tgtzdi$4{y`0S{F#(b{Z4gvY_8x)V73ytr6zqBM1lx zkXBF#C@W*-?s(pPS6EOWCM%1Sot+&W6GI+CuqF>^tv54`j*Omz;Dfi_e`J)7;1@f(VfqVN7mJ|;!Xlx7&s;UZs2$_BBS%Mw-{4jz=V|X=8TtaAo z%rxMNi!fUg*_6BKNCL66DoiB&(*5jNDJf;NqkPg|g=V!Po3k}k1ixIGcn$pm)$D?T z7pSPHKTAskGcrhfE(kQ%ZfhI z(_>~h+9->$XY`Ju0^*C&M}c7UDbK9hRxQx~8D*(E_7FlGCa{0D9s5Zo!hv}=66YDI zH^JlgK+OFcZt@o5`@Sb6teodk>S$^b;NDx+=x(Ou5d4CbIUU8?(M=Sy&8Wd3U)v${=A?SHi zP(>amnm1*1-&Lv-&c)Ny^jsH53S2K}5#8A`vwTeN2Kw;R=BN18V#tK(XCg!hR|*n3 zO2g%@)3b`34SYYBeVC5B-9-V68q^Qx&3 xPz>aC)rj(BMz$(5FMf=&3Wl#fCS?c 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

*1(r&?uy0VR1eGjp9q?excbIt5qM-?@ql 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

i_R2aoPJ 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%0AbtiWxq(MD#U!EeJWnyHV*3q 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 literal 399887 zcma&NbyOU|w>8>01a}V-EVz4c2o3>)y9bv*a0~7P4>CZ41t++>1t(Z=2_9Srnb+L= zefRzDdjGt&7`m&vdU~d6*FNX$b0$h%^)2QLvKIgVU@FMVXaE3W-t!9;8SI(R<7@)} z6g?j;-H$R>?iOwzTt0qqb^-ve?3^qWX9^*#@QLdxrcuLIVhhHMY`=vtlo;T`byYK% ztwzyJ$vjNMqxs_SW)k8#Jyq7lh=5(1P{4GM3Y|X|4}7?}SX;R;ft-9QUsO8CZApMZ z|2;XKH8dTU-k*8}?k*%$QalZZz4)ZI!tq(>>F?9H&)ACQ&DoQadUSSc@$m+{;aRSMs1Q=RjeerK(X(zs-5S(enQa`zDYwKPoC;*hv$qgEDoGcN>cM5^#C zm!(~-dCE9Q9;Ake*AE@qE*HI2`)zEoeDH(46Pt#AqENi-4sh)N^8I>vvYRHGI&~XnkpGaIzU(vCG&%-Mouq3AfRv zD%OrO0vEG`I``@CD>T;9SExrrZz(4|C&{ukj%Kxo|bVazFa^ z-KVDsz;5iw<%r0s9vsPU6y=p%br6!Ysz_dE`^R`Sq)JHd=#4GJ@6NSeyW zj;p7TX|&=}9+pLEcp3*I=wvjjujJRta;jS74!I=AatL(A|K3?l=kw$h-O84OWXu-( z+)T)66>JaJ_#mL7GnVaXDzRW6wyDkaJ~+oc_?(%LhiAv`YQeB-Eedg}V`o0okCV#c zoxDz_q5YEFhQ{+bq9E+In;mDO*=cyaIy`2!C54!e^UJPJ`b{+|FLw;RQGQgY&Ywu0(^?=x|C`8!-;s`rzFfx%z%vNRGR*Q!FPuipOTlsD#p*G}yKr z#6*iVVbL^{hmafP5MwozEC!NG6?*vog-pbDb}_>0P85R6!)xuDI}hKoy@!JL$AmFH z*J#<{d-$U0;2x9c_U$jooyyv=Cpq;OthgK!I*trMi>zOt-zqN@z&ps>A4Ve5AeQ zJTuW_mWzO!rrbPeSdnCPI()HA=yI=6ZEdK4-98)J+uc~BHQwB`B!U4tJ9VDC*HZDP0D&{(<&mIaaenP zuy+P&8;T&E$=+<c?T z-cjD3aPp8Q&MKTUp7-0yC#^N&Tf#+x`2LVZ1BH&&&PFc|kvWMgyt7OM;^U`5nxW~( zr9a0;kDtB~?C3;mmK4X?-&v>x2RnSE58>6NC`?3-Nv4MXN)b>UT!{Wk>!@5Sn_Ex) zPYa1DH2*gh8>LV+g2};VFPwC}wK5P|FMb*EN{982=HS$BK}NY((Yuqbu#qH$H}Hdh z5RjqdLavgl#74b&CpjocXE_m9E~#-{k8iq5LaMQ%zIU#5!YKO>T(52) zH4pmdE5hNNJ3Rv*9+%(1uI`>-WU&>F-+1>N0e~7%kdf5#%09~R*44E61M3W~4#k<1 z0Q5rezK5s_7^=T3tN2zI9j{*@Tp#miCDSBl&Z&VX=f{=^k4H<%`?9L{2LH6`X6JrX zXw)-RI`AW zB1|e@{eKSmI7=eH2#k$a?Kk&a1CrkX4b(ZIdv({@+5bNWLPH|0CEodU`_=3Jc+-8B-$4bJFDmb7QWaYr1V}LW`GOoMKetb;twR4}SpFpn ziZ6=9UFT=M3k2Z1Mrr?OHmr!`$p7hjuK54`crOa8)DfbmU+wruU?5AU7q&izMFyWd zp6t|&PU!7jbP^9h{^Q%EJV|6FYWg4zchFcz?7mfX$V`7~)*dkBtX>rQPM};uQch!u zv9s&^GGcOfEk}$iKlEkb|N53M`0|)OA#q7wPSkVn9R7=AGpF8l&h@Y?yAYUXY`N*V z)%>4{dl6=isUPyT+5Wr6hxC358m0B4xQdBR5r4O}wEy)*m)Up`qI+1R(z{j;7g{mK z|9cwlPOL8TQ8Lhf2IAp_weo1P)~09bt>CsS3KN89L6T zabZF&QQa->uGq=u=FlZ?8}``6D+xt&EQlQq_Vs(`&X#W$K|d})&rR?5ig5mwfgr>= z=fu!&kO&Ik1lr?MAc>u(v808r_Uw(6+evs2@VS7!U36`JivOO z(nKxeeZ=}12Jkzz5dg3nzF&yp$Ur1E*AMVQCwI?H|57tJlp`*k*PcY71?m&_5)|@n zHa&z>pV{V?SRD@l+$0#~aCoPsZ#&ItGe!NUPOA6?kbQGt?Rjb$AN>%w_FoTdOcA$; z?v$f{BW>@%ET$qjmhQTQ;E@zgV;e|edrax-iDtcKE$^y{+C_YXWP>-|3vchg4mVyy z210T_eR6fNz!8pr&1lUt%SYHGTy;o-ea{_yc75KPFw-(V78oNoMblWUk`=zx==@4V zWXW7vY7iG6|8rNDM7E%7h!Mv}in&o_gG?N7rEFOJhZ`DloeOSa&48{IqZc|l#NSn6 zbCnP{yo52+uV25uGjV1e9@q0TKE1oSx{`hOj?0Y*LM(ei+8Y`cCRIGs&41y{3t3(f zSwlZO#N_A7x6aO-ARr_};2iI)s^S0^j+UDfy{Vy=PrW@-NIdz-{@kH(fRY^kofPXf zvFmZVQ%%!F<3&Tm_>H&$3Eaj~0japSxR#F2&p+4P)P3e$ZSC#v-o2yo!uTvk+9Rk$ zmpE)$QdZW>p~N0@eD8oLecZ^)ukYt{T8d4A$(X5(?Ck9PUv~%n-DQ9zHlqMw2LUnh zx6)FypnodrIyyR`;o$`>Eo1dhs?x{pv~jm~8nIw`=ozk4?-jr}I{^73QJterd^-UIJr z2Gd6+0?jrJ$K*Rkef$I!8!~coTtdRI+gmR`*yBwIsdE|gJSQ-@yd1l?XDe!QL05K> zKaa)0$cVzu&JG0K{5|xcl&<2=+Yub(;SRJBjFe5paE(}Kqzn|~>$r$nuoS42RI`r`{l6F)9m-g`lCkTR6MN#VZWH<&>1H zJUw?iu8rd;f~9mR=Tca-`7`JL%7`V!k2-ZhDuO7QhH~e#<_G|xVa;fst8<&E=Nd6GrX`lyFME zh>wdSbw11F_-iwk4*SF3)Jbh2Bf+7{{j#$ngpahnSJ@^7Gg3Bv*BI zs&Joey9oh#<>eR~8yh9%<%p(PyTCk<{Od0h3yZY6Iu6h!$`XT3@B&FuN$H)o_5hh9 zh*hQP5PvMZi&7BkR#sL=u2TD*r#X z9}HYPd1*0kGBV!xBZW`dS*7HquLSPJTQZiNjFm+F%7v=>1E*=2@@%pKQI6r>L@1t-&UF#mcN^PvzCGe{5X)~LVl}u!3%M87R{NmY4 zvWPOS>6|AnB_T8Cq;7&o_ux{(qW4o|$x{k3DaITOjTg}In3PrN=E`8yq(hqbE8 zO1ZxEZm_@C9s{Y@pTs0E5cpIJX=_{G+zg42$7*V7lGyp%pSE!ay}zhbqu!aorka&3 zn+08$ygX2WS>UQhk|_hvUWCExR}hK&X`z60ZoC@^8fAP+%DCEEZURD56KBw}RDayp z0BO@x4}_*Y79k;FJ_z@zsVN6*JSr%N;qm|fOvFh^Pk%*6 z*Jt?%qL+@5@h7R~o2d#oz8a=*zCaMEu?*Nj1ADac7FLrGJJUwoA%4&mU?A$hJVY~9 zf$WKXDd5)|Y!oA|yh8*kyy+*if7AHo5{H-Dh3#0gi88jL*-1Upc!_QaEn*C)GEM~aF#=VR90H^DGVq$IkCIByH^bSBHpfP_5l~sL3D1k`N^*G zL5Eh=x#nr>Rr-tpS@pR|RNFXgB#@rgq7(h#;9!B9>h0UN$(`)%1OG_xjl5ibX8BNx`>2gLM8iomLb$f+;bakoEa7v$7%%AJ%{o`{pTkw z1h6F=H+@UE5-V*hDACX%3Q{mxUQtL%Sd0 zk};bE2rF~*Hg%o(>5E{|&65+fz(BRW!M8Py|KPZ?n=EK~ceWhSXMSZzN54?c;*T>5 zm49rIbJx5usv!Q7X+vc-m$B7*UF>5ayuZWB~EC*H^* z-??MGv}ao zKzJR+J)wvP|K(BUqlYjh2nLk_3DgUEC&`ml6W`Xg6>b+f`sL+i-QHme5K&Fd&1UNu zW`VK#cU3Z4+S=v=RJ};E&E(b(Q@Y4a&nOhDG_JB4W7II;IXHNcR|dCza4?bScjF8MrbA z83>lc6FO!8D;!OTg0Gz&==AVl;}?Jcd2NOX=WcJNXJ(HaeI-WL{trB=xVu1fc-~cL zcrIOD%@J9cRhqs0JXxY;78%K@(i$I$8mvfYJtNpe%6Z*4?X>{!8{4c}EUl|s(vQJ3 z9cgImZ(kTNAg12%8i8;AZ+!5i%b>|#?OUgP@*59E26n79zY9!X*e*IKVxKtIVpHkK z8~VG;59i!9fRF92&5NAcUN^n7p8@^tyOf_l%sz<9D+g#RZr{UydT6G%Ua@-oJv)2G z|CF}V+1|dg*|B^jWz(%U-C)I#qRjA97|V|fjQU95`0!@k$taG>CA`G!(zSa_bnJ8d z^zCiJu{%H36v`x{e{Fn~Lte~qX#r?YuFn);^zc!#wg}O_TFi@R`lXYAE-$$r;uhkriOhMdeY_I`&C=nW<>?V?7PJB<51 z{s?aRnJwt4(6Awd^YE8n>{A)VEn!zgVb?`B$wd)GfxtzLv&%emu;aj>r+X1yqL=d9 zASMe+s+oH1z8GZ4;12g^7pk{VTIlm^@%DUctt@8&_2gy$s>?vINvv$Xp4(=z`_%sG_X|5nu}d*H#kELNo_Y$ zOJr+df(~2!fpgS3rr-Sggc#fAMNDV2SmW~ebO$)%^oMi&=g$bj!omPa7R(Lw14`9v zwfPDP3e?}d3kIEy05)tPg+Jsacx$lA>*A95hxUtlvC5w@HRF!*UrAaB6jxn z-thU{-$UAf315fKq%z7imRWRkdl=MpyAyYd0U!Ou&EBG!#&rIe^C#9y&(i@DBY4hYs^`b~;p;#WbhatC5 zp-$TcWyh-ijBo9; zEBhg?gkxso+fQ7hfu6Kwc_cAm@?a=8B{{Lc+>?35Lq+rA^$M(G5}ya49b^n0!-v7JL2R9Yl5zOSR@4ky9r9GlsUvF+9pi zi)QU~du46?mCh0aw62GOYGqH#I;=g;Q!(wF{oTP8T^M8tRJcxJQ-q5`p4uMhX}s(6 z_hT<3zFxLl@AP<5fUzAXBa;s9p&WHz$}JCgb+ZVxyw&6-@LSLXOs`{FS`CyiCFSNcbH{ zL`6k)c_LGo;EVi!+=h$tbLB)ffU6dcNgkfbW7E^y`#FS=@BU@1Q@UYOy8pia*>wVny+#-#ak>>Is*O~vfr{3-7sw(9Q%zw zAS%+2tGA8>p$AE7pj;u5uG_U4F*QLVWn6C9}kH(2D6{B&@udN@){3wv4 z$R&nr%S_;cp}tLn26FNqSY-$Pgpb&j%{$0)1G-}9y&vZUiifG;j!8t;e06%??}Yjj zmnFIHK0>kxuiwXG^9Zy=&ogf72#I0P3XAXI&79Pf-Rbghi`1hO51zP>h`^3MGGZL1Rp6Abuk_!*=mc!#{GC}Cm4LM)APJW~FzAFcN3 zaT|AW1Q3cFv=dCyjPWjE6NZo&?J~GePPauavhhQHPp#zG`Jf*=X0e@|-M=fleJ5KP zibC?!4UC#32O)b2U}*Ji)^4F__xM;N@jk6mV~ALzwEWk?movb0rc45lO=-eg30nlX8dn$?_z&IJxGFnj1*_GKS!`;4PRW)9 zc>@guK)-7!6sD zmD9K_=k(ez0cirPCh^~16jV5mn0EvB^lK>=YoaZ6%+`S+PA4^}`~Pgx+;Al7YzqDMTQT zQeUgNaa}^oW~PSlkDY@XHg}rD`R}iTrkoj;8GBr6BdsIGbLxdrUIBk{^IK-}PW_RpjHd9a{!KI*Zs5L4f z0kzAM>t(%Te5rPPbI}jwmt?2cXLui9mS?g{WvR_wqDf^@&GEMI^oJI-auNGb$S z4AN*0;?PnXS$o;vaOrTccA0!a{v)l=*|aDPGMizBAN>5F(0_9FRL9BP$C=>9t=Cn=*C% zE;Lr$rXq|*NPwYVzbxjn(*Lw;H9l01x9e09%||b}8Z8AYN`I~?)(|kP>eQriY}dN4 zY}R&gXp+MyYB{ewez7Qby{ox~2QrRe3GyF$r;;X2KyIeArUDLSw#zUVpBC#!u-vCN zyo^yb49L_2l6;(uiWwc6V6NqpQI8yZvQO3If^GW;edqZ4-DlSYZ!VU^fVcP9oLz6WUD_w5SrmgOOO7sMD7r*|HEcE!*5}Vg#{HyOBYoR#| z9e-+=TQ`WDZam(roX3Z#3{{xr!dcmmlDnX z7erX$hwLT1Lat1p=;O1dC)KE;o_tjE^#fbJ1o!t3PV1WC#G8vQBhj>>k zw%}xD#JDM094fai8#XuU;#wa5(;2Tf>zdfOjkx>@H%DVxZ8(Ld?f%M2uB(m+Zf>z} zo-<%8W>qXzE58=(l#jz|8XIvxa+sHKg;Kh<(X6Te?ByD=8f{?Ik+MT&W;Ppu@YtRQlprH0S7CQbUjZzE;ss!-;=+eAF#lP z5S`NHYJo3h^Q=07VkYR~C!PxzY7AeK(+()_r7?lR^N69iwTUP`(cB$UBj{j=tB5mX zh^0pj7V$iv(l$2lj>jp;H+|hXLoL+Pw!ReAHxUc51in*XbMn7*mgUZVVjON-Gisx_ z%n%R}Xi?+^Us}Ul5Ks~7Hp@SYI;pOHk((T+(~hooDrIGi;H!MnyQfFB$9iKQ%PwW{ z5%2pA`$RF!ZU21=0D_%Iy`Ee(ta)7X0*qNUT@TYl<0s^wm-Kffn2OXW9h_>x) zuSH?LlK-7v9C604oC3LNerk%Q2^W`?6s_GjK_QuehL<2@95Q7R~)H&L;uti zZa_eQgJ>THKK%4Uz%U0(#%8J=ZX=o}sMgqmO_JjPsRM&Q>~&%^tgIM)w>07STmjM1 z(TEd4%*@Q(QyA#zy?qulr1_ZDJ3H2O9e#*GH7LJp!xG?tG&VmB=G3!4YZV++&4=ig zD;^vCTv>p{Kyu-g)CM@^;iJN!^db$aF`zW#yOgLm_|;rWGM2J=1k=od9+Z!tg&IKJ zuT4_@BIWqSC`JUq#Kkl%KEpsWvedkdJ2 zUPXXDYne_}?XPOHUh3~+`Cf(kDPO-v&z9+Y13?RNlR9&1hJf=+;1|7*-y!~%^J<$n z*d?!`BK!V5p>~z=m~|vtA$AZSI7d6+9DS082&1GOS9Ooa&C801S;crdwXrj=IJeWV zuYn3Es8DQ~Dz!wiatH3R7kWw2=rrelD-37*j1aq%T-KVbatYTpyMopiY8T5M0`dkW z8(%qEKg!F`$ov1d7T_zR9ch#de5qD+Lj!+POH1tzwnAV%qJU6Nqu77t@>ACM+h6~4b8!jMF0S!WYR$T0J>6MYa&kVe#x+HTW$v-kB5)HShO7#73H8%kO;;e)m#KbM6_I7No)x8 zhhaPG-JcVkJPGM@qlgs*TBEUEiZ1L9wjAnIv;Q4|Wmm$yztrTY{xb^rrd|5SN zz93sCJzA4JIT|YC|HVtApX!Zyl;MSZkM479s42}#^zBNO1Nhu+n(kHw&g(Vvr;3US zhRkTO6`TZVLO1sF+Z3A{YPauSuwa{k`8KX86X zTkA59j&_%A&q>n43dZyAPCv$%fPnhw$a`V9&i)mYUB^e0Id$^z$^k-~|E!7`w)+s03pmN> z>XJN9Bxo_gl+s+vPb4r=1-iNN%E~gJq~FuiQ|-DX_dJ;EeiP{tcJr~u?;WfCp>M%N z!(C(Zi|~6L+q45-lBZ+Y@&#`=XB(5jYZf!{`^H&Q&XeuOX(4LH2<$_X^9+c zhP(-QYtQoW?_XPc`$O}(W!(Uy-*a=}ppNyi?uEPTar~V2$GV1s!kVP^u`s_ULPdy# zGSl%i4IY}^gKl)bG+l@{h17rxm(cs?O+7lQjEIO>tz&?`g4Yk8QS5se|Kr1BqWBTf_pvxF$1@ha2xIP_o?C(IHv=>NF{&i znh={s3L2UbUb5%hqvcP`8vK|6TE;!34>6<^^(}34;7)@SSS63++YUJ~5EvO5`Fl(9 z^WiXhs|O-5`vst~gRzf5*uoV}Qy8@t2zwJBD?)vn{j3tv zKZ-)U_wpmEeQ%sX!O#q3)wnov0Z>OkSd5uQirVnM6P`MwpxQCS;&i8WVWtcsVPZqE z9;g~i&N*%N2iznVC>(JNieI5_)#dHkX(ZP znIuq9OBKRpcu=h~A4@p$xF}5|z{x_f;Y@RkKtctDJWr}pt&vrtn0|((?CjXb>ZZr^ z;|5ZGq4+*H5^+Nu%4S2S0uxP(Bk8%xNub$qe1I)UenHTO{C`y~Ju3qsFY2<&X&R6V zA7_9mo0pX|=WBTre}9*1YB$by{HTe#+o%y+&uxZ>u+@Y$%hag)`H4OUQlz9&AWngS zCmj&~s4refxwvpro7(@#%cGuipnVL=`uf!cocGw5Z^$GiB}3AB`j294BGIm-R+0;d zwZ%Rdc3!D2E(vyjR{>LZeRCBCB4b6ure%ZL{QUXKOsRM{-K3vU2H~1e4dECD5#D`% zD;bKxX$yCJF6>fJ)adi6599=EyYEx3Vwv_2AtJ9dSZL|JmK~)mC6m6izC#dBG(po6 z5LqwXNG+J@cazhZ4+aC)v$UE5^&!@hE1T`n^829sUXiifPaTeLjpJ(I7ULtFUqET^ zwgnJK0d?fTzjdmPn7LblA#VN{aY>Oz*ii!OIUWYTmp?(~vH z#l8Wz;d6zR|J1VvEBzl8TylkU++gj9ii%2PTpUs}yfNr?hA%S?I3I7#d%@znXBlz) z-Av^D?FZr$!zbDaW{MrfMsw!o)n5mH?nq@&4=~wCg z%~!W6SBMbMvIy5)Hv{|$kRA7G{g^imC{yeONuFa3S*qGrZcT)`xoUFmI@L)Y(Dis! z)L<$FKFavjredgU#I7-O445ouor_h_joS z3h^anJmV-EEe#0X@39{F^Zuh;Oo|3)Cc+*-^ZqMj-?9_vNQe?9?qem9bo5H9u$y<{(_N+~Oz6VH$p1#qv1+-eQMyX{HuE7BP?gQG16F z4I1A6dB8}!T$R%4|1|%*tSzNuee#0+Kg;gG8x+^_kqQ1+5#S41^%6MQ|9CU-Zd?L8 z39t(6Kg;6~!^qVCR|gY;(`ysmX_9hJJh+vV1E*dlc z0=8s5vJ)IT`hMEV-$?USfZxuJ(S-O|P{IG)o#LCA9%IcZUNXm>*6^68|EtZAw|A3Y z?CJ!96FvRMkGBBTSW@Nmg`Ly~N3mlF&Wrr3z{3aWpRvQFpL#Y)c4I}l!Itvm87#t@ zl*fOZ76>XX7AV-1qh)rY15BaWvN-y%#_^Ofgv`Ky35|jSus>82%8R1vlV^}xZ)%?L zw^)D+ehk-dmFRpY4WLVqN(frOVdqo!Lr0|YhoQy!I+(^f`Ugs($^L8URrtTrRD{J7 zqT=HEeVv?F@#7EeF$1kYN7dDGG(DtWdZ4qpnH0?5dv)w6Xdg;fQ7WsdVu5xQK;?P* z_*5ai3mNa6yy!d{_=y1+PCyB<$1JSMBr${b2tTFi3?-fNJ;2!L~uk%X+I+ zb;MyV$3MKDOHufY3s+M6`2U|OwTa+93!aRkBJ1DtjlW$-u z0Vn4#QKlF_-aK)Hilt|MNZ_US z+PEZ5Nm(V5fm9#a!EYUIMS=avT-A(Oe;}5Miq6tHg@fZ}yNFTyR9~$|FHRoF??`v^ z$D2Z%!}+r3VIIm_%kqe2=GFea_92$ENu$N3oq-gE-iv~sE>!Xi1XE&n5Tg(qsfuyG z47Ag9X(6U*ON^soooNr{jW|Qw5tbURYjR2RuOR4tY6zh=+Fi*zbFN=l36+oc@kX}&hz4v^kdOLTX_WMe+ zFUiSV+ze?(H&Bx`GiTVpvHGKbU~XPsK>_zjY0qLFV!npjn_@<7^6;|tiQwm_AT0We-e#T;EbQo*u} z!1Xi(r6>|}H#iBfSSuRcNwRoG5|?gp{_Nh78bv!(^M|webq5m;=!_&W^AI0daP&=o zlEt~O`IG$?7gqoosP_KHj6o^(WhK|+FJ7+qu0J3VFyNgnc#BlUfTI(5@#nqQPR>mY zILh;WtE#fM^2+{nROAG`VB&9TES=|5ue7veEJTOS*i$!VS%s7@izB=BN{TZYcV-;#8sLZcv;f||j))BpNZFD}I)tI0!RNs>?m=tF{!b)i;znY0SohO=;mK_7A-tAK89;H%p zWz7{Q1QtkA%#s%F7So#wOV{6EnLp97`M(4=fa}q^SRW?UnA1d)8{Et;E8Zv~ZKm2m ztWx=+rRoP`{?^BZZvT)B^)enRYvgdmt*H5@_=nhwA!Qh8&Djd%ub-t!$h8Q;NF$feAW86`(woT@Wxg`4|@I@dWP_uPPBjZM!1o3G=+HK zUdkVh-b76NZe7}Q<(xS8t?yeAWGo6)&{J>Qy8Mx+)>B_`m^nA6z1-%FACDDpWDa-x zi1%kD9ri1o!=f(|H{>hu@kyoT>H(YO(rnel?Wl4$aMotV^}XKgiD3DDLLfcrTbLUH z&l*|iPx2AvhO^R%zcq(yTzvQ%>tsEqH@e?;+PPs$Ga-{&v?24Emd3jf`zN4lW}*WX zEZzi*bdjGtApz?&spe|D;wD{?#rAM-ms1N{!;Hak zI8%zP@^V%TO5wU+KEu1r6fh4C4hEd5PT?bRZO#GkuqzsD?je2-`bO;Bw#pIk`G&eRGCN z(MP84cj!*DGb3VfU2`~BX&8EajU^MxvawA!kbDdy`uOzecjr)DLjz4`9u63~Kd%s9 zzM-ZL*PyY9`P3fG2`sHa1-4{ktLWFc=Bhh`oqfUVbOc35e)B}+L}kbUs+h7uzcL9R zXr`jlF1~SRcel&u#8azN-5oGkzjuA!1x)*w-1vPbf*7>#7E0B0EGh%VqtnURm<`o$ z-sQ7i6;TC(96U;+(Egt6Vgu!HZrk@%xcF9nMo(^zEDfvyRco#|{#F@hZ+3=m#A)~Q zU)wr3S=}Tx37TERw|jwx3IM`no7?u?^}y}dEYAOe>s_~cxNI#0LANRAI;HqV?IfJ3 zW51{zb879)@IvxvoqeXAF=h#&?;IybfG84>H{N7vE`@}|0vE(55r6cQ$QE^f^HbdX zaPz4XhUb3{4Ya(8kk^NbekD6t^fz2tKHK<1eD)wR01E>*;PZoX?l^g@j|64<<78x( zN#;Une;<~e)_qLQyXYJ{#oIdG?_FiIP~)B%FMb>?gX8n-HMNeK#s?BtO*y&pEyo99 z=M|2*F-}iqqKh!jJ}GXBvHac|Vd=aUiQgbc=HW@njqI@S@_$#^{p|_P*3RDI#+5Lp zrlJW@iy({J&xQ*7Eh#-ZJy*m^7HVv0crvthFl@Z`%2|p}OS1+KPUdokBjcfpg;H*A zZt1l-Pp1o4#TlGdB==z_+l!Fuhp=6)z-~V}disr>u`CiHH@dloO5$=XH^)OC>+PYW zChrS|FJHcJf@4?%H@ve&@9}|eTzEwoJj2s_*mDCWYs;vqiea0Z<|SIpds*a*j(+jt zIf0r-T(A=kp>W6Z@2y{9j^}i3o!cZF7tRWS4=j=kXGcO_E%Mb{i|!;a#YAeT;m`wB zMj(3YVA_U@XJZxzY7t&;}L@21-duCFVfTfszWoG|4+Cv~~wy4+0v+qX)y# z&`{GqbsroSDb}Ed7g2puo12;trT6dOgoK3XUhE$ger!8CHc=jU_4r`bv0V;UCUyxD zIk(*tXSb(db=k%uAtB}e_|efCvB%faBTiC50gXW|Hx?YT_0aF|J>90a)f~{8 zT1CBjY5t{fmMZd&hngD;G!Tndpze~vzx!^~ADTddLu%uu3>r>w_xIKbC3wEh+EStd zo^Ds)-fsC)nXM^oxr={PrvrZv;61y0t|*6x|B`HkOiV|kbKp;EO!amqG1r^dXm?0q zk)$F-A_pb}4*$gjeX*1=4fNBp)T}S_JEuPt0?bpI;Ar4Hmx&c_oFL% z`4;N81Ai$z{iPjahVKKV9no9aw%oA3un)O{SB*w?Zl|BAV!R@d$m!*{VB?b>;<)#F z9Dnv_gKMTpKQcGb`;X58C(WD}vcsWkdj9mx6Wu$oinKWE6Bzm_$RfCD@XN+L$X18D zG|HvC!_x=YEH`ZfTFW{;))f6RNLwHuNa5ndgJwCbIYGHMvWb%kzDH%0QC32b`Ix19 zgSm^|ZIP46QBuCi;zi#>lHFBIJA(3P$-n-Ex;4dtC!L1=$A_JFzLMY)F`>v7l;%I%`2X`<)y(0qj<~KC3tSl& zmk>@TeLNF4ZBhZYVKC?ZYvDBy7bhJFXy$kRwnaFTjE1VkML@Dd0P0nhXaW_|hvnt7 z>I8}eBqWP3tr(yy%dnFSUhXL#u(%EHevJOShwYY1UEC3GG|{ed{L7FYBn)X)e@f(L zMV|`i*`Up@*tzU@mR43ZCQ|g`0T{rk!jhF63}lVk+S>JfTHL;RibLLK($XO?mQ$9xn3N@Ci9QI~EswpPFk(%HJ|?aA zMd9mK-(sJhp4K&irB{qk(Camq%|0}cCZLX>+gmnkhwq=GI>;^)*u5z(QK5ZN;H>)Y zUCr>L#b7**nt$&BSRROtt+rk2yuMIl!EiWc@ekebVmH0O&&z}i6}a`Ee&qn8KVDm7 zd;<@hcJShK68ybcLgb!TD{Bq{f4}sz(38puhS)0hh~Zr2iw)%Q{NA|!wW$!|-{NsSv$X6zjs!vxm9l!R4oq$xP~b@2t# z;i0KgJoIdThDCigSwGr%)8zNS;z>Cy`bD1Zkw19!DsZeRWME*NO4!ryRPE??9irQ8 znLq5>X>GV6+sTL(xVrd>S%NfpUqN9=RS92eB=o3`7u=gtLEJs&tbURstKfc{D&mm% zuR>77kNz;mzs`|Efdb6W7) zmdv#&`}-jikorP5Qv;zHi{b9j^t^+S_9?8_src8o&=B7(;oc@}3^(GGRqF<;@&_pZ0TyKo16XW%tLIl+IoK3f(+t zjqV?^yxhitazc8)HLp;Ou(OdR!lnpwoTvG0Ajy*B1@|YdP809ueX+bCCe8 zIDZOYQt+={9aSI|cmb%sxM)B9xUbJRgwiPZ$iKspkx;tDXnt@T1^)buM9fd{;o$*s z3JCyz+kinOM!}sKJDbyK+R?vo8xk8RBO{aUKal636vF4ns3hG@k8Z?~E)wEPamp`1Gc2Z}7Yr0VBdCU!F^Mtv>BmGSi z{NQS3gbZ!>)C$!r&^{u|4CL3;;I__Hbt@eTSd2U{a&2}uH>GC50icPEn3PNsY`M2c z{?hg&af$YMD|`#|ug|v9MO4zdU3(Y(BcEy-50iWiyOk(_#N^}nMh0i=lL>uWR?OH) z^3Q-3qTL~Qd5gi>XJ>o0De4c@2a)NO?us6|NLEcJpEr-&^osY?ALg9sx6$7=a7wxc zx}>hb(z}0_Sl+NT5?#~?38a_*4_RLU7Dd$lyR;G_h;*ueNSAa=r*wlL-Q6sTpoE~( zARv;GBHhx`-LZ6c=gvJm_kQ<2|L@K|&+N{e!!SGh)_LRiGDUT0Z)zH!bS>-XjF*wA zws~U%#hTB&J#`KjJt-pS*z^*GH={li{SwrM1&AA|>b?#XD(6d4Qk~0tmBoIz%;P)K za?Z3wD2w-S)lDbT(5gLGg*&2BgY0zr&A}l!D-PHkcxeiC%SiT{L}->@&@3vaD+0|) zo?pxYwLd3iPH~$1Dc_#nc1iwe$_Qt^xk&oKRm+&Vf(KoL(r6x3*#> z$Ivlr=B3LNU)*P_rCtGkH*fZS%K3;-)tq-9ZMSWGMtE{7i^pGW_bxUh@{deLcz{b* z@1)og+QEOR^fiZ%YukIczHiY&731@Io@#VpV?)O_zVU_jytAF0N|crL!|)Ua(6VaP z3cts??)Q+VsHG;4l*!>=sq*rfU#CVGJapaK9vmI-U|S=5J!52epy}pTa?&ocYntY< zcvA;qtqWBJ411!O$!1O+EWG$zNc71m96REmr_UcIuH{kDRS9?nqaKJG2!hiG8#?6c+Qc9&*{0|FR z!r=L(YR80}KoaUn^A}Kd{j5m{-HI=EapEUxC6SY}F8|D<@IjLRH(Q3RzfNh77}94x z8=&>q+A!HR+GDuSTxZ8|Zqr?;ri2~|WjkfFDZ`#U_poVsWaW0SdC{Ln z39tPYM$Yeg#vR}CW<>CH$hP4iH2JoRd21y6Z@lb>;g{x_%X(h zbqLDKd;XT1wHYsfP5Aqjm8A12in#x}PUU*KepJ>+=BZPs5}%^j^O}bLHtB^U1$0*llVVvlFkggiNQ_pJ{`6EgBf)#fnqu z70WqIyHSs@D(c%_yV4UitDE!&`oY|@L!M7;D_5oikJb!2m6(Cgm%u;3+@6xznKilX zIrZI8z~Q{!Md3ersisbheIop7?oW#|VOIth(AsE@sr!&4b%&~n;nVO!G(iL;Qm?dr$mGeHSh$~@9(FdI$ zUW}YWKpenkZTgF=PVU`y_Vh%IEvg%7ef|<%VLd{!ka>;#Fh0$GU9>8?NWPc8^`Yg- z!lL{;dmp39TB2z7v}hy02QdC%yNQUyi>1qp#d1!H@SWT-q6OsoyBWrk!=D2oDTlB2 z?yP`od{yjMZ(ch#o%9V&kcv4)<|(z^oSM~NHy&bf;^XVQl8u%G;sD0+(u(9?@RQGo zk>P&Royq(Ex;QPf$3|b8w)VI=FO0o3lzG9f|5bxGQM3~WSj&eyh4<}!QU#X@(|lJ& z>=CB^1AV|ZrrK~st%9^7d9TI!DV!qA>Ww|N=q(ld!jDxNmVNE?2p_Q)!2W7h?v^y7 zLU!*DPn&>MGOCG4f*U>2-o2zUHgVVyU^zW$JCK*>cbl|U=)j}FJ4nYGzMO>J$&UMF z)U9zNvM^X2Z^ecE2$nbe(5t?$DM6N*u%61LKpP*zL^Ci>m^c0Vs9C{ZU;p0U$)KAs zQ~D@vTh5U_szXQhtOTNr7Ul2{w6fm|9Cu~1{cc@E%~nPynj2=_AJmYkt^^WyUU;xG zNk*j*En|KSLX)#j|=uUWl7t=9C2Zno6R0lxd2x8&cK$h zXA%wGfUAo01hI~pFKkSjo9RU-Mnmsz7@JwcxMdNupX%#{K}kAk^zQn_$mKp6-8v%i zUHOQ2T`|Tb6SJ=fM6XfxL~J@qgm_{v@TTvSk;L(XOlEVG)qvhCyt8cm#}KJWo(hxB zxdDQ5Xo%_Jbo)W9@cDB|)YQc@L!1XYb$n}x-5QMxerHOBaQ(sGZ~wR;J5T)mz1pad z)LorX%Z4eWtGh-25>FpGvr(nvYkGDGUacSKX3}XE$aWNde0aX-c_Ac7Covm(WQlp9 z0i714!Lcuvm@8NMgh73U>gf2^>(d*JgGC7h;r@gBofLL_v|#d7A8uuL18dYrR(?@i zbfLAfGFMLI=IX-z0k6RVV9jr&g!b`KjvC9Edy2Qv&-1!R^yrV4EP?(zC>ad7&(2M zyukK&hw|0s?(Gp)llYzs23xgpNK*nf9}l*v4Ro3-x*Rq=!}o)fwAC2J zY2)DQzgpM(QXiw+F7zU%I#w9@wy%qvq72?Xcrjh(ys`TXRyAl(+8y7Br|SQqfh%3c zAPUa~|IB0%HQfQphe~AfyKlTCEAVq`I{e)lg;c3cSSe4|lZAV;-rf)b7$&LhL(ccm zwF}~Ozoxe|LT-4Bl3=ZWjcn2qeBA#UTUfnNJfi$Tiud51xdL)h-L}&!s-c?Gfj|3D zffF;hm;Tt6%#D8#d9I8w7O-bjK6^iyzy53?AFo7b@a3vifO4{l=5B0V9ODPOc*{J! z^FtxjcZ%La{K#U8lOpU`rRq-zWen;>9uyFJGNlMah}A#VS4O!z0p9LB^ru#PvMDCG zd+atiI;tyBV$jn(l!1mE7HdtYLj zB7N})dA?41EHKXVKeEgJseCEIHdYU+apV827f53aGq6rNqYIyx52eWWRIYF@_4riwt4%Rx0 zG?d}N*XJ3Rmbm`Gt);dD`)aW?;k#bG=10vW(wOC34uig$OK)J@tJpw#eTwUrfCara zZp^dJ>r|>ieT;W{k&{ozTcJ|T#I?|@R<%b{Px8GwlV*usM!Mio79ZTMb7t4YQ~D`m z^?A(C|AK7Z3>V{DhiakO&ThC892R$kpy>P#MuDCFc=qb{0)_lh8m4~oVB!JKGqJ$C zlLehe5`KPI^F-+=3m?XR8~k*6^Vg~h*+w}Dhtbp1>sB6c27d7Ex+{d+UFY%k_BEY- zxO^%27|#^^Nwdie!-==QYGU-F^c15KSlq%A6CZ*_%DDf(|CA$KiveFmo$SUXw51<+ z?>kNO%aHRxB!W*U9{(1Lp9PUt{K%3)&0P=y9QFUzYZdO$bo_{sgzt z8ATNgGXMQdr@|r1OY(_gqu{zaA-_hr=E$ISQkynGTad6%)lQfl!~ zXJWAvO$bH`T=>VE6OqjKuqi%?u>}OX?NAz@G`&AudXO?vY=%b)BNembobfkgaI12* zN1XK8IPHrcf6fRZ+PP`c`TdEGVKjsWUT%Xqy1}I3d~wXau(|jS@B5`wBPS7C@Sm%q zv6Ywd=u75x$}QJOKBajGL=V;$dy`dHZkvA1pXiF7i2Y^5gkj16?3F*%_e%mJx6|w2 z(e)rK%68gS`zJ_(T~(tc@V?0p_#< z8q7S&?b9>#D@uGrsTW8@gz8h)U0l>)qW4zfkBL{8Jd=o{`_n(eZ~Q0>T?rT24_|#& z2{uS3v}VRL6}+&Kddma1{q1omIF!H!w-_Z$n8bbl?NCZ#|ISoGiutWm(MYEv56{2N zQ~Y}PO&nDYTb5DcVSSJ@?Wdq8(tlm8Sn_m#t34R#*rdx<7k>PZhyX|0?K!RK2Q|r{ z59o4lmy0d(6Z%BMM=<=={QAgQ^3{F1K>0}Xx!~MRkm@kX*X35 z8yPF6=y+=t^>E-P{PttImw%{}DgGGq53ZOfwJ#oNWU8!-V^&B73s+L3T|=gx260cz z7okg%`Ud)shh_pw;~6rN9^s6*k4&5rM2(IA&Bo4?%5H}p4c1Mnb6##+nD;b>Sh?RO zoD+JQ6t*{SCJ+UZF41l#!geVJFO$0s+*Xz-Bh3Oo3U<9=d@%y zH#tB51*i~|JE;8}8|nV1jQ!iUuPW~+9F7DloW0zZY5H1iu>ZxdJC3{SWgMR#whSHDiA8E;B(Be=nZww(TwGkm z)v3eQNIRrr?F@11*ZsMe6b*}d;a8X?oNf^@VhL1&>!Zn<9{^SK;ao} z(Ou%?mLBcVD)TCtDmvv|7N7mAXDRIT>98H@o>2_X{m`e8IkX~PYfU{4or zPq#-KU`8`oPAQo26*I8PH$cthS&!Nr4V8QU#LaSf^BC1#9I6jmazhTj-#dDwFT)7Z z@&gBVZrFLzRTY%t1|VW$V#^sOWi73^LccY!h!sCRFRyQe8d@SyT}>S)ms@V4e{I`z zvD2pi?M-0oaTASQT_b&`hR={T9~gWRurdGOqC`aj2@`f`FveO^@}>}-Q+T`L{N(A! zN2G%>8jMl@r1rCR$NPPa5?;H0t3pHiNkRC#rzl%?c4Qik){UpU$S8>&##o_b{} zt_uEFnZ>pz7+syHISsK4SFpR-pI@#P^r}BvAxl3MWV%G-D0)-+pe^Y@R3Ay$%Gmez zA}a~~oJyf3jq2#3h)o^7WkZG{yFfFy=(f|wMb!jWUQzzrojGoA_@;m3%thl=kr(3K zX!4249VZK#YqaBSSLK!!aGN;HL}gTei7WH$3M(xR6ty?L4EJY=>^L$(OyQaF#6Oz# zdVcrsj=Oa>w$`6E^@Evjp0lkKILvJBOdlRYjie2CPtV?GA@c6_##b#l3(H7a1^tHF zr$Ro2bNPHqE1wGsv8e@&9>94;A&3Oe?uCK=C)fSnk0k8Bv#SSph#mLEEfgbe&L{Gr z0+AonPkG7F`Q0}jwuV;3H6;fUXeST;RtrR4E?D&79N{>7c*Hf4k`NIE3Eq}4J%9ei z0~8Q3{bLVe))WX04SCNcuf}}^9Xz>#8Tbi%Pu2SM!oQi2h^fel^7@+gUsOcPwJ$v@*81YOy`_@DgN?zFCSKXg)xLg`hWiv?s zmK4?0Bo?t{@@P~^^5XjXI6Zm-)%j>e{_1p_u_T7@ne9VL%HFWHo+d+L5)y8QDb5pV%}@}2eI{Cpjx&_48D)s5>Ig_lmRbCSQyHE%oR8-Z`)nAq4b1zcC& zwp|%qn&|5O6SC7L*m=gVx}m$@SHNXKEXz3Qpz7)isi%t>ive3{96nwmcqA zSC_zILzL6MiqPBFy|^2*+J~njwmJv5r?-a8IbG?S+gJAh42pRLuQ1_cYayzwt`&Rb zIuFnj0FfJ`d43*~KV0ljyc!46J=0Gfi zF0t^DCh*HCDk@r{&l;Vc^K1rF3xFN4wpC}xL7eP(-DS5d0Q8KPK1Xkp({5FGmG1+l z=!b3;xp#`b-`+mHH4(V>E886vKZdG~o3gS#%s2S;aA%NFY+Y>Cr5>3x34jEbpVgIZ zrJ0=^#BmGzh{tfKI5s}MJNmOUJ*AMZ67TL>jwJ|ekk(jz_pfK9uG0Z9E#_Mv!i1@g zNzbKa@^aW+Ox~iab_#cl-hXrm#+FL`R=s8R$QVIjWN_Y1U|dzUba$> znceMO$=7cfkO_}hh6wSqur#M5|fP9+!zTx)25$*rz@wbZ!(3y^$jDwU_F zC#Xy5iDt&>kE!1G8!M-vNFn8Ph8-`3_H_Ea8AhkeGvIrF{a|%mzKox=&ggUi3ND?g z@fcUb?D&08T{kvZW+q*A=o^Cmid$wOD|T<7 zW1cs1D{5N(PM`Qxu3wPXWFTA<-S2$4Go@v$&5F4iM>VXR^g(duK5&oImkI^P7tB#>L@r6Tx z?6HUkn{>!l0Fq_~5?RHVnw%Cgv)h+*(8|84uBS~gzaG23fio`|P^kcIWdAir^;qS> zBYR<1{_1mw_gDM`Rd#i@SA;Hgm5)X{!-D+~9UUW*XHc-7(*~D+WspW0X+cXYFE3YP zS>ldSiidG=&{4TpY|QIrAwP|A_ftJ}q3*D5Y=so^-xcL;OCBs<&(`3VdIQ`c8(r> zBomBMz?BFmLPhxIpw<76L?I?AzcnoYL92Ic(ycIo!;JH9KQ3%+{5wSF91*eFqZGY4 zkkZ%JCll1%`PMYLmDW;(k2yRFiAA!#0n z7lPwJ2|SH-Cwp@#H#hzu6v*$jM=32W?d|6`5_rix&Yqu>9v?3wA%OxAE_nEO&222? zJv?|plH1AFm?Ce$;LXGhw0s3sw5CXwG~P1xcDFHdBm&C_0KYHq(uiNLYS>G3pGCddyi#kN-yu1Fmz8sy|Y1g{c)e&e&^ z94LIi{idPrn=4yFfe3tf$z1EC)z@oP$(PONlAd2caAK_o|hP#)sBnU)d1T^| z;ZbT!oI7`qo7O4Rc$(32(Ldi7PaMWQH#Y8Ev7SDlsAUKTD-62X`FA4~yrVB)nmW9Z zD4-pb&&@2&#_+SF$T}4&mV#ak;L@+1lD#TigH0$qD`XRF=!)CN+QC4lGijuebZ~PEBAhM6iimtH;LRiN98P zY2gMw2tZoZ`$;-0 z9=yD~AJlU4MaAz~SRxVUz068s8CGFS&&8$x*=EcH1YDu->4JN*{d$ z-@#pHe_N36(0z$B)kY)KdKlv?DTT#(o<>kDI1}?dxme*yV(H!GK$*Z^q%hiCPFxSn zMR#_snp>Cy@~Ox|0gpo@GX0jcN;NUObXd+PfT}~`DLCl9n2H{PqWm<+On~exe%Tby zNgzc=PA0wIh<53?e9aP`)cm#e5chMWx)zP8^;;s@2c2clEkkFoZNY*0lTh^(lY)F` z=B9R#bcjaP&*e|F>QQ?VweT*LP2|SF%O*DPr8!y#(l?Doaa}xeOS41P#IJgS0 zs_9diV@mScpYKz|Nn7<+;DU^qR5&OCw(kM^l%EoScRGYQHC~2xGE(*zqBt?j^3qE0ynW*3qE2qeGKFvfnda?I!(w5i!%akhJAwnKBsI zpnta#hThz=_tJYV+rp?lOrFv}B~3(Dc@%IcGk;q#aVz(?fpwEHtG|9Y8Nr5Ay#Jrl zQp>~lmpA6^b@|&?TY_cY&Hkd$1Yyn9R-={iJ2)#{v1S9E985YCRdkNF|LR1ed)WJ8b@7hVB}Asu%(^;{z(?*7ntjT;u(FQ4cCveD_`(2iWmG zh+_NRGl<5qoo20Fbgex^Ev&Pov?fjMx1b_ASDWBQ<_nbV)ENSuSmgXU9DW=y=FZod z`t=s>duUgP6KL|0LJbX{#qk*KHcOV1w*pO*P@5j)mBNJgDz(qV;zT4ZhY6yJZiM>x zbgaX3Y3FY1xGblOc97~jSbi(c!frGKR*ayC;aF#W4 zIQoP0XVVTONK<8P z$H&J5C1{{Lg}?ymq{x(?mr&^zQXHPtXqfQ=N;ZTYMkOxhEF3_tt zZQSByG3GE)L8TT6NX9E^I*8zWp$uSa?$-J}EG#U&`592tkt`g_)sE;&jhON+TO}zw z1#TU=T2tBCE(L9;p|aI&G|TOI-ITvutiDSs+TYwI8ny?eF}&_;7o&LxUY>7!zbdtz zt0FDf&a>a`r?7kEe5%!i+A+o#&Nt4WHZ@IU?m<;B9uU$0i)MfwqGp~zVR=!l=mC|L z_1+Hjt0SPvEMd{xOBTiXnSVDr^PC2JP@I?U(Y(yv$x`{P(;xbp&Iw=CESryeniw;B zB~?UOeVm>y=guoiCbgIBX9Yit)#C`dpYMCR=q2I z6A1-5w^C<tAl6xzR5B<1_f?iT7O(52>#tg0-HiqQGtSk=HQj?71&E|F zP+#=j?DHJLWXYP|{3jQ{X##0iDVI?1 zp(ZY7tMXyf8Ab06+%rP=^kgTV4_yPYYkI9Jc2Hyw3EnlZzT#oKshF4w*-;3%BdnUHuA#wz^w&Bw-Wv0eNC0z9V$r%; zWf}<$SzBz|6zX5FYl(=){WfuWQlu%3m=XO*J3x-CQ7a7c;lF%|ve14b|Gr%KUm2#; zHKo>xM4@PHVo_&%dkEmSMzTOjECBc`SrxRGK)*J+0IutZGUwt#kgI=fd2v70M#+kc zJ^!arejVDBp6{Qsllr<9;PXQm9hKKRYI=DP65NU;Z|-Teu0?B)%oT*5_s|f)=Goz| zIE>~IQkVDnpOGu*gP#g4FXlok_K}uIC*5l{Cux7XHMmrmAUCHDwHS+^a7N*1FLd7` z`>3{ic}x3^Y6H*A{09Dej1fPZ%Tw1r<$n@NFC)p#lzohFa=#fQT3HMh0cJrGy?K|C zig6wNl53#*M>pv|T^e?jza<41`1AYK5?+qKtDHGX!!FPnb8fPu4nx}W&k&rSSGS>Q z0^YoE11#O4Yu&GVE8?7VG3m@m!Cx{g>VKG?Jv^fc#$v&%_2}Dc$!q@dmEMuN<46A? z))2%t{}cHx^B*#r^2yfvV47ZA&^x!!mqSJz4M_#gPDoZ?qXazm2+@eL>QgRZ`kUa z_q$VV!~DG(f{d1=QAx=hy|0Hd4@(_CI)y{aJx@cvkg$I_w0IOC8L*-Y>)&w>U2r$+ z=_ZQKcGUX)MSU%3C>tecgK=Q<3|UtNTQDo9>&?Wh>*UfB!o1_FP%R-dcN^O5?66$o z?-NCaLsIw3ez&w+x6*amrs+EyKfbNiYHq>8Lxqb>kKg~@T|6ZD*mW#6+ny&SE4sWz?K5fQVtH9uJ@v0=aaE`X6j*#4H( z&mhsZbD?T9y~ZUBHrQ8$4|AFoFgm{(Uqux+4#1n6y*lVf9RXjDJ+Mx?S~oD1t#YXy zdFPq-JDg!f{o8)T4fFSen8Q2G8hZ7fv$L!LvxnlPy=g%7Sgp@G&EvKH)Skb;@6Gzx zTN~>Cn&!+4`$ZC!`^*h69zgD}xJ5z3d`L~*52jF#Pv(yVovB+4eNl`Pjjk>lAM4b_ zrZ9%TtKKyoS?1Z6z46z$NhjemwC1Pj|5RtXr|4u>*P&NcdGi|O3-h1RPxLRIXz{yb zeQ5Ud;fW;^n7({H_hoqO{pXK3om;ho@I1!Dt_+|sBIF(mZVrt6%HQI;)n;VWuRB*$ zMiiUIz)X4HlEdOi96X}5rz9CooZfpjNYwgqcr=!Q2jGd3@*yo$i7nFa>-hU8`6;OG z{c~FwK{=TwsCk4v(R7L-z{#dmz3eGET^+}F;FiG2Ivt?k(3@n zL+8S6KS7_J$A?9Z%07{5Io!h~owN^j5V^i+M`xwqh0}vRE=Weskk7ewd103nPxa0h z(flIr5i-Fg20s^?7Jtkcp@Wl#&QajS5L3H%demxQ zy=EOEF;26zrSi4^+vt-263sv@+wJxi3I^@qr<7FQ!T3$LvNCb;hE3?%P3_B=bUS$o zdG6bw;4tObSjaQ;o?^F<3lJUi;!E-er{%Hcn!#Vh2j3`{7zeyV=SRuJl-f5A9{l>u z_s2X-A(#4}ZQFsdrRY5tK%vMbpP{yDrcB5r4d)ULBn%zK^Kqp zq2^_GJkEJFy8)hgQ-mG{3zc+RFOxQt z8CpcGA8H=HacZtQGRLp0v?Q_Vh*gXxBvVYp?ry@r{nfCySWsT%x`ai`Wh!iv?VzQ6 zobU;kbYRiGbSpcXEv5d7TtJ35kz-NivNWO~;zoB%8ttGDcAC$TwJ5WDdVX6S9U!)+ zVFd46FKwIUOZ!N3N%8&NBeC6QX1YW!Gs{{dH}p?JrCpYCQ(tjLe0uZRzxoUfTrux@ ziP;e)A7-bj>fg07dz}EH^71pUV_xM4()n zKA>~6`5hbAlI*Qy-xraO?JxY#m52B&TG#6i&)hR>bBv8&I-T*1J6);s_6>;Yqluff zP~P}AtgQB=CA!)8pq8AI6(u+3W@FWfdgJ|7G70Y)8J6O82>NUMW@m0%`%TF}m&Hon zjKFU=4KV%i`8Iht&c9yT>s}WZvKnpg&s`C`YiKcrM77+T>UmBaRxfcW3#W?%bkazy z-u4y$TC~xM?PD6&LoOX}FD5rNC`uJSpbWW{?Tb+cO3ig4@6ywjHlXzUwEWq4r=oXW z`;Ul?sW2w^FSLafaW9Gd*w?{8{D<}1efFrnOl?X#zfvnqH2T@&?B4lTnsx%%K9H~R^zZ0LAy^wx>YsZu)v za9#htb^M9NH9Fd&?S$<9!-UY;P3{6Y0UOc&3HPM()FrvF)CG60`Fm#mK3NY9v~!-8 zF_M|Ql(1Ayqab)87bj;+yN`IqU0JBa*C?#cp(u)x%UsNg=My7mW5ZR~H0^1->E&KW zA)z3eUCvYLDveKf)#X+T6pfGGT)wG9{wsAf8z?7vNHuNbPEi@3NdyZX4S(Sa`%{Zr zc3t3b4oTB|c_id>%G*0z{pw;}1jnN@Tw^6a&p}oL{nrZxyfj3u;iM;zba9)Y_V<=M zg^~hP&=(yObK=ZlIjQ+)k&k8WE|g1j+%NW`y1JHjPKnb-d=B9BB~^e-au!s;t9csD5p=#35d%&RiexV67U zVJ$-Vs^Yb*O?LNSJ^SSEH;>S&81j#6s^SYtSJ91FK^jF+Rog-`iMH7AJ8cemqOxEA(sll#v6tir?IM=(70Od>_s@ z3jIm}(;p7Dr+~PpC2_&GdK2WQh4t+ackXug8Xg`M8)}tC<>xkRQnmD}-!W*J)>(3T z#*W}SvBr?JZ+lyfhku|=27y)Pn>Vb)4}TVA!i0%jsh=4VV3`ax1;kz zwb9Hb^&p`WPQHJosOm+GAFf z?Ek((#tVH^1*!kuw93(AL;rirx4!=z@4q*#Awo5PHT6HY{Gaqcc>a6SlvWhC0XRwj zW6KNw-#2LJldmfkwzDgYo8sclI23k z1ZL<950J;-gMqqF*iDgrW#Q?&P6ia(r%%y>s^&~y3rCR@Am79X?Ti&9-0-uq_Sw(y zeJ3v1>KUPD$B_!feN!8_wBG`;&UsASOepsa-S5e|=3s;JLw$ZA_U4(;Qm3kd$ld66)KZ#IkZEltbG}O>AuiUM)SEkH%`XqBXJ#EDHY53)Ta}s-(cgta|P9 z$NC9n=h8|`;|Z90L4jO;@z0XXM=-x|94$qpAyd?lu_(+HHzP`=aGyT8`L))KC|8F3> z8lcM_)%N0W)Xx5>ra8}zB7*6Ahyc)H&~vd@@K|SYL=>uFLMrO3KVcCPN>Py%gi%Q0 zKc{Xj3#FHole-7pGa!6{1B%~`11~KARAgHem5}#t#RNcwV_;?d3{dw#x(t!BWS@Kl zfy`&}kdP1z00A{QIeE~>hxoU>-+1i^h^pFo5tWsdbqCRuuIgL#x;-LS(U`ctz8(g^ zq?RrYm+N9rERS@`?Tu-X|V2$VFBeN)RkS0#kqx#Zp5 z%k_ruXm_&CiygqH!17*y9yNx8p#G8IW=--Ht+qtN`MlrJF(_RC0VFmdYCg2h#Ds)| zM>I6-?C_;9Mzz{2Ch!9{1Jp`up+kz#GKPkR9OR!zCni9@6TD9(Xdr?VZu|i~fb>Om zU0vqLrn9?yTT9D(ke}@n04klVZEP|?#|nvu9HhAUMv)j`-sDu6So!44j5!Z^S7JgI z&J~BI+A-?y09+Dkm9db*eP+-_N6o+hN8HFL^+k!nF+!NQ58emA3k&_{)#L(|2%)Sl zZ@j8*Km$L%E1|+q;3%d+CKqpsEdpE+CS3zv@T0D10DoVuo!#@oVs##rF;SFf^uFIt z54xIVeaw1o%i1&>INudY63N4g>^wmMk^t0s~R5LfjzUcRTNyPK%#-Z!(-va;5xDZR#v{KCRl57EIFP`lQVW4dcW z0D?H6%Sl4}&lBmqwI&~yWa!DAJN~^&XYe^fb?-d}da+)sEKR_(VvVW0=rjmcn)VPU zic;a=;HadF;sIy;KA@XE2%>^YYVOx)-V*KZNakfeG6=`H@8ND18ch?xK8Nq>(tyO>mWk=bf~lbd zC~4cMmg$Zx!Y9`4rAj8atp{m+@_v#FYjLQM@>o9vJyyWLGEG^d*=Ei?@kk~?LQ6z4 zi;j&)tPffAeIVSyZzyYgc7((J+h>H~kDJ>sAYg>}68chJ9&YSSc%KYuiYpNUhyf1v z<ZT&8{k>(%r_WNzvuVd z(FIb9=<^$^N#o}7>3`+Z9YiCmfI=SoG5pG+p`z-mA43Bgq}Mmg^W#OXj2z3runP)w z(^K$hb!bBb1zkGfzWHbP-rx;8M<2HBR>oAX8FISm^Hc@xsmt#jZ>Q6<`#-W%o~(!} z4y#pJy%g;Z;#jfJ3o%od2}4(N?RuzZK<=2JbuaV}F|0AtYt2v})r7_a<;TyTtWSN} zSS6z9YTo|CqX|Ak$C79q+YQpaT-kG!{eiE0jp*NYtNi-q%K@|B2LJv0_v=NiD8`Xh zfQ0aVcvnu`?mNWxCrS> zGjv+Zo3gSptq}z!rL6jTN>JSky41ONJdW8}U0prG`#Uxk2T~;fLKP5y3CxS5gXvYi zLG^)$lk8e!P5Q!M5)gTycgzc#n3S+A1JGErGjql6fgVEVcX@d%yC{HjBXAciw71VI zE^0p-7U%$=tv48j890dC^Nb%qf&f(k2?wa~+1mgFg)dYwF)%RDY0ZONLdeZ9Wk7a- zwz{;^fr1BmKab8$+8(5AV8j0Q_eTNhZ0F^H`j~zO*|U97Ae0sOm-HtV@fot}R_E`Q zP?vv_fw)Q?odioQuWw?UEa~GFm0S{X?-&=Gr!CiNG zXx1vkWx3;UEyan;=V+ziYQNN(P8xJ%3;{wKV2A()=LXNO<1j|;jo?LV6Sdz`Im;k=~6@!1*F<=@kHry6B;;cR!H><5H$CD zRE8f`Y`KZ5lo?H#1JK|fqP0hzhANyWB2UW)ASh|O350HH@Tf6^%psU)?X#DYW2vd3 z>Yn5ZccM5qBQ_^~jRJc`-`dvZ<;b+nbBo^v{3jbvDJUqfu@c*-36vg*b21BZ{?R$I zn7P?Tj)@ycz8J)kIa6S;lxCDB6vrw!`@PgOa_MD1Bf2)=wcf=jLMk-=^&K~>4|M;j zYQL8i(%;J`aiPilq@!=)hICqzyR)5B~J#i)^GzfTpG@L$*vgQ ziJDPfYF8bvTx9A*7G(k;F;MmmkQB^YL-D=~`w#}f-=5_N9x4X*R$wl48rogf@ZdUv zG07`|4R3NzBJ~X+1TQG9Ax_7=NhV6eCo2OUxV8CPBbW8Jr*y*U&Euz}xsTHHj+hrLS zZSW_If8yC0oiAO5CyFvH=LDrsly6HKw%PPw+An-kk?je^8=dz^NP-kLOgb9QTW&6w z2#{OM)#vkwXy|+%$0UHh<0ZWDqCWT)?>a~8%a50BL)(I4(6x@$@4o;%u~OjG+`_t( z-|e;!#0;JUc3@{Zgn=E1lwDonc*^+k(#7RO&?6OT_4YUI(_k_Ifmf@uKcL-{k{&q5 z$qe_;A3^thMZCTXw%=6q%McMgUxIiOu(e_%nz*#n|5<9|lZe*FzH{Gx+w82v2lxo( zz|*~UOH?qtd>=3tL#@}^I`(0NUVtJ_S>$6g4{iAB$ph_Ox=S^#-*K;l*-fC{4%s9( zP;f3s{z*%AFizFT!in8y6RYE;@vMmqfh|j?oj9QhN3FvE-Jf>W>e6 zR-|lN3S|6Wh?^a%5UL=*ev^V)#rNt~&0UJlP-YF|-if@a(b9|Vo_2=GK;`Qo39}Zw zQ|2E^*AADwyH9Zran82_+#^lKBcVN4styB`t^NE%8W%=6yOqogANuv_1niejt6I7CB?;q^jwwX0~(C+ zJEUOt0Vj%kKCSqCe0*9b$^w38h2Iarp5@MP`R*JW+WPA=&kp;G{M`tx>*|A=X%nyS z62X`*Tcb>vc;s#E5hUz>#V-N7=^7aH3 znG7dE`YlJuCSl?64CdQq$Lo)oU1VPEZ&Q41Xb=H5QcDLzJWxEzDR7#7xCw$^SXdpn zS{^>)sldK~?>9Uoy%&ttI$rdU1j{h>nJ?DQvum2u!2I4V6srhq0Znz>p{74& zCK&;!)|)wk#sSnf>{>!&6pt<@Zq2w|f1xS>_t-1cjpm=%?uDU?xTgGQ7h(A5BQhK8 z5O=UsBU8rkM)x|qrkaz|7v>+-EVZh#1P9#0{{pCl9wt05Ik8;zf_J>!!N^f2i0)ZZ zoxA8PEV=jWoqxg1A=(q+Xyj3pU{JYJKv7Jh{|lmzsPh5m&vTTMTAD{h^e*R8!k^KB zW?cXN{iCJL2TQj9TBnq$Gq_>xOJOP1P<4fc#q37IEYt+d^rpDxRknRh+_ zFyCP9^puY;0aUP*y&XN>T3=lSy}3F8%uiUIJIY%J2jzk;tiQmXD#u2RPar=Q;^%+< z6G0uJcr6xqQ$6)(W#w(YYI=vuU!JrS(vJ1?bnRFBw!(azkySxkZS3-nL=e6ruqv3C zP}){fLb{$|P&Hfgbn}IQ{8FFllyYHO+P{Uvz1BQ0xL6KsuRxxf0ZR2co|sR~@Rd%4 ztS{x`#}+TqUvGYxi2D+HD_;vtJ;QqML!F+O5)x)+X5j099h{xzgnkLYcr^- ziVql@M{f5)PjaxB%PT3-Q8LL70-5%)@Y`=+^64b}RegPZJ$0KzhLPLb+rLUm64F7Q z11@H;Kf#k*!aPjijNlg(94@m`z4Qicf6PEd!L<`8`{^7fsMYrf#=Q6BUS`!{?M?In z@=>|CUPEHmYe~o#9PU&H`XQ~6UfZ6e{7Pzr1d%dNrKJtaAo!IA`4>+nc{lUUriRAm z|Halk|?xp#lPuN`r(Voq{4rcQZ(LcMXVubW3-)fOHHgf^;`h(%l2h{5QYv ze)r!0eLi^}8P3^fPOZJyTJL(-TGZ)d<=sFd&7FKWK^`u5f)*`_G#?^pKtO#eY?Y@bN(bCQHz)%4YhyZTh{Ki;7 z$2KzE`Xu}n|CtKQ>Fge)0H+>eRif4i}1&p z`7Bh1{PTtWhvi%MeU@JhEv81k>19px!%a3JUW13tt7PU&9SVJZdE-Ps8fys zMKt#Tqy-NQqG@3R-3XsT`QuAFYL{(4o~K$w{y5k_S9Lh<1+M>jv8@}g>ymff3=S$! z-`sx1Cg{_(xdapG3=9_M&nx0KeIMj-P@KSfb3$CtWAd2qMz8t|SXntxBm%U;T|AU= zW8sGtv#_%lfGrN1h9Jil^onPLMy& z%|o!g+4b&X&`U2dC?}rlZd~#g6Ja6S-1>&-uww@+qGDf;byR78yv(A8xKgpo?XBQf zB}{B$HcxCC)1FBN=P$Nk+PerG%NBb*P_f?(1}zmt_O4MjCMJ(}v=`2-)7}W>#lwIu>!O*Fx^ooza1HnTdsk zlgxz6YMSHqvA1LhG-G3U#M%QNKpg8|(qeGPxN+3g)f;6G+8sCV_J(;;ak7FfK3?wFDXaS$9Q+A@v|(gCc#l}@ay6#_D`TB>Id?k)_;Z!62YLnu25w-S%E-{*Aom#f zPwhQS2((*K4>!NLJOZAId(yMJqg(Wb0BBqR_lUP?wE-^}G}{s!*bmDJz}b71T=k^# zMqu=sL)j5v&A%A|&{cgxrONXgvTVlJpMkgljsis7iU?CnF=X zkWIGz$d5wPNNH*oIijMb(*^wA{rCB_VA^SDYAR~lM`sC1aAxn=SCfd|IDfCLRT~K` z{4e3TMxi8cS<-a`8ZktHw!E`PH8qdCJ*aR3 zW9yqj!v|;6vC!WGkc?RgZBcItwY z;4_l!3<8o|9%u%X*j*>@qqW^7T6*joSq8P_(Ge^NROi)46~p=6TSg^4##+3l%^CA* z8)jrGyuCg;K({5ACpOw4lHUk~f%mSQTpQVb+qJ>hh<&~loCfnne9a9kkgZtm{ALzV!9 zEieD}yT*}9_P~xjrWH69+}zwIaG-P@Dj20;Sy^veQ53}>FWhv$Q0rB_uf&;GB-ApXCXjTaPW z$i^lvftgu*AQ+$HaJCIteXiz|UPj<6vs@W9+Des#)(jXQ6?Xs9>-|AU8*A$uzy!!l>ZRM_N2x!Tk13OG``jLaSurYs=IQs;7 z2>Ry?gZ+14_=szDouR~}ZX*zXaMNEyLsuh$V?kZ}b&!;J35PrMbV+sX&4h!%D0poB zzZ#`COe%Ig-xjk)7wdyoZ)Qgs=( zGOdf{)U(f@N!9|5K{1F~wczo+i)W86F&44Y#rw!Yf!7+cT^HGH_U5(IrotWC2bPh- z!os%h?)UNe8|pLy0%X8UxjSKTAy|Ew)4@#@wQL2?>vQPa+RDqy;(n%9P*(N_uNTw* zE!)_j_Z!`U@d}3+9}xSRoSdw>d+~Pwt09O}0S6X1mP#s+Y~=#E>6w{N;B5ly3alw6 z#8jj26O?4xE57_V$j_(01LF@5GaWYuK{txA@p0Oof;E}Mf7HZ3fu4WA@?<2%1+p=9 zmN;i>2GZvs)yv>2Ege!^Qdq3sy1Q?oGBKs7q8reZmzVkl?R(u16)sdv>w((5=e9f# z{j(x&d%7MJ@Y%lS*eJu^*Bz%8`8G+4vwannSq1wvjHRu@qdLQ89$OsBC z&42=n*(b(C={Eu{U*}za&mvv;(y@nfj5a~IKzqMRrOrBqch~j=?u^su%!@)wN_y;V zY)t2GLlL1@p{_!v|30D4`QdRo5&272Njcu16t45_U^Y*;dJCipxSCv_?~(J``3lg> zz2IBcn4_AVW`5QKk5X-HOnwHIkFA9!9>bqucZOu$l1~aqDR2bqgwM^M9i_KU*_ zjg0IW7?6#hf;!AT*B!!zJ^^M70Jyux#$tiicdv~Eoz|IISdLClRq{?XM_pZ9@&UdH zpcr7z`~u)NP!=Ey5d3inMwDJ5;w3XYKW=PpN&*8C4-fB4V4#wwW-mZO>|I@fNPi9t z#FSegsF=OF7#BKf1b+d!v~zXcSm_Q03h2qRXCa^|I%r)7{Jc9O*x;2JBJ?ip=70aN ztRtOq+tKY4=Q!xpfM7yWQt$kYrxQNJ?Kl|UA91^g2`jtnBLz$a zugW8We@3%c&aVh9&o?+uYlRL>=Jql80#j5N2VPf<5b;`;dd|zM;gjynw57f@EeQ-s z&FSMW%FzIbnFJ+ES+ zbW#mcR%>HDG4-@WrC60^U#%PWx$oC^QFJfw&rC_ZmNI#rw0DEx<%>;vq|(nfynUrJ zrIWOgA`Skp}>THe*Or?_yhETj9@y6?kVc!80!?{u1;?$sKk@yg{giy0L4@7}#1RbjD zb=c-@cn&OidZWMdk~xASbXDGepAhO~u{EzrcV= zMt(X)h-BjwTB;8{>Pca6GS*-|*aMH)gOlomjiL2MUKu&0Q_J+kx$-=kvcOqIyRLB@?OJ{Zd!=wS$$59SK>gdK=|IEl0>hU#Eo z33~3sNKxu2r=yYK;mkm*CxEC{zhI-oMhxElJv7v+>bw_UxKqNbdVX^uEfMM%cdz#D z6BQ^OaQBI-0U61NQd3Zn(l~1YuEM!y;>e1oU`*5)LR!6(wKU7( zfOjct{fv2)Zt9PUp+Wwv9MA|ALh@YL$%dqJu-Mr_;Zqc5yUudw0}gsJ{^G^uGAAiy znNz~FBHh`6)&(90^Wf*}rJY5SkBF!HO%9x#1(G%2^4DzJt+-EMQ!U{$rMo{Wq9wt4^Zju*tTzYF+cM~Yb+J;}Lzz=v9w7_p0t8FeFWTh2>Vi|at+T#1Kc=m?0p|v#h*CSdH8osKT|LOlFB8)TMitxp?#;72pn?5=yWX$T6BqYiDS?Fn z22Uhp6C8xcwnPUaUIgJ1s{y?%lE;y={3zf+}P z3((WmRx__vPuZJxUx$Q-YE~KD2Mhq|(G0NuN`HHq1#Ix&Y)vvm-o9Y%{BAb#V!v^R z?ZJZwy!BoQ96+Q8`8LSaN;TSnRjD#2_v2G{2vMrzAYXrmNXFfDf&lKk^OWvOtsjzH zWIv9OXOuu5CytQB>7Nsv7-+t$O@4k0~2Z z4WCysHfkxOc4M#|=|4QZmsv(MxVufb_|Y|3lTxy#Bhl)Sp0W=He^TA3?n?bi=gvVz zG<h4V2hb&9O z_AB-r_Krb^y)vMKkWx>)Y0vcHgRwehD5cLzlkCl8M*xZy{7~G7yix5k?dbW@m({!n zhwLzTG4qW4Ylq?c)Bxg^wj_R75<2-6I2K3N2! zCq%qDH?C}GNCJE;$651&A}wF9dR9QJV*`z-fM*^QisvO=-+E@c!ZoGSc>qOv-pQh> zl~gJwgS<0Yk-Yf=6zld?q}&q_o=p;PWkab;@_7+9UJ!V0w-$N;`j&#?`aSLIO<$tn zag*_|Q&bsx0xDKb2J(v=L3@3D>Q-3;i*t1;=w(`Wi@M4K#Y=e3L3Q z0`2g4NJ~`!t49fW3~73YZx=#+7{++q#hTV3>1|;aY4khbbK7;cBukey>0-f;a&AP> z@K5BF?M)==sPD(XpYw;UG(!8214^HXqbvEEe*bfso^C^*n}4*?m`pQ4!38ZZd0zRH zP_kr&D-cuIuwvwBDj_hP!Q`3st<&Zew211SaQ<4O^0deuApmG?rx`lYZ zug!tML>3F)c+co{v|}5n&_0V{gFh>z?~eW)^+KPc#QYwFkY~@<34#l4Aw)X*E0e2o|ryHpLYk4!*I-(N!T>Zm1 zF-`uUtljMF;EN|);)I=D2BXMp#O>lezK_kClJWUr<~HedhcvDYp; zGM=4SyOtN0^7a;5wj*iyyL!1(!NAIj>)$R4kmy|%shjN3wpBl6IX}~MKCh*bKiQ#w zIvy_HUVP$UG42u$Xb|!g5qcZ#$9Rh8a|`J!;3e1p=%-TMc$6?#eW83naK9(h^U!p^ z!%tp{)9)=7hTPfd#+RK#jZ9i1?ppfOtt?v4!UHpo5?C_djKad0n5EmVZ+w)6`+jQi zlgrH2T3ey-utQ(?efhj(6uRD*-y99+QL$L~3$C+1=0i8n^`WalQk=r}1^>E#eDf?^Chc{A zER~O>tu4C1*3!dMP1IP}%f(dh>*j;`AAecBdWmj(=15sbT< zN(=~4$inn!r5j+gmF_1d`;JRleaNNoJ=h}gkLjg5`<1E&PblYUDfpp`YKDXE~OUorvAr9@4G~PRc{{~zHA)1 zMrIonOi6p|QeYLA+{eRF(A6EVO{;q#a(Y7V}bSRsK4M203U)wmIG@uLID!u`-YVr+?Yu}34IHPL_D>Mwl*1{FoME~cN!!k zlc%PwT{_jHL}|S(?D|7sr{OJnMjfZ)3*Db@$So*v6xVO~=gA+`2{XGm zJ1Z(GqCUznalLyPLsx(140y@G>NmQu5Dp?(6%~=*OV{rhZ+DzVZ0ZQ`f~2ISJFU14 zIY``Y*PzTMoqSYY+NW1uo1k`5T7G(ZdcBW@1vARi&;X5>fn!@LDiDd*>8R>*4^L0N zf4}h_L4K(?<$YOt<(n5LcDElbEdP&d^p7Rofz(3zD8A}g&*~+w^i7lY$uiHkjBc!H z_Ui+}AY%Qdi9?YPZxq@|AGFQ=eYrk|#;m;!13f*xQDKXT&syIRpJ`e7hMnqt@+5T@ z$}20Qr{p~3E=zsrqIVwB#gP2DYMw%loe_|pZ06FkUWNX(yG3p_M(KE>Qj_B`EEqF` z8@9hZ6`-?xMQ(Zf?iiuMuM*T|61udfYu7W42w zrNun`kNG<&|0#b5JpKRsPxS}Nf5_k2jOYDjKQu%DoF^{zJ;FHNMM*-WdsX7J+&H{+ zD$byzm{jT+cM2t>fw_+*jP1~N8D;0yb4 zvQmEu|0^k)>R+VLMa3QIS(k-N++w&f7-OL6{(LCE8E(6b%o_<t}|Jk;2A zBFF(vZ{&x>)$Hi3NS75lEE+#RRC1W#OhDe8&Rl3#Fm-=XXOpBvmZySiFm)WQ^&Iq; z1J`h4n6*i&-1njS09kj4v`?{pq>aC?yxz>)NtWr)9MjE4JxX9Dfdj3$Q!F;#)^;0IKEl4oyMN_wumvdyb%1Fl)6AfJ z7($NK$r0%qtLYf4g~+jFZvH^KTkr(go&DeT5#XJ|Jl^1R&o!Mu9A%Yn!Y}=D|(&_H>Kx zvjseCeWu4O&(%t`AkH zf4*(#tjs#I*+=5{^>5E897YCY^W{8plz5(=o#Yl`;;>R;8q#Ck_+Id6f-~;`+3w>g zvHTpBiSE?8oSb}LuqxCfN}C%W$mC75Hh1K1HYxAC`?L;U2sl}Hbh=#IRQsJ&_OyJL zjJuu~CGW-bwP%0%By!HnpXAW_kEFc%L}13H4FN386qNcR@~xwyqUpo;{rOF;HO+LD zp>9*(N zA6qv=-4D0h@IC9x&JfN@Y73-F6%qqGGR~qUl??bk#*) zuOS+X(L=VtQ{9v6;qR97QKZDJ3BM=2*Qt>Z;2o1*oSar{^1PQjj6GdusT@12qgLDs z6b)Az$K<m8EY#^-*IJp+FQXT3C_;7t`rY@VI1T%57QMAPgPnBwI(CmQ-=(su2y zx3(k7BjmbIgXRosv??1*bNMMwFFo!%VLtlo(Qhu%oJR4_d5r2`-**XmG!QLrb^jh( z$SgHhM!7J><-{L%M0`Yv1^cRJBkX8u+PGivkVnq#&~U3}&h&c`E^|wt(b_Ng!+bOm zzOM^5K}$xX#Ls4b+T8P*K^0wM=XAFYasU&9iL>+mI!7G}^Y$lYy5?^_{ObI5hlq4N z)#@lCGP$Hb`gyibA2u%Xb$x4jYrIrP?)6MtkgI5Ev?dxZ`3eL6Oc>2Y_LE0Xd($y#Fh0x1#aPtk-Xa)Y#`q*(Iv zvlP!>=6;60Bn&+{`RXz?Yc9)V6t-n51urR^%Y7g^@UGNqET@_kJIoLU-15pq2I77il0g=K~Zxx1h7^JhN=oyN!&D9eaM|1Qy4 z8O>8rLc_p7^SlTVywt}7@l_`m7a-LHLkJ}nY-e61#7U9P*ck2X?8U@HOqqNb)oo-{ z*B@nZYnldu9$@jxf~K6#HD{*61NTsY>ji(+xbv9Fh5N;M+Wn32Nfc$f0lf5DBtQyJkIHoyCP<{j2XQ zb%M^zn*@^0F+CObDu1HfAnM~ziTh>+LD+32i6eY==>f#}=;+|&iu!3jjOWW(lGMvO zzl(2p94Aw9)nA07h2 z%O*}&HEjHWSnmeSFq5(1%(2Y)UP+Kbm`WX|xd7eW3022CAu!jgKbNquWVl3aQ0C8R zY(w_dXks5!_LnQ$D!k7h;+=oIj-)4vDO}n@-#x#ybfLM|q0dEoV93K<@XzgzS?>JF zQ>(vKnV#NWW8WLoNUnUVI1p{cIOGd+lIdJ`sj?EBzoB%RYWwW&Po~Oz(MsSiPqD{J zxM^u-VetZhQniy$z32t<{hsE#RhhpL>GhPxO7uBE8(rZ0aqe=raIctsejW^8^fUT! ztvvrV8uebwRusa?_1)v!B6HH6^?; zWzOGqI9F|bD8`hu|2p@PRZTYcuQ4{1zw-_>D2UkEURLtPnZ`mn{XzaM%y)ei2dlJy zW?2@ppNu^>x;^8$ed$x@$u)U-vb-1mmXl$@yTAY*{Kmb-?%;MD1#3_+?SOvzBs5|6 zm-qdb-Wy+U&!<$6V0j1RNAgR2zb*#-Cx|11VH*sK9-)=CEu2OiSC&J>(roy%JljDxNbcXpl~ zz@RwXDYyk=r1;!vm$|?4jm4VxPOgA0qT@8uuDC9ZVUbkVLqTIG!j+pls!voEJ?5wsIltubH`29TfZ(hh#$=KSR3_W?Gv+2>% zhD&`+PslCd)6YUvl8{)ZRMyoxilZy4@}-vU4<^wBW5G;83#R(waS>WnObyYBJ5Wkb zmL0pMF;p|QS=9F*S;*55!=5Iaem@{yGOOnI6ULS2Wb+x$GqSDlKkg%A9-Nmwe_QOSpVJ8xu_Z!`S~2f&&GX(4gtTRLEcc5 z!(7N@=AwJUj{HgGJ2$V5>8aGEl#i=+bEc4jdKU5dEvTs@wSmw9cM@(J1uc_zJ`5+@Uqn!={FaI9Vo~1w6TS$} zAm$(WzXR{oE@v+Pl7t|yF{`lZ22?jaR3*fm+5q8>Zp@{r~4C9>APpUfG51(hC{~jB9%^+VK+^D#GajS_CaXpqwb^LQNU-yZq z_RoU>B`Jec-oth(&LiUrs!83iTPo@}d#v2}kQf_lS9yk7{R~6yNEbGBE zuP5WoY(h@E=qan#bT`mTVpHH47kR-*)e;A{R0ncAEG+f*#F|kAVk&+l zfin}}nSPb8vR_UAkfDC&-!@HBnfOMCmK={I8;X76>zH+A^@o3&SDycZ!%6NAnN1nU za8Deu<3-x0GR%y7)f&;92=6dL!W1$HyHE?g>(cv`wygAM-IL zLjr$CIo9ib2>%@=K5|o)d%`-$F<(3K zuD*0Nu#;Bp_`$4s*P;0SlqTz~2&VHp&-d8dxw{2lxJ79R74Ob;fye4LJVz7$_KLhd zR8Rw_wsVi);w2{8{tNlht8dmMHgjfM=`E?RMBK1_hz#RD@%7*iIuxIF!2Sx#UKQkOzQG^@<^6v{`6j#V~mL+ASW6sF3FLxnS10gKUwVrCQ$a)cd}4o5rG0lKADDq1p#W(!8A#?b5NJKPz`8(IwMTVset7Y? z6w66PrtSpQg*kt&l5+TQ@Vl4`iZTSpWZCcK3H6@io0GhGj~%1QvRE`+;fzQCkKWN} zK^n2jz!&~htr|YdP>~8Z!RuAxn2F?-?R$aBT?`{>dSJ93d<+D=t zz=wCYeVETA#_^<3qtE;D-5`$f2|Mh!q?Q?;L4g9^Ynu;L$A(6TM(qkBYld1n!FPoH zEzZIxo1vePs7d5nz2{=J&|XT)5H_urV#fP1M4Y7f+9)D=<0btmzGam)7Qc9lA=CdZLWpl zuVFRrw9?uL6+U9rMlDmr3|7cWn8ADr&#bu*+at;C!VuUM8v!szF6BN;Ey zC0kboddS!62DLG+(8%@Yf2Zv>?9ibgPA9K+8xU%gI3MSFufxvSoK`3{mf^=3t_DrL zJL`ADMS+~paQ2XQ9iLWP;UqWY3b>~P`LwDk4h-?1(=Ci%*9zXg{Frv~PIw5ps`qVs zYP(!B?+O}Kk%I(_au*On&wURmG9&~QNi{;)3|7ru7Xc8>wwkGW&+n@z|Nbp1k^dY? zxP(~N@G|}}#!P)>R5;nEvHX>G(GM(TWuu+?9N&$9KLwbHcCA%#opEt-Ur{ky#S{xh zU~8At_hmQ}Q`*tRwUpKCMhgGRCJH6B@jqdrN=izEBUBNB>!1S06CBLdy}>~_egT2i zw~Tz8Qn+{<&=x%^drqg4)3fa&Fc^J^B}7EAY_gq0=Ntg0^oRomhY0t|Tpcvme9koA^?^HUcwe zQPPd0Fd->J>Vx=)n@>M~ev9OZPRi&7zq;pM1Ayh7!7EHO2;v5R>cBjDR8|Rx>CswL z$10P5Fc!$H$Tcm9)PnK`zV%apd{KZL=nKfGdlGBU@^t$v2(|AI2@f-F-gk+$kj^m@ zle+OL*mNdQ!ntf7b>kojx7YsQZ@HQ?ZhcRy+*p%D4Yh>3T{HDpd06Z(pY>_#U=9$YW$KO{G@ z!>oF&H;1v?7)pg4l6U{(o3iqgi^F)m@Ju4R-X3?2^)EcQM$kR-G+ik?#(HN`+WA>k z)$=lpdVQyZ83S%#7-?ciff;>SjkbB&LZ5O?l;P(BJuf2p5t($4qX{?dpUQ7yHK1P< zY=aEoLe?2*Q86!!g>cygGl8ea&dWcb0wTJOVOeWx6^WMi3tH%q?x7qx z=G}vgBL%O?-^*KorW9}pm_D{h%T=Vv6cXY_)O<&m0~Np?vYLV zc&ro%O_1Y(i0}QNPVCR3oi(1Y9~8lG2Youw`+fG@o3KH8b*^`>wwC)vG?9p_Z7>JUBcn^qmqcvFH zdDIy0a`Mr}Glf4mFz4M(_R1=BcZog}`vtmCbnX!qX8_YnR_eGB-;osg6F;@j zLeEuy!uTd62Q}n%N^BrPji}wMz*eL^rTbzV>`>yh&rZfe1tct2`gh7i0_eKq4UkR-JG zyT;4A03ydmjNx%-7rhRgY}3s4`B<8)>6*`Un)Hb;uI2apfbIhX05qv7{tffGZFzT_ z$wk~UBBQoQi1xFmGO+xsEkoVhGZDHc4-D|$FlA@_`T|X7kx)9#y|n1<>+8_x7#RJjwNKhDK}K_HD{h>1(4b7 z!560^*q*JoeT8Qm2zv46d76d(OJnMQhc`YBoUbptrIohRX81xgvcZEx3TvcJPI#;V9+8ZZz>0g^-Xi zDk&*=AirOQRuckxC*s}>d$hQnUDqhE$fgI8GScTTlz8h+8annFn!u*#rZauo z26M+>R_FgtVnz6rSp>J@`}aqo?Gl&qcs4hGg#`a-Bp9JfVr<>R{xIZ`LjXAt{*(#5`a5+-m<*3g%IlgaBk!bfPV&3ky)>V*5-xvc zAu^gGt8aH69Rq(o!|nEppEAXGvs$%w$NzSe?@}MB5@y2kJ^&-c0-ccPss0=7*dI@< zQNC-+G?P%s*M6q*ej17a2#R;TNDmg2I_rMk`tD|`SR<~wVe8tfK5d`PN8g)+y>bPd zTaHTiy_2TcZbe$T_OZf7yhUwo9h<$2_oNISZ*fY37n{=^QGTsI>RMto#UhPtyZf?^ zUvr7!9)gsS*|R8sj#;fJ|7p$o?)c`aQ+z3IU#IZw9pSGd*owISZW|pc^tk1}lu1J?Wh&$_r-5iQEFPr{m7+SVP{2OfGDxGYj2E;;#ZhTJ$E~->WQ>A= z=64xlX7L#N-sV>H=x;=g>yx=!YjN9t8Hh~DqYOVf*fT3A*L%S0dF=Y# zVf~}vm4JlR)CA9;J%w75DzD~SpXoCTb{6&WwGTxpz0A)nGAzxq%&FZyxd36xJ}pjV zi+uc@>!Sylg=Hnk)RxH9*+vhsb`&l}DHb|a{-wnTmx&(O&_+&~>;sMg&r^rHig?0% zY4PJed9uth^OKYLmq?gbvt9cHUZ+36pO6KCTV0-2=&g=7^T>ZgDhc@Yx&cxPhBXMk1382g&pL? z35&j0kHUpr(%G^h^mLFJ;fQ)fN+_%+5ONa}Qm#Mh^YI0-o9vIRwVm?NImaJSHFB-{ zjpB>*U(*ldEhMo4LL7OQ$qR+Sl7#?7{HkBZ9NFiWEG`+Uc?%@)o~^m%dXUlM_VhRV;+ztUb% zbu9K;evlfNQ2ho30o@oO@-WoPwd`=QPxh!u-SkpBYdC#28@nr$7rOcn58S zNSbUHccLa;WZmG;^4!`1^S7o1s$|H{GsE^@&*7Pam-zUShL)F?L;ViR{q_dcGvE1T za`W?wxe>}^N|pRFfH#}UC-=Hqr!8w0QtSLfMNi}TT5w zX`A3D{A1ydVbCj$yXP}&fj@yoI3}NK{QZ|Zg!*e;4u$Opfmcqc8-6FI58bNfWxlra zI8YRaBW>6C6CcGc9$Zyp44#PM=+39NigNT$jwm@_aeo4AOyS$X)aTxdfDwcKr)(*C zoZFP}3CG5Z1J2nk+kd@_E{&<@a9@Cne}U)CMzrfc$`~TX7k2*{w{j{2Du+-QN^on= zG=Rs2ey7``;?qK3(WIQ7I;Ey>x&4&n$ujc%+^!!}mXo)VpqG`+A_=4}1mc0=F11_2 zrqN+h!iA{c{!Dk2R}plO^8=x2iFklRloWq}nNjn%0t93kcxe2W2zjF-ktt|cre#+w z8);C4Vv-N)ch8v~aCkf@vYSyod2{y2Gp^rv_$K3jBBt>-$N)=GKNSK{L2hhmDY9L^ zZT0BSnTNT#`CGznx7h{|T-trHNj8+uXrtZumJxAc1n50rTFSOik!+Uy%WjbfCWh5gssHvG6I4`V(IPyJ~oGF`{$1?ckys za6Ce`e&5k#`joxk*Vm8l`2m&yC~#>8CM!9fVWq~`cP~N^hf-@Amq>vOAIQyh91Q!v zNC8T+*_@yTIJ6ePsx?hU%XEUfsJ5Gd8qj~_b+(0h_GCL zO5A(-0LmdHzv)C0EJ_=bT`s;&ylpdYHCktzF94I@`Dv>l1Nj?z2@!ez)vhh87};If z^6oq_5`M|J9gdyEjU`+)`XDlH5e7%$ z%9Gd_NDanh&IeKlbGY3FV-t%q!`eZ7IZ;loc;n6JU`w+p=NWMeGdZ%OXeB6gk*o%{ z%BNRkh-l0)M9O>)wYz}knZx0}miW)yZtP`~LiZrENtK(lfnB}}zV1_F07*c$jjYl# z$O(|wx?}d|yDAgN*T*rF#~9_#Gp<)Bjzf+U7}D6K9#2RbuZvZ1V}?c{X&h%7dFb4h5?QDRU+rEOCxY2Z+t{->a<55W?D=0VBb-xfo%J#tiHz+Mm>UoJ@G~CRd-x8 z;L+91g}WY7$+F!m%Wv&pWMK}t^Yr%i_P`nhi1(`-f`I$|ueyf>2wt}PT-4` zb_Qw$PuZ`x8Uaa>M?+NFnD?m5eo3mA;A`bI%Isa!Aq$B4u+HLp5ziuak%KLRb zK>{HH;uG#eYD;iV68N?Lq{qJgE7DTMkNld@V*@q(ZI}wKiugBN#3drrCpcH6Mp@H4 z>5i%n)j4=_!7Xk=A%SdD{62+6fZUyYZ~I77dyhU%dq_tB`7#m z(pPlZOY6e6E1f^W`-Dnu0tuX{$Jc1ry)3EXaz6rm4KcrsqbhlwO`r6P)Y~!)EO|@Y zldV03UPYYzRF!|iL2|#;!=X?<4^Bg~Mc^w!7N$dlM?vHr^?G-1Zmxme_z+rJChPI* z^gNt<2&Td?q#v`N`muCk#l>LpDIRjKvEYF+dH=jS+a(tc_4~v?+4`RuEH+J zfIT}qOO&C%@qsam_@3)2G8rvuGxC$;H8wR>&h3rsaQ)~T9WO8mb)f#G&!K?m*Lh!! ze>W^lmrwO2Gqac;k@ZfU$X6=pUqHCR#Y6|N$>pt2>(Op-$oB6$t+{qvr1B<723U^( z7y;Dv{NmyV3BU7Z|Hy;I6}q>@e&1c5I3y`g&P_Ra`@FZG!ai-x!!$IbmFbq*={n?U zuwY63&9(mBz`M2dWdk#oc(s3jHpfs3B$Ns&W#?DOGlQ+W7;==3(@LPG2FX9}c<>2O z@v`UAKHfGyNB(XvXgz0Sgg^y@!EeCE+8d7%SDZ%%6cmgu{y*Zr`Yp<^+j{8k?k+)E znxPR80Rai=Mg&R8fgvRY6cv>iKoO8`kZzC`r5ow)o;f$~d!6rx^ACJn$c)d-GkM3} zYp=Z)bFSBSnH7bVFuBo>j!`ntf0)g!s*DYAHw!;@EnqOGQ>o&EBJbWWW$72zHSJ&F zS;T1_%B$`74_8uKWFGxtAl!(zyHNOBD1#(G@KU{!c&q3HiRcR*TmAMm8>6u6HQNfo za6a-kZH13XlY|VtOz*%j=Lj9^2%Vx6270~(avl1QJjuI*L&H>;M34#JOYSW35zJoF zzU;LH9gpW`p7A{>()}v>QR8ab2u=9&xiVI^-lOTj)QzK76x~Ew{w}94Z;{aP*A$um ztkzQ!&Prdle8&juF6E_$F?w_jpB?JG{DQ`^2kM+lXLKItJ)tW1-p!AFbv@8r>rmUr z+k}4+oEAIIb`V=jP~H*>d{AQW^NhYcVA%0X7-I^ea>1&|`D_%d!xUP`fRaxlhcMSs z-<%T0nxWf{k#l$#ilSIXK4TB-n{Tm^xz+c}26sGZ-Aq0i9D-3Z4m5PWDe=9982KPZ zorbFgluiRfMYbnO{iu7ejsAI?B(0AD{{^OsU#fu-^p0{RiBm%Tk{RX(I9eh?Gb&>r zK#w4@b_8d$@^o5ub~(K<`yLAAdU9<0jK0v-204{KGCMJx1rT;X==yj`l)f-GSWDsh z+~wpr8Go$B0VGuaucc8GwTV<%h8U`-U|e4Qj#C8Rq(mt5^F;0aG`gXVMQqo1G$jDsUWgR{LR_p4QS2?$Jw@#-4`@f)9s zr%YMNz3|@?x-jr1Ke-~KH-l& zoA55hzk=MY$77gT1TSTj@a5)in7@73YRe<>>wtZ*BW2n9ST(<$T7~vffy&73T}2ME zZl3E0StR-aLrq^(UC!~B2IcbyXSuPIk$0D6^vakQnxgPQS_b+qox zE(Qa5$**f6i=a0fRi9#H2t20ec4k`0^4p$^*wi-Qo$#jJ%94j=x}+CyeKXm5KHEYT z+UV(hfTpv>2hPb?r~U}TkqPX7V~=6(`Rb;6Cwh-PE|6dNR(2!8=k|Q#*Ta-6OLI?( zLO5I!LKFTQZ!y|qDGTYc_?t@7bE$NnIgp6AK`mpu#V#0`R1N)4Sa6rS^Bf`eP#nz; zfElt9Mw~X-eb;aWIuvq7o#hDBi9#+qpxsHO_I>Yy2R@Z2ncuk=GEBu-Mf=0Y2249`o9>C;(QXzOH_;Bs@pEP zrKB|U@VFGTLBfRA(<_sx_$5T05|0WIZ|pnbs2HTz(}M>P`>Tsb7691A@|&whfb$G1 zZEkKv{xtI!@BOKlY~5r!Rt+7KU5h>PX#|CvK3*+jwFOIChjW4;H0R0rkKY!`EPgdl z-L_lqaQzZ&fu_F~qzK-90tV)eOh7Fuv-$OH$3k$VO(cuDmR;G_N?3^pYdaX61oB}z zSJPj=`7qIcdJr zwlt_b%P!qi6#Hm+YV;NNVFzu3dV4l06A{xNi)P&o=WR@-&WR%AFEi0*M;2UmCbx`t zL_|!HDr|i<`7->r!SFcBe~{s15j=YKrbE4jfxfoS(dG)!m>PmJ?y zmol0A=!96@e|D4X5MG03@|4RV?89d^SAUkQ=Ju_cgI?I>pC^xb7z z)X0gu_(58%48cg=hBI={Oc~ryis?Hi!-wyE+qr$)TmUf`_1e{4c_3ZV)N#MY{MtZ2 zB-jd;R+69Grl^-mI6f;QL*!09K+`I=@YeX#*fX`PTgh#)_$$3 zy4SybS|bb?+0>Q`HS#Yfz`0L-l1?ub#;>yew;SB*K8ocDnb+rj_%3;W*vm!Mga3B# zJ%lX|FOBDYiw_AErB{ukUE)BwlVFNns1D;VzQ-h<=^5B>(Dq10+a+KSdnz4!_?O}ueZFoblw`q^;94d5hzeMT7yd& zn*_n4OpGNdPmrY_~n6z!dZZTr}{`*h)x+;TRS)4J;WlYr&@$Ri>JYL&3P3yFrIn|PP?tbg@bIa8kr z6h|ghPq9kzI8F<)Ee`%nd-;~gfOZS$m;%yYe#IKQGmr*Mc z3#`vL(7s$72zLffy&6wxZzSsPB8G>WxJx4SK3zSU*PH!#N0LStSGWD6Rx}GcWnMaa z$Q=`P1qle`y9(^4!U6B7RzXxLVd5J1%gR;9^`8+zkZZ$ECThE9?#7M!mVru;6d?1* zCUvaV&UW8rFn1lMf5G0%B94l<<4Ic)q2LAYW6vuqFGp;%L9=1=$(cs5me`7KSSIt^ zu&}m3v)k5Oy+ue0p1uLrWI>#dc}ue;C*$kAwiokzQOO^%u`wtq^YdCfnf>Kj`N|II z>aK)?A4a@6&RSGn44#~nvF|^C=JLskB{kQuVuayh%w_w-)e9(6o+ion6V4ct>WsM0 z{e3J>`L(o(MKl}yX_!%tdlK!W|Hb91UhQSh+}eeAXh`6OJ5DNF^iY}1XE?_w-OFx= z-t4Ae4FlptwT3~@>-XIj$x8VO+MJABp>Ix6OhI<@qs;KJ*(b zt@a|>kI2gMW}xf1Ump?@_*}exNzaKLo=6Rv7^Dxl#zw~jG!VbdJ-euYa@{E4f14?b zbgm@ICjR+j2n6w#O0s@j0Rd&uWA`m<%pByEyaEE9t`cH?d***n&J)da0s^G{tb!jH zTip--xtGCpYLPMGC%*ByIsGAXK;+#&z%wa0{7RdyW%J^GNC3w$w|2re?DVz zxsl+g?fa_2ib6zIG**oRGg#&GkopVypOnG+h~JY5*f~S!JH!;AWi^r_dtxSWaPqMj z7A8soXksiFX6&JcHGc~{PI+JT{5RL!a{{;QUVTz5G@Dtb5&~gAdqEUBo@u^~g^%}>U0}Rs3mLT$f?rX6dVpc$ncb@Ws>!UG+fs5Us;{B zY`{lRp&KYTH40uxnBQour2(KOpazjW>TF#(HFA6G=(su${GWhKhcb6c`N{&a__0n~ zO?-@UcBnSD3NK~2;XSp#EwDC$z^J})Z8lV9MAYY?phy3#&TEpFF-gb7X`ZrmE zrc2Px`{!l8bzE&KdA&JttSWkxGU&QSQ`*UcDx?6BJW%7}%H<=I(R?O1j=&R}l;mTiYfA~R`q*g>CZyNmGkyD~ zDyc;n5LopVX$o>no1EiKn4AvwGI+zsO8Ly%(xt=PB3{z80l3X?Ava2Jsq4)#E==6i zwJu)U$s%5;8|urhJjWZslcYC*e$2g5O1@sc6+`wp_bu9Ji2 zUhG|%*ZEAKvfGGjo@{Bg2ytPi>kCYL<)wK&pLE?BF@;G*N*AVYqFBmpq~E--5(RGw zyhpQ9DmR%=G`^8zVp#e=+;wjDmEGTmui-FgjJ${ztfnPjZr2;elfZCM*CJNd7TB4q zPQK?8KAAVzlcLS%q4^jR`lAbOozr8HXvAoB{8QMpE+|C9wt6at=-G(-X4u@W+CGVb z4K*Y3KAP}L@GAO-*OC=kVPjz>F|#)*?w>vjMOW%a_w3;Udi2Tst8mmXYKjpZ0tCJr zp)9YXqivc>GeqP*C@rt7WGDBFNY&g+COs26xzPRZjLAWvjiON6NQLbZvd{3e$CUV3 zpbeKj!3pUm0eY4;wzkN3`u$ds40p3hoSvw0-eWCnj(IOYR9qYrauC=w;w-KK8aqE+ zyDy$f+<*(#z~H)3FJ4M?h`(HB48q5}bmI6W3*;w!egL3mH8`n%UDVbV94TZ1__XP{+pZ4P;Pg38EMV5=+{R#r|VE@>-61u?YKk;+%wa7{nhPy@%nP3_-*BMz>R z`vSLknik2JkmQ6&Kf3iSv1J}6U5n(-hG58rW5|8GYT~x>f8lMy7$tTbpPJy*mv;wW zc(HMHgq{t{k~t;YzI-LJf3|K!lOh#Cxr^{)=jv#U)2%!oW(Q{o(>k_}|07q0J@fP- z(i{?1W?~^g$ijN&YzWRRyb?~Wj_PmqdV1KU`(vmcPJowV%xIzF$Qh*@$VoasTu-Mr zdq}5w*f@g|n#l4%OfZ!InZ<%(f#E^)Q)IhI`rFFG!32ekXm`#~lQ-yK!~=}8ui^H@ z*y$Z@J!3h&TI7W|xLfCgjc&yWFcDfXnSL0V;0 zM#B&DV(WqDpwv+DNSa%rD->cF<&=T;;am%ENrE;{ott4jWqCK3j3s|zKdD#r%jJ=I zj-k2)s(4PXZANaWHdwG=81b{tu<&ouwDgpeRk|+9J4gsEbYdyKSM=GWRFX5fI2o$L zN$C5r8-l>t{P%j-viIYQAPI2aB9D(1gY#%*>|^#Tu=d?1Oh||oD| zN@l7~=O9V;DqV0HezAk~s(II2GbH$dEKLLy?SXMqU;4{*p*2`trioh~eUbj#=M|pN zzToFWb)i33$LZHxYf%6vSqTFoir%^VcKoglh_5jD78~A2ORn(-Ln$)B-nwmj} zh?%UwRWP`3R+el1(+DPzpELO*Z)05{QiYe=ILgCLnYFdJF>*`{T~!9GE3$5N=WV6-5V`LE;-N(UySrmBjRj!8rl>POEs z)9+(;+LNn_*^#9~-Xi3&8%LH~JP+ZmvBMJMh&WX3Ap5N-Q7AlQ0fQzJ6%~1SGwwUC zE69HlLv%DQVcym}wf;&d<^8{Zo-449YIhx7ryf~ZnaPEyD&6|wD^flnI&d|<-Aq9Y z7YpJk0HTowuODKi4W~=eP(U=8kB@u$`%TOi_^lp6vH&PrDEPyRxgif9c;O|+cof?l1-9N2O0V0H;zrp96irSa9Eb!+S8#u7}!J@mSwh5??>RgzA~~Lw|;Y zYASg7);mXC_Rh28Jw+5+%4C%vbFR(6V}&VxZq>fz~Q z9L%(i#@f_($Ins9T$`KPqT5)K*l>jBxQKQ8{>+mW%`P*-Pq%-BzX=J*ZPNH zd}efdObPTHuvp%9J^BcN5VOc&vI?B(J&9>}j7t{tV&V5#M9rD6ubHDdwl*JM_;lW^ zQ*ewPmlQug0YJDf;*lf+!Q;^}$>@3~jG3Zxzh>R9@0*rcqv>Q4E(8LK290Xum*X|t zcj@Vbv8v%!RpPuKw17%{`ONXr(c+;$2%e(!cq4%bl%-mJltaHJ3?@hWIt&<}X=@XL zF+aHrguDRJv~0?iHPYJO-$aH;yHqx@;m*M()x zn|O42Z0m0!8Uz75!h_stchb_+qld=0!D96cVW6p@y|))v@aG0QL=k}XK$PxU4$P_W zaCC?w5Od`u#{;r^{xsQlpE7p}o~Ng0Z-2kaoy=<+Yl5cc#`gY0VcO1e7DN0iCf-0h zvbS2fMUM*%B z6P4vg5Vf*@+UYdRYrii=>is=6t9j9c#Kau1zKBj0{M%Gy4F%Q}`F~w#)0$h~?XhMK z{aSt;`m?1nrFtKH-oJmNN0|>nd$y0+K$oso?z?IfP331lv@M&$2e!-^OiVFL0~}&v zDNOG5#UCg3mG;JMZFO{`^$YB=ppb)WSk}r(6DoFnF=*^7b_FXfCdB?*bW{tEH_c+| z{ipt-erTfo{hlg6=piHXONt*1e-+YJY(BxL=jFrFR}T-z#3RQDx$#3p&mrB_xv=d; zoM{Q!G?XuXSV@UEf=9Id!v%qO*;3}8)RkXma^D?d{|2FykEUU+5cN|?c}UIoRBGuQ z9dfl35#G2T_jDmyc5jlB&C4q)Gr(PlDFh2Zn0g1k(0VJP-LmB^gsu?_e?4oZ9*p!y8aVZpeQ?E#9!Dg#0; z0aV#_hgN+AB2uuzV_7oP{SeKFuW2`pJ#aA2Y7gaE*eR(H%#9m4?o23!fF0U>cFGBq z!qpc4&8xGW{YaF%LI`7NVz4@_2Ss@rltgMe^bDf7s7l9-Qc!5mAo@Jujpg=l0(E$= zZl?JS?kgktto)0W^XsMa>vI1-@&T(d$ldI`B%o#uWRNt7CCS-M)7MY_{I(7H-wCOA zxCtZ_TB(f9!+?}5Cnu-1_bj#kvuAPFMI?B(l7Ymzxw(^!wNc;}Rs{t_hOWLo`M!77 zvH?&n0wR{Isr^fbkr6G8jdGCCo|Q0j!G}QF6SP;qO-~KsaQIp!krRE z8lIlcc&3CK2EYdJFyM!jg+)QoE{-Js!cbp790(u*LXk?Ye)h>Nm1^n4%Fm8%taH?> z=m{W?lJxuBnDm2I6rc$CLT9Cq)PjO!fu1G<45;c?v>1R{H@Q>$x6rs_`!pwmgA~E9 zUqA_}#~YiQO2V|NU;=`vo26fnHR?PWt(9wA8_;A4ST|YC&CL1*KEJ$U)U)*zv-Pr? znwU;hA)&XXC*ACA%@`-u^%A-Id_YWUD&VlMy<)ZKLgjYz(7()cMIA`clqCTN$BLdv zK=uJ@3Rz`k9>1m?C6R>VTPt8KIZZn??JUO}Dfs+}gw3=#Swp4fij-WLBjo>zbbe8_Fb}c0je8EO@u% zVi_!Ud9~jkx+nw+s#~B7#vWVS%@cC+?`R}zdHhY4BtO0(S8~-6#{rk-r>k!`mF_83 zv?sm^5cAMX$5FQkXZ7a2^$|PH1MY{@g{Yzn&eVQ304VdP_TL3 z@0xjJdI&Ux)n;F%_Sx52`ia{nBpQ(Y@DJj1Z(fYkg#bo=*w=?iIr;gx-fIJGt*sC* zFE320>=N0=%zyv>SzB8}z;PuIP9`$T$0e4N8?veL78v3u^+W(E^-7-4cVMQPsVN;` zEwkdlubBRHb}8lRv-MfyA`+ID0pUlvY!UvE3<8!+yBE?p%u&|JfXs zmDvEg&6xbH)v+=vY1`CPI3ZR9Bs#!LNkd2H^`K)1nkGKj&^35FKkjGni& zZR4T%E*#8X-r;Gl+^*)+;cSV%4;{His-#C_KBOxj%r1 zR^3)j5Lt;J(a;CWlcF-4rK@LG-gu_vjdUrcUoYW>wsCB}$y`voyE& zr0796yJcPnv|dYiDPA@jtBv)n?`h1$X4yDxykEmZ&&6*9Q+$2laeC&K0h?SfZwHR- zB-y<>6%FqdlcvB2Yd{cg1cypJGBQrL>ZI=Qp_Nz_=5v|Iyx27ZL&HeBo**jPv$F|6&OK+rrE4fdmZLi@Ee-5v!)p%1^e*t@wZX}zAW32txfrL+ z0Bq1L*d{hC7tw)3VhenACmRDQSPO*_43VG}5P6Q#dr3Bj^*7f;*^s{1MV*>}_O>gsB8ccSyD-QIV)I_{D$Ou#%#1sn%3BG}--vg zG=WFX=+Qq9Y;Z-Kh8WYOJe6?`$iM~q-Mn#i-HG&Giob*FLHLR-g(D?+lBjS?HyHXi z4kUX2n)JPN5b(2)>^Xm3Y-(r7KubrK2@bYm8u>L03a(7L5l3SHe(lRz2CZE3DYH2L zW4NoU0N{&e>G4|E&Y-C_qf*@5!ZR^JO0450>Xz@;Fh>k9$ApB0nEft8K%^?Vcn?_8 zCo}}OgC#N4pE1twO`?!%61l1R1ug6X8!ah@QHzYAPFr5KAQjX+ig zbn9a5C>KsnPt_(}+})!)mJ~-B;x(+SSW4Sj92_l~mD^a;F0~@`K)$ZX3aOSc4^$KT z`p-)m9Cut>&De8jsSYm5S8l<0^fQ7Cj$xA>qkH}SM>f1$N9M2Q`(Z)6;HiXT)U82BYjtFQLw{KoS0An7eCztm}b@RBiREFu~Pe^Ud>xv ztPJ?dU4Ir{sEqYLt5iMe`MhhgJ_l}mH7%_ZRT+!+<{=FMJ;uEcS|G;-tCAEWu~hXO zggXgs^UPWp7krh)M*U`l{%l?FJeY#;(%IX$WQ>pHGxl-(lTeQzFA3cA!Q5S3Xjb6N zD=0Ct`_K%6JPWL(8NcUXzw!6J_60Fw=%DJ4k{`AxU?Zpg>M7N@`y_-lo$l%Dq+Y`- z5w)51=|{8;7>{bXXbJPd-PXIKZ)3Bj)D`WIw?UD)ch!rMni{>~vdTXWL_^AgsU7Rb z<>3`8Kp*Pn z_B5^5&FN@qL))yaAB}>954iDQ7sY zp?2gz>N+_zP-&F=-|QtM4>JqrXTub^e0F_HC55i4gS6*DrJpJ9|R1E?Pa2i68r za@j3}-7BD+fF9C9{TG#HlYewK%zfQipo3_A(>FxB2-Crtbj_FPkzE=+Qz_S1L}L_l zYFpwOxkpR+Dl_4N0Rv6yM#)e!*Pup$ZkLJJJ}+|L2SHnb-c5KWX8Q9MkC8c}tx#St z?1phRpSeAZh-5JWhq*JnT)I<}b7wYdz4XS5y`;r(7zut1B%5D0Z*nh+b9uq^Jx@D4 zjDq8G1!)$&vdtTiR1mfTJ3NQiKVt^tq#?6anEkLlPeVaA(2~BOE7Z{`3A;YnD_8a{6)m#3?0cq|^I=y2W0qe@F4b)?* zl3loJJmMsm5Pqw{3G#4UO!Q<8PKxihIwvyg%C@%bAOsA;;iSY@ zVt=bxI9j%Ep>Y@nCU{TC{IfUM64U$ELcx~0;lWRlO84_LMmEk zBg){BlnQ|MMJ0n!gOG?Q!<(8MY-{`7!3@_YB{POQ4^^;uz*;)KJmyX42UVuH&D>;+ zn>SJ2Sf{w3n8AOZDHofNs70zg`E(8}Y%}rudOs*dKPNC@g#Lufx05O-k3NYF(#@3H z-A2S-%gUNw&lY9Q&YD-{2`K}V1zg1Os=WZXNHrYpwElkQ;c?mDUqd*!rJXMTL^82% z*HyN;2p)32d~L<&f%R1;%NpNBdcq5YKcOyiSjYUj(~bgpUz}K|t?Sm!b<+amUFNe3 z*wMxpn3Tq_x}NT^lsrMv!a2Zp>$LNCL$Te&v$JqqMuktY^a*vg@E#pbBUS3oVte#< zp;R*?(xcKxgLgQG!jNn9&i)d!_X&@~cFR+|XNl^MhVGSw(B?KEBm1w3*{&bU?Key2HVOY}IMz>E%WjZFq(4oGYJFG1=3`Z{--i~n;T@XN|<+a8w zog6jFE`+{-W8og)2Qjvnu%0RPXe4s z?g}~2`xV4*1cChSR=ojyjOdOqFp~k*#IP!ZytQr_n9|Z;y|4EdB59>mt#`hreD=CV z{7(eNyZ4@wbnH9czq<4A{h$D(bOw!FK)BhzYw-CmBqUTf_$r2~kJ2mPU(lM3ps0mh zBDx7$*=L=7-z0PrIa~qLc1OkF*2^?608Cn9j>y3FBs+3;;fsVVAC1};KS}fFoR5ik zQ&&M2G2e^gm8`ZQ>n=N^#L^PC$kCD*D(dKB80gyH>hK@5M$|cIN9r?4V;;;9g{i&z zNBWLhuoq0}Z<^G_2Cnba^i*p-;hLnH>U? zPh@LM@_Y5FTme|_VAd*-4M!VZ;I)@;`n*TGfO~IXM#PF{j`JkZB~*uk#NSLLf4n~osMb*n!L1; zuZr-b)o@V;`4^mjP#I4`kNo8}fG0sEBGiCR4>E~>u#0{hkju^S+y(MQ3}CD4&iWh2 zB?E1q2aVXtDD4}H zQX2LaTK`Xr4}hq?pfYgD0=UW44$lYWu%B0fJHRY9W83i3zUzA69f=V@Fd0n*s5?75 ztw9O$?uASyFvj)Shd(QR-Dlq(OTlx{7k56q={?!t#Z&1s;qnfcdhPAK1aNx$rq6P4 z5Z=MflY!vgn6+^$8^<%m;oz}Eqq|Vp*c3LaKxppw?>PW#3^LyP*F_RZYBXtD=fMVY zMnI?Irpz{ic|EvO(W_CRq<^TjTvVCez>zLlF{sI}C?&BHX)&4>ka~dYaFG->k&4h6q3<73= zUo5@;q{9PVs3=Mzt?G71suVeVGvk^wu?<9E0nu#oFgu%#lbbGkbjzb6moG<2ltu3e z*Zv1`uZNTaq60v|ZVqqZA;75;9$Q5QDdwJKl{%YtM)90a%2r0T zsQ)u((6m!xWeS>f>Dq0n#%m@FT5pjQh2KVG-aH==%y>wUq|5+uZLa*x7qD$x;Vv8_ z6)a(1&TJ0gitk*H7B$>jF#sKEdMqA?dd=3t1>?&{0j2qD6)7oi?!_nCw2zw0zni?AJqH0ck}&zo1w6u;24h zPR!DEt8;YOmNV~L>-uqaWg$U-AWpmYD&5atGflOxD`6O@X`CGr_ex@7_LD;0!#?$| zS%r&(K|y?Ux2I{n!KapT<^~bJXSP3+I6VJXKiuIk1xjME)@NUX?xQWyu1*b;;~AmV zHPidQ_(=M_$2+)gfAb0-XYcCCcHOz`sQGYItgWJ9F5CN!F!nhT)*p>q`Dh#ZN?#3> zv-J+>G0>Ne4C1_jtZfhn2WMM4rT4R?L9=VC~D{FrH{X7;0 zQFt-NsdqC0HWKYavs_LQJ~EvK3cw5az)UCbIfRpA>zWJ0a!@!M@m5IR<3@q+7?5hKdY)BR`>;on&Kr_d&@*QB$cFbJ9=)r`T{Pf|g zsH~i7+1}dHGc$`J=^FuLgUo3QY+0ec=VFE7NO+-}ZJw(75oLln=;dSjo>RHMQu z5M*!>;NVUmfzL$6s+60Xo4=+V_8v|s4Wtt-CSq)=TcYsM=E=Y=sii*aX2BhD9_<+?vnZb1h1yK;;cS_$=f(Sk=BLetm zli3}%m+HTPKjz}`WjCGzP(8Y3fvP6=?YyX-#`TOm<6fRlLc*b7iK6&8HF|EPrx*Hy zcwQUnd1w}Hj%ne2;0P?fLxJkpI5*7~sxF+iqxS#h0>qx3sBO?wSYbJ7Pn{V8lt2=h_7*l*X1-oQB(PEEL&Q(fV=**?C5A}$p0r1=cb?a!OLN!p~N@S9K z4L<6FfMX7wVs&L(c5+BoJ)P|SE%v^w1PPmb6bj0^=_vM19up<~0(-Av*{`>0^QHA%fiy(1 zNI%xg0KMdZU?N(5+%@uMmHr|`6epA@@qE5xcfSco5vw&Uy|@b#qH{2U3ujM%ipZI; zRXXd%y@P@c=j&+oG)cGU5W!rUcs*RoouTw^umKVS;LNR; zyWfV7FWV=0!GHtR8Hz6WYa0a^qMMB+RA?jPc zJ%Ec*%d@j!nb6X#;n?28=ujlO6U1EFQg;aVt_biH-vQf+TDlQVk}QnS!89t2=& zg94{@C$uxs^u9b9|HF$(((fnG;*qA1{85gjCtZA|F>tV3Z62l|6 zSCi#-WORBYX2oOE7%m@XUvteV-8^??1{Pi!W}yAI_4vn01O|pjfSmAuQQNWF<+j8? z)@65^d90DCzrYt;l;!L0I)s*%xii};Uw0}gw!)ny%A6soEiBgfyZ08a1mLZ#Ck*Nk-{Szo0w zt$oZ1V;os^_^nI*j=|JGRU;;AsG(9U1*3TF=E?$@O?lX zb(IE#gaS-g0Q<}apU*);fzkQm??*yvo}MC^GmUipJ%Or4?oB$$DFi2!drYR&(En##u57&X-h|H?A zz+Ckg$Wp`zs7P|u5P>iQ*s|L000Sl0*xzA=3QL0|-hKi$Ez#lxzg7+bM}Pz5&OkqO z5SxM>7fojl?~$%VoV{QhJnhcuVpjN-D`%xj(Rp(S4!b{y* z>BCWbK~>MiSp)>kbbvn~yV1A)fq_V{(RM7+)*e}a8sY_ISk5j@Q+dolnq<-(@^r## zWs>9`R;6zCe%i;2`_~)z>?c9%qMuo~zmP1{JeM%^HlX0t=L039xM&7F1}jM3SS(1K zJ_iIC{0fv|x+@ksL&gD<1{4NyZQx$DhaXNUAJ6l1MVcYEd}Q7N*GIszq$H7C{4i4# zp1O$Enp8`#;RZu{_wJp?awneZaP06v%e&h49#niarC%h#9p z5T?ccseA>sF&W_Amd|A7PPN8}sV#7VdtVMs@w!r)bESkr+gpb%cHv*^0l~8YxhInM zuVsIyqIs77$G#q?#ojpA(z!g;) z$k2f_1u!=N0V8%`$Mw$M@-$Dmb^dmEsC&HF%to9(TaUL4=vD!eD;pG=dCn|ssCq{? zQx1ChBs&*SqWb!lUi%wTE+I)+^vIqMrN!e>rEd^BmzzvB^M@&h-XC2w@XrB&NlooX zfW7GIl4x^Npoc+#)ikJA0^r8q49k`sXce%f^o@*<-+@3NIs{Bh;6T96#T6wlbyQ8x z?r|^F1khj!XRtZGT&b1D06-&qtn)AsO^0OdE{4HnOYXC`rhQ$lyRL$Zmx_MxL%2EQ z`Zfgg;Pl#yf@c>d!~keYWF#gi!L{w5b3mb%dZ?bBp31WV6b=p!Sh~SDOM7>`3CAB) zZp=mcDt9H_(an~}00EO??>MqbVbm8GKmjlZROLXeJo)NITlrSu#kj!x##bVv&f@u{ zr8Iv~z|0d6YCyLGFGznx!L5W~O7BL=Dc=eKYQY`Hyx}HUR7{9u(2hXvPd5z&!VkrJ z16V6y={Gyt@sTk-1XWeFgDzI(Y|@#e@GJ2Bu+b7O$A}u}&6p?hijh$evIBUx@UQv~ z3MLjbF3|X-@x#cWe~v~L5$YJ%PcoX@HmVq@kuYCOx+8YG68P1Zgh^DhzJuy zmLc^SG3xl;)Lz|lQ3FSr&hN3kb=#PB!N0W~krgTB?b@n`&jUfGom}ra{Pd2$?8Jca z$_S(?w7UK2_mc=!j16|8kZa6Anz`|1rlP!)VZgO5=^KYwJwP? zZaK$&!ksDIZ2+!ZN(5&OJ^y}(f81aZO!lbKX)1d`cN84_--9e(LrW`MmAwrZ(1T%J z?l?#f23if_zlpX6Oj$mpj6aQ?=x39qsOfn?6a*zJu#|x9{NVl4lQ!LfD$0Frt^k;_ zUtM>%y10ada)Dt*3kfkX{xoLYX3xXVAnFHWl8}VtE0FgCwPq$JCJ>1075)WSMC1Ic zH)|V%ICP~G1l7-o08J|~krGpL}R93)Wv-KiU<=OAQ4MN@p`y`t^}^`gds|?(?|7C4RbH^|899AS(uqK zB~S)d-nXSjg-gB-Sch;>W(LHrNvOYJAoHMJXjzA@lGuwqYR zz%lE$;KlYcg{YDma*LysmVN&4F7s6u5yWpYm~W$^U^i$WsJN1^pGpUB{z z)zqcRE`o#Wm7a16@|!2`Vlbaytm|mp9XOm?#&Qa2^N!p@y$B2fOLwHeOKfI8pGCD& zEI&zc>yQ`x^NGg<&8QZp^`4t?quIHUP?{!cxxI~0a7RGGG8voU-$0@)S`Yely05-{ zrVW|8)V*eIsZ3v|P44y;$7ZCXQv!W_W19&vXc6c|>b}_slqRl*q*LoB`!6Hs-JBG^ z2kBVb>nsycp2(G!&=L==8J^{IOx|aE>MX{VeeNw^_kY}4;q2Q2;ivbs zz}n{rbSEr3u4Fn#v8z4lzLAIBCLAZ>QI%$<5fZ5F(?BrTb<$9>fFzVZ zGH9{(;bY+Fs#O8+upb_6b&Hon-I5w;Wlg-zdY7F9O16;JUmy6f%604YZb>4?n%r;K z7yx%3{2DHlA+kwie77YR%KUgPyH^fbfuAR6Ihc%&eiGaf^8IcWZ84mQ`2e56`#Cm0 z^=n#duTdj{mit(qIZLBkej3{wa+CDRccse0Q)@ zI`C)e^?1x7if_pHhKJG?`%mqn=VoQ(nNr|-hTq*T3$WDpA3x^Q)KCYV?U2EU!Cxge zxBI{Z9qdqdcW68wl7)o+{;e-37;KcBF}&$h@#EY+{rQKA0!0G>UEm2zdVbV>};f|Q7Ww6q|Nq#)7=(nuqNbPmk`GiS|jfBT%h zukRl?7uN;z<}mN9^{glE`+o5Gv&qUMjWxK*lZ>^jdpH$ri(T*+00A5YP%_M~t<~qAfP{j^MKgP6 z9_5vGAYyWDEGSW%xvSWO%7wyE(rD0ym&lokpz4rr4-I;&W0NnTA=Ul!3M;6_{;NF( z-H_)1Uo*6|C0tUX_HIIiV`R9hpn3Eh&7ePJBK+95Gt7!ys_;v)-zNEMoc`D|O5b7csx%q61HVKup)rhX58yDeUk`B7KZrTIi2{azQqn@J{kG5fV>(+N9*lo^PBl z24T%FUFem8bNE1vWTp>L3!>cVSP0&cbe3vD1X8IeD2VMXP?3czZfwai?UB~dG;IqOLg1I z@6lOUt!$L3hX%JrgUN4R6zu7bDd95opV_^pk_L&N=$&2P3R!<$;rS0f0H&3_cz*>Q z`0RPjZ`WLE^l^MT)~Ue2$cP#MO#u`qW>Jc&91>@QQ`(K>$UC~ZsX00EV8{W$fy=9@ z5wW(r)jqc6J=5wZ1WpI#vu;Uz0pO90PfkXFHqyI`tu!*(+T>TfsYE_LKGGg=jE$oH z?nj3es&Zhi3O2N}q~8E6m=e-T7rxp>dM4QX@6NxCje?`AD_UOlwT%s%sV`5%W{WGH zHN>7C0~`x)M@J&~5BoUM%rG?PiwpmySNEG=K#xI{Z*?^h+S|tjBWYbs_zz`@Hg|y4 zw>5k540Eub^eW&x#Id;{3iN#sx2TGSy$mp(OG-o)t^$x;TUx%Zs+t;bL&-_-#^&Z? zzvVJIY~nfrhiN`jOWjtKE-=5`sC?|KZdD5;69M9oib&;A$|HpbfJVh5B%}sl&A{bs zoqGl_{@u2s`NhR}phIey#NULtIP76>0KSQ<)-kr{6B45FKGobt1BCVNatHJ$x~#0M zw6cKeI^Y zQr*3q-_k-49xfmvfcy7-DKFPEG-Qtn{`&!a@X}TFb)ZTF`VU}{#Dy<{$7ptM*B;w^ z8+~#{v@pBCpN>BNdYNQe64wP5`#+WMH4sB$TR4!M0M6`D&o+QVOlB&9e?{Y`Jve-! zsb+Ga@Q*&e8rFX|=g-I6vg?0Oqy~y(XQ|r>mimNef^;ao=vaj3k%+aJJHfs$j4kj& z6#}J?2Vd^=*+p0#%Rd=vuc>$_BSk^c{=gGh;*b=g=|8Jh!Sc5OKA_j3cE+Z9(bb`G z%1s||3y^4veS}{Nt!~wyf^#${@g3~(RhYJikoF{}+CB7E`e;_^6IE>wlfNZ>Fd5EC zM8|fN=Q`(C>MF9HmDBtt!c|zy9@u;;b;yAIZQ)th_4C(A(;hVXV~(Id0DUa07g3-} zY?Qkilx}qTBHp1R;1#&sb0%$NH6A}n3X5xsur6OJ{*IKShNc9w&?jO40NfaLRaNP! zYEUWCp}TLlU#IX0lm8(O+v0{5NCMnaa&B%SK5Nm>07>{mn4-G!i$-h?0^g^08;k} zG=ffjGBP;juwp+bNN6>&uQ~LYqGhwSL6C9}{UY@*3X1CDRpm_S1a=+eb~Wq4Nlp-Y zhEKUI*nhP4t0w5u6RZ%n4i4B5kQfI`!ptjW5mC`FK!jxj?6wCF9=!Y(2hz6M+PA^y z#+(lDiv*JR+h{Q9zdhhQh57iL)?apj@q7v;cbzoV)9XZ9a@W?@f@aHM6&3vHeHwy8 z_Fmmhx)|n`YWdV>;Lh6DJ%C@^NM`Dpm|zOgi)rnA7bqC_(^zBIIuM0;YZ1(wSu_t1 z-qT3^&u0G(Iww#j{aX5NR*Uq%zOp1Y%f|A5a%LlzOkM0f~RHM!eUX!0U4~8)?qn z28uq|kshZUpEK?Lp19OYV}^D!;6?m= zn7o0Og2RjVF3_rGW)Wyh|Ng<32E4e5=$pOVAMy)gTV2a2Lby$bx%Nck>oX)N0|XLT zXP@8lg=njaOLXe#Q|>GYKI>N9EVnBl2#IM6KsyioL{Q~G{IW#pgP< zPeFRAl$-+xQ_lzT*R4m49H6ib0M&m5;{|cRs0HiOYHbkU=)VxARm4?h0nQ`fY5WAe z?cLpXZ+io1EQnh`hi9p;cBPmg2pjG;8~f}J0>&xf)_l1-~Z6hPwKhz4j@5+=FWhLR#;d_;0&EZLw>iSb)=*e z%9>DKy&K1!&J8~?)wViH$mr}W;l6**X)ZB+1SuIAKm>P+7~O)qOM_a2qL^M}SS$K~ zn0`iN8zv*kxJyjmyNA9C!|Oaplh$aMeSU9K$yw{er{*;KUO8R}jw>=rlGJdM&OF&%SYiqPW<0#fwvT5wKg@ja~j=|#98 z6Yt-0c)svbuvW}R66cUwU;D)#cwP%l`u$TrhXqyOi2V~3ev>?*&@SL0p!nT(LHnEQ zY}iUZ%jA^WG;(_CkBz@0!SlwKotnLSZRKtlN>SRo`NwN3T_p{c0T;p+qOM$EC!sHX zDe&*W;&Rb&Lve&z$tAI?zJBf5*+M_O)$yL#UiOghL4f=Xj9^d74)lNkXRQA@Q&R_0 zqhPIy6phEApn+2ef)6$$+4lpspeO~(DQd4?eYM)&0eQxnvX2XlTD+;&-rgUcbegre zG+5=r9AEk*g7inlLLh0`HA(@)h|`Dd|E;aD@bU4%3sX{4Biq{A+&O zUd+fcT2!SmrVQA=boxj>dh{76^J3n23l$&+Xjil2t(coCPg`NKDMtI>qaZ6czYop} zt~Q2;0DqeNQ!=|D;iO$)CF_X775_K4WrYGQvKF!vEP<01`RQX*=l24TmFz=${=z>;Sjt+(0jrEy#-fw1imb z`|j~2&OCZ+C+D}qd4RGz%K^G0a87Gb&O-b(w)7Ts3SUDIUmF?jc!H<9j)42=Wa0+= z=M3$LFaii|!do*!4{6mnAXSr}XLW|f%%zG|Ac#fAKh&cM8%@C&rcG%`)h)8Wa50m$V;T44tl5uk4_okBcSgqF%~cK5y_XjsvyNBC(#z3A>NlE)Fv04!y3v`HbZgaBq9(&TkV=4Kj0BJ4Uz- zpa0&WzDtk<0cd>b4yfzzHO>f?<_-9VN)1=ZCpmI-K-9-eh|>A!-@wIYLE_<9lg?c<+qL6D z$v=>(d@q{&Z+&7|YI&jD{PAAyQ>e22NKX7%fm)zh03LIO9#DIvm47Xc*$EDQ-rVRo z9hHxuzAj!jP*cMPjo@5Ck`pKin?^)M!KWXdb1R^{iI~53ig~~v+0vLRIR*mL1*R8f zfmc5*`@r71N#qG$=YgpTnBwE!UAv$8`n%s!7STWAFJ?g@ckBMc=LUf@KXuJ0?{HWF z7b~d9fd(*5+h58Lcj`uXk(X7M>v*EhliU%Jku0L3caoEn@6S6uH!-38Tu|UKEF}g0 zi;^SW$n|x59u&ZP4qT=Xydonc#Dsj_GTGun=8xYWb5Ue#N6*bY1If!gK>Wa*|L^)S z(2~+bl17Rt#ULR;)(_$9~T3ICV4VU-$umC>G2Ii8jv4 z?K@q8&7M;%kL|7mRgdKGr)y8tHAs4bVZwLj?lVwFg6(w5mk#;_*X>Z+fh;RoqtrM$ zV_ABg)#2sz$Saf;`{TFyCQk+J<;Q%BP9Lx_SZ;)#EF^~D*U8}DL#LI2WHj#B*jPB& zl5nQNG`NyrRXsXKyXT-MW^#XBc8u5HBNJf24T|DJ0k25+_&OIi?51oT%kRi;z28NE zv_6>o#EzY`u*#O{U;hpt=y>~BA_M7c97}U!$>mc^gr2nB1|!X}(<64+{`ew4twk~g z2NyS>O?BXzZaWEM^ML56FGsSA=~pACdzkAc8!{d#G$e$yx6h^8PM1KBXqN%)DyYLY zu~4j;InH19K(=c6iwU%??i1ic|6YKZy+-R*C2}qC+4yHtX|Rk4iU8(7Q=K6#_pQ2h=;{{qyKF)aA7hoDX%=z^7vAVZ?^&3ce<5Y|l!jg*`jW z9M>Yq2`E(^4>+22v?f7ZqpNHMidUx79u61Pxw0kLE1gbNQu$pg#6si^_DTmPjb)Sl$1>n{=%RM>6RC&uwtD*d06ef4^53 zm8&9P)BL~h4UVS&B<22}+u*1{6IRdv{0E}DUJyy;{qM`9wZ^i3{f_$VKmhT+d=ko1 z+t=#swjTvM7eOF?mf&*8ZpM{X<#Iwsy{E*68t}rO-Q=$xxV*cXFRn+u@>_~4^YAUZ zvC6*BR2ht4amwRXm_aZV+($1}0mD9z`a>Z@&6mI~w)d-LS>+DI1Zn6cl#Tkv^EJ2C z3X7a!zAnH0{w0G{Sc8I!@wuk54L5UucyFXTbM?L7LBSdj4zBNh$mBBQ^4$*z?MITT0=kVhALM*(` zG9uxD`%1TEeEZ==+~F$BwhvZ#A3f5Zt;%}qmitbQe2l*)my>D8KJ!jpt<~0UcM4SY zX9XGm3GS7_aQNJq?g`1*J4<$XzbrX!`RVvraINi zDP!0NRRvV#YNS6RO|u5BUVEte>8%{%r%Zoi4K3{8qBVg=Bk}wElyE2aB#F%{l>ad} z-XAYTR6f$a@0ZN}#}NneFLSuxyc&}5?i|;A)|?%-stPU^e)A6rfz&l`)Kp}rwzn}I zZT#2u1?5*9$qa5(M!CV+eDD9Eh8R~H!R6l|2_5Z1oBK_1|Egv|-GG`i$&3jy$`S|5 z<43(aS-VMsme|v}9QQFS+U#FcA!4BgBO!<=&By-!((mC0x=)|ay2!q2eD?Li6#=_@ z5N?*6^YZm_-DJt5Dh=j8=nF1L=+WT8*o#JMutq|eyhi_hP(GYHo-b496cl<0IPgGTFvgc_QEa%zI7XqrKu9~tnd zWJ-xZCzS1FW$A`pZ?zQYztL+S7S^g~ z5%c?PGz{%X>TV|oQ522Fb=f7={eRJQ1=KOG`-nZ}v(MoT^ObM*Nyy|l;wL>SVKleA~o+tA)>Idu^&n2XnpXqZg_(bso%k8HP zsd>iFzaKbt4Bp;*;dzJtJMSA?vk!#X+V}uf&8Zpg4WGAlg8V@7vVVs^h8}?LHYPSE z8ENR7XNX7{jgvCdut#ywo;}^d?zKd_Kk!`)KEr23zlC|OYzm3f7+yQ&PR772-<@2P zr;;XLBD6mHUjO-)*!v~J22T#fwB$qNN3V^}TSX6+G0Tbf`YJJ^>vf#FJA_nUUq>Hb zIMAUTmbKYZPTr(TJ|ly02X4}VP;!mn_U+!;I)|FzD_`5TBXNio+DZ2IyeySOe%mRQ zIwzGxF89V4s1+%<zkx#vsG;o%|M z`z7gXz(8rAeWwM9iC1y_mg|fl8$QFfwn-)&gUr8@)cikp6hUd)|1B{7;<0we^g8=9 z-G?hNn<_09j+3&eF&=us6V-Xh+G%jI#A1y6)lffd{+-h-`Ko1!_4Q8oh0ZT((rU09 z^U*Qp6j)a)BJDi;(U+a&V8B~-&ppm#tD@^E7@^Q z-yB0UR%tL9UhkEUXY`@pOC;Y%bl5&A{DN4nskjV_LnqjUXFhhX^zVc6DD<%HV1-Uf zj;})fe)$Y_pf_Bb6G+sqjfd}vm9E03hD3%|(QgE1*-%U~@1Mq__mql>_b)o+`@0{F z$fB?r(QFS;T>;m1u^mFk(Vw0u;eGG(f`E~g_!y}ucjfzu)n-ML2~rVPskn#ETzR38 zorprer0{ILq*W&I*i^oEGFIjfkM#NC1O>)?v%p|1QaXYbZY9NJQ_16a%KSU0MUyyZ z;Is)J0 z_<(jfX^IY%&CKomK7f~$of-Es^`wm_QkGI<`Yd-KFk@#>qINNud(X>lO;`r2?%PIy zhH*ikJhN+>7H_X@5w@w9S8{4)LXOmxU#nQYEfUS6%YqV(ukfxR6F+{7YtzRGx4IMr z-&8oT3-1y%e}Jhx{;X;UKQ5sTqGuW4GLS zr@Ob8)kfnZ9O((CRMq6lX^<$PxJ$wI1S@ae^r3{~nUdk7cPCvX1LJxAOoH7Pf#{i~ znu?4*rtNNwS%4ta98!vukRo4TO+no~OramJ9`&h^mQqjMck1gnPu!ai*SfxlmO;S$ z|L{P*C!(YMvgth#_^%U`WCWcR8z!YuSYwks(l0tu6K5gk^RT&uFv^b>_G6J1%T-t$ zBOx_XMkL#$d+~R_*mnBc#N2+WsUab7d9m~C_TxPm&s1tJ_N88- z%Y(w1i(jXwk~%4`z^YK=xfsIV{`#9*>yoe5>BR&>m-s-$AyV$De^qL~_{op90PC}n zwg9-7RBOH&^?NgP;dw7Eap-jr!lL&v?kRqJpqycs%aAF{h{7Bjv_qkpkXBY_2t_BW z6SQxy)9h)g?ioCRRTYmS4xPA!e}b5D$R_K$zSR~zfuKY5ao{z-xI=@cg< zN%Ykxeo|V-H0JE2v9mAEl$$Q#j3{wb@YV#S(BMhg1Fe%_kznV9XoVX@&4JZhXX77h zpMp;{2?ZxFENeN(Z8|ikA01tklf$CBuqLWVXZ)%ki85~5fS17W)LPYnR#jbK!~IL? z(4{f7TgMYT0ToWQ;(vk3elIwzO#iqKjsMLy@kXJV<9OAwXchg|!(1T|&DHBu=6ih= z3l(nbgJ!?)`vmO4eR>;%wF}tUo_MXT84i)Q2?P?o$2bF<6QoljJ%#r;%=ykNVL`aT zSNGn7;^FVGZOvtxjdG|J-iL*t?dmgF=)~S+gmq-49dSL&n4?Qo%3KS1pVkONv(fWF zMzCwN;iaD0MvtXn>JU@;SBBT~BIG5E5(23ES5x&D;nI8eubiH>_r-OX4L)LmNCuq> z7zt)aky-{5L$pq=;ABw39^lXtmw%n#@Gr$;^a8hNTnrFG9a646832&nfoq<~`2{RU z%7B+z%HzR=_h(|6$(fmP`J*KYke3St|JGyA_k9y@s74P`RN|6=hpREx=U@6Ja7c4S zFrwXYOtDJZ!4sCsmjMM6Znw%PX#6#+FrCo?MBYljZsR$0~so?hK~^w4$-41+s>a<5FgXe6Hm6rHGervBv zvQHP0faY*vm50LyKB+%lg`Lpk#Bnj*MB1CI>hwJvzL*d(7DGK>58=EaeWcRO{5zdn zUcuZrT)+!TY0}$q(rf+`ynQYL3igdN_z`wdz+~>K$I}ZJN$ua+JSkX_K|!lI0`H+Q zW>+4?L~nCEgBqosufC7=mYbAAZKWr6uPz&3Um`|0QGtt5WM9ipjI3{k&``zjRki82 z+z4`$yK!*(?>72{zAQSPI^b)4`z^N|6^b`$C6@c)^3SFegPOFRi9-pFE51!O+t77*+N32 zJ1i{^0?5=&HD(6}FnfVWlFF(1l5Btd+I;Hxxk}|#@UfKZqx~>k`3zHw;1{vaci8tv zdgJ>?Mrh)>aR*=uOuhTK{q$-4gVO_&$QbCb{vdrCiOu<~e^4kem|LwaZN7&Iu(VpR z+M9E>yP-bC0~bDzOU#89?k4khe*|p96fDI*Q~mol;CzpNIg(9HZsTIi2~*|#l)$pl zpS*}M-ds9He4h_)6poPi^>|%Y7E*@JF4~%Wd;R&V`RjMx4@7`NU;5>%VLe%JPp-Yy z=tUsIEj9rZ_@dr*oTrylpesJ#Q?6>75Ggqap_hIyR{2FB%`)z5I1{kj)h&;Z4NBD}s0RtGNl$pMWJ#KVHpcLTmJ)XQS{IEX*U1G=*>>FLjRnqU|S$3s2lY62ZZAXewU zt;tI!jwK*gxJ#xN-Um`o)h$Q2?@306UPI8lqlXvPWmuh+mPrT@- zd1cq!w+x2Eupy$MMG(o>lKKoR+Fyg+*@J^}&JQ0~VO5JiG`%_ahYVFaqXYx#pW6cW zSJ4efX#BpD1$cIf#cTckmU+2imMc8bni9idt5qi=)pYxaKeu}8_7!FZt!|&a9`2K` z($k0Knk^G1?s8FsFWRzB@0s0igfV1d(ZHA{@PkQT`4E*Li zU)-zFObr>ar-y%i~;+gArIlA{0ei zl^u|%drSxcf?p5_E<2Kw7|VeEwF{BI8Dv4|7^k573WB z=My^bi+4H%;)eybDVq)*qbmmW<2J$rP`Qz#Kjn&}(wBTmfTL9ETEE(xE7-Sz_NP&v zq1t?QyG#@%j`Ey%`>i~GIjz%lu~h%muJL2up8Q@FNZQ`oX))%)dWUNznUR#8{ASV4 zj`o*+wNNnAp0naGm)j7pc9&SDmO|Wjq2Mp3R_5n}-VpV60%82jq|~f8@?3*SK@^%j z3MUO9L=XL>vy>kGWZV14*R}GQEBz;RKWg_=jo79iQrl#BT;OID7ldpl~s5p0VQw_Wj7B*Gu>$UP+J+Qn(FD}$T7`+5l z7OKCv+Ah#HQ}07Rw6V65ug52gCsdnI3b`)tjP$-HQ@d7!BP?x1S9%%Tx*dReNh+T) z9O!Irdo5RWpy)$FLYnqlc619y4_Ky=8*M}uTGldm3L3t!0E17&cGQHdT5zY)=2qo?bSm0f5+D9Aig?+D4 zM)0_|V+`dBw~9k@-2Y~7>o?_HJY52A z1>D~>&BWAsqhHG;YdrS1UODvexY9x?O%14HMn*Wr{`|T4b@JWSboG6{UI!Heq~`GT zN}z5KQI?QrntGujoxegj%sdLXAlOKv%Dn|+fq;F66Zn7gh1`rYcPldV zVUuCbdaoo_5a+h+y~}|_ph@!6SJ!J9iANWF=AnMo@47FJS39CX<}l>?{P1A{tmIc@ zR554J*{p-`07-UCf3<}aU~>M%Jk_Y;Vl?567jl@E!s_8epJj(73apJI*Ntezu^Pc} zm}m%!z(bmGlzv0;k5eaUqx@|X{MXU>9>2^xdbpU{aRNtiq=$RHBfE?k$1e`>LQTD@ z106g%L|zmLjf5FYykn@_I{!D>woG(VGc`>*e4+9Kp$uY6u|)Kww8-(!ZYi!iqtNaY z)3@y(uIDsLk`P;4h@G8&CcUmez;x=fSsjS(S*!Z{mEU2!SLWsiPMAti*_QE#*F|mN z%M#)b)anUR?ur8k`w&mtZvDO?G zvGKhfv(a)B(4V6tFcok2JXtwnZ7-3aQ#A`34W70>%hA}#Y9E1Uxglnw)#WsWzoyu+ zcGsjTBT0wMBZczLip>c$@NcpQJ+jl%#fT26wuGRjGsedg#xRp0lut(-`;pJLO{(g} zL-BB;v2$?=YGmk!x115Oo-D)S)nw?PRAw@8EAP=Ah{bnQ?h3x|@F*zUDu-(IF5i7j zy*P24rHwUju+!F zmrYWV+N1Xo1U`^=4HTQ?*GF;_9lUk8D|K81KoqD5VtJo+XOKMxWXr7w=CPSmZ~sO} z&`>}&H#b9>2{7W7hK5wzJ3A}hGKib^@?W$@a?O%d>YoV!5vwtPv;z1ka%FN_S^|jl zx7|?qP1EZu*72DcX{+mkf&#?US|qgTqNH+|9Tb=#pj-i3#sV&)2COA~U|DG$D#!vz zUI0hDDTD%c3{x5yQ}FNW`10)zK&=3XF<6=8P;C4t2o$B}3H(QBEgT(s1wXs{_Hpoj z-PaZ($RU0BGE>FLh!ar`-^-(L!af(O^y8h3;5*TKdgkUKsgW~4pe-6Bv{$l z0-tDFfkwqDwzlj5PlW-44Ww{&SqbL>b)(MCPVA0Oa$0Vbv+zAc6{eEHjRG90*+h^W zyV<(kx#CVj3oC*J_2+vO+rWkl*TyPAo~?@s*uTVGU<+Zky&d4GO{ngOysEzsBDL{V z$;Qhr`l8e5@|SU}-q8+94vXRYFUJ2k`Fx?(xwo7JQd=tylDCUS(Mcd-VbJ3bzu=sA z#2H#z8=YcHIeR0=RuizF}= zOWtGU_?4ib44#e0$)=uGmNW$hat2NY8q$E5HbMEfvl}WS^C|TjmkA~z7^+KpABOp% z_^&@_h%_ixk1#&qFzr3kLRA66YaG)F zFU2R^nZr@0rfFCZaF+fbdr>IeKLkD;4wr+wiPP&nfBwsm2?FY`0GTfjXQH9O5ADmv z{BX#jSivZlMM2q74kW-hwJBilI4l;}8{G%674&JpC-w#Sr6y0JWGD^WV#ti zXP{R5nvpI79AUf#Qar43a`!OW;TEZi5RX~QIZ5A_ti+~oYq5*K7x~usnH{qJ>#ib? z!3_{K1=hj#$w=q)p5@OEfhKueg+0rzDkb0J$`l~pbFI49dqxmAVF}N9b+yk`TK}gU zHgjA%+{6xAG*CeV`gT9rPz?-fA1d}w1e;caj ze;qA_^2`aAjqg90Qsuev63xqcnmP7DesN>iw4vEp&z=Jzc(FGo`aJsdTyILpNDG^It3jLC%&J^;Qi&m~DqCd;7WelQk)cldG$FPf)MYy0~uxM3Tr-oyeMc}*;)h5xAQ z?I#`J+W$l?!Zo~eVV%At?Tf2rLLC{mW9Cia=7-OWKn}tKBGO%r zdv-afkc)5M!@zt1{A8dk2FBAJgZ&rz7xQ014riz`EW{^ZB@aHbjo%+h1p_K^ojpM6 z9&r)=pD_iKUL7I24@+K&?P#k$M@{%9zB=0ACrYZDWU9C0Mpb|7bY{qd>xaI6{Pg=f z=G53EY`C+Z`;JSzSNbm`J*;K!878;_gN>cFzxU-eJ|*lUvOQ0AG`g>6qrzx8n+tXHwT>QYS+dlWwV#}LW8$AujU+{Niqamp3o|BLUzG>)EQ3jS9qzs zzfRQB&-BytG&-3KJ&Y*siJPB=^Wj>?^FRRDY}C1dAd%!vL-P~oo!#9>V0i%)!D9to z@cR}v_854cB?c8gmS<;qPUFAvkS2CegXTnFZA+RHEWDU#uStM;dy5O^C_HrDKropi z&ZEHN>u`{L4hEtSD)D0)8;1ZXL^t3c!J*XOguVH|hMKU*b}QHy)2$FumU`jD&3c)! zi>+`_{d>v-nO>%nol|Q-is}nf$v^xVejP;b-W4A-$hfx}Io`-bG--8g_k&dGh{vx! zkw#-VguBA)EncP&wrf+ePIE!9VT+rwo8{yV?6+|m4N-6dUm58Me;0oV$iFCC0vJT1 zX*R|Pu2kWI0w@-wBIClLv-LX|5JN`!7~8ZygrYcOtBG&}@DzZl0Gb28#8E(S4}*_ZR#q;QMsMz1;y{3aHFmse z*XjuPsS?IaQjj|@uwc>wt2cxhSPt+|j5CssLh!I&Ybk;;D|XIge0^*X{AKT}&Xs#5 z5-s+B%Hmncgz~fA()aSp&M^ZWd=O`@4IK;x^gW*Zz%BqFyh@0X`)zz%(C!EC!$p|!x8&4S27$HYsoioee0*KLCE#SoSqum8K=f6A-s^}j3k zs_g$izz&f3;e-EbLwOz7g`Gzhp4c%gN{qc1_)D8@Kz-+@P**1Y!Z}Q3892D@=*u6q zI$iRpuCE8>P&OVE9X{-#%%|T!rk4^b_g%A^_jA8{s|KG@!Vfm0nZvQ(=oRQno|46$ z+BKbyG%x`iNnX{t(Q4g)Jq5knohZZO2OXQ8X$JkN2UU0wemOZe6Z9<2letHbzfixm zm8m}7j5E94))YcWVR13M{1-9D*YZXoRzNp~gr@xJaG1vbqI0E~KL=n7TTEtJki6@& z1Hl+d`37X&NoI!iHD&z8lcSCI(@a{&k5wAzAl3V|=0ixuQ!Hi{K@I1sGMD%FfsuUM zW);t#krMiY` zoR$dgg{>g%{2i|?GkVZd1ycEk3Agx>J9n6!UXN%$y(&Dz=R#%oSppR$pOlMisLgFi zp0%5Y&~YR^^HDG)?+lGn_}6|?RF%k`a#r(P^oIs4FQmV3MeVeT5=pfX|(!*WeZB<76g_p#Q;kPNthL3`6J~wQ|N1BMLs!N(sol~DC#mv znoLx6i>Gkr4MyBqa`{I7r5||Mi9(?!jBX@&2`5D{m+YN5+#WnS}Xu z6`tpC!h+i9%>`xC0_{7lrN=hY(KQF!oB%|s{^SXe)4;Vjfn^6}A#nr7&_4QldRQ$_ zT<_G3OVP)dmX;>D0>`3R!EPbYAO^H@0Yd6c=f&g!vYO@x3M7+EMW)DMt@ocCA31-f zfC$?KOC~Q*yz)$mNexjpqjKKmz2qjcoXGfd@pjv1_0B=}*(fII~+}+S4 zJWaRFp8~S+?7o_!SfPd1rwOnxcUw6!bdTR8=nb_$jy-*-fSL?? z))YcFeur0hFZaQJ-V6L?7s$Uw{72~F*jE=_pI9p}QncWf{%UWUSOjrP=l*!bX<|XB zmh^szqoRbo0(+JZ?F94ZKTOh>GMy~RqWF=BrK92g{cCv$vult{ipWMRS&XdUl|7JRbN37ENNI0B7S*nGVxKoL*qJC@?Y z9|i=#F0Ll`T8cfm{SUc*o8jFXrSai~7dDkT0fmUi*66*08Q&2B|0|uc@r{ymXXZaa z;HB-neB%$)yc$A%HDw6-V^v60e|3an42+tqpB%St8LRh_y)v#NyPt?{{G;9dZJs@o zDsOZpR0#|kZJ@H8^p1NjMB%_sn@(4!Ek)IS`xb~`ES#_YDpCqQJI2EZo@2zI0#psh z3ZFzcGn#z6)o3}HLRgEgXKcO4=#N-pi#>bu2}sJQIP(bzq~3S1KeJ_f^ypFE=g-Px zTI`lckVb#K>n@$XZP5E&DiUZx1F|bP4uOE^*JJ9b@k;!d5Fwv7RC|f`=FY^0LHykk zCN4|ZjRc57gF;89(o0H8iZDD)2Hr2jCVsPmF9wk>JvXNpl`ZE@ zx3Cq}92)E8g%wYdO}BnsQBYAuTsUG|vnoR%YURThM^=2B($&9ze5N;;c1Uq4jHJ*e;^`oOMM7Lu@UTPfZYb|FM!g&f6 z9^ep=VM8K}3|Fg;caqMpL`-hx4gCK?SM@|Z$R;jI?hmt8nFpASx2+ya*B5ifGJF+? zk!Z+wP7v*bO}^!3HDS6%2*cf*^237E7Z@Cl@P&XC9Xfj^msP@t1tH{;>U!_NrhdWa zNdL!sDVXqjgA}LCD>T-c*_wnJ4~7Hbraz@0wcno=>5hqXxKG}g{hh8l>sGLNpN@ha z|9vpP-zxZE&q=u5f?Siibw=4SY1Wvut*h2sri}b&{J(9q|5Mlum;4i4ZOm^}PsVfL zkd%-vZblE(msSEw1%<*Z_l4E1M}UlQ3spkXV|A?&#aJH+)cgq>j^sV1HFLX%`_V!- z-6tf5Y3H_zV;lS@_}gkXFcfFJ%J#blr8Ccm*slo4w1w!qze(W{vT+7|zh$A}`=+!iB!*uBt*Ynwt^Sw~8qImY^lZ0_(drVAB zXpglL;H2HUb?b1UZp0ehpf<4Rw>+$&4+nZ!y(pK&_ZvCE)L2+pm@vM_I+;YI2w{iP z4GRyK&yg~jBd4SQ_tdvUzQGC^k1uK$acho-yiLDaH@p^h?Rndg$!{+T)+q@4A= z5i2NVZ0%uEwWSuEHs3Xmo;ufmV9lo*F7Y9hmXNx4PD4LRPZ`yOm(ujmpLRRtVY;1- zlUm7-GP1s(*=_;7u#M;L+gDHD=72ZC18?-K^)7Of z6f-=<&0227{aJ`1{iR@k9}Rw=jZT)hhEBTzmWj(!go01FwW%%w-SReR-xVh#(c10O zu|DW|3>byo76EY|d?=+97;B7|!oUv9{_krA6t)UPVQWx;g_^u$qN%vlE4TRR^{)5PwqF2@}@eXk8ZQNhJonV8ug zJQ*p=W;rVt2&)36Z<%%HPdX5HM9;*SFD$KZ<5g=%oLLa!q}}2(hBv-3`TKqK)SN|z z?#5t1RhTjTW?24{X4uI_T>e*vqBnyjL0-rWASweWLj(i_5Xd_}^r`{&m%HTT5Fl&= z1X@L>3fA$y9#7JE%kqg8ex4(7X`R@RbZJd#Zuhf%=b9Zu{{6&+^c@9D48fRYB7W?z zOLySp@(e1(maum8eV((?Z?!szusY~|@0qt71O52nyj~ArR=T*n+WQ9o7BtzFAlllq zuEy~poz~dDWguR%?$ay^Y55T$mQ+Riy&8X9hg`{F1k>G|*kgEE8ic965qG`Ybc!Nw zjp6Ar{Me1+tnl7b)!TOMsdt@qV#oC&xX;)~bWHym^~8D4$Z^kz->iegPVKtJ{YJDb zUbL!{jOn*!WFPB565R6QucTb|2|qRG^&hX*S56!5*5(KMHXr=w->Z zRp`!!2_4dF$Svd!v;)D`u`v z&!!%Hcz$ePmg~8@A09R=O+g54$B&9)+nhewm7wVRW=TjSW-%9HjlUx(~^(Kchp=kS#pz}q)rqk)?7_}S@&5wU)2KykPPUg(WCGlepE-w7WrPqAzSNpPw z?K}g1%X^)fZtZWc_FLU_5giBZSJkgiop*0sJCu>jEAdiGKVt9l;oU`p9!715UIsuW z%Vk9_y#wXB?pH0N^X}*@w@_jaw2CA>7X*5tP-{tPCA4Iq!a65IVYL5tCWH{4pfKI;6#z<*2iuf2K$y}e0D{EE*j#6Jy2T`34Jd}DU z)#Gim^1Jb{kCM#BKue0`?Ey9<3+WEVA9srnspxo%uJ;ao87TxDz#MnIx_(jdGMG5i z`u73r6TRUglaoDXIfGO7SZ6`pdy`T7Q213b%&ZQ-L67bN2Y?Nr&_F>aYZqFMD=6$~yBIpL4K9xt<@Nr-}OfmLeWV3rSbHt_gJPGcwF( zo%yC2{>1se|$(R}z1T<(>)Y|2CqMvlBYLCrG zE%M)+GRBH2P88w14J;`+4i+eyUnJG(25k|CF=yPSLYg@RTk2wWX98)UT{DlganJ8F z&2T}WlX|f*ZM+=y^Q^q%j{Wdp6f;41YzH$zx`ZtLve}K0%DePEWAyWM2^VStmhf08 z#0(I6W+V@YIaNo2(220ylH5HR@BV^d=~WoeT`jZx@>kNla9)^}h31z2Iwd1nLsI-@ zr0#iHP0iZ@zmdq_`8zsEy}g{>-LxLSDv$h%m;gkAJ(kawD)BjCJTxn*y{bQmtkyJ~ zIwGNV$12tO#aIN2hT`wW#?mcJSx(=c>G1?*K!v`a0EI&!$jZX<9kxp{%`anl^F~*H znFe^tps<6<+iiJYba{<{h3M&E*j%kodEw)$zw#=2Jf)X)AR-TI%%`NIn{|P;EN8v* zh_zkUz4>^i-7S5E_SkUu%`f^+*<;6*_n}>gp8u7wYQ&G1P6ku{N0GCOGzVMB5AF2! zMEHmImCH1T+Gaj1;bw{%40=D)zdZzU8EKJ%1i$Z7W=%Ukd;O3`gACiQ0i}37dP+=z z&+@~v;%0RJ7U47&qc*cH@k#}@upA_7whz-Th${i=VI>?=wk+yv()Uq_=z? z@hx$gyaHST5^S0IHxO(qH_F_du-6uWU#}Vn2W{DB`KVXdCP^_NHhegdrTkk^V`A4_jZ|3MuJW-hjX$1r%_TKJ)SiC0q1C*Vranpqgyc& zxxC45kfGf5QBo`-_ukVL6o$ZV@^2uodzA%(;$>NIG+_2nDD)kpEHxPZ7hWfIKac$% zBGKr-;bgBD41h~qk(8FEw&cG`T8vauQX2ohkc1g7AB#CZeE7f&m{6ei0RCu7z!A9M zCqg{)Sa>j;Od)1Cvq$-ugM-7QBSgMfD#Y9z7GKf<{TUnSd!PulnU#d0R^ku@9rC4#&} zum966;E`$JqEkfqvtwpNjbBxIuz$Oaup{>1(j0DZDOA#S7&L9$=X-Zb+T{KFUOEE< z7DSU8TSp-fC!u7dTnJm=A_QkdAtUNmW1EN!Jz78zFFUW=A7R~1gQht%TC4myIGpvy znRMU@d68D$%Jey4q`%e*02#6Ogi}CKnDYGI_Quph2L!z5J>ubx<=8V5kivH7X}YE3 zsU?hYiyv^#Y@C5s#=FP76N*)`OgFVD!;X%%tem`UBR346Dq^>CVW<;! z9vj(+1yXM!CrzMvlw=@T00Na3SbDk>9+fc3pqW6lE- zDmD);wX14$(ZG_RWiijb)0Ap+KelE}6nbp0`kkXv2ByO?tK$ zA$}LZu!E$2RGvXdy8>S%6`DDAy#{_8G z4GwB-1ptkFgPYFoT#oR!Xm^o&2xG>b5a!Y7S?fhI#mErT^M@UzIMX-QoJrRfq``C; zN4#&cH9-o(zjZG0uy~cU|8!EYEhj5WuHye;?5(4sjN10mheqi}L_!2nP`bMXX{5Uw zBt>eFZj>(RMoPLH1nHDc>6EVFY`*t<&so29&L4**Yvu`NaQ4l<>$HR>z432W>zX%)gG1#(6;##2rk;X;q0ed}WN?4MbPJzEyw zuRy6Bf&S0ez`wtjUVeV_>D6^m1@E5MKRfqfB5Y%4Ftai9)6|WM2?zT6`MA4|i&`#8hg2=EI61u8cxwGJc@H3f%2~KupCYd(@ zXWQ35#-g9ig?SXzpO>qo`sP}CkwVLlbpzt9;f~(Nt>?PbN9kO+Ir<2xuhF!2zZ9`j zy+S%VInhDEff{(b?`(*v?jBc^cs}JV^-`a?>~#(c_@%J-h5F3v4+B)vNKEi7rXZ1? zHFome6VK&&=z#TBpHJ3C49Gw0L|5tz~(Uc$_gGt3+2JbrVnC65mdz%VD^OG^PvQd0Q52UQy%Zd>i1%Y@gHCtt08 zX{=E$!z9%lr2U(xe>OD@#A|IWMJzNDC#Gh{5Sv>zpMO=pUIeqTfP!g^X3c~Nn;@Ae z!weO3GWOzcgT4K8Fq~|VjKCIrS!u$2tRD6xh3=8ZCYJrJxlM9TG6J>S#aNu1*~*rT z5B7O+n{+^JS>g*QhF{%(4waRhVFdx=T@?0bp@?71&yfvAf9u;lV3wHxw`gqr-D#7l zG6ZItaRH%3&rQm^U%T*up8Jurm+wSH5j)hZ1DL~4bX?vteZlONaT7BgIho92hg;wv z!jGe12B(QEqylD`dTs|ij5<~5pBdCLnwrP~MUO^{Cy$+eRuhK%O*AbysLzS1H9{eN ztL0CU<{`f`ECfHssX`0!`dgm4Iy8oHj&mz|FozRRYgVpn_KCiHC*|uirX(2%H|I^a z@xjSpZ}25K^zNs~ynXCXl$ijV+U#h2Ox^W%LHie)1L8Xr##@^UL+K#?KiVB@V`@{_ zQ*k5JsuD<7EkYoom>Oc|I_uMW~F5AoAXKM^H@XSglNax{0+zRSO zrg<7+7N#3y+zMgp%Xf4(K6z(`U$;yo&NxWw^9g4dg>_ArYNy;C?&(p;xhZWzwo_&bNOj4r<-PqQ9mRI5`qg4*E7B4og32l4wJPP6^&_J zddMw{NT`VC^Jci5i_}2@PFcxDm_2(-a8o;WZhChh*Qm$7d(r4a;HDvnRSGbNW5TH$ zyfQ9$mf#}}@4mC3u|@uPamoToa?d(I;m^n8o+7X+3(RE66h+*Rv6se2Q&NT5@G zPfR3Xcj+e9>q~oQc{>ZVi07ZX)G5m@ucC_JvzPuQQ;(q+Cn2T6BsE$Lm_b)2tVw|% zeC|@Mgb{>yE|167Y?nM~1mHJI_mKq!^r<{fsFZ|+R5<;_IX9r-Vm_4GKCKUn$jeK^ zY1&V*|JZGsaJKVQN??nfznWum4&P@-XG8C}wI)c31eO zQxqnBP$foXX=;?QYW_^fg#}lO&O$7_DVl z3r1kq#R|Xfqs=--$fw4-cgw7GjsqoCWCbR6oZ;0_mUAWe{@B9lI1vC$1+c;!Mv3rx2!PMR3=|A$}h6-HoQYP@X&l$hINcP?QNJ4LK@soAmkL5Ws zEcLn?f?$rfq2hr-)a>HyF9h!{#mr{^2`bW*SC>2+oFcvzy=a1h#}NkOIVEl~%Dyk0 zh$-s@y^`1{KOHUYVrMU+RI-wMm%OP%E_I^0^<3b4S`E!vxd|E3cz!ti(`y8ujY5GW zidg}dBMcyG@^SdHJdTo%dL&_(<1x&qbUg4t9?@JawMt=K&%L$OKL#Vv=WEFK1@O;}^VrmHRhkUn*Bgop09(x>s?5WBkKF zd~-X`juBc4G{jH&K2t)q?Z|CQZ?)bodX44VDK_Ce6l-&a68(0p9er8;iv<`yS=l_q z*+hP7X36+xJJjb~1Gk~E;VZXLZGvHLl^|8JpvXoxD0sZ4ryhDKhFMSiI8 zD}1R(--AnDttC>E3oEmAM+S*fZ-sI1(eDGa#BF`nmuPq^tDl7}G)T3ywIGPN zmKvG-BKT2~{O?eb?$ zl1;pxxx^#57n@F}0$zE{4X|vk=;TvjU;musLPaXA4v8t&jS}2&O5YR}TXw7;`IOX= zdHg8>BY6ZD03(HqC!YiGs$8bruhv7s|6ojobp-r7v2y{p1rf)!m|ULs%{Pm#F?%z7 zHM;O|L%%6qHx0cD=@wlqi-r7PTmkuX1dByg3q{CjeO^xuep)2e6;FF4n z_SokrjXPTLGF6=zvL{L}vx1lE!oXWkY=ItCJSOS>79rH1OgSO``1Zo_d8(~1_1i~e z5tsIje{ah01Vwa02L3u`HkUqT7JsdE5rTgvhuF~g2{FI-0TJp;WneRpCoUn8*#gG} zq#KASFT=uwnTrCF%0E2^)Z@IoH5a${_Ew?`2}(cj@A+2L6WV^@gq%1j-PLO>d*;8_ z!Szp8_+eSio_XNLQ)PIwf{ElC`7FT67fWkTs$0)ZmdHfH=N0+!8?J8vzcKWPb0Ypw zs+@;72=}+mnV3EHWDYf{aEY~0DuK!{(j8Y2O?bUd#UepUQaA?_#lf2 z1D+C~g3+T!nKgrpM{!^%2pJSJ`H|rOq81TQ`2|YSii(PD^PZ586yG6%pxvb}qeH?K zkQ!2kC3dVau{>WJJ{G=L?LuMOxGsAhd}kGA)uW)Fq#!nkdaa*DJ1ng@9z!H~n7=x2 zmWef6_|3dV_Gw9P)o7Z;Aw_?%9C*~%hT2y{Bvuzv50l-r8lFR>Vbr+Q$9P)>m07zfYN>@JBm8g3 z%y&?ny~aZ$c^RzMXhxQM^WY2H)(rlMoDM5NxXo(p>8mv2NETLvvwQN~bG$^q`FDzO zfLT?|e78s=qm{=9j}p!qrAks@u^pAYfr68`*mot<8$|lM3}rrXWnhVW=n`qk)MouH z{^V0BXK}UjtSZ)yXz-;i)yUK@@s`ygWomA2K#KMZG))ruKeK9SYb)vMMu7hpKIXZ%(qM~vjA>FbhOzkC#{=n>M1EeUbvu2DC97x*C3UMHu z8YU7M8JP!GpFU4eV-kL|?hbmd$}kPH)}u>+bN0w!*uK9)7nbWZr<&LcyKrE-Z&W`a zCAG77^Sb{k*zdapThKJ&6xYqKmZC1K^X#LB<6V^H7opg-$$_GRdz)Z!o}0l~+&zd2>8 zG6oJJ!DwIc!zXa!Ci7zfBpO$lJ6@a&>tl_}^Pf!=XDZnl3o5`ori|Sw7?SfPLo_u! zb`;Zzf`0j(eMB4yM9!F*j~vIu{JI^G5bewFJJ#9Sai}mK9P;e%pO?QKll5F*@q{|x z(ru{!N=25{_j)x`yVcs?qrW+1$MdRGm?2${s(Ja}Q2_B!p4tBV)T0Sn|WCEg` z00;pXc2~AWvxCFKyA1MzafpikKXKS>NCOJEM|)9vVh0|p4d;_W2Ry^?Zdc6^p{olU z(St_;)6EInz2WcuwsSN-RUXf>A$Dng3Wi_MBSL*^`VRRp%6hZYX*gwG7DWaaB5Z$+JOzKKUU*Ps`!k3Do^b!DsO~mgb9jG5zC*r*rN zrg~3DZ^o`3+M*VA$13zbLM!7F%wcMxR*$^B-}~<2NjSN1FBG%)CWTR&SQPyQ9Wpwy zk?`rGR|tengoMG*yRD1=z%9Oo(vK;-g>rh8tBK==X%+bjo}tqBWG&|w%s=K2oiC$) z@d8;iT8^rZE@ffx>W+n{va&K^eq%t=aj|T=#r0xf&$Gp8h_3Nu=J1N5M2=o6f^1wx^A9`_~GN*yIFZQ9^zv8lSm)tmlYQkUnAk=nBqU z^=7Oqu7dP)8ozuyN^v0K`NzLE#67R7<#RY1CXLz0#}<6jAkH0?0N4=bJ%3V^8gbr5 z8VTt9H5C=f+i!Y{2kv-xOnPSBHVWt|Iaed(r1j>ktV<27I_UD&VCG}ko;ve5%*hBa zNvALtuZLs(HnZFDsR*iXZ_LEf1-%qCG`36yfkr?za!4RdC&Vbe)So_KwJ^gk8+UkKIpi;myVTB_n;O z&E?CDHal85%~9ugoN587riw=)e99{Nr@K{1)00@#|7o;x_^vH2%COg9d6nmM%L%K< znJ+2g{%|4ciXz4v{~Au*<-gQOc@ZgM>=jC2bXHRh}zn_yAclRZ}OD!$yjn0>U^qDCK53K)_=I0JM(Q=PnKfOFV3-?*0 zeDWm3U9#}-*{H0SfM0=baH@;LKBWrg7g_o@s~7?BLbNE1ys>oLJwJ_)w^|i+ABM|Hvpm)S{06&uwL8w7zWE>*W^C?%QJQx&GE)*ILmA`(ngGI)|_5W;f&3Yj;$FA=wLT@Lm11?I*%RykbN(q$ZpX;zz)xiO}-rmHh8wWtN*qxV=KFmL`V=qAeM)!U5d3T&o1g2GBDyijV#BexML=DI9TU}gnPVBlD3d= z!_r7nyND7j1kav)jdYTe1BS8^-iR$POxF^42L|DH{W@Jut z(p7Lo3Nea*kf-`aGmJLqV?{pP$;$@TG(zLhhMq7XG8I>JuP6`a z8#`$lM}q$6)+#Esud8LsQ?L0PQsi$+uGTrvgkyF!C-Ux+r779xj{|WX+}~KfK`L6o z=G-6{^v+UgE4(uKpLrRK%9(Iu9PeJw+bDs{@64y5^x1%DJKKQg-?QpipJ*!L#kKxq z1=Z&?ct2!o=k*8G77Qr3sof{7`9Lb_Pg#R#x8;0}%exagwW=s{aVT+#<4@_zQaTK|!u{%3Uz`wq zL~tN80B_wz!9_Y~IOlM{{c*cgPW0gnu|BrSiNOnRcO1iNe5(Ipj!PXHf7NU7SA-Kq zLE9Lt&MN|$#q*PaG(B4@(TMLolEbHzFiA890=kK7c*a@!Ra2jwbj%dALj|7+LcVh~=GmK>ql?7%i656{_#NM`Gi1R(57&4^TSHC0t7OZ~dynaQ-XDMVtq`cqY`Vw4J!r`P z!dkIEr9sm2V=;1?gopokCac+GmXq62gyTHfE@HWgl?OaXh#GE_#wh|2^?<={n^|-% zx+eFBP>T(2Jf%(m4wgy4hJ$+0MMOPRTVqKWN5i7`4z~P0r8Ly z1Loy+8NPUa7n#JPNfS%5Hov%45<@*S8C_-lVX6{Sl0t#~HyVszYDP(`Lj%SINN*ez zlg?5hWjdcT++|ySD@rxYio1}JUG*kR8X9eo5hHpxnh70*-BlT5~?|` z#@905UJm(4&OH^r7WLuLm)Xe)it{1ZH!x%XfTL|d{1t$c=;3D$)bL#R3ju*=faMSi z3kwjg_l%;!70yng+-`^wjR}`+t`M?j0s{3tX~mnoFhn$dM`61Y;1X}BX6U@RE};gTBkZtS&C}T1w+ag!qc+AgJej zKJelvga6HW7vATmZ9T}3tKl8di|gq@J;pY}wwEmqkDt5KEiYHU59m@jq&D`j>#X>t zX;IKXRb5@&tEh--0kmIsr*>ty>6+2D3V)r=2f7n9E^i(E5P zvWx6it^3yxsUH?g%`#qD2jYiyKbJ!QfF~&=NS8U7$08 zv3^OErJI_l=nJ!ngP`l;h7c+Gi)9 z+b*C#XX2G>H9@u71b;Lfq*r!KW#Ns1lB=eUIju7>;)zZ7`vpk>gjQZW+xF+Dp#eR3 z1$Vur7|=|*?9o_3Ny%BiBN?ziys+-ovt$94$zqhLxSm!%Z@5ZKkZ5JpmeXfqdFfF1Krw-NIvsv(xwIl#PN?>o^QQZehg#eY0^a(gs&jmcLi6Ev$bv`$noeFRQ1cFjYgpQYLA= zgQ(VGK4gxgVRU>Y5~8sbQ$Fs?X}#W(UHIqWxFb$2&tLIH6Ekxvp%(!H7ZKX*`L&o` zejh%9QhAlop@E@0VBS1#&&fN3>O>Andj9y=*qLYE51w1+>~lr%p~YXztkX?*vAXi= z(#ET#oA}$ldDY7o^5j4YM&b7^-)9?(Qd%p$Tb3q4r>*$#gR%X=^uRUE*%{_flSQi2 zsYi9qJ=v}8+yQ?gcyG76#}hZ{anchBqpAv}k~O=Jlf55@(74X;Uw?YnoAxjBz)YDs z@%ZUxYhsVerOR``oOYZm$lG3{`{tT_xt^avv##snUN*z^%^6T$(D=ij5G5o=*BJS2 zupv{>i@e~@YCK=dVH6b-?*2<>k^6Lq+Z`~;K_CCM>80EHNrfXqI?3u?jDd=~Dv{xE z-_!R`BTw?N5g}IBCF1B~A=YaQM2MZZdX0H;_TPeI_~q>Z+5r;8-+UQGdMiRHy}K?z z(w80&e*zt?@EwLk@OAU`COo^BMbEhh#~sJc)y_I==|+7EIP+xs>1ZsV@@c9il8mQy@cTx2v1VDg0@l&`Qm+?E5RDy96B)FD4FwZg=?hc>eo2PP_Tw z)m5XWe`Ah>@jAjZ*@p-dxBouf8q7^>Twh2=XXl3DmiZ~1Gc4@A&pzKv zQ};fNy)*I0tCi=*F=hM_UaN}t=pYSB)_vRdx4C3gWcfKZ)Yitu)@R2|Dgg6%}L(>4ysaltRB>1a_1W z^l=Etjv3dF64=a5W-(1i3*~G5aEW92<#N|O{%o}0bFAOS8b_BUuQ(1^8sbiOFIzUo zul3)vN&19Vf+Z!C^gFIwGFkiNPwr6KWsZ-pRM1A5Z0o8b$XJ|(hy!H{&R#XE=e=`) zvYx1YSCfaRTy>l14!`UKNi=(tzI|f<2A2b?E^hbBGt~=2tr=a&r#|YuyGUKl_|G!C z!J}Y?!_W-vF+WVPsQ7)Sqak;PB_NDwXfu4l%%`S%=Y@uy*=_UB^FRPHiJ}PmftOUY z!%*L9fPMAx+@no?`9S?p?0l=@a{DqxQP;LJT>n;wePcvQKtzaK;PYdc*0uS7mov7J zamnTFuKmXgq_&{SrOt=%g)-j)ThXL{KVERWLP+7XmoPJwI8GxA$56RPq#uV{z=M(sa`?AwuLX~!9oC!ZM_2y6I z*#U?^As;FzE_9!$lx|DA1)2u>p?fp#Tnu-uEv}CsMXNF?2`AEiT}Xr*-c&>ibV@=5 zX&>SxUS2Zj2q@7_NNFg|8UziIB0+8o9~n-L^T~LPF=d|a6-1S<0s&meXKTx%t92q> z8nbZieSniXncsoafeZ~B(u;{}pL<4z&naV=Mnrz|o>@KGRAM_;#w++KN2#kA1ydVg zt)!wMQ=39FF5$=?L(vTk9Q#(&zI7IUd0te*o@0o~$6`s$#_=ZCsX{Ke1ZD%#HD~Xi zzBSzdVOcCl3xj8DdTP$B4FCfyXG$|Bl@(@%cqxlp7yT=2GJ-*T6~CE^)%(~kZ!ZU1 zNkG+7;^ux#nY)(~bD){gq&DoiIbMm#&GZ?|cX<$Q<&K}_AYUKyd;2Up`JS9bt3D#06T!UmH!L z0ZD;9?3X)F$q{ZOY{5f0Un=v{Gj44)+V5N#>w$s4|8`*9(+BCHHRUz>L2cI8e8D0( zjM^%X5`O=^aIxA}i7$QI8_LCSys2t_JgpvflrXtDd&6}o1bL<0;rY3+o)sFYoVtlXGofxtZAGs_S=LNq1?jFj1XRYfX!<0D$%KB~r?w(i z%Dz@~xRd#)1Q0uqu7zVm4(ByFgz5gh=vtCxL*%J{GbMg z4mr}RhQzZt603%Mqc3guw!QhNqpDXr(tJaoDK_L&1|NU@vq+{5TN%AyWO~deG+Q?yk@stEXzs zKebptlb^q4Ogt%wMah{T(rN{yWm%_9Zr|>e;Bxbf*$9pMd&GOwB`L_slaM`=3yx5`u>V4#U?+<3RrclMh0>aqRP-1n*37Mv z+gqNdJ6(dBbi@05*i91M!$JRW`bj8Q?I+J=_gfEaYY|j6H3N3bC_@&T*Az81X^E(& zqtlvyBsy-|j+K}*S?@9_YYP2wD%qa-9cp>8n3c3xkO~3gr7NJY$yPq9uv}$!4<$5^y8A)=9tMK9lJ1T+lzl z6$SNwy(@DLwUXkFA{SKvvG>OX*kQM3!Q;3g)67@;;EU;r9Qd-Zvhp3@j%9_t)hEWH z62S%ICL{J|R2ypwSj^d@=-J1nET7-I1?_)L7 z87iabuk0CduE`Z&V!Zk)2>AyEc`Q_p93I5ZAG~tbb#K9($?kPGC2y|u21CA1TZ;4V zdZ>WMU?LEQyH}t3W!AI^35Hb~iHs7ZyYlWUVBA{1p>OaVUY%&BV+SeF*%Qlx7M(B< z2EXtNN>)tQ-&%{iBD4+Z8XcE-xUkDM#``_s#WWLRJ=8YsudJ-$D8g}P@In7|=fx5% zYUjNv^Oj3+jri)!;2sR!+x6tLxb}0yk=-VvE&69^zUsgzva+7*!0vuwhkZi*jEav| zr&y$mh4`lGV2(fvv=(*+zP~B{_qzNU6x>@E%^pCjAPkZlK}25 zshL@QqIeRtIKJ(6D#?};nfCVIY*d^ehXMU*y`zx)uJa$Coyp>tK%QjTt%1&@6;g9J z=?jw}fe+pOE++;7oStjI$0KoWY;vSD&E-3Vl4{v>bK(!HZ7j?GDddc1UgQhi@p_1j zOpokaZJ`+*H(`ub;H04kEv&@WSjHhpRPd!LlcPn3R1`)~p#!BsvD^1|Au~3TN=kU4 zp`ixsWIzCT#j*b5!90&ngYzQ+_fz3?)w>X3{^|x^ULu972EpR4Wch!*QjRpCHN7BC z1XZBVa%dk2MA7$L`N+t+F0=sT33L#_`1`sR(651fK)DnMeNN^Hpk{$(%hA@J)$9?G zqqhIKyOOHegZry%rpYc>9W}ajR?P9_ zo$XysMqrE3dT(s{rvs+V;!+~?`gnfS>fujrR}S-fhMf=Y*iz5Y0(FAVbT{`}jPkF2 z2RQf9BLJ)OcT{mH({S6r3k^9h*fD=;nb_K{{UteH>=Q+BE&KS4>!_|pe$q+M?TD&{ z&lBGtcVu$%xvb;|{nE4K4K=TN;son%Q<0|$e~?AdA8tUyaXq-JGwejA^pf%KL-*4| z^V16olni2jrcl~y*cm9leY5tfu#(%U6w`btPI{9B_zSV@>^SuzDY0y^oqInt9GPQs z9+#ShUZWPT>7U zR^Z4(^yW538g@4Jq36$&#owj44}bo|J#H!7l(1P03`+Fdh7eQEl@bDnoXU+T9oVYu zyMXTR2WDlfYx1=(Z`PIv*bw_6j?+6(?t7D`R&#l~5yj6ySvAGP_%(gai?T3fU!u~g z#od~BXHV|eot&VNQ5Vq?un}Q&1Zrd@B_%L)ROflc%6V^$>fW>EFpfm&li{?WP?-)1 zmth1gQpuy`n5h8eBH;gX!+(I(gA~g-l;XqiK4*>|K%R@b1L-p6k1+W&wu`w4%0OVfxsJ1(b2(snrV<~xPoq==?MpKZ&g=}A#C z3lPq9EThYrD_-PmY&zvi5A+BbU)UnLhD8}WJcV%Erft3nU7V0jp3Pm6sct85l2`1m zqL|78w{f8r5k(6g6RvfCmV7S1y{bsn#$a~lvQ*YN6>}WihqB_Hbr!syK@MvF*RGw;W-F!dWO(MCodxKhXMtdTSCq>Vi5xZF$ z9)UuajSvw@r&C&zAX|VQgGZOmdG>BQ^b=MDc3<$SbE>?laBfac0iopF!>1*pvoFV< z-ZTeQv)XG-qe1!vfz>TS;%o(qDz;_bi8*nv%a=oXA?UYS(_ZENN)lT)TEd_0C60YN zOxc4l^?Nw)>Cf4iw*b(kfBzVzdv>rh-uM%@(o)7kg2B~ePe#DqSI+hLW6VcNXXyg5Xm@$c>fWsjS^RuVG1z8h&G+6yAFbcpD2|9|Cp=wo_lAa$ zC7_7Xs(*MD{W?2ONA@f#}`vQaeHcnBurj91~U4jY%~G8(v2=o|9>#Ju|y*1J@H zfeYCVQ64=*Iz1U;HCRA{a*`DQb)FzcMpehY>-%fnFN&tZ0nun?18ud9u2xov&jcO2 z7}jJKDP9*9+ftVx@Q7=n_x)=*UIn%^5diHNiqC=@5 zDA~|BuqYK26rQ}6p(xO`-KVeAIFurJdnwzVjnconhb3zq9L~JDG>(k{mCqle8AXIh z;)GdL?ZFsj}Ah*Rg%ym4=ZK z)4jQl)xfLS92@yXyBXqxt(W*`{JNsx?JZthpxq%r@dSuT^`5N7vUG(>D zm{xb1n9*IM{g3R%$)$`Yg-F6lqe?q^?UP=Y@R5#959~OL*(Fdttg@=oe<)t3m1fuj z(O34}L?MoaTwnTAlej!gTcHX8{ zOMA+yo0ryF$lPFn5)deXoG4+FTl&<>tM+<%(*lDd$rq1=AOIAS(HRJO_U%O7>Jn9H z%5GjPm7-J~#LN_2SaI##F+KW0C+WpKRie8)d7fmm%fXT3H)-& zu49L&TetZJgd$!0?dtt1NV&&^Ru=sKh^{6A$pj1y4bd?${HV~Quhz?sT+&qwufv=$ z_?{_(XM*2t0W%%p?a|T4Lel!VeKR$r!i#>wtmy~FUOZxARFKk&;O4l000>U`myPfQ zF}WJ>frDfQteLc?r7u+mxV_^#K?6Hzyji235A}~19wc1(kvq*hWCyQPhoML+JmGj+ zH<8(xSf0XS!6z9!c{|8pL>$DA+FE>CVobN6eaIBpP9w=OdbiTX(zjPw-0a)`+T-_Y zH+9eRPT})wNKw-?fueFMA%;UV)v@}pjk>Hxpz%{Vk=hnon3S!>IS%yW?q=p6Y7Uzd4)piWnJzfAxE>UBvKL6^z#Y@ayBm>XB1v7pYJ^%Po44JYXZ%; z?#Ephp|%`pHDlZ916QYf^7M)Sw%-lv8hl121;A10G3klDPUr7k zhdGv!lu?6NQkk3`_46~v n)nN934x@un5^rvnfbJUTjDaEES7v`9mdQLJ)Be|1M zNt?jl=Mx%s@W#@*{oANME@d_?bT<~bhCVSUnx(R2N4ncwH1mnC<)4*P;{tQa;DEQ! zOpP~I=~DrUf0myff;f&$_SM@$KfUUVc{{F}5`82~RsJ}oWC7a+*Xk{XKC*8iD4mqu zwTapFoRBB?jesYEMVTC1+SX~UBEHNWh{RBJ#?@JUM2W=AEiPWWO~b8yg!5N)Z^{tn zJy$IxLH+-=)lL%yLwcprLjsN(^wi}%(5DtPD8&*hPXH$s|376~Z+q;QH@=D3`Ft5I zvuEj01?mTl#0zS$QG*2RMYbO3U1=1{bR)Su&YYZEJlfqZd+l|8e&z;N2T@mG5 z^YdK=>t49w#dPBB5x-pCdR#1FMf{~w*HKA%<(vgDHqwuB`r8%cC2H+4y8*Meh`jcY z3o6HTlh_l*dAC&ytliaFp*&LHU{7uk$|O89N4UrYW)votGm4iuI5?yw(ZAzM0+oQB zx&=FSaO{!?gh<)<2Z4v=DAakY{=R7kPN;xIVHG&ajZU3$R_`Qf>*O2=zEisn;vk}GKYqpsCJzKzM%_-AE>(=dhHszula@L=f0qU#f< znHxdzJp?6Ov_XPV%uhzwO)i?JW6iO+;UM%J#Huq$-cJhr)nfG~s8cCU@u{KK&Ts42 zV6Dq$-wzHBDibR{tRbcJpq4EA+)I9bore5ClEHV5jSHYqudLHwH|di`@`hbr{f>7>VQKjGuna>r`8{2G^>xy>nwOs%8KzQt;M@dZLNeYlMt$H@5su+ z>FT#L{fT=8KO2-KvgCGrV6JbOu{lqM)AjDVcG}ezm*Tj|mQ%XIB6hXZd{vSaL%Bbs zBmVI)eaupJ3K;;}c!?6ai$xbERBZC#XMA0gQ|Akg{tuJ|C@3i0 zAD5v#@|L8&Pb#o$O?^{~JRArV-B9OifEOQ7Z$s+xuDg%pF_CqxS=t8|SW6^mxdeb0 zu(oPKW=oWn^s8c}V6ebqgn7c&2~})!r^-cMdDrIB(Posdi>5?%KgfKJn`S-{m{`x$ z6n3WNOunN*M+5@7vCncjC!8~Tu>phW0Ev~%XgHOXTHzy(W`JZisTpWBS^pwxm| z3Jaxq&9zQK$s8td*B|gBn%Y8&b%iFi!$MP)Z^D*b0&HHC6gDdR2?SX|7EbUK7qNg8 z?7ki!hrz<|h1y3iarS71cgJ_Z?&9Zd*@@TqR!@-u<5zmi&k;_qA<=Y->2$mDyUEhd z9Ckz`YA`xhox%OQSWk1`rHq!%``BswcwUO55b5j=R1K#Yp1x;NyWH!QX+1USKJz}U z8oMC+$ML;t1WwU*_Rn{7+C0bQ(m-?#Uwc#RVU1Bw^^!!NKY!lz*n50(DmF08(>)Ee zfdYDmoUbuHcl<^||9&8uKl6&?5w)_RWAdZPkrAjG77z|A6w34xj^N^bRt_MJ0A2SB9-R^FBDir%xG@6n!+pQ`3YPydEGX&id;v!LbbG-KAmX@OpyRcRNA9 zLzJ0DoYWlrSy9JJ^}oS}8c6iLTb@Xm4BsGij6 zNqv+OiF?YjCdTT%Glb=PfooE>JJ7wsHFX_rL{i7#NneyXNVu!D2Gw=pIF~A&;+^rt^QXmpBI*dS<|Gw*wq+&1^3ldf=g6KuNV>`=(60PN$f>W_ zOm*C}Lq)zMT*`Y$sx}Cz#ffNMfF`LwMU)w&R3Jz#&Ip(DDL-Ov+}4_vf9})J3R79_8x>QOy4Z6zzZcFO(5r+P?hK(w)~O4$ zNqu$gLYx9IdD^7Cfp5H*JaI;?R`hS1r@9p=>GXHtrzyTjf-^U$HmlzJYm|I~H znc#%oZsS;wO8vfL4!o8rfM;z&6TzGEYs|@B5j@o_$r4@}5{*4<*zj}HrcX=E`GJY0B%2$dlw)+sij5u(0}SUtl$jVm8fUsZsSi_-+3qgh*|+uM)Ecgp>* z>aY;%B_aQRUQUmD>JRdoLK9YmI>P!*(oS58Ijy5u*JaF*IrY`J&|`)3n4h|lWY;oH z&M%RM&4MMrw!#epbQrjXWxgUX@*)~!rjz~$`S!7aivNGPkRwTYG}Trwff%VYpS}hn zH=IU3Kt&~8{*y|w+$qmOX?#m`_P?9xQp0mhBp-YU8)}0M-%Jzm?Juad$WZ$`{XfLP z+j{?nqeYS^qmGIUPn6CeoagTUKKX%+MpULQBE&V!MIhs?(5I@jL@7lSg>)7~JP>Hl zpXoy;ZJqG!WNxWSU_{`5AY!Qp5{>!G-N5{a6bNrT9ndFAIsKLzBLCQMrn>?L=@^{5 zwhuyf5Y)Egg68}y93POtt1<5`_+Tau`BF@CSk$T@0?yo)RzOQkr9|J;YlW~K6Ec%B0&RYY@n76Wz^Ma%mxK` z&xe{ARcjem&KOi{c^MgJKEYH;iyQII82O`-_yu50q!kpT01zJH*E<$Je%q z#6(L+w|aTJ25O6dI1Nztj!>uXCnY68KDv#rETj1&7hh6A-61a-j?NDMF(B0qM9UOu zV$Uv-+Tw|fk5b}{Qf?3Lt3OLK3$z~`Qf~1YD~$dVXzOkDh!o;*qI(;gB=}j4RmpWo z`{ajzvIqeQqISB<@a?x6lh&yaC2Z*!hgK^b<`o)8{sv)83PH(C__F^57CCQ3 z>*Bh6sb`>pkE@vjzZcGJ!JoSB=k9?|jBi{rvM&jR*LsxpeexVSpJ!Us7H;8r7M8yu z7%sJOhjm2>CwN)IA3`0YCw{PivpN{p+Ko{>wUQ??xpe{;p8UV4`UvI}9tvJ`$p)U0&t0|T&K%4zieM|M4l^9;IC`$<1i+0^Q#_F_L*|7D#ENuH6 zn)K(Dwr@`TA<5#Ng!SHklz_Ny$^4@T`KVkmOS-J50D*MR!iQeW+)8GLoXD-4n%ST` z>3#iR{x8iVTr&ytugL;J5B-esjj*PNeYBNS7o(JLP;x7o%r!~o?3)w)tLC?xJ@^WD zZY^_O@J_x%_t-HvV+&WL7vfta^vRetVqc@A%j1|Y%zKmiJOoVf1f`gCR z*O0G$PA>iH#fn*hirN**2aFM&z>qwZxc5`qE7?QqU-nfC%8tq96eKf^1_`t8cggds zK8%4)J-{h$#d&qcCQ`^ipJM!7WSa(Yq1|#a(4j{4Y)`hi%8?8SFJ9s8)&CaAniTzG zikR}4OH~j%*GIpH;K$tQPnXcaq~DrGBV{G!xZanUW*~m@@_!ovc2UC z*xOXN;O5Wa}j`vn(xl!TF(b6ms*OJ^uKUa_G8Fj-SmfKgz2A1l!&+fI@H)b?7C&HE-Kr4 z{&dg5d&EqFP-AKIdxHU&H_L11!70%#!mRg%DiesFD+>W5an?AO6O|L^ud4~(nv)Lr zB}%xSrEY&5=rMIT75O6(fBLZ>)T%Wag$2h`FhCvRHW;2#MS`O79^FC0{r)l3JWixP zoo-aEj06>*H2Qd|O=9Lu&3A7I`3RE%0ehsX-2$DSu}n%)ym#A;y>6y4r z`-qsH*AtcRW#<+lhTQ3=-ReMXl1(X;7bTwOIu+HW+1ws9kr4lzR*gwmYTN}0{HRsH08Z@)3x@m*Q0Szd`Z~s z@J}EDpqw#$IYPm~!G@G@aH2j#+On24FQS}Ztu(Jo7l4Et7#c=wZkmJndvkLWI1uSb zcm{yt{-hch90W7;=n%o4^#%h$Y0s)f_2=Z1`gz-wa1_cm3@1;8C3K}Mu?ID8^lBX{ z^kBFLwI>|%@6<2aaFm_1S8{HS60vjK?lH}B`|NZ^?*0|&;R=QqLiX3-_0INtywm1I z#l}XRxM<=qG)Jze4BQ_cNcW$&N3MNbSdLVE%XkN(F`>cuXXJ9WM&8U&`1JetNezw+ zbrLwn&!Z&!%{n&iznZI$-@eE>CJtO?eWJad^IiYQ6k^tuRKw_s@0%utRF^VLO3VKI z(nYCYi8zyTY(ItZ<_Csq@E2NayXpMA(3Tm|#cvYzv*?$Tw&&kW>L64Ju+Fbi!jLl*C$JZvQLOjAnS?zM{Og>2Eh&U#wTV5((to^+ZIKelgq-N- z4)ONgY*2shjz1@>4lm$_hg2G8vT>hDWzuU+%zLOdRkc1Mjp_Q;HnkL7aV{%kN6osF z^ld%nEXmP~$X7`nTm4hNJ2TsbjFY;g?I1j4^PnlWlka*mpEd3Q>`U!=e2IZaV&rym z$0M?1ua_Da_aGszt-g2T$9IaXkH2e%y9Hm>=k}iT7{L?w!<;(h!|a>F6ONkZf5PHr z%l21A7_WGQHoN<_x*J4uR0`d)b&NlJtdJ^|t}$>&Y=P>zNAj5`8I_xi3F53i5H3&K zCl;J1L!;x?2nM}6hBo&vJoI{XZ3?qvHz#$4f9OcHkYuet)2n2TmflgGu$YvmZ(>q`9 zz))0O_0M)tvuTM->WKctXPtRGsBmNe9pbfe`pa#;a_TRwdxmY`bMlBwg(HeuO>~*z ze9Od;g+;V-WNQjZ^&5}=JeX#PYZU?MF+qI7A(w@$C15-~Kg`Fl^iVx}DSP|H#6s^T z#uRL9ONa77nrf827*ek zORUf#j&{$d=3AFph6^QGuLpq;ApcU1SfR>SYNDit4Vz*@4lwlz;x5o&yK>5Mruc+L z!{+4UOUs+4X?8c4+^o913q4K>pr?gzY%SG*?+U5Q%VKv#(_gR$Y6g2C&t2t>3}6&B-dvhk z_()9nT!|KnLkr#7))rRXmnXkK-rOu7^YTkFfE!*W3r=ZS)HZX2^%Z1xfs!+z_73`K zbrmnIX`Px+otq@Bl+WN7NZ;@QDyd{0k(@8epUVl^NP#AOI7=wCfWMr?TB5e5y677--K^muG%(@I_UEL{*MTw7SN!orMfZn(sG((? zBvzvgB#^o}UJSesp|Bcm>m$|4VCBfzR0(SpjI;c5|6GZ!kHJ?b@v>v@X{DVA8|%ba zX>wA4D%kY9Sf}9$Z%e)BFM51101r_e-u&tFhCvLsS0x1MD&H9(A?b4}Fo8oHbI!Ju zG?~@0^pz?q<&k*8Rezm>Yaz?HML}Lw+ZJD4K&HmOyK00(VFV9fIAIPZ@;IEm1gux= zEkwhIA^A%1a|NN6T~$M}g4|VIMVr~OcUNn4KXW#^{x*0aY6GV4_8<|_^%5bsMy-C- z3e7yW8Mm^`1Z_yjs6<9MxL|a((9FE|8TX%eDL=e4yiFJWdmT0`f2^Xb8!LzZitG4* z{HNdiA1ho@6vpx!dy#dxb&3p3m1lVB8hS zR%d)9P*;S(8gTggaXM!WStkGanYV=fSgf2a%sRGjB)-0t=JLk6oHS$&v|3ca%u8Uv zxopE%MAFh43?N;<>gg)B_2>#HyDgF8$A)DHo#(7xy%eTFsaBv2jE5LOs(cM*P}u_p zqdJT|?{CM)$AW47cy>ywt1hB~7h9^|cJ54?m;(MU1(r=>L|Pw`(3QBvbSF-enfdz` zYJR;Z`SQVA7W-%3TKyR%1_TJNl7es-uk5lY`QXxK5- zHGXcOrx$*a=O0+zU*Kmc^6wIU$8YOqcZJ;Bq_!rzrg_!y5?*nsv{?PCWq%?wffT30^?A`qr-z2@I zO3q&LNW>Ksu39S+56kv6y=NwyJS*7l5A^x>Vs%TWY#|WBfYLJkHP8#a+mOs)Z1CMD zS82CF?4UZoZ;e`-Ati0q#U`$`G0s0*?_=0eLF3QAbvvIjF>WlEa7UX$PqP@vc1lL3 z_$82EHyRguQOsU8cxo8_W$mxCwkN+xmhUNIPw+zW%}47osAf&2+4~1ZuL=VM2>w#5 ziin7~2}-W+APnQvR(T<3)H6l{My8~39EVCE@N@I{bV-b(QG~5mqy1J+v3Q>OMjNfZ zWej;I^pE|QAJ2#3#>rS4S91c`rOz@EKlmAY^78P;w|$n{1_u5Ae%WBShiIOiqDOJo zEBTgq?hlsu&(NI8=_G#~ajCmh)jOw6ZRU^G*~JMfd?Qe2+pDYf6Q8NhY=!R-Uz=^i zP0IRSLa7(l;7#+B%dHPUirRRPu(xxV?HYkriXE&6&5o2>xHw0 zIDv8OQyRN~6z{eUTlVzT5oip;4yOKm;nNQxa;7UeZ||1b7A?%C>$Q(K45*{<=SMU4 zlE|zQLP~i%3FM%!;e{W7ogQJTVn!RtARoQ>#H7Qry3&E&e&ndFQ2^H_XD+CRHOlx>$KDX4mv%OY;WzH6g zrid1W8Y9VY!WX;4@hnQ9E5eTe=NGNxc5p((%kejmrq%uWLBqwSXWa1HV9HU7Qe+hX7S zBQsWoz0-|yrmrhFoEz+==Ph66j1juxVeB~IiH?bl{e-ywq{B%Ow)Fh_K}M?vRpTcD zG~bQh$j2fg)WC0MbtqHxSk*fOQHc=Y0Aw|esVDXnB2Fj?G?IK{5F8BrFanZq6A}|| zx+Z5#{~QKHwmnDQIS*CO?EdM^Mgux3FRm#mDHX7?dbOdCUcHWB z0+U~FBtx%*7HdvJk`f9^CmJ90*|jTpyA45FdcA*(sCC!C3-u5K(aXB=hnq5zxGpc| zY|dgxK&`uSv-w^42C&PRB_!w}y4LrDkI`PpMs$1nMnbP>p)l0Mmb+FJ6(j*&605>> zR3a<||G=P@n3Pm}{;h%uiwjK(=mDQBdFDqQ>XEI@b#Y=h@=D??S`g>667zS1uwfwe z1u;g#bG4ArKkv3Xo|M4bJ2*Pe{~B}3ka+f8L_yRU%-zd)7LO&PJ@)zovW92JO2*Q#m;^ zBK zRuG{o4^mF}QR}hH;vOVL@?ve*V=olb>lVEY`3dV?HCqSO^quG}t3rOJXx(l8@zoiy zAhytByy5jsUHonF5Q6|C_ip}7W-M>N;n;U$f7so!q+5SQJJmk^MJ8o}6@2QBZK_X8HdP1rMd6|UQdopc$PKSNm1{`qe@IQDW_WpJcCZU< zWVQ1(L~nxW&!$0QV3}_{**evDFU;p&jgej7Fl%WToAT^Sk!^&y<7b)Sj3@lYJizwO z-2-%ZDfFC*j71Du+eWDp#2jWhMwVA4_Hs&3+Rc2X=UdEP7-l0i&vRH>W#{&+-QpqE zHy%T5G|rayqIV9OWZN~PU>RcU-ZOc`^q9^=f)Y0qLci4MxI(xxUgu+{)_Vo_$J!I> z5L=%m@Jz?t3rXSFFMMgaZgu79Z;=9UaQ9`KV31)kgx$0ZTo8qYt%l`Sg)%WoNw_b_ z!&yFY!~{Rv7%&nmS=%^nYunh^5Tu2s+>&t8YyCU9T3wASZ4D|n%YVjz0?#qMT1K{l zcP+%gHn_dD;X|G!&iQ*XrqEoqYv}8xd&jMseh;&;BEI}JQuR9TI5OkurP*8QK_z7x z-^c&BI?7m)5iNA4Mm$(vAr$~E7>P{lN=V*j{r2%$Ks?%qz;5zC14N!fY%d7IkIL&> zKNrZQrbvALqC!x^*q{qPjASY*}?bxe|jD&Ht_Yz z8F9qvBG;`r4o7^Sr4Fl~Xu!HFoaEyu0L}oI*oHr|11J-?2befs(cS~ABt6Jjl2=fW z(IOKeTkt}N1MdK0v}f#=>O_(jj{!vziE_|N@IN@tsI4>9`ex-LYM7W2AK>qgxv9@m zT!|%ZB^_|D@gy#4>|OR9;QE=58ZxPx*@)e4!ne^!Gx>K=GpDf}up%^+5IMu2WF~*r zGLKf8(|$zryr!XkVv~=$i}Q)KCf(|wJyS#u%Zh9d2Dw@OCrFxbr_<%~BZ3Cu0ElUp z15{)9BP|yu5yX3ip>H#g@x|e&QPT|gzc`Dn%ejRx<{d>7wZL#TdCRKJ<|vhbU1gX2 zcTs-h2ECGT98RBer`vz+Uk7F*wYA5zCJcHrP`9oQzx&WsY-(Y|pEggqQ~HNF$EPmC^=M+Fz7ZWo%aZ$HP`<=9qh4Z~XjJoVB=f z`_<3uLIgw)P6kRaM5Xxg2gnW$<(Iv&B+OK`sbBQHcOF`;)%Hp>O}R~jTSui6SE%I? zSz8Crq`3&We`Fia0Q)Ch62;iawmO&E6H7b>sL`*&*0OxiyX+nilpAmTm62i389q~z29M+4E9W3sI}+TbGj+Ki^pw&~4rNZQ?1vP2XkfV#jG={<Z}5bRu=(I>+Q;O{x^co+)b+a3PQtmlp`<@S5YJWrJ z%IsxDtGBx{!^g^d3)g>D{1bOD4R7Kip}Rds#cilEUZfoPl`iSMTVor1iE5m_G0q17 z|J#!wC?l`-{d-`VM+k}23ciXLq$mB}ea}ta+qzZNd!a`iWi;4b==KMSJzxpx&=xY; z7;Yb5^mRDGE*bpFel|ZV`QzCtt4?BQikt(6&)wt0GVS}6oBQ>rPkfM*&TIuRq%Az6{Sa z{!YR{ME8POT#JIm5(~Hn3+|JJ6sn${%yzgeRhbf;kDIQF^59cxoL8yp-4IcO*9wX9 zq@YFhwdNm~n#JYik;*+bXS-ErNOwEK7^=q@-cU?_be*%+Ni0ZqYt<7${Oju*C&5Tm zQNb);DXPYMU289Nc&0mjdS!Eabf(*PY@!uhGg+DmUbmDc>Rb9{RC@!!mh-KG((I^YPATomiXWAM~jg4tKr!G)|JZugyv&*?|=KxxVAzqe^85L$Z%Y zgIfm4_F|c>S+HcOKku4!HPzrJVbMd?DP8n64a{YuhZC3H3tg|wR4FWH{m=^8B{UdC zrBewDdKinFFcgmX64p@^+7~ zyl64TR>~Iy8`Z@VqjXCa1*Q~9r%sH2Vnz#98M+*+>=)2`b}Yt#-e%u zDqeAk`G8ldYTJN(orvrtn|E$Jvp-t2^Sl>wy1Xg|f0+K8l^;FTbCs}{^JPLJH}>}z zOb^a~OI>s~`AW#zBm9eI;??ULJ`B*6{+_1y?_n{>j}rVZNOkPdsMNsn4s2UiTR)bT zn^bS;i93@mOx`VR*mq#Le$*znev~Oi6)+O0^%Q0v^AJJiZt}fj@*Y%SIU)iNBN=-# zblx)BL8vZj8n9z%c1A#mMOI#Bw@$S46rs7e3F&2NMU2Uxl|^oW(4M~OY?Z9nkq;Zu ze%fklG#Tf*=1~g%LI-?3!;KzRv;PgTYxBrYZed8?^o1wjleGB{T=8dZO#arL9M#;l z?2zZ~tAmccy_Nc8o6+!&O5&~9tfJ%%aR%mr-h^TNC7+i%uU%?|_ak2W{Z}3N>z|(g zD8|bD9dqG-jgs8QGa}uzp2E=$OQYaQu@m5Z)08r{F~P}e{R|6`%`Bjg`ra)H{{{5_ z=Y@AmuKphVf4b^_F7NbW{dYjY|JPVpw{Pqc4DIm^*eQqt&rtK8R}}>#&fz!oR8jmJ5RAuW?NnBUb8?mr#Tr{j#BViAF z{xCA;U))x@&6ZGGJn!?cED&qkPqDFBskK-h^Borc#|ZZ$cmfVgb=n6N z)lM4@bUJ@uQ!7`JV7|P2yn+@O&_V7Fc@L7=kA4F~(;(qM8-Mem|U@Q9K<(qZ8z+u&kTo&*-}KWRMGXruy5+-t8C?z!;=Q`-lGI zN@=$PG9~tIV*e`C-Z{?k!tpUg>Z0+q4f?uNpIOVJhc?Q12L)nMOL-qlQbQcgu9)Dr zy?D#pPkyT*55v#KTx*7@;U*5U_(&vD%Pe4To*U*KIv@Q}kP<|2^OkXJ)8KDqoR*s- z-`UYBVyuYN?)b4yjzA&ab{hBcDm}hmBZI5kXVPaEM?yx$F65p~Uj4iWA$jn?Z((7< zaB*v6N6Y+aI)*mLALXy{Ya7-f{ox?}T$D(Aw5|Apy50jxM@=iQ$w)XwWzvfQ5w53j zalLu7xU{5ukfK2U;(Q^pr9S-1qS7_}^z3uONvG516AHsm2>2u+I>c5tWqkh{{0`kV z9=E@XJ?(lnna?>`2ii6oeb!_114@aT_u?{e^te`Flt<(Dn$&%%Ax8wb?Ka`zZm%v; zLn8#G6%vdPBSE2cPTzNI@q$@*U1l39Y>e$&O|qdwai7Ujnzo*rnu4sEVfJ0*1GWS{vz|ALfW`JMA+Zb| zR#Bgw3rm0T;huD7hvVty+x%1#KG6pOadBk&f;69)*yLz-K1it|WuKr1wxR9fndUONGYYjjjpyR6X&?ApzX!;?4Z z6N_Mal^=Nr@6|vofw&(a>-@JAtHr6=Ztw1c8q6u_TPmg?a4cCJATtUZEiTw zFAs3x94uJ`<{E#|xpzq=L79HNX_a`f;&CS|@$aKp6p>=DbF&avX(%ANLZ_Zlza=jx zEu?EMWFG_F(NYRxYHG@hVcLD)Bi#}b6de3J4Gm3)fyCFq8M&{uQPnwJ;HJ7;WGM8rmF%gQ^gO`q!{pN1YqSNDplV*9rtE!&mW! z;Dz9?;~nyhEx;v&4O z@n+yHK0?)%QG0FhR(Viz@`V|1W?3u!T?9Fuwz;`n>O82V$5?WPP5X$`>n7lMCAEz>hos;Bm~JJ$$&%ju-zYzv;xSttEWdk z64W*{?(oOEi$lF@u8XIZ-`m;VezDX$IZ4{s*re+Z*qwH*C7{z`4Dp1~lRAXxjFiFC8OOEK>Z5Bh2EK?PZt)dsI9 zCsy5}TMEgk`*k(~cl~wmZ*tZt(hM=KuJDLX$}PEro;+p%f_iVQQj@DXo%O$m8LgU$ zp-FuPwRbzWA8kqk8gOt784m)?Ntq3;uXDbprn)s|s~3_`QQ?BxVVKz1(zy@vmxqT5 zX~JKB^8OBHytTc(;BXJ|1ld<>uHx_R%3@s?RjNJPa*IjLB5$>}ePwLS2w8Kze;?@c zS8$`4xOk&JB0oQW1B5w2d_k?IhT`d<)p+KLz$V>r-*gd4AH?&C$w~6iPA#M2>Fm5b zY~9kCBhTCmJG0=RpmtDE4^X}QIXa3MDdP@{4Cxr!G|x{WIcbXVPwwxhVjvFy*BhFe zI&Fo_R+`;GLQ5t>1BoiNS}MBz?^uA-)pE3Mg2*HL%p${wW)`ssGzhu4PgKn7pwd5& zW)%qW_Q=0Yz`ZN?86B`@dn>qQI219)gxYTxA&UF3AL?))NEwkMs+i;kjXihNc)Jst zn2?Ruo|Bskpdwj-AptY-+@mGN$-CqH!Gi};si~oIo~H2Q3H5HJCj)JLZwA|nIiixR zx`yc7AJPd@XviZCTN!SCObm`Mee?DZPZHu^cIyzBLo7~X3_hfj~ApxQ}MPIl?A zS-Xe_Ky_6?>=6(m2wu%;X`yqy)OTE>Ch@(z`~t3Yj*b$8q${A*YUk*2$ts{a;O@b} zD_2)x%$H)#jJUf;N3Sg{*%lTTSx7^)$pQNT&Xl#_3sKQ=5CjZSC!Y!PktoKrg=OhC zRacW**V53_(}(Q4dw8t3T&>7__>e15*IIykWG#q5-2N%kGV@l8t|Wob zt^y|D1a;>FKx&hDO3&R-nSr6LmXu!lOI;oPE-h(yI#KSe=@;gE_r>#e;$t3=+Emb6J6WXrShdSoXWWWg{L~FJ_)RvwWh8U%h6Efz`e;$K3 z*fB|M&+CfKjrue@CMZKobcZApgdpS?OZDjOIspK|coNfMxmq{xxjI#iat|;A^i{dJ z4Y*RonGh)j1$?lwl8}*^3v(Otw$#-L)zs90>zux!;(SkA$RbZcQT5Z&6i?AIDeKBY zDeJvLsVV^ioVa2sC*n(>P~Cl|EonMtPLMD4XMSn*c9KsmO&4!MTv=w=H{SZ+1my7W zXJ$7(j318If6Av!ts>uR_fh!qn8stf*tW!DxhFVVt9;)C`;f~5?*W0;GeKd!RqUTF zEe15R9|gX63Os!Y^0z?E=dtBwLP*Sg%%Eu%z|S;hU8|l;rc!3q#{G_okKbDV73MvW z{fK?O3@>l*EUnN)2QXQybINO+n18)T!sA2w-~piI`1jtNIo*@-UcM>ix?>ib#Lb!# zAaG=6W(I|m^x*_N-f7A>v2PCyIH995M#@GlcFO5uc#tu%lLuoXG6rIo@ufU|)btUi z>Jz>d!l-hkA3-}aNhEaC!Rs0uCw~p4)-Bed*;}LcGe5Z+6=9(4U<}DiGt$#2H&jmLk=M zdxNv6Y8>KQq>iR;2%x)|nw>q1t5opz76%!~6$LeMsn}a>4)$9J;{1Ee7UzAbA%iBz zO-lRdy?(5r*aZvYw*k-sD^A5Dc2(#I~vQ5|(EHd9;pNxDN+C}rNsNgNW-8`Q6Aq)?n z6X}8(!|m{%oz{EUn`4VUQ$>ZF#yG!#jv}cd)WqK5?Ili~VF#wUtbVdvpC>&vhWaTSMP9|NQyW*h`bl zb@)V0?akZ!(AA!UH!ixzd@uw?dpCO|T23rqw`<(=^Q{b?P8QVUaR^onB@>%{{PeZ) z4phpB+*Xuh#X#ARyBh@XpiOZF-BgNBuwzZu(~Xvt9)9?KGRDv!7N9fjBq3pF{p>L4 zuGp`aS9A6|-V*qhmr5J06mTkEq6H}xjrR8D6zn*Qee~10MTZ1FdMr{%@Q^|Vt!pms z`>Dh5n?XtA<*=o?$_B)I9qd{)>MGGxyx<|%=W2rl)^c3+D!zv1wzy`VgzDmq&6ESL zd8+acz6VFT5ee{$Plm2cX1#*?wX4QS;b*P*y0Xq9+=fkk8tZutZikQRKj=suBSwi7 zzG{EhdY177)xNN2<1T-NSB|Jp!;~K!C@D%$>Nh*~25JJ%#=fYF+;Xt6{5wC7OIQ{G zNz-m%(vp80Yzn`e(>9Fwt`S?(1Gor0-+e!6Pgm|Nd^@K-a=a=5*(@JW@Aq`nq6+8T z{=if-_e@Jw)%de3XFB{6tO8qktCSn8IHG*petGphsTQo1)4;dkvnJhs^xHE$G`Z1_X zPeMz(?}+k4Kbcr++i`|F?|d&g7W96B@I1fp5HBh&js{B&C_DpF<)u9=THKtRo&T(! zHD>)?e0&)pN+RO@LVh%@)3v)hhJD=@6zT-CnEzzHie9&-<9UH84cI4z#UV13ChnbX zxoC%cJ%KEJ>pnF2%;h-wK9z?~&{i^3%>@`&ON!)i4K+g^h154b?+;|A{kYqUc*xC< zxAKzJ=eX-rqd%yp89mo>3_!yQs#Fx!&oX7D)x$1izI`Xoe%tsb&*8Y?)MAo{&SUt) zJ0ADECx% zsq)+}U>XeBUp%$?ENHRGW~SGSHY#I_zA`_LCn?$HBUy~;O`T8hg{pk1Wy})zzsZ<&2TgTJnFF zBeMG>XRG;WwbpzU_VWZKdf3giDjWw~?7t;_?r%AwT3A@-;P|DE7R7TB4zs_r;vbdj z5|kJUVHBH;OV%u9XS~-7efKPE4qy_(&~i8Wv#&dhLZ(N9zIPlQBc**c zKW@CXF2HJ#dCdNjUQ`Rw8QCJ~v>B8QcLI^99=!raVQKl2|zi5rBK z47V_(ENp|{Npgw1E>$0)HtB8odXVmzNkyvG2g~CsD`CsYb2KKtxz>v8_H`+*3ZIf` z?-QTTA=9}(O54jhPfifT$FRPFo?S21kN#O^K?(1Uvgekc@7Q0?ke#lYvJXp7anNIvgbNPRzrYo@^b@KW{DTU&yl%V z@w~2E)Do7jRorbu%4P~b-tdvs*xfF4tb(_2 zCrS+4QVLct1*4>vN8;$C)dKM%4ssL!ts5yE2vHN@0i%Pb#lMZGdI?{8uV?PAX0zdv z-lGda>JyoHaiY7b~d=>7fu*Flfz}my?$~8g!3tAezDNQ&VBI9G@Do`Lq9TDt=NM zi_GD>88YoX+SU+)Ki2FP(rUM3f|#4sF4UZ;Uh-f6AT}Qw_y>f)ke&5wRoB)|KV?l9 zFW1TK7GCwjfIN5Ejhem$6-}(#T2ll$a#v@4#Lm$etryL+%s;2Q9K=k!Kb^q{qDBXf zkR>0aZLuBL^67SWnr>z(!SWFp13S=m>?ysQ5p;MV#)8B0Gs~r@I7h5R9wYjxh6%;N z(Lj2s&pr}7~qa{66LZ*BcEKqfc;M&!~ z(ZXX;yFytY5*eH?mW>{Pu6>oRQG^Pshq7kJ5lE4H1< z!&OH%G5=h5q06R!(y_zv0{=K&=38)X`KR2d9ay77Myz51Fy=k`b{5}n$Cj2=H+VGM zH>{@px*@gJl8|dyd-K=VU22gXl5sZa@LUith@bJ1bcvV6b}S?A6Q1(5GU9WgjDdl! z6$QI|Up(TlKO97#@K&}|iq-`6yr7*`ROpemyoK1N4~PO%^5r$}Z0c;;(4UnufkbaN z#A*!+9rU$1lL?)4WIkF*J;%?p2?e`$TO~Y}EQFp6j9~$BWhEufH~7=TCS$iq5*)xk z!1&R9CE85tZ-)8a*=9Mk^=Q zbQ)XY8~^zWqn%;Jeei+J!RxiT*Y9mFsdr%_kHlp-IA4wiw5A;nQN0-*yC?eG3%~oE zx-Jp!0f8gD?BTv{5&O?-I`qVQjS{oSQy6K`upnRh5}}{g&)gY`fy+vov#V#a?&Mz) zDs8DTkP6F~TKy^{ZLZO1K%CugOhq7z2nxaHA1Ui!M`hJQviINWnw zEFU{m*^?7rCzuD`1c*M|v6BWqtE@YJ2VnozZYCbgPJBCRD>@5#{oK}P{#kh)A*)q? zBL8;!>9MXfB{nEDl$o20W!s&WpU)R+H4BQ6*HIU=FursdP3kAB(#Lzzf2pA0kx8JLV89MnVvdP0B`^BxG8o#$sy zQj1>DSZVa?CE{FesGR*OaY(JuP4s((Zr`3l@75LGa5fb{CmIz(*HP3h^_i>U#Aw}8 zXl2n=?4UV$W@b{?WZ$aPc=YGnRJ4apn7cB*<7~q68%;#$qxL$&yJt<*63Y$a*6wC# zU1v(*mdZ(NYu+7UlI@+H$3#*XzETj%-^WDyb$!S77M}IhkJ!2^?30%5=jTsUkq)>2 z@lZtNkw1&ji5T{f;M-LAy}9`8Z}(_l;y62+&Fhh;zDanUDKU#Z`2s^;vBI}sJ`+D# z6uqt73KrYlM@Q|6raKOFqh@ec;uLYe|0()i#3%5ZGPQ^yf24`y40UYmcoL#kFCsto zQ2^2XuU2+1Y_}{lv9v80>e;j?k(fEElv*o4aKrimhY90a{ZE{jauxZ7fEx(?ou>2xa%z2zga{Mh7yG$`c>JS`tWC}2-X zDTPe)`_{$MR_Vl1@4o3eb~(ey5U7r=yAm z9Np`l7D!&(L_hak-+t1r*^QidBVQ!l_8;$u-aDz!uC6(Yh8kkZ1=H&vG%PLiryHtMqHwUW ziJs82R0>`^O!jIXlGNVEn4yG?G^{badH8K!h)iD`RW^h31m)dw?67p-{t|oZb%5PF zvd7Nf-geV}yRR8CM94bb7@7lK%YmyiGngsM%h#c9@4?x&bG%(xr;HE z;O(hJQ1NCt+3j!pnTSXNm((2pii!$DY`OE*2PLPg^Yg*L4trt{(0-1l^G>SLQVR{s zH?;LJ*yc62w4^b8pmcC>==XYr>v!!c13zRbhws^x48Oc#12}53XJR{7)rMf#ap7 z33K$l>(~9ifBjNZX_uC|jzWs2As+ruR|Mqy6`>TK< zq_kC{>lbRg$5WQnB2(cQyR+l*gF#uj7F_(?AVa*4T5HDkurhPE$zAuvA4$? zJ7Qzw*b(Qs^V%gc0jH~}(Q!}jIQ_(*nwA#r4QS2ojJf>1yOm^|G&?7*2&!i5lnUKn!s;!4Ze}ch zP+DR%J^y15j)vS0Y=#byA;+B7LgADEn+ zw1SuE+FRoD`^{AYJ;b=Vi55zl*_D%=(LG&MXK1t zZ6(7fjL>2q{SCFX({7WQL&O+WN6idLyxa`avJ zt#b(k0{ny@9UOKnIx03UKe*J^*E^3VIN!oQ2QIp;d{rnjY3fooye~_x3jSnMru8Ck z#l>Py$7G4mUQ6w9$<)s!Q~BVf0-9ka1DocO;76<^p< z+lq-5mFpL(+`Sz<?|Fo0nGyVVHvUZPJ_5W?h)b8^IlhglxYeP2u0S=huFy$7l)1Rsl za{WN!d2;CfySl2U;ZPjiF0+YDq6^k?9-o@R-1uc$R=F!Ahj+O>KmMH9TW;|QDh|2= zkAn_K0$>rWjw-O7QX69J%?v7PMAbIs#Arh0FA7Kn&!_UgiGpn;$m|=N@(ezqR!+}G z2*d53G8^e}xOx(bll8Mze49a!6Vt{k_v$|C`O_93n{WMvsH2$=A9G>s zs6TWQZfUR=tp<*ceU$_|h~sPZNgLF8(~$Bg>T5IA-si;u$>)M7!={Y*ZOi^mX)FCg z#NuPC(L;2IdFgfD?8(i7(2tA%z@H1zw|}xG_jtYGE@9OCuNSo5y$f*O8OZ`50c2J3 zRmVz5!UM_A17!Z+1O9;GGs>vP%ocLlQ86)o#jhW8Z*IQXXhuS!N1@u5Y^T~E-o5~+ z0j6th%055{O0&QdJL=JY`o+lqu2*v1XA>0y;5LG|G^L%1uHHp|9rUeyzU*mBYbmqF z)IH9OXShyL1-SEctGC_W%>}12w9_Er`hT7Sn@3h-+!S-|&-%et3WB z#Kgs-=mFjQspdhKNBo;C887ZE6o(}i0=lOJ;x$#$Jl>#6gCfl72LB>`kCCx;> z-9b(X0QzLJ5S#D$>5n(Qia6#Sido5L%b*{JS-y^|R(xV1!M71ChqQaU;M~OPe)=j& zak#;akD)tq=S^?qiiB)XXlS6;eqeJmV8kTjxkcmpJqaKILm$|OlUn7#fdP5IM75{( z{yiS>=R(|ITZuP_1Vy}wiHQo+?t4?yvm0SA5s|z;+7GmqL=^YKe*6A{dz9!@qFY&6 zEuC+k@t`_Yh-i2Cz__xx8(hAi^YZ`Gn{m)q7>+Ns=MFw3N`Qsj_v4GoK(8N%y)tbz z*(7f@)T85LgS-6AUGNUIwl%C|nS{MxpCUC)0A)1B)x_a zA4iSM3$aq{t7anfI=9c4)8s1mmp9y8chuPFEigs+Q3|Y-@;kP)u@7L0okgJ#sp1P6 zeSNX)dX@Wg-;yOSFBy*Dw=}B2B$M{=coD%MxkBno0mzDg8~)2GgQU;Hy}dnsB4N#^b|&ni|Y$OGk|=edjb><7Z(?jiTK~K{C`y(jN~+^lmJv(M&`bV5OywkK+r?l zZ+(?~1#Mc7TP!vJKpm1Q#eX?M*%J{NPQMv)xI?#pR1%@~2Wei#RQ^4jsMk5NK&Ot0vI(fr0%f_w2DEbS#qM^f{T4 z=-Aih=}+RG^2N<$kd?jGmDefn{pnb{4!`_IhFQFGsT?1Vw?&Wyn_4NXqK#EQk4K$v zPEN>-l%_*}4|o1e-ZE+>h!7s~GKJNLzkRE-bsw_1Mb5-ij{7?2KF#pQJre<%Tsz3! z&R9rAT)pku#AC;6TRH&0K9Zu7d(Nq|6i!-Zng!zAIqkq+g+r|Ue^LMGSc*)WmWdC zuNMaOdn*CFmC@6Urs@MG5sD|MTbci;Kw2ym<_RWRhD^k&HB4nC<0&)i5H`eohh~hW z=CM;r!zS~`8s&v@q%I+#k9a^DbD!cFQU8qw7E6Nv{9lX&YYs>ZT0)wQ@4T&)sq`~& z1NmgVTzsXz$8b^kquw4yHWV4L2#45|HP8btD~$Cej2W1!p9AGX&0)zponKLA(=3I~ zrnZ-4P)fyn+8cdub4&+)5B9EPb>)+?LHF++^=y`L>mRy9d%aGUazz?{)?^EEF#G^e z^p#v~(C)6(6JIe`SJ_(NPTD&U!EBcKs&&F<{Csm&h}Dqy@tcVLDcg76U5bn=@VZ~Z z#gc3Es&|nU0I>79;^5)gsiJQyM@?-FGYYCSW6Ipz>LWK40B=K5ee07JSC@2oBw9z* zC{#&_FkR2Aqp%Ov^+zK%Yo$r{>DL`WR2<4A0ac(DWH=XQI?CGoOI87PZ1Qun?d+>y zL1fzZ%nn=ll_dHZY6(Lv=nJW;*G!Oh`BEn0iWdNIa4xjnfaATv##nYvwCN!z&^jA)|VBk~P461(MOne%7*TWoa zq-GtDNPt}C8?j|Cw)!}JfbPb;wqfzE6NqwEDX?M~rAVSk{no=us-yB$YQ9wyxHP06 z`YPCH8xL$cZf?GlUsT`eVm$NDJ^f~vQS*VATRJ)Y&7I#v05Wf*{pKCF_ou=t(qO&I zwPtB}7)nT-=}uPb&P`c3su1IT&$ikZsH)Q!-3eYIreGC$xpKz#S($(caeftqrAo+n zG#%fdIUg)(RsZxs;Ovnl7G~Faut+}k4^%0e1x7el$oZ?&h1(KHEpd87u~R#275?G* z*nIX!71jil(d{zBzX`N(thtMu;Lb;=Vjn$B%r100LAMP{rI4-Fx{zH9f`Y8`Z+{h5 z&8_QhsB^}Dsh3OMqFwl+Lq10~EgIp~>6%bB@Z2fLWv`sP{Jpt)4KZrq0R_=DkaY%$ z<{LWR%`;*MWxg2p?Iv}Dq?(=Jh|S$n+sTS@6~|=e>4-~rXk|w|=0I^+z}K|T?m439 zShP04;z5vzP%)ZA<4p1W0h6qv$w!=hXxLn(7(kUKLT8RYf_0*Q%4Aw{$i;M8*mh~S zh4z47#(-%1jgcXM9>~?i&JUvnSf=GO-Z6dHGVhQP-%a%(rXj8s+$;I<-?0D-@{?-% z@^=`2pAEr?VL=C&m$vxWC;r~f8_kn_mtmXxD@h=&D ziI-zUeBKg7jRqL**s;(8?~<@RuJr!bMN3Od5?B4h!?nLeL#rKo80gDp zYSK{Uqbwb6&1i+)MsLjk9oo`%2C({v4Pn}HYu^S*)jWFCDHLFBp9Sr9pgw#5hqbqk zYAfjWK!X=3R-jl*pv8(7cPTCIPH`#jQrt=l6sNdDaR~12uEpKm-2x=<@ZIm;x7Pdn ztpz!mbLPxRCi9!^d(YOtKP{6iS)dJ9g4yZHE#8-XBt7roBy4piWBAXhksrgt+whqw zMmpwzb(kz6#LLLEFPw}!XZBO}_X4)~E_>g+qRe_#rKi+Km5)mqg@c0wU;de=P2C17 zX(|2A9OwH6OexSQwD&8E$x zA@>(D{t=I1{ghvmut^8khJOGt5pL`fd^-f$mGb_3vQ2hj|2OwQ+dh3SVf=%b3{A7< z&(aoas!%wPjFVVC!==7$0y+#jJiYrl4!+Vr1#%t#r@+9#iKm$g;9d|i|A$WJ!v{RH z+SV62t7BqA&DUayl%;U9g;6MKtRY)cH#x30_XfY6o!9&%l4-vD{PnK)z6wl+%I2AW z4oyVTd^X|;3T6t>!QZpO|Ia!kbr1e=Uw4ckanFJP0vu-?Cmq#bc1z`YGm2VDbZR23 zD*Z0-RIkIaCB~a!s@kLQBzfx(TD}=%^n}}LFGzJ?RL#HS{`&WA3XYk&$oyynP{&5` zcgO|(1GpKzlu`e8ebT3XUX{qTmY`gRv3A8m=%%s>ZJsQ)gy+v(xa{af05L!N3ysk! zr|~w`d5fAiLpLqTP^5q)9Fy(ueou%>J#-9ZNEFO1MGQ@yY791(=<&nWoj=&Gd5m5} z^*#*wE^G-fCb<)$1@geNe4+|`#oveDCip4|oA*PJw$+DyC(;*Ds_sd5M&)X)_LkbL zldb?NJ8$){)G%;&!jBYvv&6hK%qHLoz3~v@HOhqkgoPg$ATJT#-DwUYsVFPkPn*ZW zc-DFVA`5WqQgXE0tUO31>Y)Hh?FRBL=T^*ux_Lja06Yxb{>KH2=zlrN(Frg!fGiEj z6EKaxSvTLY?pBFKkN1%Jjx{k5_O%ft{9r{gA2kd81za2VDnVx|IsQCzdw%n4)!Y{d z1eo}p%K62NuFx(re#QkTt6sQY-;7ZNaHCE_+El6ar??4hVZ0ekuQXRbH0*Oy`)~n# zPeUpTh%t%e*YfwO%tB7%-l+j)aHdS0QICea9`*B-i`kG5W11Rn4^!Ae(=8uRPjd(5 zRj0V@#}ibl4PL7=r-J~d>Woc!cZn&9)nvQ<(Kr-^e54HFe6E93-(p|wAeHz?=nh4_ zwNW{QHtFX{bke7fv%2D9C3&llw2|D#1Hjba@c@+zzi?Yd z2zaXvv(X-o_yTd$1hgnNyKtazmHOgW6=l84XXbtA`e7mRqD;;jdYzfN2ATo|yY z@Gaf8!5*Y~uHW_`{~lVO5xgd|@FG_}kMup+&O!$@vVOW-_hn3|2CbEhz{?2m%P!+C zBUvs%ptsz7IjoUN#@+H9n_hF#vGmp!;2v{0VV@XCX)9y_Gt){H9cKjNVUGPbit6F)oDOz#(VZB{J%*7 zlqp?F_hoIiU*zJUi}#gsmG=jW2%KJZa(BZIz-6@OH>L{nZ7`RTD&-@&Laxh3a88JS7N z2br__^8$t@M7eTQ8B#~XPsl?A%{A44U7vRjk~sf2lQ$GQE>dym0xm|?1^tp zt3QnjSyp3ar6d8^B!GdUVjtAhHoaw+K2QLJHIT@GV2{C0%ml!4-b`dx-?25faJ)dD zkqMuxa%6LW2`e}p`wfqpE%a5Pn7RcZA1bM+MFR5!^a8~mB3$p=fD3l)v>8EuG@8wK z85|!bPI~IRbaXJBNj~d_P|aqz9dTS$+IXaR=iYka7`rYrid}7g+m3ywxfu!wdUvZf z`XEqr-j{a_`2-?4swiDn_k{d6l}Fo%6zYx7{Vb$&IDo2q@08T_XnU&-_B^^izyqV{ z#?6iH=IVz9Pa{(ihQAN)4Gj!_=(!KI-8&13zObVU?z|5**?W-~Qe8-`*u{G#*(Z(1D@;UP6SniFhn=Nm%bnBqPaM0ljE4x0e^7Dj&S`4)^ZW`3`)nchcM2(l z#Nb(cJNxKww34MoWGUj2A@@lnhREG#jAZwCsw10}!eTp2iiWaB-Ia{OHzzYOVaXD&$afg6wC z)qiW~GW=;Rd|w|;w0@+y-&dW5N4*Hxo0{HXLoaxq^+r=kWirND_f+b=v2jQbuWlXT zw{3v($#Q;Rd!h~H_0LDn$oskk-+SFzx7}6977-GxWt0I9BRZ`}G-R8|iwD{3!JZ#R z2@tVXA?Aqr-t4LS#boY)fLy?z5!rw>RW{Fb|GS}KVb>UaiCtvMxJHeQ{m8P+|EkpN zhk<$e)!4{ah;WH$yJ8okvEiVHl!5#J|sLgA%wu-m3Q8-O*tvkN4 z8BXL#0hOo4H8c_khOQ51@m{^^>;Y**pCSXyy)&I}OOVVCSY1yIy=b-l6Wp_Kf!*%z zsuqV}Rsk@cdi)NYR0GLX+Q2}fl%$H&AQ$V84g;S&0@crgau>J{Ow5A3R1FN$K%GKuMJY z=U<+gnV~Zh;+4sWU;D3Gv-@LibuqFCfuCrskjp3Ndw3~J0tR3?%{8HZfvsK&4@(Vk zbg=mP&;0GMX;mC7tmP6VT>SlUSLh{(J}NrJ^$bTXOO9ivY=h+;P^!E@wcP>e%c?9q;hOL8?3d zoyk1{LiI6r**5G|NDIB%-odwvAV!ReUowdEtq$f+kJ^R*rfj#kmoUT3bUD#AC^?%F zu?`q*yKfXM9;O`)3k?(bYH{y(vngg{6TZ<$^?%yhKwi_ThOygb$y7cp;OmiwUyCIG zPSZeLq>U+y{#N_+6rUshNo1hv8At>uX#*sK19I$ygkab%gaNP5X^s8NMcv)pD1b7X z#cVPI+pe{;^Pa@;MW_4<&xkZ}PQM0EoXty=s;D@Xkb6Pn_vnIt7o*q}A3PNZ3GA>_ z3xgV~x-53^HzilTB_4V}!AY+X3p)Pzf0Zod4=YYpCbrx`T!Y&gXs#D_{J|szQOn1C z6U zax?dv75Gl%x}y9CWz(Abv-*%v3I8IFFn3wG{8yRI0N>K*U*s-V>x*Jk%{VCm!IYU@-g>bDD#3p> z^e;bSGtK2kb5qtyxF(P#z!dy)%T$1+=`XIW?={fpcI|64t-x)&Bm($9ORMh|K5v;} zq?{N)cn+``_IvKVyrt=O$4OHvoVEnwt_`OEg@w0SvLe84O#_xkGHzQ*HO1yld%~OH zd>XV(>CM%?T7YYBxP>Eh^LL?~3Le>e>a(uA0z!=VQjQ}TWP=ine=Y+QBwlSAqi#_Q_UE;G> z>BglH>~afh^N}IU5#LI4fwk0}9V3{9enUQI@j58cHEuxvBGImT;-Sy-s1sMcd*c&+ zTt;-ky&n7P|Ewd#fy4LKe{k{HNrYC?%`I#sWQV_jqSC#a1=o2k*>=2YC3zfHDSKE% z6MgOy6?K|iu+p;`p+H|^K@ScAiF^A=G?1^aud|EGI{;9wJ`Nd*4S9-$Fqg2kQS6&yB+3r1er>kB7X?K@ z-wY(AP`5Q!&JwdceM^GfwFLcn--M(afgj&K04V|X;KFzl7NQB|PJ2NA9Q?5J0u$>YX_S&P4>K6rY?C;loiFr ztMD4%_x%E}?V2+nfgaBb&q036Xe^tHC}?S>&Cd(L5?0aEIoN{_0>Q^jWyA=^FbawZ zSFhOq0yH>Ge8|OiBlQX}lf=SJr2dQN?h$rCJnF1J$43C^awpp#FK|{@*KT%u2dO^G zJ0Fqyy<^?(wOw*wNGFSw&Y1mbd;14_REX5iN# zX8=857PqX@ZW}VJOFgw(EXf)(5XWI(s%^~(I5MH7!Vl@_jhm8R;+AmRpp}~NG!+`? z!x}qAr64tyw)~GrhF$2=qv4T|8%cN`s_oAE_YSLXC`HI#ctS@xI&29G5dYWY7D#EL z5mLOu{xc{^gsDWMql&N^a*g1pCV;SU!9U}-G+rMKIO|Hs$<3DOC&knv%RI4UA$bmcja9UFyE~X_>%C^KaA0T z4J3h1*8kZRG&3>i{E3kPgM5C=eV|Y0-T&OV*43qDIPb#Bwc;f5{3W{oDb?6~#B$rs5v;=m z8F1-;1{h@ZRSq$`jCbZ7*?(#_$Vyj5sE-?T_hi7JI^vlWc4Uy7T$Q1w&rq%LFgaz5 zWlwq7@#( z#Cq^Ve!#(jWf;E~aWIHHVdVVgWl0oPruDigkPE^(+)L%0ClNMr7$jCD_3*pe#&ldB z)Sln^c!jVw%v;j#%yP069AqH)Kht<8404G4?I38o5S%m_7r8$lQX`sMf%>OM-yj6_ zZd^39Hz=q^G=hXKyp?R-kPm>&Yg_0owa<@k^R+a5;Xk!|KrL&1{hEpt z?a7=nWe)`7(~pf+%CbK1GPjqGPZ(7Vvo{r_SQ_4oJj7quZ?pLh{inTne%2eypmF%O5W$X#?wtrq$i30BLK<(cw#jkEY zs0;sga5x7llyZ~xWdi2XI!M_xRH}mBMzn<6?1fB%;BSRn@2OKCftN+FhzGAl8iby9 zD3=f*!OR`5n|7ZkdjbI%lwaCNYo-@Jnhq1kCd6GYm<=bg78DkK`t8H{tR1J8qX6VL z^v6vvN((7^!1Ks(SjeAD*EhB|%|sLh=Fs|)>i`D?;!gc(3wzpApLPuW1SlxxxE)?e zBLWd>c1Z^w$5k{UNK_+VRE_Zy9-EZ)N4v@-FwoC~?Ok2_M)S0qCswG#`GH5|>_uJ;DHj&D~2 z$r(@X&&K<1G23 zN>AMPDNgYz&)6boeS9+iWA6*qD``(hhABNP-_bORlKp@44lFDK0eGK3|5bG3#_;SJRDaiSc&V^9Bpx4Us&(1xYu zswi`IaS;-gpn(h&z6v+x0QlBtOtJZ%+~0h%rT%v`r&W@XGqeHVP1#GjY9*CY;Az+c z)K13&X22J39iz!`{RMuy!fRR#DuT})=<`iIWyEWsfZQBMNSkBND>tByB?)YLy)q;$ zGNn*OO)eIAQ30$ zZzOs`+v=LXISen2V`$%74`GJv`sT~qaqg6=Zz^chpdYQ5*4~`E9$ba&tj0kdVbvx; zQZPXh{FH%uw+N~@mT{Z~2`mIOWDgCT{Cip+gFbrc?0v!m(2mL16 zXud`mzas(TVSvt#zgo1XZ=drZ-SaN?vI)JL8hoSbZ{a}7p}IxEbuJHzzcj&lEn~fr zW?sd=pbfX z;89Vb-P(%1m^^8kIOS)6e7yewM*vaDO&N?P@)dg@Q8G$3Az6VvUpVznQCei(+1Xwo z!GE@anKp`qZA9tV7`iHUQ-y&8tBwENspA;0FEjMzfER{j;KMQ|t2mKgPB5ukolj&< zq#zZE(oe&Gf|)>#^Jlk(a!WcOf+vxsYWu>)=*zWG`6IOcAT7ky)x0uNhe5sf#Jju5JX3qBzU4ep0YPZd2 zZj5I;`m22a67b0LV#0`S&Qh3}y&q1B%{v6i8GIswd~z$q7vh};F1U#%;pT9nkb}jG zrHthA-5`CQ{~1tF_z`jJsZh$HMQvV~&{Dc5WOIlJYvL}CdsQ^8kR)ZrONP{V(Mo!# zoc&WAR7wGBEO zSbs1;?AnXGOJhTa{*|VbtzU>Cm3}h|t%%bX(>&+w;Q&A0=mFH`98tgc4zG}%Qw9fh z(Fc}Ag5%>^_U`gug3nH9P{Senf-v6hqgTW0AT~^;s3*eGnOVg0(YA@5$kZtX)0;u~ zG*kDk^3 zZA;YasH1~`m*BftFeRj)@mS@}&Byd*_@8%|29S)eBoP4izFmKuNsfZypEpWcc)JBN z7yYj<0LU$GYq#?>T{j3|F6qqsI}tK?Aou3it#Zkc9c+6|Yr(yd+fQ2q_=aqppCQ*y z$>=7KedJ{fIfM4OV{N!U_3cVf(R-HlifNX2?W;J+?I4}G1`JyS_>YMV8IVx}a^^U4 zR>eKvYvu-=H5A1qW7PB5ti@TtP!bFYhOMsPM+xGu&aj_e5t; zx$nNX)O3yLHn)3!*fc3#Z69+k@0oNWNVi*{0=0jJkaxh37lKbl$;@pmKH0RO3ws%$ z_}sz{J1=d==#&FBpToLA&(ZUg&|5!55qpI|g&!v1n-vK-`GR(OtWekIHWbvLhd}#( z3C21Pm0g=`_=C<*U&$vxelv&q?+ey&o_cd~5U4ZYHPlbHL)yECJxp*b8QHV25a)V3 zPpLwHB*Q$9se}4VXr>+npAy~dcf`qjCd|G6Sg_FKGE}q zKa|5{iAs_Bl>xgL7&Iy}l`i03sRCGSNNo-N=%J{Bdsvq!)xTX6fAXu>iPFF+qLt2g ztyz{2h+lxLrK+J}{Ap5&al-Z8Bn9Y9QT1{x*cVkD$!bO*xcwi*yqm59!(u?8_y)o; zL-COV*DBrPmD|JE-DR!tX87Rhhtky&3=jouUD#ye%L%k)4%L7Y*XIbCKHLeHJnyqf zBoH`1gyMdk=}~J`((WOsMr!rN#yDK_y1J2;3;P+30`#6E%s%ry<<(<@4}KGD&*z@w znL31p-Vw|hx#Rrq#mDgmMaL5;D4bH~5xyb-eZDa%rzar~i+mA4`M@UXkEp1RHA(Z!NNV9NkNpJ!kI;qs`gD?HKT)L`y8~F6a&$Wc5&)!*~g$;w0s{^NU~T9zuw6rMh1?A zG%5Pd5k{o+7YDRXpWll*8~^j(iA*G(LOHdY_>2Bh^_4Q$~Ks% zF>6p$MM=Z16l73P)~3bE{O*kjp_-fFs7Y}+e@U!rMs?k4`=*lqCikRMl&?KIXl-eJ zlF;^q{`1fIZ!fU1*Rvq;Ox!Bp1;gVte_k1!Za>2|TnR6}{?$+8MqgOwkaU*fcp ze_(nrF2iYN;i6_jKa-I16E=-dhDCyVhn4iAu|aR#d?VBtk7@wA3EdNoJmpctv~bt{ z^5xeRsQVm9bdRL}@zWoADwkQ_hSvAi*YmqUS$2_ATT14KxHwIj`vq!Z@y#rREL)_* zUWk6R*a(FK*#y%bw~gw!6F+EY1%ex#cC)eef0>Js#;}7%Tl`oqME^km-a0Pxl+U;kt| zav6fHQ~m|W_bV5Ed%I|~qmjO;Gx@0*?sxV1SeOd_H9iF;cHO`!P|NP)3Kb5-odjb{ zr&;a=hV^Gf12TXz70Y4+I*WmqhUMOKX4Ygb41Y5=)TnI|GR#6W;(-0J(-!Rniz%?> z{!X9@Y5FVCTA`ZHem+yW78XF})-H#!|1}bNDyvYm#0qe3~%K zgovRHyb)RlA?!B|4KrxmHF^UxAVi95KS$J?>Z2YGRlP~;-)`HkBy){6{EinG|F8%j zACWT8%@IITt!*!0Cs`-;Yf6fq(023UUk!hi#xbY>Y|6h8R(IIyH`K9XdoN2Ac2X+u z?CRRSq=IL^DbByNr20`^ZNtv@0e-d-NOYEL`ZG%dc{@&gYc~}F8`6jQ$L}0Y({ta3 z^rCJLrlE;Ggp*Ai0`|PKOPm751_tcX#~=33!lDgUp~ z^1;csy6D!rQ=BybSd4m_krpa#eZSBV{Y76R`Q?J~DVG17z|BsFH;d>mg<-82l?D9~ zesm!;A&6O$JEEqRwlNl#a`EA&a@)hIF#4g&O6&0tW=afBS~g1T40Th(IkCuMua%VX zaOY1F9pYLLvFoJZtsOWGKK2?U7a-sWKsm5 z{Zq9i(a7m8;s>qDe$Vkadmz!&UY~wohw%L{%jg z^{afJMqV(+#8KwtN?RiV;{W`ahtD?bRla&RhdTZUSjAeJ*_Q2xo=yv?UxHpNMD~{w zhi}-@FJAFYdMa)2ay@@Dh%awd5odE795LeNLgr{6{W$qr#{+IvqV1;-T^c8RaP#ng zeBC>~(*5wjVqTh5i;v1%vVIeTFQ-$ykr6IaO8x;#;MXIwy^Y{TO$Pc< z+T;sCQ@FU2C=RIIQn+j<#a82|*sGydtC($Hxa1VqdaMGVgmGtOtbZj>Vpx8HXa|*x7~K&|VR$#tDhG@vVz^eqTx+FUS=-onpmX^4$HV z)ACfj^Mz&V^7!Dmufj*td{5S9XjOsN*1`+CA zkHk8WLgslKo6rq*iY=_&X|Vd56Cs1}D(>Q@`t2kR)6ry93Y#|#EooZdVg~PDtyT_t zz;m@ItEYCa_o6<#iLfFF$=m255Uy>00UG3QlZ!rmvDQ)-8F|C7`mGK8y?bjsH$J#) z8$;W${&%hce$e73aN;&QA`z6HIGL81;8?~7k8o#I9+qhkV9oaog&KIL)k5Fdmf&i= zBL|^9V9;RKnQhp6_C!sR8A8!@(H`q=Pak=h^axbO^-IA*~o8J|TbSmQG^#isHhnm$H^x-Cod4Q60@&cfsa zOreO!&Z}X_#RIv+${7VX@SgDEtN=CeVOOVShLEM>Ck+yvaNEG$co(RVpf>p(xuB8e z&Z8>b$dTLs|ZULmV z-bl4}PCaJox@Ry}Zm4v12o}{{b`J@W*_)Vi9`E>z0a>K4|ueyU(|K%D19iFnJkp#ehjWe{HEQU&VwXxc+9c z;8>A+<-XZFB(r)oVf6`IoUm4N$Mbe?b4jG+(JVo&>4110{XwnO+*%49k4d;@n$BsZ z|HYVx`Y~d8eyv_sq!SVVF{X|O8YjNhZ-c_CZxLY#-uGQ#Si6}OTufS=*{yvz;`EOb zkTa3lJ-Cbvi*0e&qEOhOvKVJZ=8Q%@y|lqchJZjXCsPsTm#?zSy>vd?(%gDQvh4=k zJZs^3YW&?+Alaww^he+Qk-jnLj#>TzCk>Q4hR4Bl84?+(_LAsaSCwX&z$O3UPRPMN z1d^}trrRjzmum2BR_i%b0~3F0nc=`Mc! z$b)@Dqq$KTvq#PvUwmH1>I=+d32~^mbF?nMf|A)S`%~4eVSDg2@?Qs2HpNZ z%9k9z$*0ri%3>6|Ms~TJs6oWu!YBwkLacmCM#p!GBLV;y=%`fMa7bs+!sU@QhSxvM zm31Mmi!iPFXY#5;!_>Bh=6)=;NP7zH@UVJXqpt)-R|27FTS!G=cz^T)XH;2r=4&u* z8CQcG=^s~nS86BtCl{U&_q{NQ1g&o7AJWC7+pF=@tS)Zu1JmM0^C<}lL=a=fmzR?g zlj_0(FVgqw{Px$&dGW-#nUSVc;N77Qd(g6db>oVL^wiSZPNNE3a_6I0W6c5@-$df# zW92Uz$Fg@8+I2Sqj?xY}P$>LcpWd3^39*_(QMpqf$Z zav*Q(A;h^$#*^$EmhcA70ty%UMMN{R`H*1x;BqbG`gh%{uJS^fkHcqBUtLSuCj3#N zDDS4(I&r^UCIU`$=5{i1L|7^_icq<(g0Se}O{=C3RngM;`7=9)d_vvX-kt}|Ia|fm zV^;gF;;eCeDD_l>8zEF@z41$(4c)`FdrEaRM-i0s8no}Wf$#tG=Y8QGo5GYLToSX+ z?Frgk0`ZZXzD*o?)o`C3*D9l{A;`e1OS_8qLS=ZsG252)H?`ZpZ(j(%wpN6o-6*N# z9;dKyzD4vbZ)~0_Ig86K#k^G<*@6qQZ=t#~D+N`>`d#uuHO zgG7loG&BV&QgXoH?dPJVDTPMbhBS`0lsn(GJ($(i9$~hXa$=V59$#OdhmqqN-zamS zyRZ{EPJ>+o3+jv1W`Z+(_&`~0wK>t2dr=7~UoV-hG4b6USFDc=oAby_|48A^^Lqz( zetup+*!GRbw1^;ZXe~;EM~D7Eiuxo-A~I%pb95?@96-8%ExSA{qT$|GvxsdQ-)xsY z+E}OYZ(yr^g|bq5t`okwhNpRZgKUcPLoP+QGxht7^QA@?v%u4o z{`tvx8p)(_VR7l-C;EcoQiLrGy1)8o(1+2M2uCgfNjD4 zI{wsSp%D>dZH51dj&n#Rnk{+@3#2D-i~FF*Jbv_~ZqG+S=wZiHQ{Rk&}r)2h!!io|$6gPLA zf2HeKUS=??ct2TQ9L-hg=NPlPc^b}udh`|ckxOlA~ z&XU&swheU;jWZodQj)K?bNC@=7HRhB;J$4GqX5X42e=3=RB!Aj;8qY2?jM4txOD`A z23pBdX(7$;C;WJ;g&WfSG0t4-B`s|KS_|#BW6V+`u&B2FSyp5r)3-fwoK%pYHPcyY z-aDE=dB9${X*d62TZ^QZzH%ph;p_jsX4>4O`H55~jVgX>toA@;wc}G8??>Ti3+386 zZun=CGDIK-ZbyRcJ9}&Kb;@jFF9-Roim>4Fm-!euxwcE9X7huK1uVa<{r)^v{rk>r89#>1c%hd+eu4?;_=O-Z7~DjnXhVjuraYr(&WzCn7pQFmEFYIt?5hJH*b+LN~5We63){lXy_1wnSwCfBZ%(nkj&#p;uq zC@2?8{j;Q5sv_?0^=C_9E0O%V^|7alz`ofAAgM+$@fUVSCP>DVU`A==%ia9DZvA4v zSCRNw1KM58YMYmb@4MtIz0HfS%$+@LuH)vAvRWm zkR%}vJ*(`x+?g>MNp&M%!Fn}H&GGL9*6@B0`2%b(q<%t0;C6Mvit1kOcd?Bj((bKf z44IYCF~#^#A;dLTYI*bYogJUFrn|E1EE89~kDy<$+;L0ueJ85UxN@ex zjYwRPw8ymgSk1>QYfhW+eC3j%NV5I4HNPrdlFf|B-HN8{^Bc!}V?9C{p%Igzuo&yi z4CY3EXkch;tOo8}6aEiDq>>0;9_P%z>z!)MMa_Ka)dDk~@(F#3*K-Iig5cm8ejsba z`B-0-m6AcqKKfPb0KDV?5}vNlUP{#V&3^yw*eNI6GJAJ6?68N0L`SPP#@`x*-eqFd zm$$q!=yFPPT7T_a|2?fj}vBxXRS0ZsfNrBLWP#N<(=%8t$ zhfuv9Shq%8C)*{7{&k5IQw$b`VSTD}n2L)hL;%Wkd>V)e{^7aFY@h$i1Ycf25A$iN zatF$LZ%QBO0})`B$kqRvmj>J3ctr}+ZQ*sJ8n6^1&WbG6+N1~%B!=prc5&yvBAz2t zLO{V`HHI#`x%Zp)=Z#ci8jSMEWU8daeWmsg)%{>a?pxI2)P07TFdcdHBe$U0d^s{$d{cg7mUCo&I~l#LrpUJ35kIbUc<*RqZpz*z9$H06XyNiL;s%p zjb^%r<@;?*<^=cr!NVB%Dio@SJb}sL1ZC3uE?-T*U~=yhP6EisrfO9PY4S^6uw5AgTV`p!RdA1ydMonD zNt(UuY40+Gx__o0Bnc zj9GXjdGSSTU`Jy9WO-|Qd;Rcm2u9tLM=*V<4H+}J>PZ09i^#~xxB_O_@A8;8dpT2Z zN;s#F^p&kE(=LJbhaHu(RNmy1?m82niv23a`K39wwz(WGU(rU9GRgVJ0$|AlYx}Xu zqYCICl}M?*Q)kQEeaVu`(t0&fmmAc^;!WExGo~_>IhmP~G7>bCY*{Z-FM2FwiTyKhztF)Z?}Ip?^bxZH*DXPp-&9S(vM{FbmvK-Zry3iNyWgxj=c55 zb9|fCHLziJ_w`+z$rXAvP9@-fXLo~7+6*@szk;l42Bw9A z^BqU`XVA}8M;lyRm>s(=d0k~UfMFf7Y*90queSlB5F8m5d0=Bw38DWy4DLL$7R&@VK1wcu?5Zfd0N&IT+Xmpz6p-hG!=xO_u+pqtu zKRQ6aMf7l=NQa#)I=((2~R57DgmumDs&T%7W<+i)^nI4lLQknBEFpnAH;!2%t^1UOec4l(kL_)_S(dqM@PH+AK@!DdDwRjBPGeuzyBH z_IYqPC$d+!`;LV4a}~c+(cP@9DR$Q3jl%tLuMftQXM2U~dfM(*pLa%0iiTs~`KX1f zlnj2ay6=H}UB5h|6cUOz4#k#4a`Ca9 zD8i5a2QP)^hxmAT6<2QIY*GI(dTinsjxhOyW1pgHm0qH}0LfM4{Nz2a z0TsPC*k3>M{ro4NwgO)|3N0v&XPYV1l15d%j$e3UcOwGJ5w^(Lx+5~`dox-)+V)5~ z3{^UD;&J$5#`mb0X#qQ>_w07opji4Npi!y$tx8N6B?l(RH5u!1Bi>ZR{yIl`gpH~r;} zcSKs7qPD7cLr`Kg`_X-V`SxpNx|V*ot8Cwx|H?_l#1)hrY|(6oM9BP#8`^INX7*_B z$T%iBUChjId;j)W?r5-TGqCk~N!uIbMe)x$Y;^nLuCoHAF^NTC>6Ym;YJZ@@1k7@~ zsUHqtXshe?N;%;=;GXJ&<*Mg=lkfFAut4-LUky8eZe30pdxA92z7T^x>2g&%D$yP| zFL+CqpM!(GUYk<$-g8IC*qKf{-s7KYtPslp3I%}Nkxz9Xdv5%JtH|c>CbXE=ET$v` zVZv|s^yB(~f&|-g`My};SOe}p^H$w`+!imq$6x5O=q2gX9UtGKJDgXzK}s8@Qipyu z!Tl!(u^Tlq?Yycri`=gS_=TZ$6QHMilQKhQdb82DF~s;c6}GIhA?0Wxg~cwEeG|_3 z2ixnSK!Q!E=l-ImADXqc#C?m3T z*Q_lsa4smh-uC<=O&9Y2qBu;8_fzkAaOi-|>)YO+bwQYrgf>xeJ@VWg9n=7WZ@s19J(^6OnLXO$yt_;xnG_Ky4waeBVQuzvdhBt+O>lEQ57`87V zqL+MgDt$X7q=9)r#_Y(bc4F?nRZ!W>JvJ~PMKYU$BW%8~NyECYxnlY_{8(OFF4z4> zZVZczYm3+Q$a+Nuj9@`#vATk60NY8?1ugi#v@|d<_}BjfnV79$j_Sk-2mC$Z7kVZw zq%{D+duuTN-Z=Scb^ee!_`LQVySC3EF7dz2M1>C~$0V6mw$ficdmp&U56wJn_p}vE zYu_f#ySzMdTu;a-#*=!0ppPD#}4WG zkKfq6Psx|vj|K=CJ_pKZx{nhm&g{+nVGLWXA8{ccHuWq^~BW(Q#b18_QD+x`+hcdTTa}KJWFwa@_nj z;YyVk$HuCdfcpZ+g<3!}qDNi-1Zz7p@sme|^R%syk1cW&cIrEUxw!6X<%vO$^Sa>U z`R{A7wzJGUZ)-$1-sHp$jFe-BFfuky5`iNX<4YGtg8oDv7QwqyPZ;5AGJ28nYCFD$ zTEDM=6W?~!4~tqH6e!vIJUY{NpumA%Zs>Z;h~HJZPr+CP>|VCG4NmP*CK?TCdtC*W zMBjTPQJwM|{et7Nd0qnyNb!eu$C=jSDy za0?b>2?R)R3l1A35Zr^a5Zv9}Ex3DdclY4#uKR}Xcklb|J@5ZF=P)x}UER%2S67#G zbpw`e!2d+z*lMPUgHq0ZA#BnyH;$LUvKe!*h%A|)u)pP?ztdFvefU^^1u7UNH3|k< zS3JK(d6WLPyM(E@)EY&w9v)$T=n*e^c7Q@DytLKcCU!XP!odMg3vGA2i7iZSBqn}u z@^O&>Fg5{;f%?IYz!*_d0R})!EJ5@ShQH?p!d9ZH^{m9E-2Yqx(;e2|^}5 zv>SleXjiXM_g&bnEU8>~xHr7F6DxJOjv8TeKfhep)0Fp5x$ZgCOAMLMPEfZknMzN% z1)xlE^o6SZVW~WfuX@{pytT(;ZTGU}4*r3O7fS`r5u&Q9ve|dv2A3YlH5zLDFAIuW zNog)I(5n{aOO4eN(rnSJny>k`|5Vx1*v7UNxZ(6(t*6~qC~fmgb6xBOieti6e)=^T zN^;yd3tv_`|Ch8(XynC33pj6_EXO%@og6s6<-RjatFp#4$i<|&*^Po7bXaB`Y6mU7 zYOXaA1gNgkjzOF77jB>lFg(z4|Gaaz(U$-G>_}cf3uKl&Tol-1P}dIhs=D=)~JhNK2?w2pRhIz+m7U{ zu=QM^hjf!umu~6P^>eY9NiH0FUVX5GE7u0I+U#W5Q=3roH*n2mP# z1ZDdgpv#~@Yx6tAD}xj8TpSi z$?`4-2!N~ID?<0zAD61AyVM`qC(AYG%hq4mp6dSLlZe`R7+0B0C&&6+Rw@@|Uj7T6 zr7#{Bs|r}INes!MJ^tD#4PQ^c$I3v%5ICoktZ_NUyy7I=h8FUoQvy@$i*@BvYgQV5 zx2`lkhhjE*$c{jG?lw?g*q!LQg5e^h8PiR{nl$Dg_uFdD(Z0}`bgk+TfZ4f~pW$+j z?%5#_038eTZ~4Jr27sp}-gVLfUUkgq9Dp_bBInCZpmC`X%1oo| zktTX9^g$iI9++ys3YF$x0|r5Jw%zWOE7kz=^WQh}k=uV96~p$3#kTp;OD`z?y5}$L z>|Fg*ncQsO`{S4>cKMxm+1?_M;;_dho?nI{W#pjU_Fclmh(rB|t4Q7BL(>P1cYq~? zs7fsj#^IX(VinPJOPP65>kgNy!n-cvnVx{#ujBb%CM);6WS+h|h;SVn`u4CYNp>%# zkW4!-oAwny^vc}17P{WZqRr8)S>VQa8M>iTzF|G=OFqy&~@b1$KA%newP zZ^$OZk>BfgDknc|`@MNb!7xoV(QFyp#12g!cxT2XE&1mo9y;@1gSJX8 z>|5$+F%?IsS2BN=3kS&n+9^({d-oJak^e4RXDLSunID^bjV7AOgU}~wq0@4Q*$M6;|t}ICFo(kCisUr;P~mr z8W*Gd*SJWB0~pw*D*)R;{c&xeYWQT*IICsUypX3biW-May$~0v2WRLno9MX1tMyc2 z2*97J8cm9wh4`kcf!F5A9Wx+DzdAViL)9AnWY^mDC4W6ym8+-l9j3Oi)R&JEUh|@W zkuDOya-LGdh8K_wfk~5=mV84hKI2LA7|^c}ZNm$j7D}oo+KQK@a&G|h{mkPgkMzqI z{ib7uw0U>iZxMIdUIhJzdzLXR=dRX)?{0`sP99oS#Rcp)X>SurE^lmX43J&_;G{dk z2VYj5Ml3S2kgBRG&bYKRxzC>wr>Cb60msI$J_kE+-MWt{#YUD;=hCy7)c8KnR$Li^ z6y(v$t<47wEZTu22I305Qh}O&1^J|RTv3SmYX%{cuf;5v&=s}r0^-y}PQ|xZG6Fx$ zdp*>2b*4RaMDZ_Yz;8fJK8#92ixub2u5=RdqE@G8=J{O&RfVE;>Y5ANI)f#v(Bk_$ zre*b3-T;6lF?VmJBsls####=kqef6Zz%Bc>+}sceCC2rEoFAezx83 z)X;=AHyr%9*`${y414b}dMA(mdL3}S8!)i?zjr>Qp&FhDyfrvi*E$_vf!E-=ll=R7 zJ5_Js$*So5Bv0#^>xT02n}Lf>YyFl~m2{|?__GwRpC2+dv?GliWoRgcK0ML0R}Bd} zUAyz(BU>BpA)kVGZWi3+UV1--VduV~ZW#Cv*sHZz&X}$Sp}^`Jz$sT?%*!5qf4c0m z;oXQPB@aNpY)wman$Vr4g0oul$-L8EkHIc)oZgD1*WEwB^4oe5&OQTerUP8+qV%!3 zZNam$$P$OGI#P|b011We$b=#|DWEpE`!8_)gC;x14M?X&O?ewo?TJj5>HQS|+}n53 z)n%g2#)VBWh&dmgg%xtkD738q>S*SA3-`^&BMw=H7z4IZvAQAoGzxR~S#Uz`xCwQoRwHjc1d1k2)PFXsxlh+xaw<@8={S>=5i24J zDPg&UdxzX|3AeRP!}%d#<-|`aeOr23;UWcz&5`gpkdmpJKHpA%g;?kE;VC~J zkC?9Y;yIkl~E*Jy|((4zU=TRF;!C_0noA4X{gJxAH zbMy7Do8H_9!*<2>H4C$Vb}cDwy#Rl}aloV`Wym9xU5n?w%a*U5Hl0g~vOu8rARbzQ zzS?SF`ER;O$dd3sPbTyoaN*%)Q> zh$39Mr7wm+BzjVNxo1b~FY0Nl(;<(v06rhbNeIKn$i~D%8#wo8Fz|CuzN9e;31@o! zev2;errxn)FP{a^2p51>U})7y4?sjeMf&#Af3TK3*Oo1Vg>5!W2#H-dxi^u!P6|1j z{4y@yU>iOj0*dLbTJ{22A7=gY9#@5W`~@Ty&dU5B`2j_$AI9RHQg4t$UIt!LTPc(? zkdrKlm|-JsC#N}5x6dz&+L=^j%6UEN$F$(G1sngmXSg+ecKN_cyL|~*r13z2j}phu zF>+)r;$JE-+Q~(|H@CMLnP^_x)n#)10-WPD zaPqZkQ&$qG9B2HLFv&KfloN~BZU3>j?(3`+Bo*ef2vr%OJi7}px|>ykghs;5(qUaV z=qBT`JD4kAaWu#1aN@gJUYK2esL9NMiQcxm(&stQ%9DQCIhoKoTlEdOoZ0mW^fKc6 z6vt!T<|=!}e+0Mx^Jd?z{@eI}KG}co8BBg~fJyNGzW#p%!W@vN#0HylBn?htrVPS+ zRv3h;hol>)?4D;8ArAppVh+hDR}E#;ZlrfsBPR^7|6xG?>kdnOoF!H;BhZpbeEma^ z#5JF`m6LQpy=qRsai&5?+VVj!>x2H2!d~yZP2+H9c-4js%?xHN0AAEdtbX- zVnynok$d+O-F!zoW2ffin246#xaVE?jWO;<(S*Y!w2n~$elBgsA4MWnv1c`GuRG_T zGHB>1q0o$i)%bkZ`KZm8h^&q!0%S^GW}0WyU;tyfpA|ir9aBA%nFEU#6&9{PXtkQ< z(O7yoN?1*^_@O@Je{uiqcBfWXlh>Bk1UbLBqU9}9xO-A@(M{e>ml{>>$&$n{goQIC z*rLsyNj?d?DRG@eXGU$FWdB6}Z0<7b6$zz*tsB?$mQM4sIQIW}PjE%of!Ke<#k1c3 zPM5rs*63vgQiO_*;pIUani;Lvap&jK+OcpofDH)sZy{Z5z)I;YEv##F>nvr@g_rFr znA^lc<9%LsT;=@n1+P8tt!h{L%%#L_<`3No zdsrAq(0C^l=v~`N=FiB0FqS4~sDQO%Jjzi`N9sAu|E+N;AY2`+f;K$xZ(3J41&u<& zWFpPzBGVWtBmnOF{gFZ86Qf@y_k6uyXs)~_bMOdW#8P(tHV4sN{9ViTOSk7D=|JeR z*I!AxV`95S3sIijEAdlM;C*d(+#wb+)-RC3sbV!qab$&+E zLKT0S@damc0~IqU=Sjl~c}pCwyv4MNRbnXOYJ+z54?BUqd*WljCA# zzq@tGcg+fS`GtdN?!ugguktC0nZz+#e82Q^HmG%pR5Zicuc z;liIB`eCdHgA@#r8Ml}+6BiI)Y$d!0mF_tNF41`lEE z@XCV)<4buOrWeI5_=O%b!#xa#AbE-!rj|w^2iq&;pTA_JpVDSucj>b#*dvO%p0u@% zP2=Ivk^arLTJEKxSy3G-S45$VSr`bx(cI_PxZ806U555IWD%7*p{~5FjzhXIV%m;Q zuR}kwqL75de{tD@b^%kOiLN^bK$-c!{l^DK)rf;J(3D!yn2KNRlFO7A2I!Z;$q?h@ zHnf_}%^BUVyXyVG2emx9*}Nt#ei4G6h1?r?NJoWJjqv5QsH%NxlhTBBxKG3kH(@u) zFzSQeui5@Gbl~+5Uadm0X8<{E6&F-uwXH1gLP%uV9lAp(I5jw=swW(SjwfUwZfr%& zh*V>B^m5}mAAp6**#Bq_pyMW?oN2E2Dc=MwyvA@A_7mXUTueQV%tnyEI?6J=ov?Y` zo7f%@*}8;Cz4l=*-l(GYVYv6)zBf$;%ccfv ziCbme^G~B9%fpm+k4M&zdpgC=z{1m6g6-(+vHBReocz`?v#(nC-q~?3>qdls7YA{{ z5P4CQ%RB=|Fr5eI)PURRbyRUywj{=sIe&!a>ga4VKwv@hAoZu?o#K|(B;`HlOVsms zE?pv9#+l%a+Hs3YMAMFEhKZ0x38vXUJU`5f?W!lZ&e<+phuX&Q_^s`ZWOhA8mJpga z0Hzppx4F#-rE=&!;x!Y-G`%nZ*yg~&-x)U?j{Qg!j+1?70{#S>#h6)DN7MPJ5EAdw{KmIECdK7WAK2EL@?(Pw7eI$e2RF@@8Clf!UGYTHax8f}4hY<{ zgffX+;y(if!do3EbytMl+-y<(h404)uqMRRLQC!t&r<~NXWV`K>NigR{bdSTD{>LZ zO&`weVes*p%-u{H?B|ZJn&eN2{(;)H?Q%Ym1w?-% z-+hS|1kJhJVpVx0Ol{w<*8?IFC)zoj`tpcup$FXD;~hmVj^qj5RMx(v$`ZhF6_Tp` zr;nEY=mVQT-L2|EdbdY!)Q6!GpM)0=4niJb;ad>qiv>p~Qc$8Zv1%{wv_#+5WiTUpESnc!X>2RYJQDHk)p1Wo^ZVR;)PEZ~5XM+_O|v56N{bVW_7=r zT{P(<)&NdYg@gGd%UTXouex}*&N`Dp;ci1vL9=!HK1XuxVYYlk*|b6R6d`Z=x`Z;8 zkUrH~X8XYF%$fV&MO6(0q5168h(^+x$8 z4H*VzX2bM2gMQ&u2@$J1%(ctKUd=>m7e#fAZr~LjYfNB{k)T3G*35hd3QWQ!=WL9& z3!JdD)TGkszBb`ILg|JSe@#9oTV7z=waM{l(yzx8B$wBB5d>(8tZ;Q?G&j(#bwdY0 z`jb|cE1YrZdA>{AwugQHf`7VcIee+550KSjF^}EU4OT<`=-O-(DHU6waFs9+Nay&3c}^SdP2_a)eDs;%gK`+to~fq*2}HCos2#uuB`3jhl~CNJ&>c?PCq#LDm^nJ-j^pN@Us+OEna zRmh~IAQ=Ks*thV0sz$Q!XSXX&&uf3Iu?lC%2Pw;WDP7qz3SlZnPN-Jru&nP-wF&`E z5?_t~Q-w4|LK9cbo-I(xu?iB{$7zt)Dds|Vu@Ue$XzWEYW}-aJYYSd~(eo>63uY_; zxNjq|s3>Mq(b;Eh0QYTN_g-M*P5c;PEL5NMQvU#1n#4xy|@%ig= zHOn?Uqx7&UUChy02`O{DU@12-z4ET}vIs!O4keAIs3)TW(g074?41=7r&qJ;_Gu(3 z-6!uF5qfxq83j26){OwH4~Jqi+YQO#hJJOz#rQb(HO;&51U^8_|8i+ZJwA#QVO85b zK`$Ra;?&q@C5ro`{hovy?<_@)C&c`llIFzC2{rHX@`sf$Srn+@q?3S%WgjyI5Pg!= zxtEVRJn-Ev%$zg84BxKu?m|d4FF@Dn*M5OY+lOH4{GhQv7;o~^XFeY&U90jQ-I{|-5u^@`#%p4`c!Br?*|>?Wjm%M;W5HeZE&N8BNWF!xxJ!2yhxK|~cN z27&vx_7;YszVCqts1{vz6mzGes>4v}`%l6iAhNW&NMNDco6*HreX@Ps2GtX4%BS{% ztr~jfWeXS|bcz$A!yVlViS%98$NQBFJt{->T&IoPsyf~~eSEgfuh)0EE=D%IV0cUG zf7}kXJNQ#Ipmy^wJ@AzYXJ*&N)tKXrb-wADsGK^h?RG2JrsFNC@-fA6;~sj7D(jYr zCUrWc_2y&(oSVnr$QT6Daz~<&md@|TiTDMjt@VEY2^4VorW=^-Xd{L`*4nZJ>!|JMx^}dwDit1` z-VeS&#r@3eRnY>6kI&HY_;XLNBvbj}`pdKMKs>tyK=CS;PK#MMq9yo3`WgDQ1qQfw zt0WnVKdn+ z#VG<40H_0zm!Q$+d$#JIqG|3QL!EK+amEA^UenYici0Vj<-LQL`CGwr_UFzt5a77q^_ueiGpO`-7PTtASM9JD1 zN9l<_c_zM$$9^Y}Fy+ov%yA^|>K*lT`q%c<7aWESpDLpTn(QDvchB`KeKfS7y`AYW z-Gi0v^!P`}Pn*a`36b6K5XK2+8za81t_R`#^#YT%wv|vvr3%MfKLN88cWP*E=;k!@xa>=HPKPHOhcwnX3t= zv#-q}=Qj=eJdcOlm6%?P|UVg@xxeV}9-Ig@FobFn3@1nhXc+cyUwa{KmT)Prl z0BGyn^ZSJcaCgWW=Qq^b$228DoqbT;w%$i{pEcU*=Q`R05&G4d* zGaRT-!uUsJR`jRcw6W|ulk;X&Hs{_B03HY+BZlsus9obEjB-P>w}IP zOGAZkCliWYxMCyhLx4a9^1yi(6|`@N+<@KVg~B%0Bo z^M7Qy1ZzBi+5gXLG`J)n4(T=8xHyEWC}{nF@hdY6&4WFO_@@=x`v$B9sv2h`nV;UY zYJU-(qk+-THNgoWmFQcr^b5IEHgl@=yJn@M12X29)(zI;M@rlMzjnV?1|I3}8_JtG z<2NaU*c|U6xiI}}VsS_+6h@(&;@F&_^11LLeRroLc-~mEq)b8uKk(72tn6WU6T%F| zznd+BX9Ob$4H^9~i7ybjcbbilnMtAln@^w1y~DuBM%&jbuW`@wo-OEYRpKL&#Z{`m z<{aTU0Z3P|PSbsr@H`F}YCduv7?0XXuROh>)BxY!o55Px##dM-5d}DSkawH8%ae9e zfp%FyP0b~xQh#5;TT4pTy4d+N)l3zUE7C`zDqMalwTJ(?vy6}*D{Zo~+-a)4Tby2op9L=^yXU)NE)PVSX(DkSMSqw!3rxEH z8l=02bbv{+Pz^s&nr-egw+G{ump$72X4{`EmfgRXkvi{;Uy+c3XWfE~uTUydXc;;y zenQy4>L0fJl(hU<>r)SRIJYd{z|gwDh*;BFpQ*ZfT9_!8k(Gp zI~&O=OXM63&d+Drs4`wv+0HJRe>h=tG9I4=iq4l6;Z$`WOHnYB1OsfNkEXpfhGdhl zy$JTl7+6DeTDFH(e;nj(5(v;zrCrhO&8$IALDI$2>i6x2o_8WbEzPlcy=)&6=E*V zAQiwLlJ^Ox_Dn@F^+BaL;aa@U`b>4iHi4XmQAMdrTir-l3Nt#O^E2M7-dRnJTIRMU z-Co)YqWCf1VIuvE@W8#h>FcK@jd>)@%kM0o*$Z)ZWXg_y=fNsVTenXJ-FDFqM&WqR zhNiYEM#iuz=cy)NiOxx64i5ZOXlq5=Ga%jmDAjbfD_|>TO%OiuxeZ{wU&-^Mj~lv* z;0I6|;H9M9wV3@|-+p{%fj0;n@Kd*X-xqmmg9f56uoNv#}FZ zVSe@L^Yi&!;GuNd&1{r$skhv*V8oR2?-e{k{Eg$a5pg>Lhq6Z$|NLz@S$qXd+N+pG z6sLjF$%G`yc=jd1@L^|3BH}HH95oh7ddjs@1!n}$1@!x?G+aKNR|X+!WFSiVc`b@=w!1yld``hK1T{QV`Z6%ZzX9ZOkeG z2Wv<$VB3;qQu@riPd?iI0lmPLtDAQJI6ZOc+kJ01ruI00X#qUrTXPVVnh1H{nXy9%Iky}&Z60An zguRUOQfr%KYZeu&`vTjTRUA_Dm%y`0T8?? zL*;#s7`BtArmy7D#mXqdj2TnR&23=GAU54vc+=5QLhSA6nK=R8E0^EWY9fKXdtQz3 zjHBAU!(5xm70Jek$_E_PKp|5hKTQ+#suByvj6=_l$!G;1OHZq+XVw;O&f5-rHfoW= z;stmA&Cqc?M$P;%Xhyq7yyJ9I2vAz1PEuIp0TFz|(wF2cxsME3PMzApKQSG)Xxzf_t zwiz^uVQ^wmY+1(EvdyjUmdXHIX(6}|oIqV|x6nBvx{Uft9CoY9qI(ZW; zER@=a)39&|EInw9(v)=(LB*9!08`zNkpR*r@}j&_TuR`UV;0KfR@$nj`#8dWYe(*F zGg-eg*{L&s)B{?)X{lB4=wKu;|6Bdi1q9Fm&ibr#o&rzPDeF@`9mIxR5z7z^4EqozhA<|$2MKU?U4*T%-JyD`Cahu1zdG!_7@x~#=6AA^}bb7V& zD(6N0**DhHEtoO39=SJovMmKuz>0{xy9n|*hcS&>q{ENasFP*BL}h7!PCpbUS}ebO z155ZF9qoNip`o#3!{XJRz|6aH{C`FOR{G%_O!gO z_(ExY1DUV*k7|eMSdztODT|s5GVR9wJb_U}rj9VtxpQg?82(HNUVT2Yq)L5}s_^v&ps z1tTMyVc)$?6yFH~=`%xYBXBB?F$LkbY1rAQ__dxt93mo~IDz;uH)U{jwameI+QcQt zAPd)lNe!nv=Wr!G%T@ooc;;c|Vfv?UrV^SliA{l=RQ2qA<*zXg$~*6#Y=q(kIx&Km zxYW~b4!FzoMp~9eZ_+xow>`F9TX&e7F`mX&^)Mz6>7B`*$b0?{j$w8S8|TJ8x9XH@ z6P3H;F)*_zFo$sqRd+z^Ab(%}{DjqfnH*lf3dH;!Y(|jv0O@iKX2e>Cz17yP!os2S z0rKX?c8V?q%v^ph;`b&|Xj131Q}X-XsZWYA@u9EBv`!L^u3vUnjmeR+K4E}HI%??J zCZBbGeipFc^AL6%Tdxh~=maXvin1jLJceQu8u)1}U0*bKkI5NaymrfOPzKc_C0W{| z<1Omp;(i%wE@H)jma?qT zz?>fSG0vZ5U*%eTxx3}vQYC>(UmlKsW0bM%>x;_!rzjT09k(ykkM3Qy4bhOtxkxw2 z7K==Y>bE~+Kv{3Yk5cBuCM7rJrihCn+{td{qpTjgovyx6N@l4~`n9s}&AruqN5^!q z>}>xg@-_D-=Im#|Lqcwh} z1Fy;aEkI84-8`T+@*Ll>yjSKShB58Kz208#78=0<&U zJMQniVrUVG5IllV#SJWKZHgXE4SGwkioyMU1@?js`ggokzb~cn%_Djil(37ietUqt zyl8#Cc>+pmh4r?1U_P5I^<0YewW%ogr#X7~l)zxTB+|#8knlVKyc`59S!;rt1d^*K z5MDx(9Fj4~BJrNGizVe}ved3aOnPHNCzm@auo?>Ji{oCW3Tgcc=H(JPXIUMAh#(Z9 zsOLG}mH^(kYv}j8dS2(G9C^xC3J>6o#E7801X^XT3P%jxf`C3( z^>$J8u-0~jn%Fg6~F?;oGv&gQR-6yf2APf+jZh0RbvO@&=t8_?`r?R`Xb-t=(Oaq$Emo?cAh z3YtVX9{9HHY(TIc-_6?rOvL{A?wk_TP`j-+;<ze zD&?pzK)(1f84`EY>^){N#-Qf8hy#123fIUPvQLRbg+@R6?jQ6cjnNYLjlb|~`g0Gx z_DuQC{*Z^>KnZ#Ff78aa5^(jk;BO(J*lv&FmeXhPT+ah-GLMzN zwODT(>jAr{=fl)u)Mez_&hXOXC-LlJkagfqSDGDVwk|!0@%zC%-nmoT&%BMcD|0kB zPnT3rxpu^jhar(4`hj@KEOU(;Si(VktW@wK_@`50?T7g~{jbn=srL~?5KqgBZ4e6# z>*>^Kbl*JL%vx7mFNA{;ZkCYD7ZbfQJSm(`3o!L!-Nl`OCo0;mmxTZqyMsQT$KyO4 zhm8ovQ~~?@s#_7W0+PEp`?QhX+BwU|r!LIZZ)a?Y`vT4gNVOVhi{t&M&tC0Ocb~bk z%q1MK6-*En%%kzo-d{>Q6bpgd6B1uTP*7rwjgpDrn5}+qaXbFRHo7x4{By827CZlw z;LUJX#dK&HSwroTk6z-_-f-osB?23?@sO zx}Mc;!TzX}d@-9bOso)NyxkUnfC|4 zJ9}<JiH_6->_OSY{cVxi)0}e#YuNE0;;9PjI zUCYodSsWHw=Z>6J>#a@D_iW+|9OCCa|{zf9t8y0P+-Zl>=kc=mEhrD{3eU!k;m zz`z?8k%%Ff%d|>=b$Mi9YCl#x@tgG7amLhLvPp_>L8G*4NE5o>A4y9i{f8@$?ONoQ zZlj^_Ua(Mt>EJk_t7nqJyz^cZ&jAcZ9=2*xX<}@IXUJKGl&ecDu_V;;kCF&OWXOke z_u}8?A-pl6THZoTQH2>|j1JQNIoyXi`>U31Rl@Az*b2Y>w%Oc~rjBPPHn|XLM z&9hDyuHlY<8&I?Gwk5Z72WyenAPCC1k5prXSC;;D@TuXB`g2sfrhwVU3DEjBZhp(s zDgAcy3E{@(ys{J6t;(8ejb4z;0Bt3C1@{u6a^g=IzS`~G7(M*zRWo_`JHaoYe-%C` z{f(D^~W25vrKtJg87F!`+#4Ok-5FQ zB#szG&3>@G5cN6{Hv2sa-%qi#3T|OXm$>}hJ2>nG=Om5x;T?@gE^9#lB7f8E1WE`$ zV>HC}LV=MycX)&BCiFPQt54NKKSYO68~%0!*C@Ib8)5BW&Htru0VEmVM1tLg$)mP8 z@QEzn&Z8*kFaHi%rO1a3{=8x(M&zgG>>@arr; zWYf~Yt+J}K9J7#>N^0R^~ZG24*$j5VVJg_Es}b0O*~-W^#axb6!*nqV4f zz~@E38!V)t{^Vs!M8E)bnRfser7J!jiCzlEW zS*CsjMkz}Pq7jq3W=c|Pt*`LAvp(k>$VhuGMh>XmTLGKtl;)PtR*9X*pZ*f4|qzu zIZgtDU~mKI(vaz$4O89HTRYv-{>n>cGzA292Ikb;PL54jEjlOyw#Z8RY(2E@A+_E- z=l=(T@~6HqAKNu`_FK{_h`PyOrXK<*Bq-$fg+Aq5UTRf8OdsG)_!;e@<0LvM1cu%w zzkhlLUAy@z+XM4mrDqU+K4);8y;QR?^_zp`8y$9VKYa^+U-*x!O0Lqxn z%ni`sS^(PQTEEql|U-jDb$Q=@vvf6HUt4=2Icl$7BJC~v5!s6h9GF**(v&ZY7X(N{v!h&mJ@iSu;Z2);>JfRO&`BagHa zdZXYT^=$T8UtN_a0oBL|gGhM52$sDwRXd!L;vofgszogtK`4!fx>dwK(5ptlJ_7?A zgn|D|yC6W;f)g2Xf%laA^}FA!F%`dhN_=0BkUG@qi>G3?X zp75Se{%^#}X4eg)5`M>XBGg0A?F-xmu_&^7`f~=qBxe3h!Le_+iCa(~SG?B|YcBuD zia?yEJ2t!c)k4|&6~czgKf{)z32G>sy`-}_qFfrkPbszTUyO>Q-}xvV2b?)P1WQF5 zu$FB;w2ikiJuuf{8#he*-CKme1B~eX4ZrDAk@`$e zPk%^uP4MUU$#-x}i7P_FIl?ZQSH6n}Q%yyNRswqI&ty5T1A^_}A6Rg|;-Uqc{;755 zObLx?njqC#zo(&*#%#&NBVw%Gf+r%{@rq{9{j2cn-gZK{nVtR3mq!iE$3wso`1=x% zZ4U;$m#PST{bSbbO@FfaP2FlFu-i-L^fZ1v8w7a_7xZs`Kj`+>X>+q20!JfoA06m@u(Z#r#lsStb^BaKWw8WMUt^x zx@HsnDwp1b=2Nans#|9UDy%7O;(t? zK+O-^L4>_|sf$M|yp3+zQ`tBw1Nw>S(PH(>1W=qowX4oLg2$HXSxfH}7&A$-+W;Nm z&CIOdZWt%Fz|_g=gcN8B_{9S7&&|OXS({{XX4pk5?A0ziyWvfdUN+cDNi8c1K{3Q? zKF3f2WEB@L0XVrL+hJK-0s>uWc{PG5*_hL;gRE^0VKW_`walutIiq7T2mYa@oG zjdteleTBC`q2hwY9JxAUxINz8I(FS+&It!K>$G6LaOv@CO6$r=wen(Hac?^$nU2Jm~2XBBAjA{t(Oz^Vtio3+3732!ti==R%n&(wK*A|QRmdzPL$ zTy#>#%dbzxQ2M|vN@6dls_S~1Ijbe^P7*Pjyat-P3?+JB1E(P9hZ24t5iv3nfN=m1 z;&Wprf8qKsDjSX8B?y#bQbx^`AM}-O%v;hupvi6nZxN8_zpg4ZP22+^MXM7kO)rzV z*^!j#D#pFCayk%fO$Gu1yB=i}6`{rF(W62ad82Z2bGc2_G}AlRtog_hhCQQ=HI|w4 z5|$EjIaZh}Y%DD`Eksyk8d5{ZNrDa^l~Nj1LRyRuZ1m1i+cle_K20RUR^2+_Kv2B+ zjIwxoiPeWx>wo{$MIi`(S22i#l0hoaW~f>{DHD5rC33G0**k>at*puo`tr};jOad> zk$d;0s+H;YJZ+qcX)>1TNOc3V@=L`F@@*w_I*pQgDu#H%D{X{r_D4bJ08!5@#7=E* zu-O)efw`ekVqx$gRsxt;ny!0=7>tLmnD9#(92JjQ!8#q*G?eX;dX97%TbG}Rn6>vE zLQrd|a_m}cNLgZ{0%o&NxIG$A%j)t&7h2|Q*ry!V;Z#|mZi<_|LAs83GHAPRKRx2b zwM%Not%`_EEI-E}DyZ})Q)FcHJ7STwR56)axWCXQMn~M|Q7*+Uw}sS())Zi>cJt6; zjJ|=^Sx^2TXd^bo`cuPH$Wm5=1XAN{-00ZE{ay3xT@C-+mR}fe6%`fx`ujh94Xi)k zd}++=h@6tAJ1ta6alQ?(e_Z^9NkfDDnYy?d?!%jRS6i3!&P`K zl;R)F9z0DIqWgi)5pS5mj8;7mwmOh6m$ZWqao*hCVTUr zpCUD$$Kdq8-v9SQPRrzi@&60_hm7|>zy5zp0@w^op6kHZ_Q=Q`!5=vrHIY{Rm?h}IUk47JM-nef)_0UsMh+5^_sR#+Z0g*^scgBe7Q&D02x^w%OgovPi(0&$qYr?cd)^ z>gi?X3`?c=C}=S3e-;-<097x@Y&XWOXMp{Eec?e$%E}-RD=Xu+4Pt2kbpsnPP|GwX z$M4BTAig}r3gBDBsNB`iUN*5=UgxS8I~Lq`n`9-0*LLI!t=5MWA)K3>Em+#kTnRtf zrZ&6+O))&oi6$>BUeDb7AiWfRf(rV4%RETh6->YT@ZYi?(A6@FkI#17tL>L=THZCn ziX{2`Enk%?;TF)Z2p(=x(nWA)igDNV-4$A%o7Zjnu7+XA>7#B*ORG0#puY&X(=wL~ zyc@TZcE(S2qh+wi`_;%V!nF#?N7%I1csSu{>KMZJ&cVLWD`JCffwGda#?^U)=#Q+@O#iPJl-x5eWm| z7}&Z^G}jgdpe|e=K*v69cPR1n6fqHSf6{Nj79-wOZnW5!jcX_Xfi9Rr6^ftU9Z?8% zSYQ9~Yq-M&>f4)TL*Cod{Hj$p>MvNzR5j=JjHZn(2KqZFgw_3{L81t5dPCx8I{3#GpBIyUK)frJk}>5m7VeNXlWFHGCGEJy!v_Bn5|QU$qtSei zPmCb*-mfO2*Rr&c2!3#&2|4mlGYP4(`c}ijP*wLhk`kVbW5JL9%w$a{#bHAd&Nd#= zq##~4DClRUEW=BVedyt9caO9jvCIX3;m4#sS-2LsY?o2YMUacwubpxJE>&I{l|iNS z@}RZ5q5S^)A8qU41G={xn!j)nsG6m*Kp*Dway;7ViSY38r9a{oJ?&2lBqqUMB8TjE z-)|6%!X%t1bO_Ai`5AK&OE%7GF68BWFZZku$g$Xe#j)> z{V|D@dXm*PN1p>rcQ$SElVb#Mp2%Akme-Mykzb^x#Y9DaSG#ZaMJl-(8q&^`>J-;w zSI|Ljd*dFh{p+Z+Iy5eerp2pz ziC={eIL|eB%#-ybnM68|ekZQ9iOGmdx?MC&T=(Y2OhUvaLq&$mkH#OAB6C@pe`vZL zU|sWLK>DU0Q6LR*3??y&L`rNgArst__+QP1#?SND;UMwK@|?jGU#B6@AUdvMGR*M5 zSC7>mXk-f_J+OlxKRvTWxLLUBeoy~F%w&L@i-+fp<&Zpu@roFb3Vvfd0w*U|-8L$? zaGj7#?_VMKY%>=`DG^e4e?Frdf3zr8U;D;a5y3`=91?n|1pWQi3 zQOTUNt*xz?%T#@DX(ebLJijqVy_n9#n2(G3Dg=lNyuEaFwz4Vz(Sq|wHDu1F67lb~Z?+X@NMmjl# zFxgxUnOqx~KPoWtRj-X7Ih^Zi)YjExWh5m5#sT->kK?OIw~($=;j3%0ctEuQToo-GVz zSe_VVYx_khQTIWmsFbg%{IrRIa{)pQsB*n0Tt#!@12|Y3wv4L}8ChXC49qD7nV>?5 zx$TJI;C#l+qClCGZ)R-$NJvOszbF9(-H|+3)G)76FD`6_O?@Tg_*!uhX(~ojXd~~Q zi**_+-oFFabx@p;pnkEBm)(#?W%lBetZYdzGUq4U^oc$>Jo|HG2uhVh6!HXr6EsHd zb;FwsB1aeAT-_@llrwB!;QP|O;G;3X~Jdv{GK&I0TRh>lAl4! z^s3lNn8ho_jvXSV@&W>meX`tv6Imi9^SLFrMpA-oO&AA7KO`dn*$rLLFx(b0MHmU~ zCFcyn(%u4!d{t%hhTzw=LGsh1CR>KDBiSn$g&@OBemDF?vY)=rf?s8xf}q)?jcei0 zdjjv*db54YA-l=;Ba;~0d=C(a+T=+6O=b!^IKnf9%SdgtmQr6(L)q6AY(&7hYR=Pk zYiXQyjrkSo^e;j9@bwi&261K&dxztaA4jRv5btWKq?cq*)lzHSilp&TW67g+KcUK; znReN^^y{N*)XpRKyeH|7*i^&G=J$Yz|D7|NK9YoxdMz*P5j8#1-abNq0qVQ1Q@N-i!`8tQNinC5@QRKovPa2s%X9myr~6wGQY4M4m3&t~^Xd$h~`L8)2Miy*Xo6%F3k zq;RE5mnLz2NzIe$+$mMe_rWXMRI@`5sr0 z7d@_yHdlebMVd|hReg)0VV%+;pl(A@mt8f#ho;@fGuYomVEjCW$S+t+mpS+|@|1BoyG7QYzs4<9sH(m@;IExq{?!sVuF zbe3eDu4f)&!A2u|a7FQ!j_$RR(s)ovh&Ui=piXU1aiM7Rbaejhie(A9GGk3@kiTmr z{83lSb<8CK2%s% zEF>H!KY+_B*ei&tVdR8j--0f(te{5@==IqT1rdG!o5z=7LE@fmq*VK_eqB%EC9GRv z#&CEQv@!5&STr}EW66@85FH)4i&;$OzGEFnga~8)ErJGNTsishy>!uw!NsY&ZJ;Mq z#L^5m{_5VWva+Fd#2Ya}(d)Gs+!-DJchC_PF33dEUv+Xzzhw7GT?fO%lXM{TT+Ui# zW9R(*R9hT`HIYLZ8zd% zvnjy#{HzyTZRjn;hQ+-8Yo{KTr3va1z9Ar5Ihx{R#!mxwR>{+aObcuVapHJqStESD zmsCmisiUPENJa6U+OOEyBJxT~%xz1B65zlvq*ap8MjSZWCUUYrnmK#+v4P2k8P?rR z&M*^bJ`+v_Oqts?BBbM2{;21;+2A^o=L0vF`xOqWj^#RZz01`3ayK=h-bH}*ur3Tr z&y}3BTXA~5awtE;c!zV&F)HC4Pu}lu*nYZ-A=4vnKl>!wEEwbY&S{i~nC!8_5cWuf zTe}N8h8p}bgxS4#sv+uMPZxhY=ssDgDCjJEsu|tAT=D9BvoWe0wsERpbfVCVGwqrq z@O-eEACArI!K-uydb$y61A)Yuf^7w1uRpFsAiY*(e}{z)^SbwjwG_|C=>Bmd3#F1P{gC(-<49tFf!;nE2BaWbBSO5h=VY68+b@aNXQs4 zS(I5^QCK~s`*&!RTWMX;Vq|zj5OVKUdllj+C@A2jg0cWZ>Yq|nBAu^^CXVeoNJ>in zj!36d(M~7TBJI?S1*tK2;7>!CX4O$3eSKw-vhTyiDH8>lnVF*~x}!j?i>|JqbY|@O zmN$udfGLH=odTpv4tab z`az^jSYaUzwMkrgIU`_De6&qldlle91dgk}0RDtIS?xR-xFLj)Ii{mSgoac>K_S{n zi()p5xnTNH)(9vEO%|S!`>WjGQ_=iPz*0FhcHRl}AIa=Q`zKB}d!p~JH(+O)Dq94K zfcZ}BFxbYSO8+#>zZNQTotcSJ_23}C;vT9cH707oGO&PRU|rhjgx@_W+Bs55`;vxY z>>&^g8@+~&{Ep5AJg#RY^WD15(W$99B)D|?n{hn;&ruE0st)NS-PSNNMV7F4Cr6OE zG2E#(B3399u0I}a)_HAJ+gMYkx(cJmGrlW2z13Q)A2}l=ju2>ljqRl!+I}tDwYhH+ z^azuacC%0(Gk;-y>ylMSHCZF3UM|n|eHp_;8YQF6QzgS#E)1#kMT5X|N|9n==z?Fa z&F^OMtGKps6ZFGliF93*jqTuXI-{?G#w;KKL$)+`n@y`M8yS>#QC&8To9xaUo)rk* z&MHSIb80)a?pT0Ma(6`z$B*&w{IX`#vE?doWpgWZQzLDUEfAoO#4SLlxJOkvx@_dB z9vVet6cnfvJ^>3!HXOqJux6MeAffavx*YM}zojlQrI89j}_%Wz2{x z`E8Gcm)@^asI@@tzrXSasj74bFNA z4fPP*Pg(=UL94&#>n?lh*L^HysqJue6giODkK}taceun*yoY(Y-*nnWKio%_XNs0R z=}@|@kMGaAZEUaJoCJ=4#*J4VyME$bex|EH&BfP$cIUN@C{sbPE;{70rsN(gdm>-r zot2g01brH21`Ney#tP9Nd0aWYKxH%>8NjG`d|V)^A5F`PN%`mz*rifPUHE*RAJE1c7-jXe;KzOE)hol;g5=(J;tTnkJBz2E8j4!C;|3B^Q@Ei!kmINl14f3vRpD@KF-9YKPu!0+Q&q|tdc6DDR z?9y8?%^6CtWVEOiv}0Ay`I>%aM>#QB`<{_gnsyBb7ZlovkB|2o$oksNk^vOx&gE^E z=VxSh_r)A5yUG6EUb!KEyDNX)@)UuO)<@tfP>FG>Y4Ba1%!GrOz^gQ9L?IhKv$MzE z7uYn(k*s`gC8C7wmqaw>@N3qGrThtjO+Gd{S@^=#Qe5(Akgz?9n@aHI^fl0wE{!){ z(3VAgmIwK=mF14VrOdG#>m>28h* z6d;w1Ce|Sq=ijuxBOIb>QdK?LCx(Uo?IVB?k02#v^O< zGNh|1)=>O)DbzTW#+ePi$n;4V-(j?MXU;1!2CiFqWunq(Pk>_6O+^;w$9^WjxRUIf z(4>&GSVJ?1VZS}{9OBNs)gly5l4K=DCQ8KchKmdTS~i&x=XW0Td-l+s1Yu>4!oECQ zIDul#VVe2*s?zqD6taiCnJQN4_~e%DihGl@iAf zmkUNK*r4e}DCJOL@roi7cwg}8Xa~d~HaEpXM?b{!{_9ellq?=@SvCCAuksTah;`)` zs%M>u0p1nw&F6JM&JuUm!e~N1lHo@|(vAYf zIzocks$83=>!(x9Em@5pz@z+nFLHpPC2C}l=wS~6S8$z8su53s`hMh{5OiN^`Tm4X z!0cGcz8HaE23j!un&Gsh^wFPFFJRToR@**e?AJe~7UKSMKfNS$pGfLGAaAz}54K#K zw`*N&5l%*CfB&g80+qxz*PPs(2o!%V2>cdh=e|Mv-97nEwvPW(v|l;Fo)!=1dhfCD z^9*+zlqil-zxD4caM*uR1tDCXt;kaBMoMj*A6eFis#9Z#5nYz@hmS+3NIT#^MeV`` zO-`_!b)h9BPQHWpHk=&a=>4@14=773UVw6!EZH;HfYnL8L~WY1V2+BBtIe_SMv#H8 z4@aw-Hb=mvKHZKzVWY&$g$_~)?ex>mrTHGgsBNU2;9mNSK+yq3+rWTgU{D6LjUuiO z9m8_$0f@327;M>AT=AbZ|KS5+KtRCz{z10>M*`rke!9?pgoSLqHLT6Loz(R>SJ&45 zRM4WkFfcodr)fn^NJxl@i;DsXw+ODg3O7buG}lf-UHv^+;E6!fGJl?uKt3K&hyrVuY<@KXkVyZZ_`CqBnngWJ*@$JW27?qtTD!lcc3NKR=97 zj1#=ra-ZB~|0MC4lWpArtaH_PQ8kqF18f&86YjGxY$`PbONP7d|J>W((TuD*d%BI_Q=?Z00B}9ldrW^N%@n1XuiVll@+p{>$zP(aEAx4%{O_$y%#%z zLBVw?qz{Nv4~I9G)Mj)gu>1|Ku_WnuU)AWua{Ab+h>b*nGjoG-5@Oi`<}8GoyqLzv zHPd{9(gFBnazdsp7@L+1jR~C{4(ZZ0nhQ{nyYA-VxR9Y=rUD*i1vOnMI4e?umTZJw z+21~pvM<&#c)ZX{<1hasN6pS=XlR%@{+5zo2Q|BLXwP0&md1-_2XLz`{9cFY!nt@Vf25fP{*-}4%+sVlp+wUM` z5keE-9>58W)DL|T38HQxDt5^w6EnJWUvSw?y=x`(bZsA$2X?8quuGYz`I`hIsR$Ko zIB-&b^iFJK8VS`F+=}H>O{j0Evz$GaP=5j;*A5_{q~>WVPp-E#kP{lE7IE>h!c~-P z<~Leg(Mf!~i)Bu3L@$5O2L778MAznW{ewF}Jx1f=!2Wx<`jvMaZEnI?3EXrVj6iy7 zdB@B{i&PESlb}hrL9be}665i(a3xdhFyiM-{pPn=eW1e(a5Rek+zbwf*G-(`r7AuQ zrfaRd%0`PDu1NM#`k^fhzu5!LE{Bqo+6=CLXxBT0*#t8{J^Zd!RNx^0XaM5;^l*)Z zgA?!x*Vm-w>G2MdWFj=~6z6XhM6Jo%nGeY2dmdS5+r4{EUfwgTuSQ&_>%uW6=Hq}s zpz801@aiZuE1^&_K@CueLd_qsaV_z?ZbxUf9{ia5i>V{{W5eP7!)bxAKA`V;;)>v4;Je7bXz|NP=h;59Gcqcr!;8(L#veZVHS3&JyxN~mQzIU; zh}neI*|~@og-0HrtdJ!3pCOBLdt|j^S9nTbnmqy1wA7$LA;74JR!7HulyrWVjF2ZzW1kY37!nOTgg<> z^vW}28bTx<3Ev{IMd|L_+D)r>|%94W+82@Fk|L z33xrVR9lS)%n|>^0z4Sd4*&FxfYQ{@-< zR{}&R-!#3pc!YST0$0v**xxXK9i5Z&TgnB@9Y6dF6XD=%*7kx%3dR$9&Xo6OBAbcx zdbu>_oGh1v?u02W!uBD#VPr*QgiaF4s$J1Ux^W@FgZYpjKb8z8-a+1q7PMaGCw00% z7n-LQTv@BqE`B(~dv%{b>dQlXQu1$}=J;sg1j*`qb^P|3?6DV~{oP`-Xr&RTZN0ii z|K-Nroi(%SZ5nWFO8-WX%%(Z@?Wa})v&)gv#F^h`L~F?((=8Hujf!o0OLvoc^Vv!h zRohuacTC3f3AaxFeBd2ODsyo!aij;CPJWP&C$X6B#(C0oQ=>tiIf}{^?OodqBg^+P@fw1`~&CsILxl#F+|}h9BEYf zfPYDpC4C0UhkJa*YaM<4+tL&fn}Sf0yL z32Aq~tl-NXPRhIgUa~tFPIFFUX7?~dNdHNVH2?m7SZzL=dE7HnAy6jOBcXpqXzB-+ z|K6lP6>fCP@y521=T9%y`Z6!eU^Z}a8;Poma{ z_MbObgTw`)A(G0UY;W-}c{J{}L89A@Am)CBjEu}Nj_3`5@d!&9Zbb5F_au<9S{X>0 zE;cL0{~aG+EGMVFOL=d-z4$lJ&iYm7Z=ZU~n=awzFV!dsB^|07=3-*y6n$;(x*uH8 zA;4PkedD@*7GMO-5t^oF$=YNiX+oco`QSw|?asyO7_f!gGnwMzGu|q&87Y455EDF` zY|F{ago7w*Xdnw?V&daF^WS~IsI9HF{q{{*M~4KY9b)=d^g!@8xV4r411;?;sMF@{ z4S9`=`-YPf&mXg)p#g$fT{Dq(lfA?|CQD!`9!3Qp^yZ1*0;P7wJ1SW+?qV}h0fbYA z_v*X7s~m_eE+Ba(7~!I6sb5MMd_W4f%udZdpx9)dJ=fZe%7X6gvQfLcU9C06d|@5dT(3|j@WMQT>lO~ zFVC8n(sp=DP5r{Cm*4+9;(p+wr|eqod*tzzC%qi6L(xc2vdt6XZ9uMi;}teYwvLLW z6Dq#e#3zOfEocxZp21|cUL+(ZOBeZcSzOltOXRldV#G=Zl<73D?M)Z&fSO!9-;csV z@fbk}3vv5h<*@JmL$|&m6aHAWslvv_Mn+qkZb-Kon@FiDt%Y}DvLdhvDcKHQM&qoA zFJAMp)Iz0A0vGSi3oGgy<8IsHWSP!~vYW;EBT6jeE*D(O&d?ZLOya4&nhW$B)fkIt zgpN)$+MWlCHf9q3PpbcCX#($e28c>@V3JB5`Tug+R>aaxj4HQ6!(}S%4&McZD0hy? zql0u1qrg&7{jyfT^|A&^%9rA&WnP(XF3=~Xz!x0kd9A-+CLk#{y$+sZcGc&@UK)_5 z1g5a9J$88h`ua<$2SMlKB?L^%H~qu!amQdXcgKIG3-p{hGub26&wBl{MNZ~PyZZZ) zXUlZ_0I@uSho?H1Dph5jMkF`aZgIxqce@g^wq^js_X6O=@WaKstIJCgan7##@i>x< z7yF0b*kc#5CnUeMJC_l7C~qWG;54l23un+oEaIY?HKdzz$bJzyFZc>}UsEStM_}ZL zJoWgi;C+8|RW%sS7GosMkm>nGTdw~bVu2@*qi1YvJC$~u(qV0(;c#LajdoNVU!4&{S9H8TmbZp4zMn)gq@ zXJ@IpNC^35yzm==nlrKHPc8QuN8F3oI&&l1qUEC!E{#g_BO!eXcdufl+5Uq6|7~*s z2m73cmNqnzgNl|G6$DlxV%P(qHpx&gA=G?J&GEgMBcI-E<$i zGx^;=N1@m6iijW4n&X>hM_D%f-~VDnN-CWWHFI)`Pwj?NY#> z`y&ysKfC^E^(2$A4Cgb5Xq^LPXnHF3v~Sd`pK?+d9lyXrD#Xi6VJL|mRdBIZt*_xt z*@%g0ufSb^NG(g*+x5WaE0k)JVP7cp9k|sSJb^8ThlevT7(Qmf`YS2PR~WG;lva=w zUjg{+8Pg_NEsJI>>uOQ6bUafk~w(7q^8C0aU@o&7IlSMygh(E!-1L=tHQi zp`lSxZ8cKl-%0I+GKlwiZ!%Ht{QLxm;CTS2z zOUqfX*BS?Hw3T3)g;SlcKtVWIb90zabZ?t1X|Hb3jlf_CB?p2tnF`PXv# z+J^KfwCfY<^h0@XV0>5~QQh0l>KXtb>s*s1qO!^*2#Skny<|@Tr++{XK($7b9nI5j zZ0Y)nXSbU+V>2ywYMs8>_!s;D!44!;)Bw#x#!>{eNJnH4uiN2Jy^P=JWgqp9f|}$i zRHqjegSF9Wfno31MKoyIwqwYF`!x_-TFFhCpPzoRzstt-mTK|1)CjaV%l#CM1d2#Ken5 z9J&2EyWw7BAwpo4fvYHuvWd3vk+jVs^c6lno{wcbBm8$}40wp`q1~&tKMk+nMKgq= zvzGmRbn6j0T=zM_WVefEfM+dxUnY|eEu4OotIN&H3z}1qGc~1=25vYCDyrNbKezzQ zxGza?U)TtNih|(b;eAq7m9}DMXaA?kK7M@8YGwc7!-v0XYrbGerer zL+(~I7JOaPD;9jdOy{+^84ILxNh2Ez-;2s8cPsSUpJ6{dN5vJ&pJWCCFi`=1{mqz% z46#%qg^AV|xiHV01j+UHLq)wCs6X0z=KA85L_RSsY>HThHfWjn4wY-~I#t zsDC5CoAeY0G7EsU{DCx&>L_ug5ztZq<=0&PL026d(EbZe`-vPuE%)x}cGN3l+^oW| z8wDVa7@=X~rt1Ol53hn-=z+d2Z-aek3tPxi$L;(#-s=&93^)X2+;(q!BFG|GG03p2 z7x=>t=Bg2a6$R<~T2QK0|Di}>x7G+#qs^Tg^1G0SNayZCc$U!+!G-tB#hmlUON|)Eo-6(Nxh|l}IT7sH|KFjI5|ogc#;wvuBnK@i6{#@y2FB$`{fl zOGB04q2zHs^sY!jZ;&-pUA7xlcfs%G<|d=5iO^wB2gs=ZpfXp9jDnh*n{y19@Ih5e z26am{Wi5eeSzUjvHj9*7C#vcM9?kSuwFU^88scp0G>%sW;IWB$2>ER0eB3|i=Dp+U z|5%UPdFw}_7=6}f-Ov8m`30Jg>|Tb?aRwees#YeG7b( z3MwVuMf$j{Aw$MY?Kc*BNmKQ|kx^Y}`3AI6h0pXDp<35D|5t?l=j#@=|ImJm1h^!r z4Q~U8ca4g~e}E%h-{8g<6L=gyR8>`Bf>B%B-3{(lHi;h1;*=ze$Q`1F{Oe`$ym$8Z z_t*bh=WJ)^ZrHqDk%Iv_Gg3Lv&B;NK-cM$|+CgA(-20Tm_3at_br&{}Sod}-*CIO- zN^j2#KXqTy3D+LoKMDZ#7hF*A9*vL<$p}N9d58w+s@5?%K7JdV5Y)02vk{ zJLtKQ7j`%*Fa765|6epzRMC$g18Rl=9$vFl)s>_)we$wR@3Q&(@k>ze!dy#E4t-)` zB4KX@Ec)0kDNCgaZ?}J$>>oG(WC5$^S>}C~>&cLmLR&NSs5S|mCOC7+nHueVOr-wb z9WF<+{mO#nZAO7(%6EElPpZA9ACcf7or4;3u!cq}>3vQ_84t*bE~zYnuvyk-^&9_+ znYz4>cLA8bSuRZ+-Q@q=)$c;^$}4Y4m)mZv2Hxo713Zp0Gq%OSIPzN#4qSl7m6VnB z2X#95`1wIRi0UvpDJdi>>eZ*upFy=sQek0XNqPAnuS|ld9!%3ca2M*VqOTIcoCw^X zh*HDsHcart5h0*@```6-zpya03XV(>!H_qrtE)`-Xz%IipF?(20Q#=NYJsDIX?Y8W zkpd$u-P`8+z+%QbNv*}df~i20=cuCy2LV!4{2_tRc*-B%nw0XVqb!X9k)*o1dhzwF zMQunD#LfeF1fU|u)bw;_Rn;p728N3I`oPpwk}z>fY!FMHvS43aT>QJUgXAaN;<R6x~nlo!kgcfICwJ(^{wE41w;lvi;IH)5V+qg?Ehu1R{>5oZ# zx>UE~wFfo%q($Y@9&A3ZK6>$TGJBix{_X)dK+eG0HW%X8MeG~rl7_VBGG$-rNpmx) zNBzvduP673%At|ZzpP;P8M+)cD77I)46xw8-Z%cA8-FDWf>newb+nl_rn6iIC7GGR zu(_7hSgZ{&(@4JF@~J#hR*sI2QEBwD?;C%NhF}`ntR!@P($m8bkxU+e4y&AqZ+J-l zLx+O2Tol8;TNGTOO%zC_1K3|zkxtg_MpXLzOsA&t-!$j``^*(vwa=do_NEFY<>X>X zRr2LOevZA#R4kr;!^=xlSy`!?zrPeD!0uL5RAjr>g&c;@EaD2-N@PMoR`!$ZN(%5- zffdfjM;uKpCt_|+!@|N66Jrqv$RZ{#&Tt|}3JC)veuNts=x}gwA^XF$x+1#H=A@9{ z{d3b@Cy~e19hWLBr|A(|i_5wX1PUXSMa>z81aRK@+auj;R5mnajI)|88}xL#XK@!v z0rFZI%wQkipTW!byxiQiFf3eLlc>t9oHlZ#it1|M8MOxA>YJMOimmYBHs1aP#tJ7V zXG3G7FmRQ|zcRc4EiNvu-{a%IG{8a&Iitqu9=)F`emCE~+*naWoeB@!v`9|R?kEBuj8Ppi&7DBdRKK;AOJEXJoxRG2}dq55`$Bj|h=rYzMHc>PmojaB+f z)ekOo?d&XJauujF5BFQ z=2Lr3GnSe|@`W?gp>^`kf4;XC_LIc7k)Z3t3z@BGc2Q|$&1e^~%KCbn$;Z;^c(0M{ z^rwx{GpF3k&4gqHCnqP4{>QAo;di{eynxX(!b)pvZn0I&l_((OOm7I`I^RhhHeDFI zSJb0wU*ZX?bj5flDV!aU%DljY7z@OHFg7-pq>fRBO}R&z;(akSmBBz+l1C??`ju=@ zSXkKS{^2u_3VkCZJvma*Og77WvPo>nbo&b7{5(E=wN=&CK&MCEekzJgN*d^L&dx)H z+!TZDuJ_iRS94twfV3Fv1(ISTZQM)ZSl|Kk^-g&KmdGXl;-`eu4Pv?yP2spmjQ%Ql z%YJZ|aZj{8Ch_YaKsy2P`G`dy!e!+O*4AD@D$GRYIwGq;A%e_Gnt=N)D4_F#vNG{} z`P34D9j9Dbhz!h^{I?mK^olna1F1wtphSAJREt;l_E6m1+&-zPQ8F@O{QUWogB3D_ zjwvA_0U+X;z(~2ey0Ue2{LJ=3;4!aq(PCXeLx(ri;ZnJMX`0l@$-C8KGJ^h5fC1_3 zo3I*V>>70tyN4GU9+)V6;K&3DT%(*BTfo@x6w1jfiG5sTrF+*~DI*)ic{)ZudWVLh zA|MJ|aLME(zH-ly;Cgx- zl1#n@`>u8=+_0?Wx~MZ9SSSz3;x ziKe$TFJ`D;5C6{3!^>E_t$R`Q@p6A}PnM-)UL+a4U~!PfwqGFtMA{+bteeDVy~kK~ zq&L!%=}z(miq~TE*k13~gkoc2B)3$Yow@$0o|>y4jc^+W2Xt~6+0>t;r0%SPWTd6v zp7(375H|{tCn+9Ia|R}Tb8&Im0fsCMJ$>v@9rinUavv(|KK3&_=H6*&|V+G z>L5v7-L$NpbZ*@=(m##stTAz~+XpA%S<_Pd@N|;`yJeO;_5rjX)Jc^_Wl1!H2f&US z1GlN2%7*h1-qqcs5E>P-z`$e_$69ttxkm4`4~6^g^$u`>)UE~bTKWMw_W!NHM~k`k7d4(YFd zSrdK)ALQsWZ}d!kl97=yP&zk?;U3VTV&SLvjEriZpxk?VdqQPiNJk)u1`@1_)~ll2 zv_Knpns{E%PSaRC)0hxMCtrhIet$;M_nxu02TnhWF~4!w zs*Wu)X;Rr0g_NDAqh2udq{}Mh&e$=`P6E$mc74(Ahn$l51fSY-X+H5s4t z3A*XJq6dUCM`0mm-~|u2fD$mgVty*@Gb(|MD*F3dZWU=6nOp&Bpi4_$#02*%DWlYS zVY+tr7!Lc3`TsyLxGSlKc(Y@_8mHyJ<(`|nIo$SxWJuyhHF};kPVV5&5P-!Fpk}mB zV6yZ)CmS0Yo(kidW}Yg5h90FY_l*oo2pcd%GAfubGIe}U_X;8^ocpyD^Ov(@K7|&j z9Jd1vyE?5zMo}Zfgo4@)ZS?IhG~V9oT$f7 zc>lbisR{Hy1EFlrgTDG41tcGGq=`>-Fjflx;5P1;FJBgvm&ZSjk8^43=&WvS^@yqb zOim^Oja+-gF0YZx%S&5ZTSe`N|CP()>;)vpG0mE!5j2k*@@rjzv2jJ6<+XKcwN zDei=%^YOTqJ4Mv$?%Em|nDSf!e>!QzeqH)&KA*P#_RZYI^ar4su}l~nb`j++vBpmz z_Yxut58{`Gg)ey|=C@=bY+G+!&LVo_5^H$dFCHZ71NU2V&A&{4^7wr(Sk*|gb3_!W4j3|Dk=b>jbe#lNtea}7BfU>AS4UJ zBFNd(h4Z|d40*)Zz(q7!khwos#^W1fJ?J(=H=ElDId$tz8a44PFnT?13w zzC4c8*vRubKBmrgqfSX%Ibrcr)C#9!={;1fDie`6GuEGlEB5_E>?mi- z^&(=k`rJ8 z>XBswyEoa<{)DDiQx1ICQ&cs89j?vgXzx@>E9%hhO?bp`81ZOAxkoI|#(8^IOk87@ znIE~z`|E>MJwCz{en2MtASb9Ala8Ga8HXi1kR_FNiFn-&HZvVYOHson1rq%a8IKL~ zR)|?=WxE4eIfQW5jalVBhhYn(RKkJ2+F;#pIwTH9M`Ml2glWw?uek(IU1hFmRJl+y zKY9dBo~rM1_Es&BFg;ysh8308CT!} zIR0ota?^8v4xz(EvB5xIB{VJwwOz64Rmxn6Nclyy%C*6}bG-OsT{L~|@53>zQX6YQs>@{74E4Q1M|F?JIZ|u3G9s1?PkLgXKDf@m ztB0XLxpLYC;YtC-tZ-WmJ0y&N^@YSwVxM+>A!p}?3t+2p*=->8gb^6IhSk&%rM-MV zi-CsrHH)!VJN;;d)I$c4uKrL0^UiEJ86fDlox$=-2)`Y0_*}p84F9rlb9Tk# znxGXR=f1XS9>LRn?Ics#T$Na&2)> z)g4KUli$8@@{EN!Sdbj-Zt|w6lsZmbxtYn-zE{clOsR+*Q@prAim3q=jH;bOmO@yv zMBF@gP2-Df{eGtF=22C3?Ydn(ma_YAvRqz?hVz z#dP#y0nby&TkyW;COf+tbxD~&m+aatU&+QfIH##q|5 zY(-X7CiuGLS8z`3R^`;I-LVbZ-f(O_qWeJVz+&*8SkD}f=Zf?f61?SfAZWvCerlh_ zYJKCm{rPNaLeDUf*$g@Xw|X}{MTSy+%~u*5qsAWW^Z6=?^RrYq5iONXlG4M&gV~}w z&FPt$q0pi01`{M>qf70EZ;!dq;`UC2h>*-K?quYv)5VU`KXM$5XN;H2*xE9o(`zF( z>IrKf&z9KyN>y9s^MQf=*K=3hY_$0R=7~(wm<{sDd!UtA0G&AF6#;p$X*6QiYDIz>YZ$<1wxFUUQI) zN2{6DzPFdR6+^`gDxUsf-SFLn)nWI!umY+%*piY%>XJS7kLRh{D}B~2Qp=}O1fjA} zh)yJuIpQ-1VY^oN-$sYf*c)ye=nZXQTiz@1gpMPLY`OZo&!0a11`s&|1A~gkd(8cv zok%&vwu|O-`~6Xj%8Cjm0J#Gicr7G8;Cue@{yuHF)3?*Lk2kls?W3a@0P$b6*PPwb zLJZam*!89}|6n%i`3)`rW1)jOYYSUZLR`E9w87xQ8Od^p0K63_$Xk{~+P%V_P4y^E z`j48{SwVL4HP;KJ@ysAJ)UJ&iB!uTbg=;)SPDs-|r-#XG_T4_jS99l4X%bk`TkhqA z%E9O9NlGF;^ISuOp0=GJM|~}3o>$9g{^KC!cpkW4?sDY``JE;q;4rpw-WQ0EeH6+* zy38oHqSEME1jBsw%6DYa(Cb2J!leljB=eF8ta_DYa#XP3H3FU-B@o_FzQNo-jv%9a zbE5ZMjQsuw5d@O|=KeFMSIQ+E*N%jE(De1EG7Rc)c*0hu*R{+DWU_?${f%u^`sJVa z9?2lyUl1RkN7*1Td7>HKy@Rax3Z0?1SHV9$gS;nw!T|p#w=F9A5%+%bn#|B{xqP#K z{NoNruC^wjh_=i{BY+S!Xna(IHLbQpG~Z@SO?_9Ru3b@~FU$Gb$&oSBR*L|MJgL5A zxPBUH@hkiy9m}WvmWZ1Q15e7)v2K-LB7*cI$gt7jqPn`deOb>gE0Z7LDsrEq)3Lhx zb#^K3k>=4w#*xlWr2|Q%Z|8Hjm@D#pX9cZv|6tN2W zR|`PmUm!_Xc~GIFqa(e1*^|I*1giMb#cxjJ%IxgzMZN364UUMwXliOA{-I4XI5jqA zoA@1{^z{>*xY2!Tuxbh4_qIkNenKLq<*DzSx8Fr|noYhmq~z`Nk2Q`XKs@N<$5wI= z`S`q+F5pO=_dO9G5SN?CylyYuI%@gl9!oDV`Mw9Gp`{Y>Lll>aTW|N|JZwswIJL#% zPWxttZ?+yezba@lWXhW#)vGYs=Nn z<3+hgor~X4^dvHww`mtGm2c8#-UlYTxJfS7mhm6(&gc!py#8GF8Mu>PCJg>;E1+<3 zSGFylMzKaXH82Hnw+hYDB6--MydVz`A&}uO2^7I+(9fT^MHpztel)CMH?~~5cvO8n$(ltJcE85FP;t=kQi3h)g=Y|^O@5p1_l&|;@S0epl*3Q+2iBm4bU4M z7qN7F&b%s*$1TzsxbN9h2Prl0eta`hB56g27-Q$~xMEx5=N~Pq97Vp>W2^nc;6y=T z#LU5l@Ca9@*Bwis`34CYxqZ3+?$68--X9foqB+rhjsfhl^QN(9WsaG(=oqC7LHUFn zRi#Ue6|K?N%*FdTCi4}t8yhu(7?>3C zhKGl_Jm#-tR&r(H$HvAWU?AGs1RR{448em%mdf{5V7{@tBn=Dfg|OC~R~y#pw*=?H z$+r(@iyzHQKyR>N@Rt`OiI2Vow#XDumrR<1TE4JFs+V`j-?&EEb5igZwO)k9ZH-=n zt!WFcl?hvv$M55}5l2ew6V`*1DKJtrdSiNnr@q(f)d)zG&l*i62Y+2{Um(!)Od%2k z{!RyL#?9V$Z540{bkF5*VsD-Wb*uoUfV|oW!zUvno1RpTh27gIDq>!^wtnS%e;q0vT3TKn z2!#rQkhh|$>W@TL)2#e_#LTN{7qLVPVrvnIkeS(gS65di`z_g+*w{?4tqqt$kv6aQ zj~wEb_dY%@3G>Y`OePb3d{tw0@@G9aS*^tiJNGinGh~M+E(x$^0tcSdPJvYUz(;Fp zhsRuCq)j|PoADl&zK+>8L+@ey7vEVIpPJoTqY8mQ&A262%nF?6v8SsQYqC#%SxZH6 z(@olY(5!c`D{du)bhMa<9p|xb^)Nm{i+Ux^_+-vZhedyL_bj@z4a&&W{%YJe{;5V? z{c8B%Wv`~qa;~pj;n0=a@*uQ$CZ`q*YJaI9l=zDCOxgS0IH)WAT`!TnkV`0PvZZln zzKcq%gMmGIZKLJu(`fMmArBA!kkC+&HhNw?N0+SF-Q8VvYs``S4_CYfRzleLre1;t zZ@BJvhxKRcaaz_sk{&Nd&rr|^LV-mGqNe@DkZ15FDVX1y1vnpXr2Rnv&dl0cT)$79 zTU0K_6ZnV&BXejKbyqKMZN7XCZ_!~350|@HJ)pU%68NMRm)X`ttYbAC@0E#iq26pe zDaVS1#S90g7YXI0^Y#aIP3?Cxr$>mQQ`s}CLlUl)G5-vRAjlPxzcGAf-DIA(M@^oN z)&#OiuC1h?bnh7o-y#}18k&E4I@yKmKM>yM)cd&w*nk}y8(RjL_S4hT1P&`g2HlpO z3c_EK=k2lL`ugOc8Du`0_b*$<&(B|!Ouk&^WwTE^$V|9iF2+r8AFv9+-%2a$ zp&WN>RC4Tlt<_-+@|!O@RZas4^_y6^yVfkWLdpHmSXi5&p#NwXW5=umk{9$`kA3oc z?cuurC|f%Gz>>7r?EVR_2-IJ21qUDb)%rDWMA^;l%~^DhD>5*a1_+)eJ5%%s~(+zm08gdRkwM zcC7yHHcxl20gn5elLbQ;H+}sKFuBJ^%al)g4rgw1Y^ihccRu?hE_%r0$^V2Tt=lP1 zUktY3-R&*6>~FfP^J6)WKs)_+s3<7D5fKsEKgt+Rqepo=)gBQbV8JSY!71&WForzs zghP1&140}qKXHoF_G9IiZ{!jDy777{XgaFl8($gz&ERUY6J38P!3tQ(dDR)wLPq2S z``i9ls$aB2 z1y-OeH8zkg01}E+{Fgh3%g4v3ps2{V-&h0$p0(rp{zwJgRHw1?DN%f-;t53OY`E3K z{O3)KhTYOG0C(c&W&@Iz%&Wzu7pYLZ6BB~_hX;N_NY*=ptGYH;cafuk0cknj$3>(> zmM3om;V}b+I$g4v-f&@p#yYU|Uum-_06drE#h*t=E(k zM)y21B!#oS$QoP>l}UX_dg*aq_h`1QZV~Jt(`1!f3qLx~5^-}io^kwh{?+ByGO?8A zNDHvDFSuqZ{6nN5-ekSCe~nuAzozUfrIVMvD+{J@hS=Vx@zDVH3i@EoXYvSGB zMT01aQl%HEO0Uv8ii#jr6p$`O1S!%4r33{8>7anr&=e5qy@nznT{=kbO-iT*}!R0_kmv|$iPj|d?HzBuDFJGonQJ(3rm^ZdFfxhx*A=5WEP)` z(anASwl74k@ooR~UsM8S$;r=fWx;mvg3EyCQTO}Cp@*l)3~#LRUK~y&IYoJP%X$iQ;eTFTo!p*ZmO;kSsp%)3p#0&D<+9L` zXwV1o2^s?u3CoNt)cgryIE-JoJ5DFV{^noyQMAPA~M~u+FnvNy`zr z@;fzz5V}*DrCWp2A&X_zbAtj}m}RALEb#FYQd1+od|}8u z<^DvXe7>QBYNJs8HTC}ed&^r%qR!JYnSV4oBAJOlb=@e2U4kiN_Xzz@hY{~nJT7L^ zfkivi_k9c3&M>I)aL~@5RQ1HGUA>`xt!|%r{``NM_s(7wzEW-)C)nnsR#)TwRDr=V zL9UgCMkk!NiN(hRTSmUMZKs3IsZ)&#!JY?lE{lIwlamQIE62?PM;+RKJS`{M_StPb zArcxWkgBb%o$vT`4OmeP4GNj3Uem6`O6Q0AFqOxTX%^?w+nLhyVj>WN&j8X33rH$- zPXZ>!q)S+^@9m#R#qbRexsmblY@kX3MT4)v#i=)#oth*+WN%;=*6*;W_W6$e0@>bJjfi*5)iOTlHDR#S{QYS^vwz@VZ5dV$hvH zHbnqLQ0$$Ys99JbL>0r3T-kiMpT7rN8JPH1sl^zCA~IvGl&Av#w;ddye@NCoC*@t4 z)=)V6sBdcew}d~9*RRL~SkR9W-YHib7q)hzoEKAudf~mcV2%Ji>=LYZT0YSa`AsEx za`SC{@~QYqzpY#vIml(B3heLR=i>W`Yzd}LaA}m*X&mR{?CNSS-P}3G6@O=UvYj_JEcwO&?1ig zjK@#3hy$*mRMQ&@cQs8+QWD(E$B$p1*AK1P$`CqPQ$#eOsW0B91g~+5I8UGQ>K+yR zhyQt*cADyciuv~$|2~h^MuqBsj^j_f!$BBU^Zbo~fWZOA@c#QMajty9{~lksaw{WL zU{QCl&0JEEoK~@ywd=?6pP)4jCztVduB6ep|KpD7?BH6Q3H|{=y+Ldw(21dZpv&sGW({`dJviNV#MQSE7d3G7-Z6wFb*M^Rp{gkx~AZ7)mT?u#>6 z(cR?Rx+6fi4j#a9gef^`WCn!snz1v>_B%)1o&De;BQru7!lLJ|`FmD*akM7yJ3_U)A)l%Cfq_@w8gn zr=IkuB$0Fg8VV31e6Z!#5Kr3!escoaqR{hQizi1NtGAyai;@EGnda8pe<~UO9-4WF zQTM0qQ`C`$6c`m@0no~;wtKbk_HltHeHR{Wx_^EiKIB1_xvTlwx52lmJJZYf%d3ZW zNG_qY^Qat)vb(eRuL1k!moMjk9_hZIf19k#->)A@VE}_9+gyM9CzsB&jhgd_z|z-1 z@Y4-->cY&dAM}+y65z|MzI(Uv!l#9_Nk@?JrYh5`-06&hR?(4}j*cxl$m@Bz&rU5d zV2gjIdTISdE50!_qcc2(y_#;?pBkFneK1Yx;N%qi=d}L^`t41hy%u6UUEKiLT5dW9 zhEU?BGwmV@p?S}ylAYIMGc%Dtf8Om)lcyKJHN|ZsPTrLaEO&GilETc>_oms&bk0T= zKYkE$o6_HW<&?oDqJti%8ssik18zm3`X_Dz7`Jw6=$XdO;pW=9ywx0(x-ZeSD!hjU#ZTSa5a^lT+PVr0#d;BLZEYPSQ_&s|-CbQ< zBUV;6VK_TGd!h^hlM)nm=C^M|U{U~0<#JeURN2zf;GaKNz!009%!KjGI%MrV z|E%h31B*$w6Vd3);zsVf79WR52?GG^4Qm!CEp_t??Z30=uGx5vIb16I5-jG+m(cIu z`2|g?G{2y#N?ip~fF2d-#P$+f&cwyVV-bkxNDCKRPPrBx3CCyPAQ6m3&f_w(j&r;+ zTzbw|JVD6h0}ki!=(}O@Oc;G6r|4NflF zQO{kyRzWQ|YB_wzVz;oq*fYb)zg}kc-xEW;8a}}?-tOUYZcLGt2>U3M3mZb*6GqbM zHz#+oJ~qa!?+A#6?yY27??kch=I_bAE0H%~t#n%=|X9p_& zdM{5Dul}!E7C%2fyzUMTN3L?yNVkDQ3#Qza-M2swa|T|;Pdht8SUMTmCCe?xrn8;; z2Lb}BuYDEpozKSB_L-r^6_}-t3Jd_zdzdxEl0z@$SO5E7(pj8bpxJ*S0XTN(K>z)x z#!SGVj!8@;hE2rBy$@>((Mw2pJ^D}IJF~!GV2++ZPxNZ5uzIoaWR?)-_|j$kXTYMX zQR7=ly7)vwhP(qH{kgp@m=_so!YIuE1Dc;j9ylY<%Mn~%Jl~0}t!=(T&?~>d78tA~ zwIEOxv_yCP{gs+d zHwE&XR3bj3x3*Emuc+a$lFJbg=;LJsmC`)K7VvXP(1r-Z+q2$qkEoFle`&F7o^A9I z1G=am>RRpN7|cYySMlcBj_=ZTDyH zT&M|E+e^ngJ_prhiq-gPjo|h=9Ux?HBR)9O-&45PcccC+!Q=F(Dx%9JmHYAeB=j0SB z&{iY7a6##e3oJ)qcqfjiF2}gtA{Wi7`CiNJhAD)s#gNr%1_y7Z#8jO^6c~4lrV3wO z>=Jo9!TeE~xeAu{G+Zd~4}6-VQPeL=SSn)DckEsGjzu71&+QBunf^W2@$l~Gw4lYeCP^H!b zTG9)XzjY@q`FVMpovLR(lvPM5u+fJAXBSrWv2>hO{zLHDNl(%P!-u}Fr9czB_t+-q z2L%j7FQ9=$ev*aIk?8jy>&`vL7kQ4odF`pD)Kio+K_Uh}R6qlL{WT{8;Beq%d=t7Q zE)E(TQS54|=8LplXZzBD4^m~h#m8c$LQ))y>PoMj}DGs=A7$`NB zB_}tx%~Et8j55hTVEI9F0bmCg4^O8pe1eh3qZ(IuJ=*s}M$PIaOTML>NXrAY9>jOprp5T{mVsPjvTn)eLFr zr{&hvTK?-{NWwCV(R!ZC$ews}WM{>V37@pZ3iQeDM~M{FD=QvTe+V&QKZhXVn1eL@ z49DSmry8F}Q!iSctM6Js;|NVdZks%u-uw}K+8pYf`3coD;-asHAs<<|e34i`716Nh zdW-a6(IGq?4hUY2!7Z5>TN-rU{wO4-Ps&V5Zc_8=!aTXp?xpi8oJdD-TN;%m~Q zwShLPQWc~Pi8(@%nd0#9U;4NZifo`q0-t`}|J-gB+m{C-LCIEL z?AppozSQ5C`Z-ukdV18GgViqjL=bO}9b9|z<}!ZlZg_JLlkQwk@My^}l!vLRL@Py# z00tz`qHvt=gSZz}}$S7YJ?dqc0hJakuy9M~5CV&gYAFtM7lRFEiuo zM%zs+?QSkUGB6-&RKziIF1b{+Bd7RqGht}EoLs^SOLIdbL5;Gq_{a#5p*Fl&<4cap z|7Zcy{K$!8FPL6C;K8_e}hBEC)vAj>c z!06~g%KHm89zYNO{(^!bSfh(U{U+@F?k zu(z*W6ueP{ENr~ac<&zmE0F+Lgq5s)OWD)9O|Wx{woW_+M<&K*{hyrfd~sm&C!T2X zKok_TxqEufuRgx-RsH>~hPPj_;%iN*dGw`cOB=&(wcL$Kd4K3d*j8y78Q)BjGG`Bl z{`&Rc&5J*yiy(@jrbgx|e751uz7h^&SVj1?$-Efp;AdDNA<3cUO4vHAH;NnWq&5|> za3zf6nkTwga-JM3){C#3f_;HJz<-jux|ZP-mQ=8W+pZKIR1oPq6nt|dx76pvd3kj; ztD@p@XvZtOx)cQIzTTaU%uV+nP$NXo=c9eK}sRpr}X~AmJIV)?ZEOB*mLFScT)R%_jBn zGcm!=a>jw|qLY}-HvnGyilEDVZSmc1Q=os>H3@`LBpVz{1%g69TfoOV*|@BSZhTfS z^|<$eeSBQx=>-~E+4bF2akcaqUlSjBz*7-#Y$XcbR@WP(-Kw|7?62hg>hGACFnaSM ztKF)l>i9L@@$|U14?NW&;B`6z+i#3jo*VQ8kc|13b|Ut(zAgyu9Hz-ADZO8}3z4 z&dnlC^~<{399)7O4i3JMe@!Zv zracD#TiRJN*2F&-zgfSuKA7z-B0)3ty&#sBiX%k_%$%J3{8yd=NYEk0Tm$%hdM*Q^ zCNGs;U`91?bHuZ`Y-md2B<);P zla~S=QOrEM4lkX8wQ~urNp(uehV*-+@;H<)dr7ln-_I+^B6vSjmxVVF)DFpnMZtYu z3f!SZxvZf=CeVbNX(^YFXHJ_AugpFwRQ>UHTCRsQwX^QGPInp`AX`*iABsu4v{6qxG%Zlz{!L3_Gq zr#jnnR1VN4Qae8BM`eG&BXa43;}{tidoNEJ)$sNU;q9CQR4W=# zQM7W?<}Ka@G9(WB#t88S?^nZ?KMqk-Q^&@{WPJY?M{7}R18_VT`+%fvrEzIL&b=7i z$;jx7sGptx9P;*XcqxT~h$y?mqWVp)bE2Qjb%66qUVp&Fj_U`RsV|O>@*kl?ZUcE5 zNW7F)TXc=;;Y_s0{W^lokH3!;mX1Z$1HC>h79NOl)EoRhg4^64hu7g=l2k&m?UfU_ zCt?|?JeR10-H&6-3Ap6syGGBXUB1UP#M0W%%>I33*jEOIgHRnM%tc^hi>CD9BhLT` zOE~8j5|PCzd-Wr;K5(+YfxP_u79NDJ+vq9d%uL`RK}K~oJyGCoe;XRw+en)(_VaN< z!s0qojk@gv`9^R_{QnC zz$nPd%GMMwYm>ls1ZwrWySm_6>64coNc|cSH0d=7K2;#w|y5BIXKt3U`9H1tM+fFJMNc z%DIqr_qv5WSgvq~<@7W_E63r@%tS#76!BGMZdkJ&rkkkoc5)kr4XaM^v%|-;Vu5k6 znVBWYm(V|xu+#6OIZo4*rNS-cN~lHmtlIVKHr$AaM%pAbk}XX;H;Jmv(^T>9%V_SX zxlcT{ot<2wqLlwIeITQf>N)1%H*i_j*I(eNy1~IgpgO?s0KhiL@WwjKD)BLPz5l4D{X|s+pXSp z*}MnyMXdsu>G6V?Zx{fe9RF6Os7-Sm0B%fX2y0xT-IEl0UkmHuT+LWS^(0TCi@xS9 zWm^XY-1@=y-{B<%%rRhLp^yrr*gcOqu%+dq;*Fh&Bp8253E86vQ7+Y;jb=+|!m77Q zrH2yXk&*2R*;Fqd=}RJl+_W6{R~aKiBO~K`xE>8NyflgJoncY+MTi;nrpk24o$cL{ z57vegOxa9l88#i*sJyVf^Xq`!{)LJzmiTvjlwI8fid4N>`|QojG@2@Ld&@;1p+8`H z#TWX#8`vPrvbAk+1@@0iAQ*L5Z~{({p#%vgxKA=JckSm9fwT)=j{=xLnB~g(i8XK$ zN`gLE0e8QQplzWu{~5Ms7+#x8>_gM3Xl_Q<`z5okNnByrzVQ5^O7S?}68c+z=G@$L zD{Y-LPsPVzy!HI--OY!~qpW~0th%peT}aP;cO=OFgUNP5Mullj07`nA-NM&c*c4`I z5`6oxShTsB-p|od5IC5?&2)2fE6Mk2+}mx@YTWt?oXIyB6EJ2d9oXLZJ+S=bl{a=u zG74Hsi+)hNjBH0+5o4`P7lJKR1O(~U$%sOj-%}`|VbNYnZZqcLwoC0wB)XaVwSGuC z?ij~Ae3}7w?iqY}uwP(ugR7%FEv#!m?cQ0)$r9w?8Gf;zD%a+EgEYS@PXI>lZ1Zk# zz>~m%48x2qWmp}K5VYj@akv8nD?%O@ck_GyJkkP+0=)1Q2nc|qz7$R?P*RXfj5p1J zt>9Z~b*cAxxznwkMXStHVBq6XqNej>6A;=i{@gO!458C2gjf0u0YY)I=rfI@f*;U* zwpTIDFSJcm+K>R#;@h8#^XZ4xmDNk}6GlP6_ym?s8-Nh^Yr{u~r;Cr-PcI0nH~ktI z2m!V^Fav-+a78_C*>x`N#==%HlFpcDjhPbnGN$@b35N1<6rD7C`lDC(ZsnlY!XuR} zAyVHxx_WO^R@-YKXQj`^A}iRCHmy#elar{$9LijLDC$dF;Rv%AK1B1s$YLk7^5|qM z@gtIw(K<|f4%Xr`{*V%beG_L@|H7#bH+%$_nHqf$CKTh@I^Z|~V>@*_QMJt3rD=bN zGW!F5_MH!;u=ioLCEiP8Znp3CQ$RC9OJ`ilV;tqGt!mlrts z0JPofP>G*_ZsL)AV1wiJMbU46L$zmcAbW`godrRUZH_I|TJ5bSJ?&P%p3@yIsb3$|x zX1+guOcb=JT&G7~=r%goIPL$WTQq3liLquxQ%k$3xDeUp<|AF{SO9dwJyho)LNIH1 zbiyU>px6TbAm5^R2*Vhzf!`n~CPoEnoIN}5G8nAzdaa?>!0K|jGk$LcYK_kX@c{A# zEe4MO5d;84$0R$ul!smAOVhRVOYI@cesuI91ImzTjj$cCU1nZSIROZ<1K2*INt$3d zq)tD-`ya-K(lCs_V4iARxpTMclM;GQ6{hlBH89ofMX6EDVvi>^h z6|W%wr~3H=kVOp~$;}<(HiW9|jCvMJ^wdxTKkf?gi>LwUvZ}Hg#0(BRV-?0TTK~Kl z>|+S-k$wcVShbHk(*v`487JqzFmpgz-!r&-@p#5h8h}W^*i!!$^a7NDCUA6b)zy~@ z+-$!M$D^d|+4Ux0n&Q9{z4wd2Fsx6WJORK3yPfqm7`XZl|F?V9{AK~H&ccUB z!2JVatIYv~8UWqezP|#!IuMv^FyKGrY`&7P^IHjXDLU+oWajaBFx}he{?z^{W8C%! zX0{7?qb!=AW;Jb^oB2uc6^lBw@8iDB^FJlY9=ZUSqaZc>kc;w~TL8`7MoPjGI3NHr zz8!#stCq)Pn`@r{*csaHWN9_=xR>>#t<9`&eltY^Yyourxl3Bct z2wo(fc{FnU#B@}drh~~d+ zA>~C5np+wFDLDK_CTI))z2U{%m;WEP{C{CP|Bpuqn|nn*HX1C3LrT^?t($&LwZ7TP z5J!}5QqaC>MsD`Exi(w(FNWCHYIyUhl2P06e>kMzMVIkM6%cF7oOB{rMt|vfxB`4h zob49u*PK7}FAi+XYs|GeO&54VS`WeM)ZY`8U6^Us%rBR&vCTT171=XMqvbom1%E%8 z;YVzxeG=)KqDVc6hpM#|G`1}$x%hD1GWAo!@Aupnehe!Uz$jVX8mwc;^A!r8{V4ZK zE>vi|`67Ax#t((!4}Yy-C7IUS|J>Ha*|~!p>MQGynx%hgWW;cH%RSxkPscYML=gX-ipZpFm21&Bcce$@w8@2zustT1pAJ9+K4*B-J>wsO zYHCZai@QyX7#c0uRxUj-+&{R{{2F(m3G(igCuvp{maDBtU}7cfFw74Vn#4bdV1r~t66Ycn(?;~n6AQAp zPzZOw-S(PK?6@v>j($-=U3{TNDWewHb6qo6p2yO1Y z3?wKoJGp)I!9Z{x`ry`G5%R?9Mrc;rTs*VYq;2B+XxIKh9hX*XKf=pn#$hhJ%9?$R6@qf?ek8XL% z{j-3he&REqK8RWj2YM6V<4L<#&Cpmn2;{%fn3V?bTyZCeC=b`P4+{-?8M%rs7{!H1 zTy(KsGDxsNZi!qh@z~g&Xn0eOHL5#&U911)vyHs}FFPp~8pVMdG*;(bHVmXhzMo&I zM5GfdX~;AKqiYPIc|WeqGI+oK2Lff?iJh3ZEGEb2s%lL?2Y;kcn>-;4Zyz`i% z!OyL6dy;r|;|%1v?{ zsBIs-4lc)3ICz$svg$9=aI7g^TO5dFbH?#5QNUWt?@%?$uy|=V-4MjJG~V2Yc9AD! zv+zdPw@~lV0WaQHs(a_-SNCu}b2Wn5#(Vv2FwLY}_xkVZ?jV4M4Q8qTd^O|TVFP5) zU$W7oiqn5YdHuSOGWh$dEbsCPSg!3*cG~wrs?v1!Z-_S-x z-3zB%==$dLJ<;|?hcXApZU2ZM^zPoA;P$$o9(t`g9wPyCn+9jd9|VD|Pn5)m z{jV$QI@Z6Lxu35 zeABZs*0<-)ZI)kdXwDJvAVmCV7$_TXNsYLq6tuX{x%lmWYC7vMK8L3m5FTiIrnU~M z5u9`~qFHB{!H7xqZP}M&M90vc2jCo zoEM>Qeh}CD#o`gKQ5>M|)y?78qDv$cT44v&t5n0dKAkV9%Y>}Y>>rrJ_xD{yNoz38 zk%;y7h56@%x#zwjS@a=2_hXW|gNA%J1)Ygula7y+U>W5#W_cu%Ok|<4lyGOI(d+gX zV4#zGg(^ya-HehTk%Z}w;2LfrBo%2wbMgz)!Bo8PtV(y-6~IhSMvZT^eEBj!IL`Jll%JW+A|*clQh59O z$L(Y%fWI{YoSqYV*m{g-?0z{c2-TVL< zlV7xOExo{m{W?nk?-#GQNcZ&BRDwT+&< zP*EH#33mEZK>~}3jeUpdz<`LArj6yjwS(0@)%$Pd*wyjlZ;ZulljP(QK%N8Qz8!Go zsLJ8u7UO+SeUf={MZjJdv;mn?OVCkz7!rWVSRmllp4bDsl#_C@+*NY z0f4&UnA!RD9VKv>fgY%CNA~dH%)-#Qxw)#>7~tV4DZYRY`0|l@G=Uk<&VcF?KB*O$ ziqDFGe^A5~$t40|!0)Lg1jj8LfY>ws1p$D18o`a;l|9@%KWTc$$7wD_4>|=Gm@HBK z{$Swz!nwHO$Rb&0`T0PpG0m^#*`llAv@GV@Y=09B)>@V^?YVC_EkoFnX@|e-tM#XQ zUu3eY2p0Ho8v9J$LG6f6UtSaixuQU)#bdh1XBhJ-*$?8&N${BRvWD9;vD{!2*2*{w z-%YulWN+AmpYX!!cUm{}b7O$m1&j6lqR9;c_~lp(LF7IVRI<6Bj`01c*(xgNzp`+; zDsHC>gi3fOa(tXHz|n0F8A5SAE?NvBn;nMJ1w99E^<2Dk>0?6Ng8TN1*z>!nlZacm zIXKk#Le>{#5>EybXsILa6D#KMPUSs*Zs=#-P#7l=LAHhaMo4 znpL`MdV|RC*?B@*vbh%$oVRXWW8ByP&{CV?90zJ-SjYNgXXaO5-#vT#e9FiLAnOa8 zo;C%T8?%n$dBx_g3rH2?TnzWR&PHAg9Ugi-DP#Bb^#!Ck&(=VSG$kAt%(l#l+xUkq zW4T8hM4_f9ztx84Z3YRtsD2X=I8G8Xwnf12zpdkcN;!fP0ZSC(Ytd|7|I9FW{%K|z zrkUsTwc3juq~o2u_)F9Z0yHjm7AmjSCpk9UsqZ|d`z%j*$7U>E-1K1uK}%&#zQpHK z;tU5Y7{n-Kanl!l<TyN36XvH85&?^Vvjje+t8)gn?X7cc6>1f;*o zDNf;PlG4&`Hn%vQB@3Oogh0>v0Jj0odps<{%lpdcXwyb7woR;iO&%-#a5{)G7}LwB znXbU-(twi#_LIa2U@tYj=WAPZ*w6ZABdUs z5>)fYC88$>R^_HWE>xv}#86?a)WIf8KYOhKlA|P@x-o}8M1yP&H>Ube=~k{pIsh5q{GM;? z#WVU-AQq?!vL7a@5-{&fyl<$_26IkVWOj9Rg|S2Ds7|)vb$NYr^C+-ROg^s3unqX= zuXd(o@ilpL@|qq3U)@WwfS6pM6%q2O_+n-!6a?u1l7-xtPsTmQ=BeMiH&8)aU(bCc zGWHYB{pL01D11W$H39n5SV^0?L{#LsU04XD43?JOVNNmW##IYtt%hOyA6#-ucgIe? z8tx@H*oUO|OY-oj;d(+ANLM`DTFkIh#wKD0RFD)aoLdUFBgfvLx~?Ew%u7lXIK4nS z`46k2TnQi71t^uyHsTM`cz4ZS)+-&;#^cYrx%DBi%)PLEOE`pwkki|M_mxJ_rX`+_ zkzg;9h?)(9o2xR4YMWwIBx=uOT8(R2p?3wl(Z0K6R zdGo&RhJoUd74(G9_d+k4U<9JNYu#lEZ?tDYNy3<4t=|Y(qDeSxEd?Pr{SEN2o#013+n1uGWo?j)IH_p{sQo|0Y8Q zE{8%7b_2XsrInP-sjoXggt}*Jr1*itSUh4c#%X%_rg*}wm#=Ii) zs^9R}@6Mh<|0ct953`5hwrY!q8;LWo6|XTdZT?;$c3e|}w_ND!xdm@|f7=t6yJz?H zw{EHGyZBNZs7xZK`gB)Xcr#tN#k700DH|sS?A#0Y*>S}r4a?!utIPyQdjk0R%Dt!I zMVjYgzxz{--X`-w77gBFAA8gf{znS{jFDAUQGgi#Lq2eN_JF*#0L1$ADG(?}Kf~sm z;^gsYFbF3Gp=%#MhhT`qJI{@O&LwfFMOlL37mVuocP|x?@K&Md{Y^R0tDJPtyvQoy zrJx*Uwv~%BNz>Z5^W=wukVkY6V0+cG7xH%=Py@@uiIMmHQSo!+W%AU6qZ&EHWpo(a zn3+-mx6>`bv^Zc0UxwynF>!_F5=I2E!;?y6Z^&$G-1ooUUZE;A3-SRQNwk3ea1sP4t2FSxy`#e_eJ~Ul=gB&E>bWIp4{vP<9fZjw-Sr@yes?torU1;mnb z|4BVQehsJ|E6`nJs_V>!qsttPU+vA`7FxOQf#uQs5+Kg>Mbxf8wIzszx`7GW0@kP^ z;dew=!F+{jiBM&?ixTFbr*O!!#! z+?S%HkuSZ)apU@DCo&|p*VOm#f%y+mHDDSO1M?Zs3k{sHt6yvChu+HkG5q;2Zsxz- zf*hMhVWJzZEi^@L(UnQjzGM30A&2puO57vY$!xR!? zGrR2Y2%JW=txXA3ZXME~wS~6O*@pij8d=48Yy`8JKeL1L28xsmVR~Iu{Cs_vne~LY zJFb%;Z;{t6j9RkZZR(~*K*8<+cNtQn6hC|~{%BD-S)RQcEfDf2;v1T91gGW>oU!N~ zG+}o2`2o2S0{VCWM!JpJ11s@Y$sLjp7s#HGk|io@+sNK8ClJe8++B6gX#a^e?s%K? z`JGqOo3R$=CEP8_-EZ$4FAiRx-`{sbW5{--!lV$XJ)+mXAEP^wH%*E9v3Ff%13lGHdt)6DDPV->?qAAIHnsVtn})ti105z(H|zs3jyVM|LZBm-S? zc;R$&vkI*Fpv5Gpb1AbN>ZKDj3IJ6KP~pu^Jsoi!mtvcCy-}nLq-}v&DZ^PDpjms!6sQW?2xB2&9s?Q76uL z7(kS13AAXK&=UON*%T?PiR`?O{W=H{8ADF|iP+_Fj`MtO(D<_>qP!B1CNkO%l(-P9h?P^6vP zRXL3E!|*~#n?^EEg7I4^D|$w4^~8UC_roI1Z!V0kV!5`|~b|>~r5Wq?cNpLKX@Ct$PU- zE$$Yb`v~Cho}%$|(9XJF>^6Wm?HTbUbU}#`v#mT&4GI$&w)PN6@H6`Y>abH{L2b{W zdqc80@t@Ndl^^{=rM6{YQl;vhDP4KPrmvfi6xNo{4pl>mMqaFNqXI( z5ss0d`PH@`d8IW|XmOA6^L0t;u<AY6U|3uBMXrQuyh20PxuONhb%XI1K1>qQSwPkfVOVrF*jOdzRBQ&#~F zs>90s8n$J(N6$n*5Xe=q%RI`l1Br=WK}0Y z02%})C9g>J_3Up=1!b_nCHUqDUqyBG(&)PKm2*-@P~um~$l4>NXYBf8Xj$;yFypzpU>H1a86Bnuq8N^?YMyDB@OM~{@B-;45;xi92*Q-hF` zUk0YvLg2lntAu@jXZciDf8csU{~3sF{`H7!Q{G2+ZZdH3RBGfp2Kk-5JsVB&sunFz zLB?{Wtvf)2uOAi%yFuXPm;}&Xg&)+E?VdzS7v`o#G0N%L8ttQf& z1iDGE5^3_+FxEk=S8iZ3K+9JzGtDX;VKsw=a`25B}B!=jf*wm zTn0~(3%*`pY;pHdT;B+z2DTPc{{86Q=uyZuc;!)iLC-}y?o-u|%HspqD4~c&kE!eaOq8x?zdnNMq;jjh^*9Pyh6|yFS8gH}cNqs!E`Fu7 z_9fsF9+2HGwz_HJdmS!j2YNha_$bx9w}8>>F4pPiPbexB*|oy2En;wV&W9rewQN7)FiDtw!rVn3>n9PGCMgZ3y+aU8l_OF0y z{Gd4Las?09-Y-N`_>kuT;BKP)x8v3x;lCk3Q)l0bWPk&9?MTDeNx-oPaLV^h{M1oc zvnBjDbke2gN7q0INL~PVmo``II39ZhXHu233GCEueb;|h4dw&?`qzcq4RHbZIDViV zfGu0dqvzT}$QR~Y0#)LK?jz0W4Swk=c%h=h!&SAkBLBDr0>$5LP^H|cwIc-MflFwr z58?6l)S4LX?08#sd73!}?EF5W3}MfO7a8yNHxgXBbcuDz0-%}@qEVb8I!j{;XGU38 ztVLHA10zX;JvAB$y2*Z5>K;owt(^*s9`T4?C(2LxX>UN@Qn&n-?5r{w(Tof(g1e%e zM3Xd=WjsMQZftlAJ>U9k;s<}M?fFE6<6)Y{htxUGqtTh%f;0b31;4oO^$7Rw6FMD* zt#a+yU4*0o#`ojEH#^Hm%1jW5*+gg!G=Gn>X!-p95aLIO1a~J3M?mVIf|MR*L48N{ zaqyc*g@aFV0I!ZuC})?Hd{T-1go3lPlX$b3F+tueGL$hn>u9KZ?cqGCXoW4B&_b^l zGE}nQw0`^HRYf#T42P155mQuM=eZ=d3kjb?h9wX*wLfRLgm{hfYdUOMS~teA5zild zjn2aGoSJnZ<4(u+Fhj&B#$ol-vvxF`Ma8$n1MRz!okzX_1>^)cuPC$gsSIMN&vEHc z6BAUiuiS#>Q(mf?tjQ?8J%|eAmGh@u_+&MhClcqR_TA!_6#b#(7uTu3<~qTgr-_G> zyz(frZf)PdYt~$_P;TN{Wxt*GHGMaO59?d^W%UP*EyA}7qjPRV&9?pAgtOgQgQI?!OJkf6qI4v_;9fx-}EC12;@7B*UJ60I)%l=F0$2@ z+YNk=fvV32(eM-p+(5dbfc91$4qdEU0V@Ap|3Ps@Q{k81f89wFp_G=){R|kXWvJr& zxKD9$KkXIAnIWxq+Q%JmefopBoJY914YeicI&BB?4bCYN{`Cw(-h}*QaihPKlg3o{ zE%Z19%|I#$jvi>J@0zvAhcPssGtjJb89z=zS)9EVI$DAsV5gX%hvT!kXcY1> z+d2ZX+k?^(hZ5y_iEmZDNR4K0%H({G1^d$#!%duP@3|@-;G_q{*?sAI zr{Xu^Fa55I`#1CkT(pdZe{F)VmY|Av(2z?v6s?R4wc}R$R`acv=qY7_ia6wm?RmC@ zh=krr;G9<2h{;2p#yTLCUbsa|2ORnZMatlMw0*gJcGft5G~TR)bz*8hZV#Q1q1OGN zlr6$$A%gVZ*gkWXR{|zImn0vNzLWW9)i_Y`*AfPOFng&LYA|09sm|`4DZ6 zA$Z6Ne>5iSH>c7AH+v>UInp?=RYedFil#cGh<>Ix$(u^AJ+l#NhOLpFpDG z?#`XwnZeyF8XG2UUq11hEc+xV73y>-Z@AkFTDyO4ykKsJK`3?;M>X9pGrCO32MsJT z=^P_@Xmw|j->u;m(k4AqE6|=rO1435@ zv$pSdw6&=|M^k=l?_Bconk)Rnq>BWiwSu|Y?FDEV%A8eXu;z9~Q`A4Ow2rOojhlcA(PX_RQckd8oOW2^#d@2|ad4I!{IZVpp>Z7wElr zR%?CCYdb!>d8J$pV|4iD?S!#&4A)HMdQPpgpg`G+`qtBzKVUt;c;+ly3 zg~?yI{2+!^NRPD*w7=U-mLC(f2&yZt$tixt!KwMbQlMNa^_LRmGgO-1bf`PR={nkRL=K&K3Oo0um-PgdAEa3{8wQ|2fr^ z;P7*NNp(lk%~AlGot*{D-q#{TO3GCimtCbkB!(c-nAq}M79zCAGLsUeK2X1X|2~m+ zPEHBdD*_^=CBG~#rwu!mgVGdp@4@>))f{dNfaZiy0^f1O4(BSb!Pz6>?rryk2tRx= zucFK3E*`cSyFC24-p;xh1xla&&$t<_(;Xjc#Vo(z?gFs)BkF;5_Q$3o619WwL7U$T zFU)0okj3&?Qx;v5n9*%~pYlA~e8R#65$X^rxn_^v|DJLZlddd*BTio}CivLrvZth^ z6v`k@l$4Yt6C3v)Bvzfjt8oQH^iqjECk1R|%mkJw{&tC=-Ay(C3IGv-E0tRrQf#Ty z8ojp=8Xn$OmKy(<_?aE%U zeRSe=Xp#XURD>K_!HCoYMJnL9!e{>%Z+{sV)fc^u!$XH4ASocANH_xK z^8Ra-RCRizOie$7FMihD{6AhFl4oIyS))iZm#O0eB4XnL$8In>L6j!A>d-ygUs{pO z(=!^|l~wN2C28nH2kFs|dYaxw?~vET?1)o&N2K#Vizwgyj54Z~17{NQya|iaL!eAW zA2~n`>+qNhJ2>x{ZtFT<7rO*lA72cg&o4b9F71}O(Sa0xA3xT~rmn83A@x5B`vzCO z7Ur;9r-jfMHc=SJIc6cAOauDG%cGU9N`abFWEZ(n@Xc?xGsc53t`>^ndpn3g=BIyB zNH}brlb&)>l{k+tiMY3P9AFy(5ztp`FJJ1-Pl4faGd3;`%k{s97n%`{RJ^8)_p4KV z_kc;vjzi~qL0l`(_}HEU5*SK;nsVl*|Ax&j=jLWcj#l?QRWRAMiEYD>IG{{puP*k_ z(O1Syn{d}Zo4Q47H8?~VMYW(UwBXVVU!F$dtPw;}9)qH6AYay79ZZ#;6!Wx}Dnizn zxmgI15#x%8^jD7{HqB@P;#+k6-wI>BE4@{$5%980csW>kOOQ=22mNpQfZ+%rw%fa5 zqF)gZDnJ`?l^^DXuvkS3;%(htlG@#-7_X*tuC1kL&UAh>`h!5mxzA$0dH;&6zD=5a z);fh?g9p;e;0jxjkq^d^syYdw8H+qqAx|D)3-Oyb_y6`EW=8-Bt^lqzI z*Uq}|v9wO!)JU0BC20WVgsSi3Z<>y~Tgvn2KgWVI+14kjd!A7tKbE#czT(*5?aH|D zklYuVzN&kIMuqex573{T3i~HZi&PgoZ8Gpy5y3S0bqsKGe9+V>I|{lzo_F@E=Kfrf zZDiGKF(q9YAI>$5x=a;|%gxjjZ$9yyY1YkQk_5CF1M+dq|GgP`^1B)P<^O*7|JgV4 zujt8{y;kR|9kc}W3`~iYX9>+*jvPn7W#i*#4FMd zl05&{VcZ4nc+CIjBL7!wt^Z#y%H8(~zL zH@yFOrMh1=Tu`tz@;4##PTkvdr>u zE|(XPXAcIcxgFSbF+ew8m7D1ORqz8hm<+jWS2H$Tcb-gnjh6O=2DzN5DPcA;R6Con zkvnR6W#T7(baqBK2dL`a7IF0ycOWtq5FVbl0ay_Ji#oQmI!`O&dXL(!CI1!gsE5J6 zmcMRaP}oQhBm$&!ij(;X|13!s72QT&%_IMgH%{uRm{*Cup@z zigDcGGlX>^U#ctH`eribEXgYcmR(4fvt=++NUT3;{+21cPoDFwG?h_ByaPEXGH2Pi>rJvN&t%zXJ~1{xZKjrBXLj z*F)$b3SSM-0)^lEg;ovXWR9{WOX^BQb__jsCnftUkor;|7l2(q`+DDh9kM~ot%7~L zRh#$yhjB_AouVT-f$mj!_E`LxD4zHtrDuI(+tLu0uTekh_Ww}2v$XNW{td0$ycJxNyJ5+t}cRORZX!vex9GhLwSy9wDIF(0Ys`6Qr{$I2^RIp~my{uE?#jn(ZdK;?`{OOM82)wC z*6D=c)wah?L6X|q>#0fk%X32=Dd@iwICB}Bq=`O{YrgW`25tVUqk2j7-+{)+?~Vn@ zs4?X9@DUG;tg>n%&JOBK5rYv+#@Fv=2Ahx^lsw;4%fkwj2-%USwI>ohj;P4pg3}@& zg5dATaHH>4u~SxjPELdmZ;jmE+w;=d82v-ZC@jPQybYS+gf4f$iNvE3r2sVo6ujox zR=bL;bWwnGt?L315ltu+SiEHOa85nAMiJAG>r#FD z#qEh4&FepfMo#M=g(L5Lh$J|Lb3O51!@3p?weMa7;>YgjjSn{0lPkK2-T;Vyyauem z<~7kOi{FVd#Ghl%U1RC8wYka*n1T}Y#PRAlAn|x%Gu^b4(})x5{1`fS7Zp0kUoG(V zB@yHG)gh+C|IP(K-}W#RCbQaBT;+C5xf$QRs&VZtIK(>+yH{e+QhvG<*(Rnnq z7fAo#ODG0Bkh2r$SmKx$DChxzPa9C(08)V~w)&-H5fKr<{gwiNwqL`hT$kC8)cDp$ zAgczX=X;}{f?{G4qcFfO4T|3Y!-X*)rSr~Ta~m(viteIWHXDVlv;&_2>U#lT>R|FWTS?B&2vXSHQm5$}tB#AiPQOS%XJn8?L z>TU=VE-{CxG$NDpT)M9Oi{+q?zR)@2Yp}4Nwh!YL@JJhks)z-p-lF*f>#BGpbNw61 zA*I#czJAJKsG|U@FM}{Nmr1@h3^#`#2HYZrcSHq&ot__l=06Q_N91m(YG}mCG*p4QXAKRY z`%4YvU4_#a^8>|s(jmq`e8|e$I46r_zr8&rKMVj^3F4X&MQ19$gai4BbC@l%< zjZoxVlQQJ?Dh^fFYsJT_kJXXMDQfZ8+Ra6PBk5nTkwdthw(o}EiBwAK$e`&MIMx$)ZZJO_@&?m~dqbX$D)WQ+Y0AW@fB3%4M0KuAJ@4xAtm zI6x%~XM$MS*#!cL8QBQRARJ=Gimy-@kd$X%Dy^y-OYOPvFIkjFv-0I|BDvwmLK_p=%XhR2aUH ztTv6KZq}n4TG_Tx9M6?e(-OA#PbpuOE97mDNZE*&vc3Pz#L02LQ%cFP(8bTiJRqk+FCny5Asw%Bo_jsKkm*yE?~2dKmSG{5`|Mk43^YI|5OS$AWhsd)^&+jeCQsQDq`R_$^l}5rMGCcE~<<9)h+ReSSX~(4{LzmY7?0`CVu-nKeA(S zkp@VwK_I{y(Xp`TMMS9D+S*J-yzIyN3q7~0qn_O%hplP-Ruwl*EG@A_M8;wp)*7lK zsvUi{n@q3OWv||~cPIWug8-#%=YQ=OAW8Na5EcMYVPLKbiu#0qTon%%^^db$lOC!QZ_qaz9`rl2fdo2);C41TDsQ=&FS4gq!DP*{I4N{`PbH7QyGGqtur$?fB!zg)a@~A&O`;D zkxU8Zx0oSM-7Lr`bGWQb%ibF3MESf=Vi(BO`(=*taBn*N>m=hlp?ds-4!JDg&q9U) zo#Ev_`hVg+&nfj&oQ!)ugjwq;><~Y){MPOeO#jF-MdcdI%MHHAAE~D+9xwSKSW?r{ z?wfN`&rcRU&gK&x3iCbK+Y7&+qOsiVy7$8pHAbqwLm?|3#&nys{zXeD)(0qRgGlLo z-z&?+I+J$YHYWhEkQ!A1iCmTZxFl7ut_GrkZGjc7RsD0H>`~>sIE0A;rIAG>}(E_$w0_U@IdYxUmrJ+IPz1F~%O&YqqQ zU~u?dR2gI2N7L;?oh*)EMt-(PV{io+?VkvcIQlo2z5AeYPI7u43Hj&vkSD#qIMqrj z1||~-Tml)kxL!-Zh&!^Se}lj)@r7c7BM7H5W6R`n`P3u8d0+dU*2m8ucCL94QiHA< zE0sh%ZPj2iIMV0K7Oj!g;>1<0dnWYvVMyO0bGcE%gTMj)BsKUqr45bVcdXYCrB4tk z!v!>lz9DQcHv-%TPgT6=cezLM>fenn{WM`_kMBWm9cOxRyRWa{poevFGHOm!n>0uToNCnuU`)P zjY}T+*)xIg#*iWlSslwzvD#}G+q|#`rvA?CGEK>1UxD|p7vQyKp`R)IkQ#(I6gZ%T zTFJjhWhYKli=zC?kiTEoYGmOSmY+8UWM^mVs~1@-&l7bp&GXVs{qgHauw^jywzW+u zK`pAOQTEyYQ}bwT_fND_|COPtJpDENH}6|mVFN}G!zYsO*i7_m&KfRZE7u!@9eq|E zTW^a||4=?>WQY*l{w)GzOP5pTmW5p@s24;nNYx@8emXr7#`AGWxmwUP6^`cjl@$7y zQn~z!8V=L?0k+5HO4h!%AWm+!7y#{z$7sJc%8?jQ^|uZ{91hYc7mUu7oWhPFGPbjTnemgn$lEOwy`es7cRj6_POon$;rvw=WWb(i#Pr& zAMhY0H*~LjMB6tX-5VUJeFtls@ECeI)-ub#y)j?5-x(Q2^^o~77JJ5aPa0%-^c<@b z7jCne{2}Fe2Z0B$CJy_PLXRKkL&2J&zEB zdg7;C4ur+wKkJ()cB?iZkV(tIHsVC`unBpv15)S2wEUQ{$q46;K_cZ0B@Rc%;i*fI zdlqcXQsxXN0%kCjc^%p}zEjY0&DUf8Q7q=;1H+Si80NSlqOl%O&xQWxUy2G!wpCFwcg_@@$-4O(m5bBKLjO_9a?pvWuohwMiILB! ze~1^c=cTbFcya(ZeOYNQtJHXQvpwjGv1q7gh@uD_zvD2+h(!_|MRF`UHTg)PP7%S-Znkw?Ab z9W8W1Lb`k@Z{BS@=(vmra0;AYRqU zctXa@RJxC-g-yq-Dvw~GjS@Ea1=0J^xAMqyU@R}9xU%cVYu|6ICFRKh;C$XWjw-8% zlP-}xwa2uw`|bR`3}0`&{w23OdevgdeO-$c9nEZ4*X)L&x~t&7RuyOTP`16>&WEsp zSjIw&;=n^Ye7i3`Wq4TT6ld!*ik6Pm%bxKcakyqGtn;#R?w6}&ifxxCXkJ|2j>gQ< zC}Wa%6qL->Da}KRHFJ#~?|mWI*i>J^+5tj%(BWUQQmlD4SjbZH4dIi!l0HXuw#k+$ zVT1$2F${&)mfm8`KMuaLjeH8sTBC9122&pl*Hncm(UV0bRvR#;vButst@zQyvIZbE z{t}F*l|v48c6%>~LrWsm!KeeA8Y@1^nPj?Vi^bH(D+!DD4iar-`VLSb+#)^=S>D)t zt}V$@xTGh#cFLxpz|$G|SKi2yP}!D;CB$`h?6_Q_BLSp7`T!3s*7U1itA zy7fHpvJ5{Zh%>Noa+1+f;k8Gx&pqVmsFjwQllZ0)Lkd4N=20TqK3ctFUAaP_15 zFWkf*5|GZ@Io@}{kEOs2_^2ltVVl2qj8yylL(6Z)om^0Bxklrna^I?K$Xa}2a6Vo= zpuJrREU&}9#;N3Mxb8ej`oN@8_aM57S#M4FDG%*Ye7dFl68U(CTg(?9u?kGNl3m4e zKe?XkZ8Y)qf)+cBr5(w;^9*}ylKMBLT<|Pz4K(qS^{nB zn&gZ|OY&~_BN2pdcIXMf{$=WH?IJ66T19}1hGpb6H$*<9YnPbfjNxznH&Z<^yDo2u zG=8-1D=@1)^-GVeeqV=OT&3X1qA zRAz2z0{qoV79gj=Ao74ydojRf{VW8@tNtT%(U#{#b zY%G;!l6a_0WR+B6I*ZhZVx|;@rlh1~j&0v7#=YoRakqgNntf}V>VG0HasC(m#Ez?@ z`UhdW)}%3F>TOfZY1?q7GzS?CR$yTW2q>PyB3B%7F20l}im1HPbmtiT8i_mgID5Zy z=C;5_}@x6pM88K-vGUi6JBse6eEmU}3?f4H(=VVHbH)SXq{C_3?O3JrXTV`Lm;X`sRX$07lD9u65{p3;FXG)PZ3LV_g4;!So{@{eSn=0bEv{ z%~Dkwvb;K_^^*!NZJ`;BGfBRl%qW%E z&6IoVbNE(oZtsQ$1+uqvtZMUn<9_LSfYx4~3cu`MtpKjek4t0=$6;s#7N$D_#jOPm zpq^)^M%sF4MqD19krBJA9anH9yD`W)VOv%TVBOxOV>4;|N(0rF9p4=H{=i(7(#-bms_6lMXGcY;u~YTZ*t>Z zul4jS@KfhlGXjZRx7)@{&zAyO3=GgGELCBsHl9efamN@7p<&@ed%p$rFTDl~l zJEb#>M@iyIp*Y7@pWA+-Ls7MU@G9h#td_y9AN?hfj_H!Uvun%I3{D8VHFz$Dg7Wjw zh37;0MlRKN-Ye&l_)!kG4@dW9deeLYUY~|c{#H$U`%?#n0E?@79QS5keGZoZ>yz#9 zbh{7HPD_?(d3!syTEI@8!o&?V_d2b=P*=n{>`}rX<^*d-Fg(XS9mGpXNOTVmL0K|I z#Mxx#HoyXC?ax<7#y^+vHqOB z7OKSOT4M<4A z^B-UKJ61}(v7q3dv4rB~$LA{V*fUIPiAvU&mX>Hiw$eR2WQFw@V-iuJD`FuPU8Bp# zJ{!P<$Fg*c;}s<(l%r)fK?qpM@Z{uI42;WDtURB;D6P#f z&P+c{SDv|(2krv=VYMZ1ti6`XV1fX)RxQfN(V1~^bJp&9H$4cyKd>TC}>Pk3a!wEE$s|qAYx;(CdG8oM5uR@{h?(fUq9#o!9~N<7+(vk4_0g zAAoRn^Uq2YJs20x5Q|$-mnjPeFdvF~-2&tgF|%&3dl%&yW^d%hh(T3{*9}|!V{y10 z(ejeEIW`E#>~ka8gCW?W7M?NNUyr>*Hrhe$cN%{LJ>G8|h@L}W*Up*k5$ryk5t}~3 z{{4Tp0?!1HSqS3@y9EXi^_g*BYj9mCJp4<_s(xp#G9C{X zayg-b~ z61p}qIm6)pIxy*}>vE=ipY33VfnE*ZPUcuZN(pve*mj*@6A(#(Hv&akk7C`~65!6xRP%PQhz9q-H2@>)2ocFtF!{zU*e`G>z|}GvGf1?a%0{y{r|UXpCO4 zAm@eQ{v3}N7CyCQ^(AZ;iHr&jZJ%_z0eNAQoT!l7i#bPT7M4tXFH;&hNlD1phfi=J zm7bhNEhV1RomX@l#7T(nv9VvSJTsU2KB;v=)Oj%rTN>ccbDNq{LtFSFL8)h$OwS;> zX#TlabXfp~uF7Y8pa%@pF$=cBbXwzvg-(h7YKv(3s>(sgm#UwDdU%(9IA8REhp$&$Nt(bNKN6zJ zlkOimUrvtq#+rT7)OQNbW`Asj~!%gH4NbKkr>VKalfKv`cg>GtH4Pnzd8rJ5VYS-xa6@m#W0+p+=$3D*tQn_260$P~$B0F~WLUG*T=DaAEf zr>7b{%_#^`Rz(F+^!WdkShx0=j4nf&AYYPG2k?D)*>NPC?>TCx4DF-Wk6 z_=kt%rN|P`d?g$0Dj0MNJA-BB>8EY~bD%UrhvUo0%6^@ou-@(I>FFm!JbdsV+u`;5 z@@t%E)voNI>g&FFANBiDr8ODH!Z0cKc`>THGnE3_sd`n^B@Y0Uy}Sp%zPMY&^pm5}Oj_3_Cil_SK8ze5>4o z{w2*Sr|GbGAPWFu|GKqgIQ9Um%GuJ|_!L^Iz$9=Nd7t=G4Sd?8i;M3-j9Bkh=Vu=L zIRl6R0`J4yv^Mmb;N81!5ERnjZ-vl(7&2d6?0Q1;lhR5KedT7A#fh4i0z?_VCSy+E zG0QPo0`S0z`djyRfq`VAsJ&ZLO&zWKgAgld`6ObP(Ugwnf6`upa`P;l+-e-zv)oWU9=I!0;Xv3tkv766D<&PBiZygSZ|938cfQ!QUt0=Y% zD@x@_Zi$NKMHhb4tq0fAc<43CQ3%R_WN^3rTf#cpUKMt|!Xz6)B5WafLFGd^(Doj~vgN<8t*<<231@pv z=M^}zbz z;n_F_W#&N6wbmhY-S<_B@9Nbe$^KlMm*(%*u;B9;+THcC_@L8Bb zv8J-`6~BhVLo^Wguy4*jh?Iemc3#NUo9H9R)>5N#84I9zI*CU#`{483r-;Y*#nElX z%u(>O7q%LsRw^iA*BRr7P3U$wCcIjmRHEVb<7FUt! ztD~y&fjD8?sc3f;Z4}^AaF$2UEzW>EMapJxvl`q(EA(~Y#5YTWgAq1}T>Z&2c`AH+ z(-Qz-WP`*Kk!Rw|_ZJDWDnNDxK$p9|#~||+5Q#>2FQ6L(j|uk`34U&THy7^{5faMy z^-GPfXFNFQcu5)DJ&=kf%~6shlB2A=`YlQ6zaLScn4$56G3cgkdN>>`JS&u`_AmsQ zyi@zL8nHd2UBtjH6#oJl)7aXP6~uJr{i>Err!1K13MwvDR)J}bDWHYJ4$ zp!81be@N-1tX$mPziJoD02(Il*rKL4U|X%vk)vbY@^KwkN?Q8g#zx*OFGV=gZ@ggE z{Qu0x$nMYR?$%XXk*n|B)Uz zQhpB>9Htg^*~fj!#J`YoH(_A44GN3VoD_Hp{DxU$u6Y3#3gFhUI!JZxkDt^jUBL9Cg8fS|siA+x#piNu0)eAQ$N{R*0ZqW=iPG>Pc{$$A_)d~?lW zaB+LqF+<%D1%BaBPNMomqPC&dq=4R*cf%+Q8<)rD&3cTNh`n!N*|_;1&Jq$Mjai>( zTdu-C%8{=R%{iOF|F>+ zR6+djwU9W)``sr08oOfD{=d>fS?zFX{%0N~crO0`o$#qphhK1yp&wMgpa`e>meU%c z-P2I&jv3&*8cpK6czsnj^4FN#fqMGNk{gqA?`McHGP)^6DOpp$@wi}XF$y$Ot z-31ne&So(r^)Z(OA+5?xn|f*4v86Rt5gj^C10O z-gR!QjQ78h=#+PK`_S#pIUCD)-RCmtn`o#_JljW3Vbtj<9uZtDJj;I-iMJw<5AR|h zq1i2rjVAsymjCY*sbD|aFy{gkHNr3Y0(N$4U-QC&efo;r_`ebtY!L*xaSw9u3QAY$ zJ1*z*X4q=}dQ~Zm8p(Y}VWbuxkn0uY!G>HY@_)vt5nawi9c91Tr#!0?w_nPJK3Ht= zz0Pdz3cS{IHhF@q`nm)XI`5Z0_giQUK@rSwf0&U+2w{nTPSH!7^myrSqV?dFySOR> zyC`#MMhw4~R`-##b*B6&=m|KQ?=r%}sy611ktc@2`u5q={Y`MhW?zImlGrclqwcuU zg9f9fm|CMeYHbDrXn$HS5_C{H=+VReTR@s+w~;lsV3 zm}}_$`gofg?^okY$C2kS>8in51QxodM&X<29qQ__qczz^B+mVQf>~?NZ-J1oIdC-8 zVUb_!xqQ{J&mE7$LH{?Ee*dYl$GDBwP((|81zwDWty0W@j*CManJ4S-+(5isEAa z^Xkp;mIL%dB3s6NKTieH5-As)>$yONxHDMEH}*lK=IuO&n`mvsH%p4;!kXr{S^{bb ziZV<3)U=pPS@k8jpT&PNa~8KNvT8w_^(%i6oSnaR_98{~6+3=y@=PrOzf2elzm7Be zQHQ`PiJw*H-3o1Ho%kJD&!%6;{cSofI4S{;)>Z7<1qyp_2?`vBzjVE2y z%yJuS5_z>X@CMSlTA|Z5m17UjjQ~NO)uZ!cS+il<8#zRn_$$4J&pR!&%_aY+XjRBm zr7&}umLn%|4>HoeI?~$Oc+4mH&%7lK?QuG*{5rLWmSc$VEXY-wYA<-NT^5pevB#BJ zkGQ|hLwK*)fNQvm5q^QH!u31Y^doA)i{-yzJGa;ABrZP*js(-rlo!bZQWfYL9}O?k zpY>RpNFW=HFV;dgLth`1{NzoB;c%dwd>y zS)a0gh0k0CftGOW$bp>fme{{Fa=abug?Ulmu^>OAEdF@b2MxGjE+LmXXO_xxP2fZ$S}K;7vjHi08k5OAKdW ztFSbrd~Gm?prGoA->>hMqf0g$>1&IWIRsW)24UF}8|jlRLoBrY64W;(R#IZeuZSr( zMF;P#7I`F(RpGmt6d|+{x42I6TNCB{nhu{}h`VH}oRBSTGLW`{Fa3-Sn6QaA#?$L8 zxMl*!lE3KXxcUgweMT{PQw8oV;@jI_rl>#bt0{IBbb@80DHGJxPpv_Ik*L@9Q<9P& z_ZdpP$Qv7>yI)$z6v6OS?S$vT3tXbY&Hgb8)bJs3QlTtS_ zjAd+c1o1y^rxNnnVO4lg#m)X4wL0wx?K9QOG1_!?YH>Hx?gx$#?tO1R>j0}iEEqiR z-?3eW!Hq<@{Y%Quk)1&#CW{*ywo7EZxAf_xf_Qp)wN3S;gtpWOK{7UO zm$U{Y=5mw z`nDcqWD)!rz~2}1cQ2%`4~nF?cE-DJng4>Wb&0APilZ9(awsN_AWdb<@i5BFKS+h5 zc^t>&(y15mXhpt3efkd!-j}Zr7hIA!N&SF83Bj2JCchUgD23l%99(vVU-Sg zC-#H>lO5OFrNng%^vK*;D0-xf(9-i-Ju2isA7WD9R&xh)WrWz3wMOeVPvbuo0`rOM z6PByU7IrQrvB|F&gsRo5DWPY5iiFNPFIevZFpdGHgcC>G+pz%&W8SuFR;0hr{n>+9 zB&z#Q4$XxMJn`0Yyq7MmSB{rXyz@~&PUG~YFC`x(R~Rl!?pf|ez<3~7wEnL<)aspn z(6zW$EiQssN=f~CDZcQawfgY63PVK#)a6vZ^fu*?)=T9Da&iR}RQcatf$z88Yg~=F z^o)}9re>bSQ{O)O7xxeXDTKRbSiKNM-REG<5nla`IlddfcU#$@vV19l=V`;C#GC|2 z_XnA8-v`~)2hd};6(bl=>RAmwD6y1sG4TBJf}hGi_+0cZ2}j0-=K}x32655Hk#mg;IwF7WKU zX!xf_VN=V?wLrnfUqprUfkklz*OB7K`JxzoOH^x#hXvQ@<~pc_^!};sm`=+?i}G%g zs@v?yjSXT+P?C?3)mv9|&pb+9TAI#>ldDRxaCWDX*bBooMUc1EEMOetB}Vn1_woPr zB;xjTEDtg@`fF=yLc0f^^a8N-1L;j>=E1t8lvcA>RV|bz0 zYc{Gf7Z{yPw^l3oQtNyb+1yuHNda;^eeg+n|@;j1wjf2^b=oVb*;Nj zwc$S7(Ac1^m@WRLMnjAr3_m?xw*`v2-#I+x5ESq$&#({J`1I(6c{2$jonegQLy6@{ z15DpM*AfNPMi@Rp%qL`kdDZ{^9qg;F|3gM5T}}T-&}ch*1?>I%_i7n}ca+R&k<9jo z9G$mb2WVoV3-2uw)H?A_T|K&NZ)RT;2V;WiGnleCNTBuoWEsAb+_)~siDJUt`V^%_ z>@E3s9Qft=ara_&V%Ple7oVO#W0$RU^vEEKJYPX5#M{oQ$*85?uFx4F44V5?WF)CHe}n>;0)k%{d$2{k5dOlc^+e z+F!cVEp$&X{bH9U5~4lL|AnGVEL5Qy-!6(A!Dl2c%IWmq`ieerl5V!zvyiIr3C`sD z9m>h^Y5l(k(LjF6A(3G|WMoco?~)8Iw>%AO4V&6F2HD(!Fy0{!;vRz49GB}O%5(Lg z$NH2tw_(?5YcQ^ESk3Jr)dg0UTOSV8!GQ*hS;alb(H$yErgnd)QCdo2b-t93E~l?g zS@=L5cY*|ZmYivHEpdnR{wg%f0GMM7XT;mtMT3D;F8<7%1XY{0CGALSO~0AZr*BS? zBjhYaPms_v8HIefPV6=@0>?8Pwdgb&nnz~%>LP0!U6L=m>C4{R_w#s~nH ze4X~{Eb+D^xaDP5;lv15`bMvEnOiQ~uW^SLHC`Et`vNXs;3SN-Av~^~XLW0Jq+|3G zayhe`lG@mR`th%BQVva)JPINHm*NOqDD+eejBZYJY_It;;|ru>wI%L+;FJ%|gCPDO z1=OHHS`@M@sU2(;%c6&I{&BiIl|P%QbI3L09KqyWk+C(Txe4K7zJ8JJU21ovXlq11 z_XcmHd%E8Qb|Flr?)$pPcitDZ^G~+#Qm*OYXOi$r5gf^a*B>u&2-!aVudhpMeis-p zBZc^e`L(Z>eu&`1x8=R{XFFPIom)5;3A9$U;tAh2r&`8JABebq8#K7YTl7BTmBo9p z9ZO;LLv?M+Qr#l@Cs*p0w^2x2hHK`Eh1w_7rgCiC;hfEsqPX}gQvDLYZQZdzYP%sQ zNxizo??I@hmFf^yizsI*gayua6?aTJPuh1({SxP~Nc*_<^?N)rHA6J>wk{l>E=P-i z{#dh4fk$W|A!t!-T2cee6IBVI5d0?oyYBq13l^jx8EP>62ljIEgaA81&0Atg#r_tW z?&Hdx_?@oo^Ye&T+txb%=eMi+$rHy>w$?@K61F33lJa?;{rYFPkWX;OaKE3@A=|hb zcfPmT&ozP@5~u%27z1{Q0T{>hl@8hVZ^cp8?8~}?j_=J(5QxFW&(<4*OFc~{mbXFA zO8xo<2Z>c{LqKL?W~S6PO>ONE#*kPoZk9S|kDkcLBmRuQGBNPPQ~^+7X%4~<{P*>b?t6Mfc91wOrd z0UP`~`yX14V4u9Q@Ba3-F)*lEOe%<6B(I41B!|}aXpHvW z{MWRDc>TJT?z)4xqT8`*&*hV%-Kae^#D}8hL9wqO&gHD*@vAkJ3|6YX5PAr<&W?uE z5apbK&JlRq`WZ_nA&B6ahiT0Pws`Pt&_qkh@vCvpqvcLrZ)x>qS@Dkt`V?Y^fwlui z$H8;*ep;V#RW@*zwl&-L@d(B3_|gh10b#Z8|4MZgx9Z${Up9GN~nH73^zUM;L>!+tAN+2_k53mNG@ur%BbA9Z(V=mLAMiyjFJBuKfs`l~P&dL{y z1E!bY^Q=kRr&$~4;>a4q2P1@61xmD#+bt4uf?<9q%OwN-i^~i2ru?UD5SWueD^$q0tb@4~CB?+`=lG-)bLc$Rb1nJ|K|!Hp+=7(8D{$!U&`uPF2@& z`upke7-TkgpkXURKG^)kYF&jEX=^-2+EODiS}(4QRhFSG;P3b6Us-7o3A%meAE8>Yi`K*Nk3_93EU7A88my9$%3>NYuk zU-jBI%k6ZKxQi;}^A=Z&Eg9J$B@^h8(Rs#HHVJT|gCv%-KC`eqlXd#bUKIojE%J2e zBh{?ePoQngpe_E9fX0ANnT)uV%~aft0SOjj#U(595w{+ggSS153zNCG#csF2QDmcS zz=AmSBj!GdA?l*8gQ3~KOHEUoVG&JI%2a&$@dq(&!0%JsP8+4-7~p~_2nS5ltsao@zl#qno+tTB+*C zrG1|pY`MIk&I}U8wEsmdGFG)H6$V_mMx|*9{Q%tpRu{FsN4zh(!pzK1J+4*)1}r6a|Fx$ zpdSt*LrXm_t#!>~mEV!R9ez>0#&nHpE%xpv^p#(jp4H$>+G6~-g7KawKB0ifg&hxd zpc!ol{sFdq$OA~CTyKjLkiEtbr)mnM_J1Fy0X_+Rbp3F}%vIR>WqVPJD?Z)He6qL~ z>`@Oi#n8KL<2b!RplcQS?(hmac-sH!<|_Tn*J|rc*gMGCDS@t0;Nm-^Y(K1K721C* zff*@X9);}V6B%=DOj@x`kQuDBA52$VB7ek3*;`d=Hs;UDS}gU^hQ(hU(#l#`I9jo& zaZ*+KX8MP{iIn_OB4G&4V_tP)wwE=UWzZ+F8j3N5ICC3X1jD4}S)FPTbVjOn$e%t$ z3eKaJX&FgEs5n$3`?`%Cm)4)2!+25a?9n})bd4^UlvI2lLt33bu_uv6u2iymvT#}-IAV(o))na5Bv&wPhCq@zq@5JcXf&0AP)S#9>Lyo2Z) z{6deqgC3WDJLK^W&hIZuPSjY)XzZpRSF&=ue&J7ugS;8W{BkQ;2Sp4n%|5SH5u~?- zo|Q^TxV(F`_{Qh$$X!hWRQ*`9h$~K0asn9N08|I~v0?4&v(+asXM;yyv66NU?bp*c zz0Taz6&3J2FFD3A@DEZ?o3C^MS~XsLLM*wBbANr!NA6J%dvlq14qML2-=^QLI2Z<* zlp*IIIQFX;eo~YVL7`?!rMNqX=bGM3CXk!Y$(v~sb7i&!#+4Q1~V|Js8eLm-i> zM;mix4KEPSwGoHyEN4>7uJdT2Lw)U&9}f z41*F&f3xeBPy|4gy2+}Me*}^Wdh6kSYdHvs70>s&we({U{?gE*-ve!XdZPEzh6Z_f zCypP4u|tcD^D%1psCALb9UY0B7(jO0%R4#q`+{F>6tar^l0|KYG_C_YWvM+~Ju9D7 zV>i`_6)swsXamQac)!`cGZpy~(hBl;T5ge_uJ6-Q zg#NCjk^Xe(nslTp*ijYXOELJh{I2orw8yT&dw7&7vW~&9Z%;Qv3@?H>?`;~E(qxxH z>T@NYYrCk;=<1sj{l4A%+BmF-N|dfE7ulhSU&LdNDWJA$!Ve8kzJztt&UO0?48lKP z9{xKB70F^dmLAcyqdMiOxr07m<)MLqh>|&`ru};k8(R#tz}l9x(|qb5gVxg0vq<5k zU_qF3M=cMni^ju&4HZtcmO~WdYeAfVte%LKsIRBzZ6>0?)cG8R^CE zdHPEPT*%RG*V(J;6X;UI4OXL2V;yH&{Qtw07Go9v3!I-J( z#B22CFfT4;MOj@wSl@LLokIqDDqcJ>hUJeEuV3)){3;m%)-m=Q0PNc&dB%Rr4~-0f zq@il2W#sT3X)kP5brFVW_7kqaLiMnDIBY_ErYeHt-*iMV3jp=AVQ0{50FH*3JQdmq zh^}AP($a0?cC%1b8o1Y(XjU`+aIZ*Ws@$nx?>H52Oq-l50#rQ zkv4l>9QWT|9&_H z7)dy96=t9U9^;(;%ux_GSSyIMC2NZ+GZvi5>1?|K!#B*c`ni=Sop z0oj+g{zkY{C2@?dj>V{kuOmvRirj5?SekO1#CBA0F{;FebL=!zB zOrI&zZ*K)bd5WfDWoHz{Pv21LRUKgUimdda;>;=Tr+75*3zW&L2pyjvtgd=%?%27y zn%)tbTDxDwv4iF#w8#Qy;O(}ha3|G9|E@mMD>NlMP=dD38MUvDe|tyNSabe$HrN?R zG8^{6tUdZdfN>eyv99lNUr_LOxP#eBk(p=pKTQmsDH>}DIpIrt5lkmi?6n)@2AyI4 zxoJC?%S#=8KNFLb-%2-_D0gb|DC;)_n+u|3s4IRJN{~uI6oJCt;_!Lc%NyqVz=fdm zWUmJfYmCHn&{CXw60H-}5(>)F>&TYlgZLie6nAoTj>{c~ju&-v&h8#=aV_l9G-l0G zoS)?I%shjFIm81er7#%Q_)VF1TpanuQ=utw8(g?1C06Dp@g$1@W3IQ(g!Tx&`85H{tQt#(-m~2;)h|% zYuf|zAU8;uXQ0{FH79U`arOe#=_R#kO>(se){E@TPUJsy`6Xh4+EU;INI1;#GCNaY z(46O$8TW{^s<^@e2!*!K$eT+vr;QDe15>n$*$%=6D22G{IW|XC)Ikc%u@caGeC?KK z!aRB2MPKX%b~0z^qCx?FOn_%AArImW9r&Z~()9GJ%l^uRyoO&%WCRIkqPz zyA*G^009LzyhTq=+1_fo$Tpx=HiB`>GOv0vZF$M&c8*+qhcxXaW=bsqPCci5F5IFg zVALoJlf{k-KQbZ&p0Ek z2(^(K5p4T>Woynk$fy#CKo&JB$_P@GyW41rqV1UP(Bfxn~UToq8T2obtfyh)TuvE+Ld&=>siNK17oCw z=nx?lTx&mYJ>~bDq~6g5pW~qCnN-wll%T51;i@);hjFhlD)x?$_%X5c$$GF zgjm=*ws_{op%b3)1V%Vox~9?j^uI%X@86O7f$uj78{Q?l6E(wAikEDH^_f+Fj>g? z<`C9kfVoW;RtRq1s;Bn>?KbSW^V&AzMn7^CbG8hvz&S?**Xfd#<9}g>wgGrO{?`rw z6z;$vuYT;nI;(+`DZu23qF{uyo@S_`?t0Ie{H;K zT#|vOTbBQet<0UpsSliWj~?GBcAwc;wXIw{y3l{VLxbH5)F=3EFBle<6kn6b%hC38 z&Djo@ih*Z-3B#L-zWDoa)>ztyezumINKCY83-?H_P=XgREipA%3`$+jW5xdU7%^pj zGHLWbktcRCNRzQg0~kG)T)YI0;>(v@5JP^SV-mw!tUv`)8*p>IrDZacZH%ibbNS(@ zM)n$QVdtn17~uf7DVQe?K)Bi-GxK)W3@Lt{$-1K6>CGG}lsWbol=% z;Kdl@x7JF;W%Ix3NB>J(%lMZ1|0(rF{eMV=eZT(y6e{C;_Mvjy zK}NK)#AR(&B3JhYD28F^1)L(IO&SH5>LisK!=Pi%LgUgvBt zyRvl0+W6kVsx4(a`8OVRhJndry1KI4-z&()fyltlJ^OUy(a|&>!-9;izCWh41Cwr$ z|Kk9EZOD-e(3=4-r?2c8-xB; zwCyvLRaNj%(UwZ>*pJ*y zR>YG>$1kO$jdzGrk5-&b+IvT`i<)~2lHApT!HdY~3K??nYhCsvzg8=iJ^{qo={3{r zdRvP~NzL8`pFoxSBh^Nn2Vs8)20AkmX@5a;>)p=9G?Jfcd#)N^{Knw5s}S!m?(0Yr z!PN~)Efy^M!(~K%7GwLYMby#44XRU=MK-MRyVIN#aV z?T3HxTqMA+YzXE0%^mU_nDJ?LEmt*Vu7$l`mE7_@rX1+F=zrVZr`!%cS`D8hHQud6B2+sy{~OUR(Ck(th6t6REJd zz=1zvKZ~qyVH6K|UFF!^`Q9_)-3I=kr$CEhPBTa!X;H{M5^ z%+x?QD}`E&qOZqCN6}+TKC%0E2fnONG2`E^KCbEf#U|H*W-&g$^b~ndohNeffsXCT z_2oI1Dv8KF5Iai!S3MklCXlp)dmQZaC*Yr*$>}L3J|^VfRGu} zwd_rWE3P^C4?<0b(P|O(Wgh8XqhCa8vcp=7D#+c}ymIW`6G9GMe<+&UkwYSOJl4Eu zrz|AC$55g@o|@ammaME(U3rZ#!*8Jf5Ddca0|Vf_Tz z-$?k>a&K1hE`q^>W*vpa!c$vUx zC*S>SKO)*TqZLU>P-EK znH@s$ z=6%Th3YfbCJ+eiecQYzl%g~*aA&x`t7DQ`=COjoIrM+`N?Pj7s=d7RCp3E)C?_d=& zH?Q}^vBt6L24f-)aJbb`4^HS?BcWFf|E*~C#r4$QCRE9?tq;BOTadTa5s zL7({tJ!5!+3{Mg)0Y?eUz@L*jcb*>;%9-D1-#}s{=}VI|-MD_>&gr6gqjxj~;(kYk zeu?Tn)Q^F}e%fe~VOJ>KzyG`jIX5!7TUJQ{`H6hc<_l+rBfwYRb8xj%{v~+ZqGtIWY&SA}dUf$l`>DU(v z3Is$JjqaKl0cOHJIm>{gRYD&@iwzLYmm%n=GZk)$^X|%khg>$%pdqu$aR5kq)d zBZ;a%Lv^IJ9+nBNIIEi6oB8Ib^IgrWD$}(G?>lg zQ(HfC^3yD7RmcC-Mz_ymAK?%5ywAWBK1KB=;t6AWd3Esde4Du-y`<>UU5>Z5o)M{J z+k9U`?(5$T5X;uX(#mQ9iT)5yxwNYMT*@4^Ps9+4VuKZTIc91C&z^LBrT>iOSFwu^ z(iRZ}w*S1$F4#mK6w?-A(|F+nYyYqFu|&831D(-cUTgf=w3q8xz+nLN2wrJ}r2Bg` zy4wEx47cdC6R(zOO&j~$5cN^!|9!I73=bCKg=0nY$+zAY#9Y}Z$(u)V@9Vpwhx#QC zvpKGI%dfP8P>)iRDimHr$XvV;1lBH9%*Rf^cV_*RBVoax@d(+)ktAmjh~#yQTWZhG zX78$Tp*Ars*$X{Jh+TBlxIFb9A8WTg=U_*l2t#_`WGPoXHhi4$LXjgV-GBCc+=&&a zcb`6rR}W8_Jd$VOO-?0^3?hBUNUZikE;)^K)}xtmsH@mB|NCZYda}+fYkZT`w3wQl z)+zD^Ii8{CR1+mFC9`eEV2p80z=&1)FAf%`J79MGVujxPUGRg~Z$oz_CL_B6 z5R!zDg5F|qD>pcWZXxQ(K#V94n4KtFmWIB6AAAqe?1|>13xH@)%RoM?SN(EXL3^yr z0A&T;083R>`xnGtBFkoEae8|3O;o|-@EK?(nLhVv|dR6>#I~U#YRhdo{%hE96W(+K$McGy8jL- z|NC+FVHfMrR+xKXV<)}5Z1HSs(70p%oc7C%@%e?P*7MQ(=6D6p`O0M{e?Hr8#LeW# zCw^{QZy3w2srDnXoX5D6#V)SPAEDANDH&`1n^Mf)C#2^sL35=5HR`DK*SnynM4zNN zcu~bYn&~9O@FbY~IwW|NFb5m^T^CwaP1N|)IGCGMjclvW{X6*XqTO{_0De;$u&W8h z@v7bT4gNuDrofVL+E zPSA5Q$7^JU@kge?sK9d(9(dSl(+}2AG+JaFTV(s+5g9&#+p6Nye61b;y&5+Me;cll zC2I0u4GgoY@qW%d44`dH;NgNWa)UOzh07wxZ|;KJ`F>k*)Sx?z3EdhO;nV62Z|>? zR&!5Zw<;2#h$B+FKLWzdcHF)Z4`phhg~*KCi)`t>G9`--<9>6VH1h5Y@xA`~cjp&R zM_6NI^)mc_dOgc!!tzQ0SGMg}Z5OycCMFv&2uOkCh}_Q8rGEMiu4fRwi}C&M8N8J! z*Dma+ zlJM;xwLt%>2kDPbePTE;6t6tZc2VmGED`0I2ARm0{Js5+G3A+m3^faCDElg{vBO>= z>Ao6v5fX|KMg(D}3!L0$&&OPF?n+7Av}$rS$8?R*JTbNpTLp#}{Wyt<#^~x-qNlR= zMAm>)3+rdjwhDpPbFf&u1z0GT1n^*n4(!@R84okK?>3w6c4S&IOMo1f_5jJc==6~1 zy_Hl+n&ECuAP&RhoPyb3Ph*q~^!aNe?pPCy6fAqjPVd<}7?^aJp9WW!A4v%9#oaeU z8n5EjlU{LOSuM5Y(q2EhoOJ}P4!+y0<*u(HDT*b!$(Q(t-CiiYvoh9z*|i;3D#OI? zNkBwso)~=_?52acsmO1=7rnhIrrUhfs+;{#j(5jyE74Ki1gUEBtj1ZDY?xbU=Mn0s zVDy@XvCQp)`P(TENgIICtM-5Chv`%_sXmQ(T!cloJ`?)yjB~BekmbPhN8UgBo6`D{ zMnLC5&`cv7G>QK;T+Ch^1X;*X3a|B{Rhn1Iq!6E=LY*L+LgK5m%A)ArVka|c?Ga+m zZGu0B)~f^%Cwqe*FP``JXU;@DN=}tXmDq~9A0L?#Dnr2!BYTl&Hy0K9A>K zgX!Ag{wyc*RKRcE=^3t_r=q!l2W@Da-m_%$^o);W_iSIIUZV`igi$J z9?)PmH8rig8OrWS-ThVl#H#kwTP`#b9ItWycRB3r?~W`MFp*&1?++Gui6=zK?#)?_ zEX8-m-2|{4Gf{h?92}l8lmSw?3mdp!=jpq7@Hlbnr>^uTb|i zfWjlHReaO=^c{dVc6)mBI^WD0gW%Asw`H1BG#Wa1{+gizG|6!K_{~!nT8ku+oI5hk zOQF^+-^;C81?SM8PM%aSB`MEh?%iv8`a+DLE#fq`*L+Jl_Lo4xiueO@p1)6ihcL;|=ysbv>I{v%_wBBP9{PzOsQ?9!SHC@VQf0aRXM)m$by!Iijc=pwQt!On^zZ>$ zV2`$>V-PykLS~7q78g?y6a+1O>_Zq~GuKRGj#4#aoBc-zQjE!{U zVEYEEs>rxznIuo(%f|gutvO+7+WN#P-+%{qp+;@$XXI41a8Fm#l>fQYJM{6G{g>^p zUL}3Z`6!y%QO#?a0p4!pAnXx%ll{~CVTn{pLUtIT*l^A>B?Td0Kp(`O}n9u1Q)PB!ruoi7<-$sh~wm9O?1)ZJe78L>{%kVJyx* z%=_0uko3wfD_3+iXLDFC8{B<{>o=&1h9_0dNv#M^;*OZzJ3CbuF58<%e~+59R}wtH z{$&am0beaGZJq=2i)#m1)E%%18H&<8bddy9eV6Cmh3!0n;@3uspPE zn9Y)*g`w#k3Zj>ZPt&U2_Thva2fbgco~dAAnEs`k+oM_z1ote8%v$0&%vBRHRh!O!xxDk&YRKJtqwA)Do zUqGuo5(rjXyJJXg>cZGaLE1b?d*!yq<#gIv%}?qxa$8ofzWI5!G$D&H_t&1r~U7`gI10l-*MBw6HP9xIV$)(dXAuBf&Pg(`icB?R~>(7 znY`*I7Ol$~E!4hU>5t!Mq%Wsnpv8cF4Ejs36i%NIg29XZRI)A;SLv#L z9tZ{xPL5Ya@{-urv)tFk{yx3vH>q#_P|g5(J%c{F8e+1H^itqtd|vFYxg*UId(JRE zsLd@RE!bLw)xbegbbEtYM>kfk!B8rXk=e#%;K|ki+MTAAcmCyjraVC%&;Y#j+?;#G zv(jj2?H!b*(4X{a#@8N=cwKAG(LAO%M0oDHc`*It2P0U4rK97x`A%N#xFN+kQ= z9$_qv@TI%O53C&qiqNc-+?2Gmgn|+9F@R99vZe=6@jcfm1I(m-Ckfla0&Q~2AYsJQ zOy|(%q%4K<3a+d86L7&+a?o%+L*&Wf^C_#B(&u%ws9EqGta2Av7qbpIK*IvN1H9Dk zAj`m7_bg*E&)!GOxgRN5aboUSerk1pQc?I1_;d>*X6>0%8UBhVa7kS_ASoDZ$1g(4 zS7iVgJR25TT$l>p&;sB8txVQMhSm;F9$8B8*$Es0X?Yby0@(vgFgMUC`wASa1KVrS zB@=*@D4s7HPy)gQKCY8+@x=3bLSC(7;mld>DoUEHT?YDXof++;y)9B+y^Bcgp7-Fe zGxg>EV1uFCB0oPBovh0=&Qs0)++5Pa=wrrDlk@$;(64@q@9#nwM==bB1H|BBX!19}xTMDm_#xkvqZzJ628keo=4fDCex=?{W zL)UdvY5CR=(IS9aTAjt;ucDjRY&u|R`WPVMAFwXG4BUNwfe_dfK0~r|9m4cuCo$E$`|Fep|rS?wZ$ff3Z%B#vUbydL! z#K&Z{W5$ABq(83(b+=xU$pO5{YCt^wa(A-fF@5{#KEE%8C9MZ4G6-C*zRBpjzpT# zC&f{=pIs&N@!U&y9AmkaFfEq?z&e&Vh7z18giT}9oHNg1cP}#-`=LDL-8Mj7{e*FW zUrKcoo5I4xMt?4X#6ZMO-1mgBKgJZ&5XvV)MFXPlFc3IqzGy|fY%%ElA|d8W?d!2l7tun46yvMXLM!^7AQwo|yLK-3QAra1Wyh1?sV&4X^v! zfXOnVT0D_<7Ejnk3{KHP9q|2iS#S@g1%f{gs!zfGMZ%G|s^bFgUX|!scejVQAr+At zco5jc-5^~T>OLv{;LYh1R03~Dgy2Ohb;ucvEK7Dmz1oUy32_E_FY)%1Aw@C0a%X%Mnj^1Og(1< z3V&6qxp;Z0fE~g4|D49Z(NzSG!tq4212x9&mr&~sfCTBR{j6-}7^WD_Yxkb}K{bw; zIq7xRyUr#CK*N(hnMb4+)K?l)X}O-`GHmCwtdMbirt#>>3z$zLx6hIHFNNw5F!25F zr&kEVnKKn}EacKMC)plcC8l3^;cNY{C^q9>Yg|8`R*5B)P`KO05VZhhIrUoG&Ncnt zT!69~)dre^%V%AF)Qt*{HJ&p0AFQd>!%-4zFm-Q39I|!``Q5kR$iwv1=Kkz7MNlrV z_syA*ah|UtYHq^&sKI4+3nE+B^Oe;p6lg+bNGJH@3Yovc1p_X1|cxea#br& zj>+0~?Pj}c8c(OWzY{CCTPP3+Jc;cj{P4lGy4wPHq-_d}ehVOiCv|-j69uKUmm=Di zcg8N-)(t`pCF9z?nkdD0s}##>jF*AX%sK)|E3ls^Nb!VlVtH&anhABE5})?N;&hCr zfujgxO#b<7G9WXgIMx^NckqScfB}@?oCG2qIDYL&_R&K8NsSl@7jEGXQyY#ox`07M z!~(~?ofMKJbHq7iAxW4Roi@ovswTtAOV)_P{G?==#D}m;RWbU%WG)*m$8Yn-BspBR zT?W=~3UvH&aXJ4mvlF#{FpuS(=N#Pn@5Wgid$7t3dppQ}|3k?zCxHg3Th$lUFL-5kG?S?Y;>H{>@K6K@ zd`t!S=%&U2M<}y@ToFKOo*f12@}H^y^LwNo@MRBjE33|Uf(Hi<`6VSii{J$*9iMAb zzeE)znIcWQVX|bvVu249%tuUT{ssN%9J5kIonwFB=2tc#D|6*R@pP=Jl>mjuuwT~l zy|-;1yHVJFjU}TZYIS1dZU%iAKAbQy!1_C@CQw^w9^ZC;bN}mJlCL`>!9U5EZ7sKk zk4Lxv^}0mrW-O7jC<g9hYzO|7mgCVnDrzJAXX*n1jnUL= zvilk)EakFu?2r%NN^|2c$q&?TV&ob{spLK0tuuak}Y&`OX6l7qlCFs9;5 z4I4X6UR$8UEDlV%PRx3$m$fIO?8BoSnZpT zhCCfTz4jCb)-B{)b#=LUD-NvWU*|O6A(BJXrBd=TP6t0t3JLHeuim2@t-udBGwejX zGn;42RM#1byqh21ak^rcqA=vlA$kaEcWAtj`-}osW`I}67T<&%FUFa1e$0XaAoXQA zsDG6HRRKCym~{4^-^`onC7(yXj8{%I_zkXGD2%zKifM^u1aS+;P9P++_%D~MN$;W)c7flAvZq(6d7 ztOL*HRH)7_Z;I4@<&c%UFURy#KJzgJw%$qH@hEkGb-KDmBQ9x$`r-hyx{OR~2IC)!L}BX$@~9@v**yu+ z+YVMsjHa{};fwqSOY~=6x?2uQ$8AW)Nvt7+Z#I07BQBYM@uwWlMQOZ`55+|Z4>Wa^ z0Ic0wBOI)FA@|Xnglwb_I~G6WircPWLd6QmPY5hu+y6V3Y2x*W)VPQ|B>kV)YW^frgqM~&hJ37{ht~f&I1sC>qvp*uH zapYK98xpu3p3`fY=jeRJ7=nxOMIK0v&C2lJ-GGRMdA8Or??4H=uqvgmm_n{I%J%g; zOSIY!SBC&77q6Juc54b-jVDM}q>?^JN|Jgz-o++HG9pG#=@^0ZDHK2STz|n6%B~!f zB5}d?ys2<>@uk@cNvf^!AJ|s8NtbzMG`~g_ap|#JWJVga?iuSdH&`iE``KN=Z6uq; z%d=bG36{@NWVmjF!Qm@jl?2bbtyiX#-u|C404^fh*9{}2dF{*dTO-PHr^!poreX@hI)Uc%g{gOCavGF(p3;tY(f&Ye682vORU0$W(^=Dmj$o;o z@0CA1p7=OLN=B@Qp|dVP{{wUNX}Fj2P6|(h__e*gXyfQ80;J@0njI?BolwQ5y?mmX zuz=+kCl7EFp#qsd^TUs#vMWm^3ud)#JGkb(8Y;2kjyU38SX(pVW0Q|2f0zd$i;$C* z(50no-NPTG>^>T=?3ulFFkRH_qnR*f42rQpwLdtl@`vQ=TftDz3-y}V&Lf*+i(7lh zw)y5_x^`ZJag9?P82R~HiWWo1-jgYi0KhqM5ys%u{a~u@d9lG#AP1wVGdC)du4Hh6k-?h8eA4%^*p)2w1m zoW_sB>a4Jto0W#?y?fy^a6!@2DPdc}9O^xGNFC(biT zY5OBgeu9h~FibHv3(NUI_VBhMILrs>QpRnykHI!Rx6d4vsL?fsg46%4H!0?8{`+P%O-J1&&W566+Tmz819HvHHjjDyYF9a^XvTC5Ql!ut6&VO072a6%fvMG>9y8;-?RU3&#Uz5;p>3uNL7Gz3i4ENjI+c?<*B17Go|e(9pD z!HaEfEE?q#Z8{=CPCvp_&IHky2$EB*;p6W`!>;IneamDHX?>Jchi-GpPX=>m8ziMDqO(EfHVSJjQ?l}c8 zAUc!-)4s1ViIbKI1@M;#KW1^Vl??}cOu;oZ;tr0ES|%pZjg8XLcADwJzjGcA^j5X& zoXw6?DoUiyo2J8joSbF ze`Ykc8lswcPUJ}4UL7A$+O=5re2G|gGVZLgezqiTs&fLH(>;6C`i+*)MHTIbr?Sf# zISyCNu9aK*5ukarDk6Nuga^NUnfJ4M$W4UGDV_4$;KYNvZK_|;j}}Tze*<7kV8yOC z;E#6RUdgbvcv0k4LisKp$lVtqF*^lUur}^$%D=LrR=x-A9GfH#`WZm7`4dVI=m%y7 zhh3|E0gqG)JxIq%d@ng<3+zAnLi8hfPd(?Gk9|W1W#nFWzcZw#QKx@GxBufNp}eYU z#5t$P@MPL{LimqNE;q}+hQ9P~j$}!HW}xBzVYPA)Ntw)R@diTeOEa`0L>U;A( zwJo_!YvhVzQU)3-C)WEAOo;^wq1kf8cc$SswZ5BCr<^chDTNPGM_2P}I3 zC~cFlD;}su7fP>Mx&VWW>Q$o7$GyR@l_qCW(c!IDff!A8EDLgHU``j^{#R%ti5Te8 zY!nWre1iCT;IZx~w~KWR91UgiM=c`HzaRGxE_Yt~lO0HuhajZ#2doxooc`Wl!G)z9 z9vq8|TU+8ug@G@?^NS%pp$DzSLd|q5Ltfv1euCGCH@BL_|HqpleQN%Wxoh6^bt=qq zIbiY-oa*lBe-3iF_Ivz11%GaDe*hP^MctSx?GOf^TkCxlQbc9ID{a#tAZGsVwoL88 zg9W`k0!Y1?R#eh$BtLt5TZfIe3NM3Jes#63|4?V=jkuSBpm#&>wD3_E^bMhoX>3aC z&MHg5rm*Q8M$^6Vf`5N}k~ukC%G&{{(;QnNFdBf#KR$s)icAQyDBnw6ctU&xX4bkA z2Lo@da8sO${Xp3fXq<4+?yl^S0@%d1DU}bd^!&)RxqRXJz5iK-6M}(uFJ^Ex`?|Ie{J4<_5B+^{s9Xmf_J-?#?Neqja$ z*=8^hYrC^Gq?VSJkf5L-2twAz|)>y~t&u(PGg+r_ECCG(w1-qyC|uOxWsg#1Vs# z`LlP*(vO@?yT9qZ2W#GDWQ;Jd$f5)&*p@hkNo0Lb(N-qwTx0;qCHzI$m2*c1$ z<3)Snj>9zPEeDtHju2B{>U{DVJV&nYA{m5QRq}T~Dg!o{*pR`^ARheG?m3->e!(MP zFz6l*{%(RPPKd&J8MgU@Y~baS4lF`tzx2ixAp>HAmu8VLw+L@8?>|IQev&eND$WBJ zTpG`72<4k@gKQi|C$Lud#pV)onYsza9r)>1u;za!e4oWF#^AL zi)(9jbM+cST35K(#WO|tYwP#Xk9V?_&uDhEnj9FV->@ob#ZBhO41BB}cmi(h{j}T+ zw34lK#PK>fIMPjJHq;0qEZd2$j9D%D+`(ICN*f!Slb?0O5Rr>t;EsWRvj!tS6SmWm zlNl$f%F7FiG&ft^s4R?(B31Yga(@1#2H$}5idb^Ytg*Exn`X-m#z;#~w)ocC$*WQ@ z1sqpwq%zqR2Mi6SL6p9d%>$K1Ed$ySL!jEIl$2CG#cNy$iE@)FnChnb?%lhcjJDhA zE8aH4oS-saK~d521ejY<*76f$ycC}N%19;!#AOQ;RJ}|O8XwmM>okknQl&8JhV$fs zkOh$|wgXiQE1}RR_$Fi<9z_Y!MHjkMYp`-*koVr+YNpQ1Dnu5&%VHLqbCpwo+BW29TW)aLPUV-8*A}Zj9>(Aba)QTTz~k|UIyR&HQx<;Wm(~Muesh~VxKLS z+sZJ}g9TW8wEF3stiS!|*f4Y@=v*mB|ATbfq9X`HW$Mg?Fz-&gK z%;n?ju_5|pq2R{4fMG;Q$^Gj@M4$B4W6W(9);GWsNfoG!h$k!f>Kq-1NeshY!OG3V z2vDh9Vw<4Fw`j7xhN0Y!hf6enY-^Lhs=3UH6L$Xnl<)E-7WVtWb(OtGu^2%8(*D;a z@JS~^2^$~aiYMHF?Is#~BMuiO_WOR2cLKz%baYlr5asL|D-tl3!}wflCct(T4!%WC%t6QnwT$%cbK49nuu`)(_(+efh*v#{vs4^;G)Ol<4zQq z2X%PMJ?gz$KLUiZDf#>eHwC1gxl!>&*f0w208f^M1W$qEHO6BL58FI%YX=HfSJxbA zu@MJ+QbGT6XEgc3@#$$7*cpAu+c1W-fhC>KB1Z8v0Y4ESMy>jJmv4*|ufZ_TaU#5m zva)eAJ_*N*F9sAVN>Z!w0xzlK0OSifODbX?jYO{MZRkvE=?auQK&opS_k{^% zb@Cw^dezsX|NUUpUy0B6{IUtC+;9)QFck3>J3WZ*jvC3&ytu|ItG z4LhBlUU?0$g+n3;=kl@Hbd#45n88~ZgvhTk3d@(Sx4^CMUI*sS{98#Ohaebf5hO$q zewHT>f1Cw5m{yco6OS@~4GbPZE4}FC1ExEtC`X=|=x98(XDluw! zXt>qq6ll4_F6{(2-fKO`V%7jT0sLhxxqyNTUfKX5er<9rhyDsBnC*^m6g{mE+xvJ7 zGr@_IsZQw}!wh4g)HX`ihOr1OfVg0%^UUr7%4vplz)6Gy(dAe=G>}d6ihG6-GJ{4- zF0?$6k&!v;Y0HRa`-<{n<^F^cZ+N!%38Jsh$W8N`UkY4k|r+cHKW900j2OfB#HH2)Kdf zQIM5#4@|$P^x=c>)hKPd1gC;!} z?)NV5_t8zs3Q~6Y-m5WFdRC6T|j3htt(Jn7uRykTs+&zTwOL z?gC=_*{@)z2cTtisH;$Z{hD+8VEjIPuzp$R9e!90A}dsbcyw`bF=*ByK$U}Kn-R-ItXc{FYL1m89)Y|+abxvjq3W~fyaG&tt zH&Oj58@@^v?AhNR&YywS3H&%Ve&KtL5s)wOur0yV?;9SzU0^>6+ypR94ompR!z$-V zKqqVez3R?8E;;~If&wm;u+D5Fn*Y zE!(QEPqYL5_md+!wOk)>Fx+Nift%aD!XX$pHdV38`RspZg-p$4w%oAh_JUj>h&1B2 zp??U5=DI2Q^&PK6M3}6s-_LE+D|DTF?4nnF^MVg$46dLW?)pveUZV3))q4)wwc*Pp znkd)m!_%YoS&bjIV~6d-6E+(Rn*EDn_fE?4PxWF(vi_@u)&9 zF=RjUcXi>jh}3&n-nU@Jgjmo|X|}o)*RL{nOo$=Go1#IQWkXMI@5j2jIwdS`#wdn( z_yGXW0fpVLjEpyP>(cn}EQ`NYW?~92@BFL$C ztc!9Nxoy@zKllIFctf{w*|x@*>?WCf`kX*8J=MDM>@}W&J$j<+ME3(%1kkW$gaI=e z>gikm5#S~%C;)^cL#wBONWk1q3!o9L$hh#_NpPC`hxanA$teX|{v19%zexx@sWi^< z#=(=m-oe0jYNj&KFqGzd5nid#Z@|lNnAjFT(j<6R-9nG7Ku5Fm#zGFKz2ICMzE_jt zzrla_Wh8l(pc#Ll6B?!D`}KN?!uR!o^Y^%|Uknh)jT<)%(fj_Z<_NNbxcLM(+@o2q z-7uD+=9pG!tZtSMDxtN;_i=44=R6Y6*c85Vp~x+?x31g>|Ge)EIqV)ImbysSc)p!< zrrOWj5SEA;?7U(0G$!V=63gff?MkIz=!w5SZ*k)VLNk50oUJaBLUh#BBGbY2DIT4v z`<Wuze@V$886EY#GW28{*&u=H&;ev-y~exkL{6w-_p!`|NIO@%_d z?>!@2SU7whp-jN+d|ihZzJ4{rkIPjU-Y9-hsktCJvHeUfKadz7+o3^z>nF8-K3`XFsro!Sc}(3yB!bt{7>r zeb$7$@<8=%gf^yVndIipwo0?6@7CQE`Gi(u${FV*BqYDV-*+D6B>&q;$*;M&Q`Fhe z-&Vh96^zj&!tn%uQs04L1;jZXvr2k>iNl-W3{=4u6DYKSd=E+Tx=qf)7&a>1oO zq6))>(G{R?#Q2#C31K3C14yA%)E!MrU;de_UTyRj^ir=$5`aifPK$<Kgq8D!v(0|1bgxjeZAhM!;k&i`)yh4&i8i?#uo|G&Kl|+%X}QY zOP1$9_u#*dzRNMwdeY3m81XqiJRiuxLxS$7nM^nBzHf8R&T9;b>u*&~?iYZtU0L)Q zp}{}7cY7rb#wqHmnbHL!wZOH~&_4+FNW{NqR`kQS!|-Q~sQf&98CH2A321_tmrXnZ zOw@j%q5S=ezr?`xs}YFB;QY#eAD=iM*UAwnLrwfd^GAROd)^hNRN?@?GWN!XT;sP0 zK;Wf(07$a%X73rKP1GDMq+LR9(i49W>Zw8f5^R4WpZ;;^iG0MG5U|jr`N{>H9ozZ* zWxYW3Z|@OkpFuz2&&)iK-8#jL%VQM)M}nQ#lbSETXk!FoyZ;S8bbG)xqIu`!i%r5Q z?hFzH8qJl_dzN1x7#J9c5Im#40|wJ1FtYd11eWwN78Vw7Y-|W2VAjM=eTC=Sb=Mz> zazq9{uBoZ98XX)QB)9qdHMa<@{TduYCWU!$UvM9+bG9%EpUM`Z*M^5B=qYE;KyP*P z&0EXL>&eB%#f*yf_Iy3%{$N6~r(UX|XmA8}ElHEm_TffZ?vq8cdP7DUKJktmtR7fC z#K#b-iySA1Y6M7`lZ-5)jz7;1(~XRc(WrjO^KQtz8oF_EKRZG40|$o#XJU--XnKKC z7$vwk{ztkffk5m>dS~{V&w4a+o#HbcN>qq&^fa1@k}(0AYPhD0s^r!m-eMcv-7vFn z3TZOhJk`pQYeW;TI6&OoNTfxX4)_rgeuqsMA78*0 zgU+R9@$vTu5M{vJcGZ_b*xbx}+OjK1uDvVzxFT77M)_x_U(Uhsl4koPOhD7B6+^P3 zGQt%6Zg9$ls0xbbBjCechb-1h`q%GzfNRD-Zus2)eEo7|E0{>2;hVbKD+{~e$Bwf( zjbg<8X+qtJ_tY0RHzQDa5C1i|b#I;}PkOn#hj;`Stzf?00@eHSTE9Kj3XrN%Vv@W# zp>vtbLfl+(bRg?j?1h=e9!-`BNjx}yFH{sIa>Hr+o8hnaiTwi?)oYk0Qc;b2JUme( z4AufU;KTVC*`MLBX@@&CH)n+5h@Ka{{J10W9WEM35Zl#~=zmM8SNLo&g5wOms~ z7#a-HF3;6DQ}XlsYB;YYCnx8$wz7kX$m?bPFRtDKDylDP8y`SH8l;gF38h0C2I-XU z?(UKXK~lQALmC7DX(>TEB?Re^?wt7_e((GJ*S9`hYleI7xo2kX-DjV@pJ(s0AKG>v z9x>;JqfV*K4!_7fTB}Brvw+>c0Du3EG+%1wKv9#s6I2~$19c}o{FaU{?7~*NcturN z-*S0_wn;5|X?R{i*w&6ez>dRt-wfp9h7FvFn6@O=r4`jN@L`4Tjf=Yhy*gv5ihF7w zt_3seZzNMxY!HGXsPaUZyh@!zg`WREUU(A+x;r z=SLdw8D**&*=n zLMjg|mEdP*XU>N%>&ikrZ4X48?dB=MD5w%1ts;hTENgIx!mtY znM!?A^4feXM`-6^hlbbf70KfnQ062c^DUl-hli7^b2mjc*5#i8NOtmsDeMKXeokM( zYR^IYqV-_?+)!jx`6*@ZEZdN?_U**f)Kr1lK{f`{Uv#azJTUuN-=uWeyfdz zs4sePBqhsjx)@uN-VLW%{?ZlgDV^)n{=lOuQ=8I^P} zpitKbMKSgln-rxT2A$m8iprS>I`UuSWdVs_I`^CM0%s-Mr01%;gORC=Rt*hY5LgVK zi;9XKXGsRHw|df~Cv@D4>XHWk4-WB8expS7_DEm^!6|~mE6#lklQd+V{yh~*mmJz& ze6_xPC&_0POy(i^##5?)VxppPxx9#8szhZ$?_&ly!KR6XjR9bp!9iEATh(HX(0>6Xptw!+r(P4je zyW2U<9I|L(Jce}VH+C%Ai%sAW1gCBI$8jjv&m`kpd*LZ4Dk{oHlZUJy`9z-UK(8m?j9X|pY?IMyZfEIFc*=j ztuc(}$Gs)&m#IzFqv|~o#Gw^v$t6qu>8Le_>R+n3F0O#dk56FiWBF+^Rub$2grLk% z4jQ^yg~+wt-P43v^`U~syeJSaFMdIFwV1-{YPE!ymn_Rx>wl?YM$Qk1+?~#LV-^XD zYhBpL7_v%)A=BD#zX^VIsg=@2QJQOVw_SiYRAuJ!!X{f8=Zu%M%;A1XXW+70Ph3(j zT|Tbtn^CRLva5m~_!NIq16S(5Vt(&L5Oo>y+Gns?2pOOZAhTa+=x%mi$DyQTWnpAw zbl&)hYx8|z;FS|lt~M$)6an|n%AP%;m?F;`am1tNzgk8uxGXeS2d|qx$Cr_nZO!uX z@p<9aNrQBhKzk#VBQGV?oGmW6*H5nV=tqJBVuXX2PMDR1!d#>pn^>n* zbcYU6I!0D=w|d!(zrLv$=Yf)x5&+`~&Y#@X`GYu=1p9NZDY`;@plXPq0*Rgr-VA_! z>$Vz;UsN^!a5ln&i-+eLa1n6)H}p{C$`CfPyV3|_%yaylmPQegIdbDpvR*2cRk*T+`%wryr2V`>xz&plO7U6JVt)dB44d}jg)&3JX1@do4R!*g;EQ71XeGVh;m(Gr>MZ0- z%9jsTO5a!!Mop!tU%o^%9f;`*#eBi$v9BdAF5U$M>5=Dr9SfkQC$x0kj*f!OEu!d9 zheJfbmq`J_w48t}aFO`1ZxfmG-^kKJDz>crk9~fMum3*WpVf>h&!7Ybz%KZdSpm<= z*>p*;9`PH0sFf&{=jy`e!F5pFbD( zTN`Y&oh!TOYxg+FNM3@6ggogEU_HBqmsZ088C?u-ybyHjqm3Sb_elNS--;L}Bgdi; z{x~g{x=RUX)$i}_k%~(%4E~x)51J=G+_SR0vu}4v4NNV~-L|o@QBqZ<@wiaTB8b+l zX%Bt7Lf%(!aaX(5TG)KCU@M(PV1FtgyC?OChd#ojV9jz(_{7fo(;Fzc=@s1XOK}H} z&ots|LHu(r{G+xrY+s^#g3^YPq+e5Gt}9Oi`r6M%p>g0G=%ReFiOZg&kn5=IhGS!D zeghzTz2)oBAb2WIM-aep={gIGV8L5(m9>{rCimT9$ef)MlRN}r_zMdu)6hn}kwiinktuegzR(t7EP2W1Hff0ZC;>pT-zQ>k@me8^Yx-77q8(8(=tZdfSC*0Aqp(W*ey z=zSU#9;)7>@$8AHMm-^iHWlYQC-vaNgR`r{=+cr5UAm8j$k^Qlsl{Q-RnFMe^3gEc zRpJrf9Bn5&p{ZEr%=n8hoM^>0O9o>jW$z!QLF63`k;#p&ZCz;@UesFq$w~0PldC;Y zY*sbHhr@G-Gh=}5V*1SFjIjm*GV6a5s`nHD;<`0FaN9STU3wpIL5%0eACtqVvA=x% z#Q(VI;J1@2+H6M)x{zk&&rFy=>IU@U+EF}qg1<80!)pqDCuBpRxCmNX7z8v~42+(w zP@;@M$KZ$2ibmCMWrYvpw^s70Kjcc?D?`RxeHRUtRA2vj7+nU*dI9*3E!PZ*c*kD7 zloFl;5b3Sh;<|2&^fZxb5pDYo8$a5iv(+~Wo@8e?=aeRXf4_1cRb9+IXnYWS&~`Q< zTts6KwOJvP*7w`eEpKXyM%{d)@}(tBujOshcL z@16ykAJDEqxr@fKns$Z((Se^IYp2zwjbCh}&)(8)AO|iaK^N`9NDs!4CI-^s^_lSH zPm5{0NL}*+u@TNkiecLfR7}H{hheaH##Rp8S0ZOYN@#-Z-uDlfWi>ToR>Xen2C;_* zdDl7X^5sUHoSgP4hCT;xZ|8Cz?QHA~e0{B$FCDUb2X9=09l-}mwtm}LnmciJ z4eKK0;n!>~z+tIdmWY*M4RfV+R}Z;u%nD}qqO^{3cqn%;%fVtP_zNh4lep%mv4X-0 z=X0up!tJ%ZYP7F{bdXpWPxamUi{W#)K{h7jTIQ7b+S!~o6738(H!fs_e&wU*-E5V4 z2}``dCJ8l=mfp!p72gXHx-FeTwymK77EVeCmE-ME$n<(A?oq5>crbQvUc(U&$uD%r zz->z6G`RL=J6rR(FXHVP94{7?_s7}Mw|mOZ2o_%QPH*5?BuY(szH0Y^Yq1n1#RUmG;Q73Wm|=8icV_5P(lH@Vijot@inR^zm*I zeaskm6Vl$}AZ6#ks2hDz|b4Z#r)q z;gD;4`SZR&{X^M_!D>F`GCCI`(FD_Fjj5Ep{Ac{Iw`i<)Q0BZNjb2JA;$C9%uRc)B zF4G1qfPF&(Sz-;$`deU4M{B&ScI{e0lQ|st`1n@BHw~nM@aJx@_LoE^bs(ix$b?K* z?yDE9X7ygcZhFb(WWoUQ(Ts(;|L>SxTGHJjV{^M?S)7?J4XE7 zX=3c>tBY55)^<+w#{!VkajC{MEfqgo+#H^Oj zEeZB{L){T4{Ok=V5IdLz z=~-JpT0snf1YzI7#OQuC$+sX3>RN^~ZFNwWrOVs9OQ>w(n%c?NE_<~2$!qxr=wVRb zP`dx)8IPUGuX;b!Il3ri;PLdfj{n^I4)RBT=RmigoId|g;f@3 z5)_RpNg||L`aXHx1a%M|b3pl$hewkm@b>h`#?9}BzN9BdKi5=yOZM{Sh%^1i>qPpd zv@|ihe1+Q7+c$LvI(m^`oFAOQR_gF_JYphNa-Kn`w#U=;wYxLLlq>MOnHGC5?^e8F zWRSe+Um?%r6Bp&=$^Le<96ms zTA&~XuuV;l=O$I!T73C5t{%n}mifix4LZoKuT3jsBDz!k;4-z7srl#c8oy4``}*&N z*tz|=kuN-6n`U$S4+pcYbhsRuthoVnu)4V4>Kg`exirwaqhcjGs7N^qt}F`m-m`kNRr5N~az~6Zh5;`yLCA+MdI&E2znh&qYNuew zuI1@M1xAmwynJuvsligqy0Y&ohq*2Xk8q^+FN*Hgh=`q=kA4@-W1S%iu*LE}DRA9| za`uY0)NMHFD7==AdfSP2#eUYnTlO5p5xURmqd@AZw^?-QRvQd#sx!R8*Sc=F$W z?{sdyZGq%FMvt7<934(89&%=gEB8)+Q9W_E*A)eN!9-7wEHWyJI`ZY|kqIY4WkM12 zl*Bt6k%qBlFZpYkiC_~42bL%A(1QBB{@!f=?|-<%*2?wPla@VUUS8rGPjaG!Z}LQ} zh8;|frryn;=lPtPgsH8g+_sH1|4lNCJ%wx?K|ON=JpbW+fO)|X>`%uS^LWW(dVV6u z-j(FmzvJ#g4EwD_lho9OEVA-+PgenaClKYJ3|R19Is1-|j_|0c;6XDNZ88J|1UAy> zFnbD{)Bb4Tcy6y`-wMJ7;RXf!t!;|su6lPpy3;4ETnsXL-$qf3;D z341FDubtQezuS`=UY*$z*|X|YtsEmr`6?wTeGjtb}6V2H2f;a+>FAsc>B1u)cmBPyb{tW21_b3=}E|fRx|FMn<}5!wL%u z)XuO2^ zgOo7pDM(@mIB_>4h2wYmD}q>_K0v_Y6A}&$jFINRgO2azj_+dy;Y)#QPP|#~q=A0( zb-i&hV=)9JE3Zvw>|saivGG9rE$emYokazLpVP}KCkI+ue9;|f-QC@P>UEGAa&Y7? zM+eB^NZ>jGbkh9!Tb(|qv{MTurlD_^~d(%SC+wm@rUjB z2J_p%`$Uhbi$pL1f)AlkD!9!7(`l#qFG4d5i?ta|L-jvf;8nuHg6^B${Et^~fMmb3 z*!p`jHay&$Bjl5|)mc%24#b+*Z3pLYsMBz?vtHl!q4o5L2%DTg1Vr6}b!PBJ)7CNp z9`!4}#hA|^y9V|E-@6BQ#F+1!p4r($=XSh`nFI0KT|ke^zE{YfD|kAmya}lb8;@@FSBD3)7nB|aDxVgjTvf%u%$z)M*O{9b z+~@4PV}B&hI8*(0W9cfCAYY6Y-tI0Tf3{Mxvtj`A>4{8xP>&ep{8sYgD#tgk>5oHe z%Jp(0_P<#*EriVbMcX-2mqS-qS9K^H5J>W8HT&QyaGc&Jvdt$1;970%E`iI%#*N3v z2P%z276l)#;e+Gut-xFQ>^kAe4~ruKPrl;Vo!wiIb@(@<>Z{NNJd`5gK5+b6~?N>nrh-^R#{i7BDC}HpJRB2-hGUPJ}C-OinWs|k-he}zh zv7)`oDVsh}@SELYn3&EPhlvm!&_Q{ETXGhhM#N@Pn9XL~63`qSeuVvX{(qY=8UF7s;H+vhLf`*?$$!0#(Rdzp^J4myae%m#UoMdWS?EY@E?#drO{a@@()qaGBx?2fX@j~RD|5{sFJqK`(XLVA^ zqWf!ofwZlqb1!~(Q-K~V(nn+qkch6GS;r`P0W*~ z2Z&Y&O*id!^x46dL{0QsHlrp759j`F+fJjh9-Cv1+KxF zzd*aNUQoDNX}!LehSD>?PE9BI<2iRzt!6^)2A5ku!L#MloM(`3-DTIP4$cxx_WEi< zJ>zBPj%+6+um~{_)$TM`?6=HjvM-a|~o8NT4|Z{ulp(i=^60hLN z4^}c_QR>2uI$4~fp6DtMuQcfoQswjD2RiHLJ`u#SZpq2@3ws|2L%zIz{Zq(QlA~LA z+5kS9%oy*p^|^9gKA`A!*M>bnnszoy;)MkBD9Lu~r+K^3Zll0?yA=7dkp$GDPc5Pt z#Xg4}i;`jeMr>V^)2}q~!s)*O?WoS zhiiE3>!bO>f?LnWw-|b-r6(S~1AA=2T56t*+uHh6J8dtRc2))l_B5vdt})OX)IV<24t59bMYZz{)xRNI84? zGUthjj9pDNjiD{P3D;0?R905$R*ua~Jy80ITBF&A<9Uko7=o&#!xP-~();P7xY`Xj z!%i{Hy=L9qo*S0c1_bvL%aJu;q~70mL62XoveO-IXJ9)d{Cery?*0rFvww7+a!7|H zOfwSmB9*=ID;&{rJ+^a#iO};OHX*iLcExK#Z>wpAI`1~No94=k^WEJw9@?tYZ%pNE zNw=u%{-@u6OcK`4HW5X&GQMw!EFLvUR(M&gT|`F6qXt8`>sQT|`19oDZEpx7TUU6& z10KA2EzHpEj;d`?+AP zt*@Va97}vyfs?aFNKD@>ac}0zUpTg%NHXa)D;cC_XWP4;jELrL;ZEVXFx9+(|D7G{ zB&>@of2Beqt|^Al^<(6h_;(wtviqsK@{0P9tjR%xR?XF1yz8F4!BfnnjDJukfQCGo$Zg8^u z!SBGu>|o(_&7D{mzru>It#Gr<{g+V?2_Dmk-m=W!;NkNa#~_+YQjm(EprA1B<6&x3 zN^t&7hxnz+WXD~&u8S~aH*4u_|J$P=W_xsTmkxy8EF|I+FG@TA64x1KHczyk(Z?~1q&pE7 zXS6FBsya>Z3WfamOS!~04O=VCpMzk8QMOeTYhid3#; zu^&Mc!~EuX@F#a^Y{xNiL%s2~g7ls)@p zz|<2RG#pzrO!H@3`c!d15_;1t*9@k-p9dFQ>_Syfjccv^&2xJD=80y0 zct}ymlhT+G3iK-(A~*>CdsguI3GK#@jtM(SV`J)Ji?1bOWk98aL>4n5L-64Tg!3fB~2v;+eZi82FXb%*B#DbIbF6L|PQ9JMCI^7xPgxJQ;wtlN8 zwg6l%m8otq*X6M2(_Kmg_;<>^J`gKqBoY|yrKY6x*9nG)hqw74y{YQu)v^@u?p=3y zMfqXNor6|JMy>1i`{5j+7lC(Y0oTXIAX0#ejmk*;OvN6EUmHoFqcUy@^CA*^1_^$Gu{?c+=caZX9&bT0RxaX ze^S=1DBGnMRwGe~|G*y(yk;b}qkuE9a19-Q0cYn_zNQ)88_2(pOe4s~w@H=w0 zzJf33k`}>{_|Fg^|Kt+h4fOp8+`BE_{+^OTIE}6{hj;GnrLSFaKCq&s9Fm($iH8@y zgLi*_Tf>}mP|emI9_li$ZbdLqOHZx%!L$7Oc40HkYhC`4-~c&8aUEPpx~W1R!A3;v zMHKL8i^OK!v+WO_*fE}05QvWM;@?$rh;tGvM1*V;9s3B<@J%*g{?#H(ZQEQmyD-^b zuHt+yEN7JN{vT`p&aPd(^_)uX*4N&!-qBgf7nq{9wl7pXs_`uk9$udb;0`a`sj{1I z%f@FpnhR!EMPDi+2S^*Y0XZ{Ao-i)xob-7T)-hToSKTM>60 z?d8sT5#sl-2!w*!mEtXy-(oF7_7s@(aGSe|3nD#7To%#@r7lWa9>qN!Whr6CL2! z+gE3d=7Prny(j(tKnN*jJD}EI(tDf#`)!03qw8wSJ)VM#9n)cW6EL@cQ&~`VR4})6 z1)=Js`xkzbM@vFN0$`S;5m2M+lL6fp68oEm5VcNuS?RdgmfBh+VOI0a&1=i+u;Bps z1LwV1U1gh|@LcacXXZ#+QXJb_MB9kP*S*^MCDqbehdm; z2Br`uB##qrz>y2-(qR(9uZaM;gc?)ay`y*1hf!(J4v#mA2fKK(*fpU?$wChnQ^_5z zB`Uu8=KsX-pHu?wboz=T27B+FYOwUVnIFV3 zRq$h?0O9IZhgRcs(MTz(Bn=&LG=r_ZgpADKSM#bW7u|NMyyD`%l9w`aevmSvC)4PN zLpr(>lan9oXEjPv z)E}1NHQK&KyBZ*o52TkO6&Dvn0;5mRPaKrFXT6z126pndbx5#!e>3dt@_^!IGsLvg zC<5hYFTI%_u*}{mVm}uWw8J2+y6|bI3BNDlRy=-%xCZeZ%J6)={Xf+E8&#^-XO8*60%xJB*Y7 zmky|b1_RSdJQY93)szv2#viU}f38trdEC+t>>u7IMz+Q0F#6a<-iv2Jfq9_L7OdWB z$A2ENBQNo6Li0UERo0oLwcth$UtvT?0?^PiL#ZSkla!{ff+c*;GTFG_EcXv9NA($e z7BgnettfXS;_mh*STdS%9C(hbA@%wwP)ccZqR5xR0T#CBSTuf@IQB{ROmS1^UrXN3 zP}=-gi`ClQ-FN1t+J5Q_PPm-q<^j`p`EVk7aJ8LdH6*&jbGxsn3jY&Eg_3u`2M~f z!O!JzAsnYxwHvM`wC`J;h>%LtL&!ZL zQX^DsIp45QNSGpUy&rqRF*a68$Ix66@xU7IOvXH&!ba+flgv+Qx6S|pxfbOJT0nr{ zX8ij-ZYel%TY2K$c-L}^^2r_Vvt&}1;0+U`_kHH29m(;2Aa^2aH>oBPt{)^#L|r&F zT^=a~!K&I3?-&19HRtmzWAZ?Rft;>u^gv?&1{U%;ClZaP)6uhM*Of9Z$9}%PI3V&8 za02*M{?DK%X@M6)>NFAEETHCOw9@z#O(qnjRbbP7y`YmG`pisdUMh;(sR5RM=)Wo6gYm>(~>7@yE zosEM0jumm6L?#;5>B3*;p);5jX3NePT=A?nrBQMo4!q>eJvJ9%EfrmTJJ-<&VRF0( z=U3zEN;aV*u;izRUqV&3aw}C2#jbd?E)rdQGAd}{L;f?PC~`?RngZK8l%UMq3y>ko zZo0s=K}0x2^k=C2(FvsPti|ChQ4ljS`kOby((}%mEG}R3y!Op^{eOcc)+}lAE;BN~ zn7;Sj-;e=*NnTaEzN41z|zPZ3`k1W#F9t9)xQs?ABhbR!ii@MrS7`f0a`c9oe zTr_pcwGK4lqB1`qtW;RzEq4`liPQ%>CX-SHvBAN_`Wt)!d(t1KrkmUvx8kva-ZnNl z#i@hb)m^sPH++p}-K34K!YXH|#3cyHg_#VUbOcI3F{hE*h58@SyGSHyn2{O0&N(@I zSKWjKL>bpeUQ}&O9@6#sBZr`#N(9N%NkjdD=aw(K(n5m&WdFRFUHzPk&4E?pR*vrk z+&o+>zW`Ig#}4DAL?+wjY8qZ5`)!{^at*|3M?*T`^9T10~Nf8gVujaxtG>0eKDz~+ky^?uF0+r}I4dk8hv+BC4^Si|5+;=#@v2FvqZ z{~knl?$CatUxAlB@jI|xbiajg6Pf-`Qr^k^c;x6p@z>J8V6R7&(1gAwVS;l}vNGcD zz(V<dwDkB$5_R3wx6YbY)$E)XRB{WlqY0O#)~ zE0Z|LB}{n!-0oX0(Cgu0!MJ`tJ$1;sbYr7C74L3o=}^85qhVn5c8G=TYg}1LJbsPA zHu>``t=>H6{y<_*i{ZewNxW#JZ<0wIaM^WK$fGBav=~jo+3$eSyQET~L;4%}~pn$;!mk8&4y( zv5xlaS>S|~+DPYwmAHsVAlW)-MJDDLf?0#@VcK#=nOjWB*#~wGl5a{CSiDE+>lNO; z3sRND7dpp*fLVe?Da`aj85sODhl|P}9^HI>_jt93O@*j^=$eeS?Z~SsgKw%Cm8f$U z4&4NbK2J(HeRk?qW1@YB3<4<+=1$}}WwjNhS|_%N_}~Y6kbY6TExfbpZ1a1H@^uaZ zCws|*`Fyy|+=Fys&cRgmUA&!Ov~>VU4#Iv7Ul0uKg^wG5mvFDf;D*K~=(+{3mp+w`Kv%X-Ql}@h4yH z7nrsPxiUrz>;Kx0*VToPS%P7$xUwmg+zCjaFA@{BI3_eQo}WvwvA<}rC?X)QZdTP6 zi<*%P!}w%^T9rR-Ik<=P1qti@$P?wo!`6?Chv7Rztt?n+XQj0`>6Tj;nK*tufg0*7 zEM__B^l_`2F~c|O&%`iu>zjtl(IO8O6~rpaYr6B^PMZ+#vQIsflZTx;_zc}w*l$~{ zK+M*M)tjLL%-LcjD}rVq#&~u(y;h6q zu@Q~<{zCuYV@BGuR?nkv+7vd>D(6q36()I%mOF3Cz%&9m0r&v$wgO}oh%i<=gE}nn za=m?>m(l zfZgz|V8)BJ*Z4tW$9^%-695E)+}pwII=N@YAQlKYO*!BT7OUVLV$2qq#3c*~@DF`> z&<+F;H4xWmOJ9O)dzD)d?vS~;)64bBAC3YkVqH&4!MZ_bJ-LI5xS1^E-3g#i@MMlO zE2#!gmDW4wmmphwotNy)ht-#ShbXCg5fa(jK%_&pu96KPB5}?y3-G4wMlt1nI!n@* zQ2%65?{zoaeailaWp+BR{Irrzho;@VT_-v2>uphem|6=)W96p~QX6&dYOas_yL_q- z;+mZCZy1=VXA~P^0E(Jvqpn0V0{w&ir<0Rzw8iGK$4)A8wr*lZevZ+9KOtXgNcJ

~@kDI4Yu?C!t2RDRKE9DyhYelKRp7utL$Z<-UI(obW?le6LMg{0;jH z)yuK2<4^;B4*bN!m2|J}eRbt{Q_~Tn?WK7%R$7}G#SKwie2L)w~-_c~z z{Z!^vm6WJ7)9pY=(O1jS-mQ^L1nFdI5Ld&kF3W`RauWK53k?HJ6j-EkBMe{XKS$Pc zWD;k6@gK_R6r=JCU2ODe(zBnQo(=(dwOq>mSlNK;vMAfiU5-_wJy>X8l$25kSWF5) zb0fg_qMMO7OC!(AfdjHJ^I+G12iBNIG;GB7GchnVHMPf#!}$LCWYk086#y{82F*mh zR`iqrQTZO5we28Xa@EbZ?cPpo9i$~sKMn9C5A1kDpF8+4qwIG8DLNn^P;!Gey*`}e zE)(ukQ2sZ*Of$o}tHYB&b?&*NLz{h>t1uJN-jpI#LP`py{)$p$Z(0px)~sz~FU78OUZW5nWydH&AMjgJvnl_{A5WqD zG_9leYmk1WF8uPlvVlPiSiu1>92V}-!eKcn6(!DbxuAHoWccLV`-|SAJVpycu2C(_ zmYwnaMOQY~lR8`in6(+1G8QEzhG; zEUZhULKQK&Uqy+q9M2qjg}yj^p|;MUlUe~fxA zrWa;T1*Xr8woS^ej+Nvi&wE<-2=%s)HsyITT(UcfM%9~)REjQn-jz981@@VcDD5I* zv~3EqvoR4y(alJm<8Vra8ch5$gI1B)m8CM0*nL=#R@ze0wl1{r=AGP zmMrL4&zp(*`nI((+w1Tlv1?3kahHFoBA>lvT2p3Ggr8ej5OftC<(m+r+LXwvs^Vn; zgv;;FLrqiDwEr^+_YFOE0-S`?BJcZmQjoHidgU&T0{NzJQ@T{`kt)D}A1lcWKOYzH z4tSd#FM>_*YQS^pr9qF0Sw~Gt;H+Y_l>p4cbq}oP0d>ZAQG!qCX&ZJoDG+=f&^g z$aCW-_x1Hv($PVqq@=vR54y{rn%5Ar@*-+WnWcNS+>O%~Ozk17E-_pE{xc<%LbbH$ zx1ero5$eyr(O;*+%vF1|bunvv-uO)9h2skc)`i$zTTtTf`oKt>bx_pem+W>uuYG?M zmo{RdRi&Xe%_T#+MF=*k(-wH`l~CesgM(?SS<3aUu;pphpPaHX>yI-wGv}<%=XxSB z2F;1~ja>OwJA9v##x#+>dcs5&dC2=P7cE!Q+9fh0Ka-a$IA z=}5-g51YxFAXYiNP+iK6AW0}RGeG5GBOIm#?oSIEBVeUxW@fbU+;yQeAR`VR9Wp}L}tx+FzM9dFYKDn!K77IoZNB?mw2Y0j-y-g;5d)4xmo z^nX_clw$2A)EMvYi{6;3M7&~dwZX`0y*Lliv@`VRN4EmlIZAgKmbi1qex~rQhUMOm7sGbwq5UoNo4N1)$pe;Vhjp%d# zI>&iMsIGK*Tk8HKGyrMND>iEX1uEY*;#)p^UrkFo278|vb54-h?Plggw>kgq|e4Z)Be6RYhvY!h}--aDet9JHB5JCImPYTWOhHM(w zSOe}_OA_O9?-emnp-!K}yA6p=)-H^ii)?+JZuNWJs+GghwCpI$$U%0qLuHZmGfYaH*iLHVd352q z{brfXsZ(-PEWg@8k5Mf50&0Tyy>5tXI~*0OPQe#PKXD|OYkB4c{9>|#a!MmQg8w?5 zVM}{*H1HfH3jI8p=;2GYpkZT!2Ufk7!G1CGhQ|#?PM)xX_PFxpsl%*+a~>cW?lTPLrunl<}ssR>=VcWR02#kK}Tq++mR;{)r`QNrzfu0UI7bH$MeA zkIHZEErFk)$ChqXr-fWKN{U**P;Ouay_i;o1eWG_%U%>{;WxHoDRJf}VHe-@e(c7` z0ag-psK=k0AijCq0%f7}sMZWEV~ zn70B6!ug=g;uo2p$xD|YezoS+pi+7BGkM)vo(9_n+#OzKO+kIZTco`8hG{Hof%>t| z1W5;2S-KGA^{+S7c}ZE93} z=Vz)JlzlK0+u?X>tFEJ)p2>Cy_V(;I^p51N`SbRU4{$J8pDoiq#EA1;)g!<Im)H#xfeAc5ADB;#)#FjU)M3wm-GH&G%*li>tXNyPI z4pkNO98(@KQJP|9WlgQfLB#YwZFVHQPxbAcwgD_Phw_<6hzw^m2M_`nVY;-+2o7~xtn(BUif(drQ2=-9(I*Nc)a64_BX zF={nFL#A@uOr^pfF%Sg1UDQviUD~rETT)x#vge2TctTHe^6yASVZBVZAW}pGgSoh+ zNCUN$%V@_x)E)Bv@6dhgN7JZC@s`t#;qgU7M=leA%P7D&1}1)@ry=(?cbwNIBiY+7 zzZc*aw10*3HIzFaQ6VTTC?EdayW33E-z?uwbP~WL^t7+20Fo%P!;=g7X@O@AkU6CT zOWxbjWBa>%^pB8$fB^XnE>y6F)lVFkLLX2ePJjmlDhx5M{Fq)L<4IH>;=5oKHlI)x z6O*;TJ%(cT-pTNSyHa$Jkb&d!btT+63{)Mo+b zJIcdZe6CtOhx>K*L(oqIrH6RdsuFxHym|gtJXIs5-Bhl%es7OBx4aEU?&Pn#VY(6p zg9(c{*7(AHg3?)fY9Z5nohXp&0>p#D0cw*Ht`+;<;hMk+Nzft$QQ5wy@Cu9MBDwSc z8udr%NkWIhC&g+0hFF7Fj@v%wV}UlWtLR>oDr*o69dEl|F9ryqK(sDy3u`OAL%m?k z6*;(whGEUS@z5c52oXf-%-&k>>CClJGI4e6Q<78j^D{9yxq#w!;0e&}dN@6cjh0vs zHa8j9RnEvpFYfUBy)(tWGZ9&BxF?ZEAPJ?>xpf<46C_-4!|;B1a(#1yz)UAn69ydyOA3S=(DD zuIDk!)Ruqrb z{$iJWRgyH85dg<9nZBrs7{1rk-K$aLQGF(+h}H=9<+zCv+<(LQiodnbI%90>S&bOw z2DmJ1zYovN$%%P1zVK=jttlVDY@bUzFJaQEJj|4g1)WD7Q}Rv2{df9;Hz8hpV(ZC7 zsN(zgSp46EHtem3!vbD`EF^*N#;Q+?2@^HOT}Ama0;&$VP|n9tCFtN9nRdD@?|<>- zCgIqt1aX0pU(wMOJVfr)-!~cJ#;2u)gHK-U{jqi%m6Iq#QaiGZ#6V7Bwo z@oC;jmYmJ4Dv^EiVTe?^B4k|H8`mLHC+thqH=AllZ0tW5kifU_>nFCb6I4Op&+_zC z^iS?DGz-FFm1m1hjU^Nmn9u#_qT1ikv>UKiNio{kATN{s)tS}ohvWq;)A!jDF4*{0 z?8a_fO9{$MfDDum5}(DatzV;|p>bvV>P5%IaBB@Svyt|!mSP9)u5ttk-k*br=^kVD zro6)7Y}Ae2-H4sClk(dM<@MEFzJibS#_PpXtG8t*$CJC`=8Zq(1}>Ktqk^mwwHmfm zT#2M3TYAxi9e{Bm^Cq~K(8;yCF( z9Ygfy@by8a`sXTQJFk0Ge$Qy^yl-!Bf67+E-$x$CE#dz%0p*W@rY=11&8mZp1jRJt$Yt2X;M!=m^Rs+ zM51+<(su$z4Jx1kf`Wp=BO^rtz66lTI+H%M%mWbRE)l(q^0u+Dth`(lApO8;wBtaC z8=;Ttd+Au{;mK7+)l>8TG4_^GRYlR-@S#Ckx=R5`k(BO`?hXM(S{kVXNF%LugVJ5n zUDAz!baywLcX8i)$GG>s-;Zw$hn%(c+FLnm?zv_>^O+&9)YbLF$?ThAlG26j08;0M z?+1q^rY(JmP6a&36X?XIM*=XdshkHtAhobLE&FjJNllO6-+Ic2{_NTMeHB+mh!%J_ zq~A-e<;bu>GnW*=LR8$$hg@smJT$A(Fyj+u@9-Z{$WbSc8Q?Aci^{GfmyjL0$&6Gt- zw!5C?UfMC=OT=$a#lROiw*YGrtZYvCYR z+!iaZ9Yd6L%Zn6k=@&4tgX601jKjTBPO;C2HZ(N?0A$b1vvH|I{6_4o)zCU%HJf%Q zs2SHR@Gy!;f4{_Oqg)`_UjGqJUm^<_b}nQMhRg{58keI%@FX6R3XG=0F@@xrOXVhS z5tT!Wps;%M*sU-S!2-EUsSiID1(-v2Bu(%^0j4^44$@0vb zTuA%fsNM;>&X53Z3?-JbH;Ydyt!ZgSt(ye>4-sFk;;BXI-_tD@5Uvt&$GS%oj{N42 zhJI31dCfDOq3s3p)&It|B0!}gKrT!=pE_`Rd4XN7!PL~8Vq{|Kid~SAg6PEF@cP3|$-%FtBWzBi8elm_)U{rD43tT6jK z(XF|F8qx-avkPv)G09PYaa^;=xa*AA}D8&dIhXp04-_ zhS~^i{rI5ELP*B>ikTUmK{>r^r89WL>N|+}kqdhfgNf>TI_=AQ3MJ?xO3_D}A4-=P zD5m0;{eY!ld2Q`$SlBaizR!@6opc;5az0-$On^PAhqw3k1{c7Iol@c8_~yt&nYw8a zMp6oe0cLBs8w<>W>-Uy?1t*5L4`p2*H=O5sMWg>bNQI`EoDCl_guDlurNb!WK0JKVdk9-Dhzji8*4f@Ya?>SmxV>B9;3otgG*^j_ z)acYw)Zz4Vu$-j%y|U%6iKkhHoNzeU|NNwE82Xqvn`T4Sd z*fV>39R!lc`kMhwEs}1p75uT&6*&R;5>z!mz4FZ}7U-Ez!b|7*=$IClI zuVq2%C%5yba!dcskE zZGmoIk_ zN1FRAjJpexLxW6g{ZxDbs(iA)k?O7P?Sjo& z!UR?pg$8L6Rni>*414jd1JaCI@yxTC@wZd7TCBk;hT;Eh(*H(slvc}gQ&n9(PVna3 z#8%?Msb;U}N!Tr-R?=bial#|5cK}+koq=u@%|j?ja!2)tN85}YtHhKB1X@Qq&q>I^ z-yYjU=N>8VO@=jS>h&`s{a#NV3*6RdIf=yp4jd8>3nw;6a3oZ+>SOEb$*;t?xUYwY zc93!s*zmJA>#Q$cXt-d}j|)HA_nY1zSa8ECcy=C=Xd$3VNY_QkGUNPFAx4To!^5M& zz?2+NABNiJgl6p z^rvMXnJxp}epapZr73an>pQe&CS$r011)gr%72cieKHK565+H?qZV z;I_l*w(z6>&N22KkgBPxhaVrmHfcNN6-k*fH=-Sv#(pNTWFRRP(y)2HLwu__Wu^kf z{LYu9*o#9(h72j}wLEfRu7R0wU^K$-&TP7@ZUOfG#ilQb0&Z-82P|=k(0%-lv-|oQ zv8$H>xL`svcpMphJY6gRQLiD)%{5s>YVx8KD2kyAxaEJ>bphZtzbT_wTwIi$dt*4L zd;7zxar#zH|5rGeIyDvn&y21*XBI1Y0E+5G|Z zRk{syiv@RF4-XROQmW*iwT0nzd&Q})?O=~?IlTjJ7b_ zag-N13|ks7#~*TU0`_aHOUk&C_LG!z|LHd8Qg8+&Ckp~Rq*jnonT)k{T2nd(Z%%O9 zSZAA_zP_q@TrgN7jUV24u|xd*jQQWHMa&lsX82ywom-CMamAx_-?_^MQ6k7xMTh^WI$_$ysjl!P;rss`~CV@!Q zuQmT!QN!2S;XQzS-;y0%i&^uiHmhiJmkg!o4-K7B$!(#wtA>3wP%k< zF+Pqvv-!`5EqOFZ8PWGzfMF_$G~v0{_lb(%`p{gCPd|tFgWi*={Ew0yKJwwu#3wJ- z|DVZ7y8kHu_^-mA|JVThr&@ylu`aRW|95fE|EK{{SV6}BZ)HPI4}J9?g?Rt{>94yd z{=t3b>)Z&6+6wtoi#LFcRyytaV^hT-f&(PCkA_&+KDU*@LqUPu^)lOE6KtW+@7d2JafR{V~g9h&GW zFRwUtG&C%ccP#s5tgVd>VVh#$fIujMi_AU~3BnGCpgk);Rzc0dv&(p0PFv4pz!|sk z0c39Cl8m7Yi+9=xdYe!kWR1s4#~YERT#B{8tht(=f45d1rIRie7-v2y8a-R&R~xYUuB+$*+scXyXlUr%CjMkVbyo^pJ3Wl@SP+q->qgbe`^*u;!9 z8XjKW#)IsPE{VvL>WYvps{z<#c)R=ACWfGw34-KBAxG^i?G=Jo3p*!s(IURgkH;joQ)9E2dM-^Xc%0+K) z$#H=7_v7u}#wBPqvV1lo5=@Qy`&b3-EcL$Dty$K2Da_z#`l{{gl(m#2TRLe?ye`Wk zdj!FSSr10Tkc+(nj{f}I=#6>Frh|Jcm)7GwY~MnpeX-ed!v&p?rA_4Vq_hbW-8;EF ztffpPrt;qWdi<2-&Oo zGf~wUPUDwk(AAs*a?5@Xw?lhhz|0;F8lIRJDqkyq`8l+A{-Lfso?KK-?MDdvW07_}M+md_q95$;fl9;7wAPJlD!= z&%{1%Wo(Zma+398QN+(%3?@Yclg{oTw1F6D$kb1Q(<57PGkH8FACI1wFqChe3{n`U z=;fB2q!A(CNP;nGpeD~d!Sf{{#7r3`x5nc|A>wiE? zbe#_QlhTL-h}C0bpVLdDmSBteAp0&ao7^P*5MJqP66E0L*PG5A2`*B|zyGj7>pd(- z4zfFmH6lOyyPto%3VwMbXr$PwkJM&-GY2X&SZ2;i&m)6$E|1LQ6%G^LPdZ$huosb%eNP zw0qzo*!1rPIK}u?g>ujgI;@H0T8cMo7uZq5_;D9E8gDfk=i*v8H80Pqmnz4?2hkWa7-%7k1sPnW)}&hR$XHKo;)V31nrMb*6?>@Cy?B9mb7PUD ze_ zDfK2gbrKeVh!EYA{HEfQVM7!!aen%k5ArG8FY=|rl##Z1w6~dSLP;)0bD~V9pgvva zLghQ2RH0;#PkbK}p^<^zZ!@Dj^Y5{Fk%KpVX*aQlxX$<#_ELQ$cv z4{&(SdzX(hWyfGeX9Dkjy;B9%+;Vq`+>E5?a?3|TAu0d2J|K__0QqYL52>!77 z%4q-Ine*vqZjeH)?ql(@}1fxF05z-(T)(KL1)m5VmlJ{?=@uhHqJ1Xt&&eze|SpjIg4Vv6>H$+N5q|YIR6xq-M2mq6ue2hKN6_brgCmEErak)T6M?c^+ zx*f^`SNFk`NW&S{^_M-aDTXK6RQeXx351(HBfR>prNn-BWNxk;#JAb=YSp6Xs23>z zSj;!9Uv~ctoOVNjpn_KfiGu=U6K~o4<3PI;|J+>jFYY+#57E&$z}1{BX0Qbv$Q91f z7DrG*%uzv4+CMp2^zs~FNSVDoqr>Rj)OB@tKHH_zz)IITfNaum zap42fS3o`yM+JVOVq$hb&4Q~6}Vdpy&eZLRvp0vF0!5eVgTh72Gt@+9dsm#A`WMgAg z@)Q$btg#ZvO?=ZU$6!U{#=<%1xX@Ru}g?UR#$`a90Qc@8J6z=pPG!~}=#Q}-W*C(BWBSn4SpNpsG> zzLnwh>F!Ax2N>n?i^NueOb3mv66xvL2>7buV8ULA##Fa@)+E9Gz)Jd;aqwhv?C$Qy zeCI;*@$pHv5_H-4P?0IhR90M6R6}wrNu3c4j2O@gik8KOWxO)M$`Q~IU}9oc(%TAx z*{4Gzd2a&M-xm}Ikqf%x0L6ZC)G2eTFs7%Gp!s@CBR0NSqnNEo)X4?+^~CrSeUJT?P{LeQs)_rbx=eR7$|_vJ-Cm!Kg4}4f_Hu9?(#qaOmf<0 zE0Za$!^v*qSbM8osGm%5J{dC#^mv8xcg#_~k6BhM)ZTb&p&G_9E6}F{B9-~oxJFe& zH9SDE)5rDqIIC}F5WlC7LzB)KdrvpG(ztBc;`K!~r!&S@I;_&ZvUqy)851)zE(OKG z^OE+E$Vk^D+)dCB14vY=2z2q+!~M;fth~HaD2;fKzO$=q_W6C8Xi)Z8Cuktd(F!qH z?FvO0Mn@mc5Qz%KV}SRy=>h~O?L;U;u$ATTK{M)GIRYOY4{yO(rh9X5?K9gEm~qRq z=XvKhcfVZwxASc@m*R_gYvc#ayn}e{<8p2%DygJ5!ZlGBY#|WDL!QjjZYG5R9}Y4~ z&i}#!=s0$RwX zc|d^ECmlU45+DaPzfQ@^V>qneN{5Xs*7r(jmcU?Ds)%AJNI^xEzbS>UoLlA-EUKd)NdvUfZuKAwbOpsVp`w!aBe-^=gw7+>EkAd6id zMGfgyU40A+->>OK*n9980`S=MhcA~NA5Eq?N6v~pJWfyf;sN%n^WQ&;#Y&qD5g4HO zaM>UQ+TpXCn+yQ#s1J3B$AY6UWAA>FD@g?D0}F6)HEg5U`#*IXdp_`65d6kAQz2lumHZXiIoR84eCg>x`g+ z7Gm%BXDd+mNXFJ@KFKq(us~kHp<`f(gKKjznMEQ+=Hyk_4D6AYto^c2m z`qp-rz)w_X7 z;vS0?;;-}BRig064#|bB$x?5c7C0{?4YbW9jh|hNGF;V6yLB~rk7JgjG#a2)h}k7* zMepYT;=%6;2@@w202xDM=cFW^;rI>2vrzI=Jh8e?rq_`JV`iIr8eX&6bY4Z!73 zGGOet)T3T9odj)$mAlj_>`@0EzZ!;X-muEi+Cav=EEg zXQ=#*xcs_J3f^3@wS2UT1-+1!L+Iwc>TVGoQmrh+*E|d7{{H?wPf9_QY*cCd$AJ8c zP)y0MpAa%1XVh8?aLCRju@w(tzsB?)*e%9ml1wxD^evZY)WV3!$imBwa8a?aq`?%& zPM-q3)1hp}!uhB@>V;RixX@N{y;JU_r2*w}?1)f>lr8q#biq~{(ji}3zqBAy8?q+; zOy}OJ?a$kalHN-aqi^u~V_I$(PVe;gc%^qDEn?IvagfWf8n)raz4E@ZNP;PsiEndU zvM)BIL8l2>C8eM#D=9}nI(BwuDW@{|3$)vTM4!Z9;l7bOIX{TzjVY1)^jvdv=ts_*HThmR~%K^+5GwD(P0lYJ%FK zD+HGn3m*3YZeAv=tBgMGyq%7zh;#Mb9W|3Y)7#9o6y(rc4aGfb{J)`5pAZodslnCs zy|>7!x@j(Ftp=Rb)V{;mf0IRT( zj`Hl^W@+$OG*9lj@b4M~goKl4B530IWD@i7gs2~@k}mU1e;UKMO|DwCZWX&tUxB15 zj^mr^gVxoM)Nd?6VYHjRKRyV1_Mh^^AR=NMKuNe0C+BeB?!+(XqazdF8FPG!s5fF_N9q%8Ow{0oH`IAWU=4>nFi2t>z z_3*>~f)nI|jQ`3FKG!CZ7h#P+m;JQ&Vm+FMWNd6q;j7palai#2%vv-}QavF=O82jd zd_L{5*gg$hOjf)~@W{lwjB8%dc2(xyv7+M|J@R^E9Lnzqt6~hMYo7sL5r6!0nx7lz zWyhQ9IJ?I>jDr9$V7h(6Vo!*cYjs`AKYW+n#9i?^`2x9wgz)2Sn--im#b44{DP$mK z^m&(DP;k(7EMAjEmkQ+-`%r&-*}wT>{rjt}hha!R536pYD=PpEOAL@$SzE)&ibXFN z?4)di5W!f*+?*b&KLiA=IDqXBAfl|}##J9NrK2b@bH;#sjDIVskAs*DCrLT;&NzZG z?8$q7a;(z?+)Pi``_G}2Nhm_pdORtZaSX~m!)XE)ABRX4(gk%VsAprlq3tF+~df|NZyELn9xCr z={Jqx_>VC2wLP|n>RC^0;--c7CHd04PVFQd8aA@{nPQCMwYXQq0fc!F;~4rTlvj zMXUuqlM+mlLIAbg#h;Q%p4#tcTO$+H>i%xX(KHwSl}Y<&(5{hZlSq=L1D>?p+20Sf z@&a4hP1;oC8J{btwRMAR(8nsd%RbX|z&SULJ*s3JaqpsRbXNfP^YzOrTV%Ew-XsOo z5LDm1sYl^S{%b_Y6zyy8x^vGCWMdAk%hq)ucEK+{VcSICvb|hKpwqkllF#8S^QoYW zzQ_34tyczX8Z?sy=fV}H$!8UNUN`umir^H1%&VIy=OycxOLg&o2|fr2)tC*29!!c2 zk%!|CnjR;BQa}XaR3lm0ZOAb7$l@)P&-{4&Ox>4BVh}-3OSqxaq z0R4VDGA6o&E8uph@hQM80af-algP28=KT?xHBk!+Bsqb+MdR+9??jtWc>)2SzD<8G zg^)6{Hze%W-q4qH!oHD*@j;8%s|kE#1n8qeo|nLcVaHk|V9z9^=4lRh|@%P1&tzy)ph$HLGUaMnLppkvA@xyOeJuHdZ zzP5yIKrO09`hnAO3!?cgd=?*^d=X^4rU0=W#vK|DSSeDh_y+tP&DSoDD^6_TDxnpp z-xxDjZbUfNOyZWHiqAy*PtMLHE)NI;GA@zBir|dhoYQZG*`_`q=rYgpbbX&+v64OB zQB!?;D}67Yj6E&K*FCjOcEX-(E~KbMWg{r!>FtEx67K18(Hv3fY3tC(oR{T#A89CA%26B~2mDq~pq*$?=)woRfV`aj z-Um*C-)0+P_^?xS4;v^&*5c)s$UpH1$~3=0wH<~rDk#xtSw=Iio0{5lB@@B0@UT&{ zyS?-4_}wChlna_jd%b}DH1(O#1swfc6xG>ku(ZmK6kR&v4#6z zv9h{w4I);aWh5^I?!W`4177&RK%~Leoh?2F1_mNOKQT4+-Nt=%dm*Cb*z`xS)}Yax z`*)??g`w=;{^Z@X0mGoxWy{rVoWkKQ|v7>Xq{#!ChKOjIhf4Evi4SH5$4Ul#>i>JM&^ zPp?Jy_QQjsEhJ*@Jhu6tT?1@9ID+=#;iTT!XXoTlAnR0Pyd%LtzNUE9`A~=1J7WWky~iHGpb=exh=3s8M7C91zj5|RVi6^dghZ3<7CferTW$74b(Y|`&7Yac6$ zc=JzcmHm-2I(i5n)^fg_ZrHTl6zX-dZ?4+TwE^ZDE}eg_$@4MnOZX0@d8#8V?MT-q zC8%U{?QOuEVt8~kJCc9jO{2FU{Anpd5(ezCXyo64Spghx#Y-Bhkbl*v#Jnk?Eh#Bv z51ZTo*AM6~I=e#g02U6FoxKdXm0$))VDUxTQ-u*Qaukx@1lCV~f2Dr>aJ2-Sp|tw= zR2O0e*Lzkrj~WkGo!dxSs*+2p!6fHgCB>KknmZ~ zSbm=*&5@jtmnb~7WE@xOG#z9$ze)3`4ZZy@ch#Xp??YK`$#uqelYTePfsqmI{ae?q zzO2D_qvSh9?+cCw>2HQVpEKk@zUNf(3b|34ufUK!Mf=G-ic+GB+_DgSi#mlz1-uoH`ux3Koz!!g?BS``H+P`?Gf7%c4Q}Z@+r5yyw z{F&4_?2rL%-$C^)1XGx+yJzp^N-0&qWQZEez+9jVQ8NQ%{6hMJi`KOWus>@y#-xtW z1}a@?xU;LfYxySJ&Tq}K%7V;EVwOUMN-tXl>Es7QkK^mR#XlC{-_v~f@M2p-1#SOY zqM^UHZjhA_i%_;bHa40)2n{$d2(`x6#K{b;*zDCyE7m=DbY4;0~%*Ao$ z2o+o1+d=6in4mx&{9#Z^6$PxX086)%NQqMd9377dd1D;J09X<4!xHIZ*`g_k(jTZ2 zkdn@gPH=-b+4sx8g`hLC1@=JNwGFU655|m9rAEvdCBxGDacX6tG+Z^RU*yl9%+l(= z42Y+Vx5DZVGrO&ILnDtg(PZ)mzpVHxRnY~t5yxhd?wjec`9Ua#DRSbu+9B6xlW(-B zp!=Qu9E_fYMMIVFC$~Q}qpKG1Q#-l`ZC+7N#66U11eB-af*jrN#H5lwWbzYv@~W#= zFC(&3k)oTe$GWv=FoevAUsD3*ffr$!n1#Bu_F*N{42osC&&kP)KNTu^P{QS3#UVvj zuX`sw8LPS{#Yn3 zU!wfxr&^wQm>zOE`Ct5)7HOvDBC;9lUZJ-ATmk?(x1AMjFlPtjNL(b6I z#p`RrGZbZNpKwBv{@O0;whD+?(#t}Rs{GUmck&j2ZT0UN(?RQ=)YY(Brp$1+n&o|K z>&+Y39c*bScR9|(qHT@7A6W~SNWl1(!0+~W2%f7;XzATusOQx2L6C=6vGR7zm_jDE z`X+7Gtkwonj`zo%*n>6D>y=;+Z$fhLt(L!FU`Vj6l`}&`u3U1MCW&0MS5@^+dOV;* z^;apwm?k)a9>QujKucJxXQ#28E@*^kK3sWl7Z=-jj^kC)(a|bpJ`)ST8xiQKs^V9`ywNsCernq zPH{OjVuo{xT*+*GYfF9!9s@Io^{+IiKZ}F_&Bd~q;kn!rv)ZNHn^-`e=YkI3ee-GXDdskUUi%?Jq+m&y@j^BqV*B4d#3zj=U@Kwf(7ltr`vb3MNl8Cd=U^M8ymk(lnx zGyFBOI#(tDnIg_Txo(7{cOsq)^;xbKSuXK-z}ZVH;jyPMogDr!WP?`VhA5s%`+O@> ziNDV}Y+3x^Zso1uO$C@v&LG7i$N0(o;CoSzN$~9N2S?bsjA;q`$a&1sw>}L6nXmY>gr0j zGeA~`Qg)SvIr4CS9~~dxV<5uH8iAYvN{;+z?oh27`N#>oy1S>W`PuE?Q4taKYQW<4 z?JURE^vqrpJI{P~8epy4CcK|Z=X^HrB>jHkXIZ(B8`|NcS28NZ4Jxd-klrXsS|;#| zdlyd{aX!UI8%5ra@`l(tWH_XOsd(3NW-@wGjzkE;OEU?pVb6boq(;V#tKR<&wS@Kb>8=V#Gysxg~ zy!;_?>R=?1vLWo_3q|btsGY2$+>`Q$>m6JksGC6v6sCeF|c5oHEsLm&%Ae_(WCt5r(4YTWlx?jxXo+-h7|=TdO=uO zSU~($LRXgrFyE+x7?Zs6Pc)F#advwb|HQEdx|o3z;am&Ye3g}NG(hE6d3m%Yb=Y}> zqa^6JX$SW^h%|!7oG#d@c^1T#5KwwRzxjlZ4Nn7*G2{a=>qsgQv0k0+ydhzl14wdQ z(dd&%)33|J#JtLNkJn6H;?J-DW1#lSJ8T^_3l}jfVPl6q1 z1a5vC;cM`CWgywr2&{P9GL&kBWx}GaOydvoi*&Zfu&=f z5g9ECxhV*KY;Rl*jBLFPJ$hWT<>ztuV?JG}k#e^b$&Ztp2W!1PcjEt*0DDVbV(ADe zEcj_xp#DaRFiEs@8bwt80KA6x@zjArx9uug6*&a+_uMsYP;Hj%W-F z$Bn*60SsAWykL2|_PGN}<$$k>{j!PQ*9{@_;V zkFNsr=eZ6gSe9&NYsRGK&Q}c+O$Ipzk$>8PA7Xm2efF43Np0ANCP=Tmj8zwp3R2$(8&5VQjS1&-OBSU)X@P^mpJG>)bYAu{)3&pN2m4FWQkFP@D7beFwr($TQ zVf`v9xnzo9ccpICXDeU}cQ05olQ5q}Nyo!SYR@|NUl_PZEv}orH!fdopRZGk;rQBK zMigC8SjMOcexa5XE`15!^)Tf1_1lfLE@{QUx8zDG^q=q7w#Vw&Z!h*xAhPe?br7D} zz(xC0WRUWPo%a4wSL2$=5VpXIjg1{GGZuOA^5y$L1n;PZ-q!n5dBqDf{Y^sj-rh7^ zP*RK)HB9k&65OcrA{1Pulit9Zl3O#f= z7V1OiCQLV+e9Ipe=CnOqWSFi0AY!V0oAGJy=ZuD(1~_b#_Gmog1`v3?k842d@VVby6f~a;wa~tg?iLlVKbdwQs}pSHNzL8o12~7 za(phZ6|z6IWJ!BW?cslU#8aKk>6^Q4$W-mcI^K7NWCZc0T3f8?O+fXl`Bw92F62anCZap9N$p|%k8SU=!L6$=Z6u^CGJBPLvz@`Qd3X`#akDHf zdI;5ShHX5~=r2tr3c^b{I{m0!Y#1J$Pal_>=?Xfmb5)@9%f=Cs$IrG1)rB%S|E;lj zD2SfR%7dY#>a+1U8)JK43~A1J>@>_#K3^toJu(U=HD6G5jU^O3nNq`rz<(2dom9zT zyV>{zbmTcROjP)b`udhJa)R`^*R$8R)P>5*#b?Hh{3+-{B;am`G?+LCm_sD?F8?GZ zat`xI95@({eLs&9w*ITz!7(`%?jn6l4;R8_FxZhs7reUdM|WN!AcNJdzDd-b(kKIg zJX(3i{zW;-8)OfAyQA9&OrUQ>3Gvi>D-#Wplyoh>4bKnubBNJFa!RKR)yu{!B?*(x zhm=n#bsK&>@}LB<$CzH9ol^}D` z|C{Q5d20&=jQi$besz&Zg)A3T=f@H&^+F9dRGNfso!G*{S$((arNk#0qJ|F{7kT1i zy$q9f=w{>g$<)#pM}aUKp@6a@w02(@8xfwpAsYr?ox%NW`r52dY3p@fQfG_@6Gijm z?9Us6z6w773g_`F$IPjG6lOp27RNB*_GAM72UvmTL1;8>2vKbLEAsV{wGX#e${ z74RVO#eGLSS;uRmnzI%H5_U4&Evk``?vB%TZNH0RMA^iSuj=hVd!c}wer;87-JhZT ziHAzrtESQJul;{v0W`jGE&AmYDX$K9zjPMNFX9Dk3kttz69-@NHO%?Su2CfKT>-h9 z<$XggqfG`0abH)D4Xi=gD_2>#S7Z~q+!|Zr@TTbdYJ|N=6oztyE(MeT5b}yM0$g7> z@4KL!Cj~GajmB+rC(1#~f*}FBM!1uZ-~hvl>f+~ic9#o3LH5P@a1!?)=u^zZOC)30 zfYw=yjgPG?vbcSLUON*;#=ZLLESwgyo@+5y0dlFo>pc;H$QSZr`N~lTA!ba@y&%4r zTy0&B3BTfSx!wBLiYsEo`Y=W##!$~%?61-ZC8foRItcGXdqw;@m+109sRszQ_>+Kd zJB-QRb5nGh-mR*LKf~fc6~}$ZXb}lhN^9B`GSbrWYs_2dS6GUn$mx|rfINpP2B-Tm zK6fVtkAavh9hz^>C=o)pnhRAm9gvVvTJxfiA`;=T%h-PZ>`41dTVB!4;CDg$-JA?Z zfBh^=8^<4!sxKAcl7&%gX86Ir4q^Fm>k*XV<%L5b(=o;!rWNcSz}7e6dyN7~M1lkA z#?&N0;}L@0dW$m2+JRmbn~2g5-zWor&A~9^bkA zaz5ZDU~Ee4*`EuA74_I6L4fr*)+;C|n48gPvAYHpy&+|6WxPRHfEAZ|x7BZ~_N>Uf zKKd%Ye!UPTf8^ZmThlJ<^@fUyJXE^OsQFl_@+GPle( z5P)KlZLP~!I*7}%$9a4E-arRZQ@2qSSiIS#Aezc!z(h1$APS(NOcBD*u|}<)*K0#Y!~YC)C#g6H&eG?u$ueot zOy#k~M2_M|5Pjwj$%JEsa1o!)KMG%8&Lg4fS&R-M*9-T%I|j7(hKCBjzgCv$vah`l zkc(UF4r#317VLXZ5#Xp{#phwbh4uK{kIKg#>q_Wz-KH4h#p+R$Ha8@*aP^sBQv(EI zhzd8y4xh#<{NUY5{t>#}j2b`EJI&_CaRD1-ZVidtOl@18tA~-*e!a`Mqx#hRn84mp zM1SDmkqR24C9wn)w76aMV6(OM+0c|?2}9IgMZ zS`14rp*+GvUZ;o4OhwmE3df6;CwT6+iLj5z=&jPEdQ6ew!SI6ozg0nUMTz(RuRwv( zYlg>fN40j{X3T&ZR1%9gGOw|;bBQz0>f=|zYXnFg+hCShzOV0R4{|jBCyjO$b1oG^ zC`N73&hXs*4Qa&1VHK))KZ1%m+q=TDQEGe$KNS#`*O;O)kJ|L=uK$!@U9YdPdDBzR z{L_P1Y4(t$7Mh?ud&OELnb^qCF*nt*WyM`6g}XK9Nt-tpG@QmizSeg}iZ04Mhrq-j zgbsF}&to|xd!MaX8?hO;j{{6#A{Uk>fDG9a5O@}VKQF@Cfc${yktk;r#It}Jy|2F0 zLy8*Q4e&nTZqyDi;^85DdRCmPlKRk!2xeA$25l7q2!sJo~9@a5%U2nXIR0wiou z3xm=HdE!?|`{xLc=lvHYF9}{F-*hamX&!yVI1Q}H6$i+#r_0zPvJpp30$*sFEN~8q zC*?U9SZL0?dozttk4O-Y8f?m+WC<)BGf-~c=EvkLWGV$hkNofZA|@9;Di+m|`jSG8li$-ovmGs99fDxl^dS@+oy7RW;$N{(2Z`Q-T5q+_ z+08`$@DiDt%B1x^aicm*uQUmzj@t>IFpm7E^1oi{EWngL(LE-hK$WPPA$uRtOR)%=f&dn^aiPErTeunBvI4f*E zw|S%|qAHau53ld7FS069B37niRB1@h1jUyodGv@|TNA;KUeKY_tGzO=JSCDk{~n7OuE zqbG&@-Mu7UI6h6)7wq~sN}_{ugME+lDo*r*$EhOjz99}8-d;q=`Bjm&H7F*LfL9v+ z1G)I)>xhVnVMXjt7f!6N`Rcj+gsP^he_`13;NI9?Fxv6Y{~1nQ<6{=Ca^axI(y<<{ zT;n5gmW2Xvh3KD4wlctJk#V=AWPK&lFI=&3!3<&|r>FZ7r5j1F*RPtI1Oe5a&f%?Q z91DKE&vd3O4jXS%-*dJMDeyUYhc{>{d5eoq78|fWnAB8S3lBdmy)O9&`?pGk^VMTf z8i9@B>L(lotIQj7$@X8^SX2vSK79m#gr+?@GrcZL{~m!g8CoOU?(rA?Dq!UJdhX~1 zCQn||GDJHejrA2`VP#KcLD#1+R3&4v*$kHE!N^fEOAUE``4Dz2vim)P3Yl*SQyg z3l`1LfJx^Cj=*E>yxer$U6{#Zh!#-U=WDAwT}*8qjb;hmN2qm8EPWEa3>5!(8@d0g zc9w`Xjb9#)=0vZ=4rJMuWvbyaXVnUCxCdGUvofup4_(mi<;aaNvq zh~4v(2CTajo~m4K(#!aEmwHba|2P4G4AfHefL%6SvS8-$v@QL0Yh`p;fe@S_+qszc z?id;+`!efJSYK|7j+()|wd@q3~_C zWS*dEVmvci>pUGo>K?cDN%%Z7>n%gO=uJ~Ky`T_3#FzF?PI%D(?7!?=ik-dh85w1L zpBy#(-GBl4E6K=Gpt>qtXIlzweaX&PFn4ZO>%% zcI#sk$|9AhqKv#B!h2hWBlSWpWE~0sUZA>a#3*B)MNikkcwaBk{hvtc2tEZ=zsy$J_9yS^n9vl~S8D?;2u zkCamXhUDpK6TW z#GHAYIXljd-`RUHl}lM7`jdZ?N2EJD=H-e0Cs3k$!~<-|FKPCMW!^biZ8^IpOfEBa zr>lT$gpQC4r93anXa_p_=ck(Lm_n}=I9@H!U54OLbjT^s^^{x7j3F< ze3iPAR6NXy^IYts&E+wW{YPu2h0fnubhOv5qQie?N&GM|H7&DSRYbSu$%EY9kiHvA zRTWy((deKrmrK=h1kscZ!?CUXJ+U|z0WQMp3*?KKB@F3zTGWr7apvbdGV_K*zRPkw zcCyrwmIs;eWDs)^oPKDe%%|{MJy*>jaZ9XRsVFvqEt{=>!=FtaWcMnZgk7g9o^TP- z&f%-8GdS*U`W?nzcJg8>W&HS#h1q1IMJqDA^NzNp7Ul?rX+gzRuQ`cw^Z zSpwU2Fi46GjtQrDIr+wRIOyK^AR(molaC&4I;oYNZiB9ndA^$gYzIi zU7%i1lRct+@wYk{9khG6arA{jdX_B=tSp8E(CeSd7=?o_C-yOfn6Txf8~(dGZp`np zU`fS#&Ck8eEwcB6elANrPm;gFTApm^WIyE?O*}Cm8MU@ zYs0kaH3%{9D4po?-o?f9Y}xY6`N+R4nj;5A$X|jWE&ChZ7W9%Vlv#Ws%dEfV&m$&@ zeRgZ4#De@Z%-=wiVDaw>(y-wnO&sEiHl+W9>+j%P!LipBNY{J6>R0tJM4oIkJ6!L5 zPhw0jslf%$RMy!K`>|g+@iO`-3cKv@U?v|-rNI(BDYRxqZR}L3WcBNco{L2$8?i-J z*4x!xUL)45s1mSp+$JG0pp5Ko`EA>Gc*!gMtiNlsOmk+wnl(4qhU|1-iRsc~_@RLG zh1Xw^D4wQx3~Z_R%u_7Jx2D1ao);fg-@y6`-<;^}K^5aFmkM{@1J;9^rT5IJHJu;dO2-WdyNEH;*HbNYE-Axmfx2o!b-ZvrOndjD;t zER*;?SCy()+>VFq`S4LR1K$h{%ER?ZM8&Ynj6}e1OC$Qd3pDEZpyrP+FuJ*Wfol^G6LWLQb#BbLMAc`;X0vvn{=s}eK%asMERBL zNWW2Bs8(;`_)Nb&@_7dVTQ|vKj1Wcu6_icj_w3oz6eAl!`j#vO!|@J|C-2b)%!&eRUm>^k>>FM@6^G1S27%>;<_Xt7A6S<# z^+V>q^FOsVRf*iUnF7(bt~90A55lI4^tQ0O(r?E0ygZ6q!1dZtCJEWyaN;Re;}Ku) z>8q*dRCut=B!*a)Pq_n&YxmvNC2lUY3%xsoUR^w#g-SAwJ~vU0eaBAEeot&UeqSYd zj3(*r2FtoFuxY+V#aX8j`v}XMV~C3M`aDb;*whnQgpn8>XAJaq3N?MYBo?UXBzJXl zU(&RZl$~`-Z_VAF)s^1#QK>sWIQoFfAyFNqd>OyQ#>zTO^C@O&D?mRK%byneb7kAt z-?8n~adk$Re|TU%;=stWJ8nqFyXEpJayySmp4Oq@DLzFFIuy4&oXvNM3Ea-XXp zub5g%*s^uKfAqUj)57CVU!qsFw=hRdqPdIL5Ea8EKR8>%Bkv+n1+TT@0OCJ^Q1fMS z`|btC*6f;tBv5UZfr)fX0$3D;Q8a%M^g!Db+5Lw5&O(LHFBk95L$fW{h71u5U0_Ej z=G(WL2d$--^z4rzmCcziv$0_%7=PeOm241ZOXBQ#NSZq-2w=E72+2s;w)d6i*KajB zINkrdlWKVUm62GIT%R|W&75^LP_Ug|qMCpQm#bD^&5s!!6WtlWNd$uqfJ=$xgw%@p z)d{Rc5rgO(#%m{CR+(gkwP3TKZ@oL(eMpSyNU4WPrByD?#8BB;Z@GSB!ti-TqzH2J zBOUrTlBcDeIk2+qJ71hKG&5nY>oShNNoYu-X`HReJuL}*M_$;M6xIJ#gwFiQ$B(7o z^XtTyvQfP^lyr~MlPB3+!Y8x?jXWP&wiIMb!s^dhvw3A$a+I^ZV2VUB&3BltUmNV*;jzfr`hpoPMS?!> zxg6G@+3wq4s}`>OXoE+1o<nLekS#ld{by zI@0EQ(xuwmrE2rI<1dwkAC-my>RXRO3sdvVA;u?~Y0ysHi$hXaN2&K_^KS}v;T|OL zKXBw;OS!YOQpH_hoe#PnElwdtJ2bUgFECEr`OQx(TG0tMuwwv32l$f)DoY|W={0=D zU3xwUXD-=`0+>;#pH%K2DQ=+Ir*?M8NR}c*3}^y?qp=(|rO3qCV)&fbLO2PCT+w@y z&&gaZn{q;fgD5&5FUg)qTs?K`4&Kfu`;N)elZk%n{<4)yibx@|mxfj&Zi)K7N{li& z|A~Y9kJ$@SMBb6Q}96 z_wmO6&Zf*T1_ns5rawd{RmKgK@tc7Wz=%|+W8YI$ek!T>$5V0q;my@&X^e=HDpYjU z8}f~r*>zrH%U{A}R$rPZV@+<;PM3SXP-QE7xgGjhv!%V?C*12IgN4@IDz9YO-7XfI z5d012vHK0>lh1A9Hqo>~FSvL$Jhac#hQC2N?brL%5Lb0&NxsiSVxU@zEGU?3l$Q^i z^%z;b@dIB74sjh%ywxt3#sbLon|b%i@bNJ_rDwiFiauCO_~l0}+aOj6vebC2(*kxX zuWyPz`Bt0F;OqW$)r>=2;+QUMCxe(1Q=%i)qZ#z%RTYuhjMa{)MFFr#B_qec29({^qn87Wm7yJ(}n$J}I3J`#7E2+1Vu5oJHGh&*01p}F=ZHtQWxN?+0*#?`Mp252RugL1Wbc+4k0Qk-*!Mo z&j{>^2jK$E>2#aO!DWkq*wqs{%3ZxkJvzx>)JP0i!U;m;6}i^|p-*qziUje0;<{m6-7w#wNw8`T4LP+?+q3 zM)?vy7Wu>rP6T%xc_;{OeI_B3nn|sLLeoC*QQy*B!i803@`qYOG&fG+b0<>iKU?e^ z(}X@3dlUYeqG>8we3e*c+GTP)%{yJQfe$9veGVKIBlf;?`k7{{KV1@rvp8YQflvyM zlxY!SrHt7Qj3vRKy1u22I=wu+QXxhEm04fjDKtoGd&vOPDp3V>2UYU^93d8oGt)4b zvwk0N(R0;j_^#?Y6cwM2t)FOq%WTW^Gij_7+@9$lY9o*)yDUL%h^CW8bZQ z$M?plx){AM6AgRAsfgUtsbQhl^YU%1c?p#S25)!kl)Z_;F`P?;@W=(Smi$=e7YZ~U`0a_bkPB#9z~qbGfVp$H2I;Na zu-T!C^iBF~3cOpTIR^V|$}$-zf4T8#bXu+#tFH|s?I_*{Yo@bpSLk*QRd&ez#AE^i zU;I-P?$#Wnv#(WqDn;UW(;H9p$+1?XUEE+W{kn@k&9Qug@Tojwbw)d9{qYWr`@tRdr(#0!d>bueFJ{9fEjq}^Xs_tOcEpVGax7rEehW72 zD0=f}bQkk$!N%gm1?&_-J-QQmi9lX5L|!bK$?48(z4l=A&`PBOi(XIa+dG64Olp{< zARY-aHF?bpSB_&G1YQL~#K4!r+TjjLc|6lU;(5E}<)Y<)-vmCWEzn|#4R}>qlHXss zTIcV#ZIC3Cp8E@d;L96bw`I#~nobdW*@0}ISZ z|LWsyn5C6MOx)}5qD^Tx0j{aNt~DRHsbeqB38n5yJdaOTCdj;Kc(IkO9zI2_={)w& zRmi40>G?LGuev7-}J5LK}Hp4tc zu+&0&2x#I_pEOhH2bijNN%4t>I6GqKX_{G_A=BXB_#8P5^x z{Z;zQIGO(Yg1DZIShP}2YiAN0z^3xzcP~69Bz~`~=A36*L_EIuey~}EUhMk8=i-%= z(Ci^{kO(C~AsvmsWE6mTQA{KhvVaT|5D@MjR3KfRN`F2c1jd@2O^snkVLNS@aCK4D zSI?e8wgT!mv)5x`KHJ;Wu-ZRMq%8nKG)SlpgwC7(R5AM3l2n9;oJM@lWYxsAgWs<04n;Xp z!Xsn6lk0Dv1An7P!BA`%dXRRxD<-(9*saUOI{nh7Kyw~J?+QcH|J-e!=Elr&?~H8d zmk59snjY_5fkGrm4gKz9pu zDjqxJRf8_WzwCSi0GAZvOG)MTR#x01lai8pH$%DBXlY$V$Xy|&oF5A;m=%t>P}Wt2 z`=L=?+JF2N2i1>Z_gFrESzlj&VC6r6R!&3j=g{b#TH7J=-8lzr5IxM+Q39JlzzMe7 z7eOrZY+FHUx)UFelYEB6$nTD-n-2L@bJ{VmV?#M48FeqxF0%v!t%qzc8*v4$=Op); z1|=lb1TUzi-Jhp;vA(EvTi9D^ne%AV|B$^}l(P6Pl_Xrs^{K^^1H2^+PNI#^=4j*$ zVECo2tyRYUmPiHhA*pNfq;>#`$f8`(pHzr z?Z@7y55Iy*+M{ZgFFV7^5*>EO7zAtHzg18DX&A`b?9L$yfQg+~e3JfFMtA4({Cs4W zsNlyCVVy0%KR80Xlv>OyJCjR-$Y1pkPaWp7^H@^LYuo!nMXd%p5t3N2u z5P3tQGnVe)DwOo_I4byTy?Y%EPGemqmJ+_D&X*9x;8N7~7z#+-DFFy8RIL?xs=>qC z=r_TqKAwDiW(>eqhw%*Yt6OZqya*-Ts-3(jBLC%|+Kr8 z3Fi6gj_VhMNdHlMH}=n&c5$=Yb!<~5%{E$I7U=zu>(w8jDF)jCkVwCHLQD&DYWjF2 zk9?q;N#x0iRApANu4Av$f>AyC$oO*z^@*s!603lFQ>LqGEly9??&{3WebJ@J@p{`% zs}&dI()QqLbL?z9dUnwGbs+XpG?wT1Cnkyu*2^sr&3S$e5)|1N+}8hg)}kzeZYG0J zklY~rge7-X_h^Mnijj3Kt1a$xm#C^-X_MBjB@Ma&;eW#}7Eu}acK@HSMPvN`zktO5 z7q)Sba4srNV>7gp~v-DU8-bYWOX- z9vx1vE%;WLJ~`;7qVhkJF~qm){vCAa*X-!-X?kn+-d3;Q(=~5>{p9x5pp=f!I}^@| z^JSvr6cif>dK>wq|N5!PG`CYR(5Ooh#*(RG3X#G~GFT}z{FPmTgO`_Rh|j>k*3_Y6 zXoHo@mu0|sc+hU;R0Utg_bJ!wMr_zk!zn{SP{!k$63P)VH6m%7LQ<|f+i0KOGbnje z^j?^(j@`i+qe+ox2;L+tfpES3GXUG7*Hc8PM0Az=c*5JO$+;>omv1F};C8Pn-vCV~ z1v)+c`%A^}2FfLc2RNg1kop_l6^-s0SF17GomzKP)ugQ^&Uon_=2kBNLj5_W`ISRI zr5Qw|685`gmj3k+q5zq)^${{$w1ccJ1|4-PpjGg6^v}ANtBwg%BxDEyX!l#QI#LZm zW=}ArJw3(2?hj+Ioh#E$yNdt z!`41>+vR1Yw3fy|2GF5Pyh>pG_`Ue`cyv(GVmUWAQiwfm5SQd8jGvN%^C?RE?HkeZ z_S?O=e~o!>eK_$Hc|{4sAq>iQL4j$Ne@Il?+ZMIMpd$Wh3U`{4sr!z)PgOJRL&(m~ z?%D79{7AQmh=?f#f+Z9#T6q2$gmF;s4fw%QYtUSA*BI#ysz!+Tg)<=bW45}-&Ady6j{{ov;DEtGJ0f^7x3E^`SM2Ssq&76pQ zFdAOg5a4fA&B@Hn{j7{?;!YhASJ>}amNXiQ4VQJG`xn1TSdTy)zgdOfqtt&sFq2W4YOgZmVT(qfrto;f=?%3__lq7xD_r0of%jfVU~*ntdgoKc@nBt4Lvr zjb{%v)zZ4sF&+#|I(N~mMwjkxc)vUa&k+<*k>E=Vo*Wt0kFL``age(B78glek7i=i zU=E8D%DUd}bpnjI3oy^aG*(_!JYb%+>sEL=y1Ti4`^M(T(QN;gkd&kc%&kBvS9lCE z?Lc2S{CfecY&5KWsnzefrlxP{5^Rg0&t{Rc`0~@%iwDNL76W@9vk+E8lAy#I?c+q{ z2-EESpK+~zxG#8`uGPK!tc_y>#uKj>jbI_%#TZLQr+*y9v)0>-W9#I`ORL*@mCf(|@ik3(ZqXUkLAymLX}#a%C_Z3&XV9rB z@Ym=S`$%_>oi3Jze$is2#Ea8s&&7W~g-G=(>wiyKy$)5ELb9S~&7gorEY9@?>_FxS z%M+1Bf}sfS9C|Bt+78H&vA4_2rYyBl~lrTYK*1y#uXiimB~7-;pw?$Lwlh z6bB-F!thuYiLpha4CH+||Y zDF^!Dra)_<2^DfaoY?g{aa#U{x31Sss!E6CJffAR(qr;Q)JpX6N!#e_n4!BQnK}Zl z<`)mV+P1>7n`z5QqW%tU6C3k#OFv8d*r?U~<$Td+sxLkm3;;J<#0sQdig%eDc3#^C zUK*|dwlR`#uyl6_fRLl{W089qB~PWJo+{NDZ=~+-!4MQcHv5$0%BuhJN*bK*dggPz#w%-|wM-jnm&bIJ4iwFIrDNTAw8k5@Uahaa#<=k0)E_j?&oy zBIs0TPHeWm#<(%crr*~u_g;r>wxKQ~umL8eFZXiqRi%qn;Ar_%^jm}3Dm{I@t!1ea zx~^N{qSH-c^Yimdzu6PKhv>J67q;s1+g1&crYPLa!;*{O+>IQ3dux*japg?%e<6#4 z_f{zQ!NE21w;?mmxAW>_(mWA}n7%o!2^HL(uv3sweQJ=4I{g95fk8 z?@Kw#8)s@!VftCTXE`sGU~=Ynm!FrnB{jhvBkst;(&VB^-cnBx{PatEyWlPmf3)^S zYlD!Zhu?q>IrQi+a~&boZrsFUPqYsj?B3@ItSg0)ufKIQ-r^ePEqdPr4W;PrX+rzN z5-xJ*aQLPu7QDzsdE1K8Ll)$)rNaoV=X%FSh|~+qaMQgkGUyQa8J7XaB&1iVk(Y4wQh=+N~r~Q zZm&R6NBCQ9sMAF_F66VD)#Q?*%OjgekzK9%Z)W|Osb)Ti+VVgcwX&HdE) z0pBUHXPtAvihHnXhhou3!xLVy4bn<7$|;*E)W)z&{pBUCjiGNQ0I zm(kHAVQFcFMpFUCap!h3s3?5z4^G$g>*Z~;-^Ow_n{+N&yM#no|KYe;PK>iBI&2pb zudYjbUIXcoST($p?L%w&u9GO@39Xr{Y1vV zez*bck@(e#`w$DLq-l$?rJFv%cF|?_oq8c|Bh=^mCHjXH>|LP3%9K4#m5-VCT}(fI zTNKN2J9IXTS^6gOVaW$dc4L5tufO?C1iGCVJ2`6GN1N z#iAOVVXRszv@|tF=0}wZB^TqJUh6^Ys}*sYBHfl-2m1jD+Z^v#iiLne5C(|j{86he-_UhRP_J+w2M-!-AxDh?+NC091akUjdSfk#WQ>Cr(nSgP zo$lq-zfe;py86M&o%@lZI`!zC?rM_oCb zd3^iv#dD);#kI^V?wn&!rWK%`1uknbZkh%f;}3tQ+5%re4iu zvHjClz=pU)5b3li*g}|j{XQlI`#tpLsP4%kZr0fG_oXKg+VTP%1vqWs{zFQNCG8cw zT`5N_L(daDtzuUK^l?BF>=iN1?7Sh}_YLTz5WrYT?>L2Uf%O4QJUe!wSjjZAhlJE5 ze!!YIR`k<%iiqC$P^o=zkg2X8-#isiuXcT zqNgZ1B@#-?*S5vM*1Db~Y!d7%D=P<=TdWru-hEkko04myW~nEi_S#s%LFSZc$QazM z6g)Z|dlIrhQZv1KT@1;9f1hpvv<~Uj$rs%6te1LG5)Xq$G5ao84*#naYl=bjZd(0Ek z(oKf`+o#(Eu&fV_3XnDtOz>v<1f`MXHT-H%=jF_Or-}IJl!Q+}>z4u(r_&SGA^?Y% zeKohj9Z7un{sy7!-fRUicp9UafZPinB@`|Uuma47{F!X(J$>22}c;~vuKt0^d%s$i*9W4ns3O*J^)(3t0CeGJ#b+6 z7hY|sv2HN)l2009dHeOc227a6EJ0kX1z!q<#O!Ly*KMxz>xF6#EEh;Snt7Q^? zXiM$LB*W{L6QhezfB90tTpF+U7xM-SHTvUqrwosMU9{lSYadE}&mIhJ|F^=8GH;Ej z>Tb5b8jU%|dBQ%BUJK=lp77(z`K4ZSrJQx=SztPHq6tvk29pUgKJ*fia^MEOKcRXlqf9w@F<7N*SEaP;+4_wG>{K4^Qg7ijR{Gp<~GTdX)xj6`-wqt(#0~5wq!`vq` zQia!0%pqxI?Z}z9Go`;k6SlAXL>$2g=VU%R) zos_muL^4S;ML=a2_l1?m3irG!^1J?A2sSxo1ksWDZ7x4Q8u-TdOE1c=XEB38ej9fqzaxSc`llM6Wb>j zWyDezDTzIif_+mJ3fZY~>nOJ0!huoD@HsX}+%1>Xe_7`kU1gQ;bCW9wXQayf(DXaO zqhg4zNPR5fnz)4-v+oxQ*XS#Tlf>C#>Rk=)Yjs{!&#`cnj2S1djNS7L+GD1O=&dbI z-uso)5znGM+(ve+i9Sb$-n8g&$=jet z%Hh%XDe^i@BI#yKl(_++V9m4g{F1u2cThhIzV7>AY8(?iI#-Lj7j8x(%Xm`SRX^0b z!$Ez!ZxpO!tH3kUm{oO5E3JX2Nsh>JO9XR^U6RQe4M0zyyK#mg`3SNslREn$l|; zGOL8rlW>T2=|z$uC$1?i^3=9KO50>%qwq?78h#L&j8rIBP3)J>s(4;6%4O=CiL{=< zY+)W=-Mpo2LJ*oxvjuf*65iNaRDazVu(w!(3Htzf(@DNLq=4l^y)NqSp^8yk2iT9w ztA{>0FG`ggn(px+c1f(2wr_;*z?F99%5w!S7<>Q(xalA1w(AcNbOPzxmx$WDVdm0k z39eT#MqGoj$ipMTUY94_nc`^DwQ49GU}ow4VMHBkfnoAoUJH37Pj8f?&lFX1G? zUA*ZDywv~C-|^MaMaAO-&N|^F&BfNqD=Fp={01~^*s`?Ca9xIvjZm;eVaDbBZ4}4G zWv5>MR~y0Q(3&{C>9$!2_F)_IV;*`y*~G@lG1Q+Fo-T|SHo@1o_GU8p<%s3ug+gJb zE%?k{$u>%`V^y68-1KzzYe%7qF8ze6FOmbG_nQ+Zj(==ik1EJ1?gpuQSIZ9iU}bqz z3t5hk)n)JqHSNtMWOaA`kQmn!wZSpx^3!39DL2@htyG&b|*dlJ~hrMqw- z(#*rS%AXh>3K1FYz_XEav_9XhnucGL7FxAT`;kWE5P;OFhgvIh{Yk3t`XrHU=xKlN^EpbVRaWzwkZ$wpqb0`?8@Sb5oPN`nnSH;;-nD z>72TlhGRayrHjk44k=TVjEYiunS~b&J+zQ)KGL!G1^vf6#~Tjdj5OAl=Atl|1jA8# zk)l%}OvNxdHm>l}uk&cpAI*3>k{ku{7-1^DT&-1Sh``>33>3p{M(ng=O6ZioPT&;b zlqS{(sW&6>yAY2Uz%k^_wV~sa#FI1B6x0=+R@8E72+_d6*XheZaa^~~LX%!Lwh(dM z0ZppYfb27AkPI?!bq3Yw#r!0qYQz=6MT4*MD9Jt9?}A)iMqk3RujWF zX(SD22sSTSz2iAS6PFitj3Om4A2QE8D+_64EEmjYzVSwF{&cSN>~|pTKT7n==Ew@S zxn9#o9WJAJ#M{A95yC9(@hPu?Ftp92MFHpUg19EN=3+2Wp}4RE&aF;1`-4Dlbw-(d zpr6kQm53{a9-NW*47ne-)R#1)#VeGX!Gs`z`T(d@jF#`(=e@^{b!y}UlU_)nW?fRg zG>!#^&ntHn9!3_Td5tXKiBSR^O-AfH8XiYY3 zoJ|u{I905LN*JIa*T%BpU7%GyLN3fu#0YfXoJQi#7_sRw!X6Shf#h;Gg3sMFm(p&b z#=_Xoh3f7d3~#wH6F@aN>a($+6ScA!kw}$TIZ_8~t)`f};U^nuBlzGHUO(dB!q|U{ z5dd{Qcu~xc|LIW{E6#hTa;=VV_J^#SYzn;NPpH`R!`{0%*~`A>;D{+_I29qdOVZ%9 zWAgQDdr19foLZ+XU(3wf6IyVrleUrTeG9L|!A*DqZrmKlPOhkCD%N*R-Ngtdd+BG` z`FtxmW#o;si-p%|;%+t4Ic-1=<1wYOcuDgiENO4`bSqY;7$-xog*DgXJ{MRbRBolJ1?@aZT>hB~aaSe-t+_fHKOs_mif z8}oqQGO92bY})h4?iLV9s)8SDUJB3aFUcq=1E(K6Pz@R5%4Z;V;BdH(+YOEn-aC+Or42d6mFK;^11r#)TOotzo+^YAvk^Ha15zf++44$J9l2r6-B2L|IEeDl>Mo5JQkC9NA{ zz)Vcc*Q88&DF*c`*GteGY5wn=;kwvDtQ(HMvr|_*F`emSw(Vfszz`iL>Hg+$ig zz5DmfCvm6bATeFAcjZfkM34RIb6A$t5h~uhJPD%9UrdHvCcnVwwTYsin{C5mbxF$3 z$>*0Z0_VH>Ahf;((Ns{dGiIMN(uf%Eh7JOk+VAD$SZ6UCmHg! z=}ckQgr!WE{wXL~zmC1%^CSlbnjr~^N+ou`8$`=voYnJt3j6-bUuoy4>mz`n!((ae z6jQslWde*W&rhnn%{@NpfJg}y@A@gFkG-Fgw>xD?s-D$kc6eW3FbN2d!pyt?;{&lI zyKWXz(m!&101QO*gK(H&(jQddo24egkLuBuUHiY39Z1^Uy@vL>;2Fh(U-}-hyj*~d zO(g!M<`dd3{&myo?=cQc{J7^v=k-3PSK_f)R7W7a6*ubo)fIkT{gWB>b2m}f^}Pw_ zL+D6kqc1T>*XVb$Vp8*)nj6bvN)C`=CQ1l59ZfWhmZ5Ias(`mJYD^NLs@Lgzq(R@K z>|sWaVW)@HZ>)0arK$O^g(bqaC=X5uZ<|!9hzOc1J=uE8zOnyrH7v`hxP-pB%T`?8 z68eMFG6{u`atI4f?R)&JxdD4-w_iah&DMPXMvH6wqP5NI*?)v-_SQU9ZL!y-$McMA zA+FOqT;|}idniFSQ=y4{bY6WWzzjJ?aqLrUwh+TY8Oc5oNn(T{@5VGzF>V;AyjM6S z>{Zizd?wHM;!=5mOY?8*W3gwwKl#pqRIqthAH4vkjdJrDhf8`dBct=PTd4^Uw;D>d zj$mm=A&sQ^f$r{aW>uuq^SZY7F`Cb9;xOsiN=)bcZpyN^g*Rck5aY|3_&)4MRs-*n z-B=TX3Bv)vbceJJLC2=%u_WV`;P&{h%od{VHzPtpK8Z~6SGimCcRzJ%rBg&E5)Zxg zB4q@+z*P@UwIqb4*EV9szE!Nv(>E5L=#lyMG#U?ybQ-p%&Z{L12Yr2DG5M3_VMNmR z?w-9LAbJdYYfVfbM!NtN9s@(<=ZYuY?5|Ahs3 z`ZT+qlN&evSLz?(n%KD4tpoa2H86P<=h9oSNEF`=bIX8!sAaqj$^C)^fCfNxAeSJC z-+B+mYiYX2NkMIRUc}r01c+tQ*uSruO1B4@ZsR%QNfQeFsV;zev58^lCV_(;ZXbT% zI`_ThvqEWl9QBj6$CThPfBUu?S(7Y73N{WW{MW!1sp0Tl3m-BP(+u_U(Vk98*f3=a zD>CU8zK>PEbHnrF_ie(8dgG_tzgK*9EAC3_!u5+eP3iqZrXOnU{#g#VBbQOA+RhC7 zpElNXmqnQ^#1AX|c4Sl{!zpo=RfVxMKO=yi-+2gsXAHf-N^ceFpF;+9Wp}#zg^t3A zZHq+2C#c8u-}}sbFuUXPu~KrF%7+=d1i9g`2GDK|SQ*L(!J9MXfdOcuYF$_tV@!Ok z8dQ^$!%W6D7Zenfo~SCA2gOy~aVcoOe~h7XloBHtgc(hN?f>z$^jC16y~5)pk9Vr( zNGUw=nZBccM&5hdGE9gQC~Dm-`LGi(Zg~ z<-j{f2fNme!hL^=yRF&8NJu9 zxDXXy_^&9jr12$5yrM8(SaJrKGZ5-GJbEydJA%Y} zU(Q@2k>RI)^84K(JZY+^q{LR*FP<8SB>cFYA>-wRS%2<6?If-BT!%->;>Vl%2UFFP z7K0R8ktkfBg$QM2`0fm#O!z6h@WmbAlD#Wad*Y0g8maKErW`_OP=nW3yhcZB3pWzpnR5-x&h|KKxiD=_>}?uR>4Zg?y)RqK z4*0uH4*QgYy{J>zqQqOiy0Q|Pkboyr_4XtsX_hV_Apx|eX;&fG;A*~eEB{g^+)8C} z()%fClb3Ja;X%js=>mGS%@aymUS4KG)KCJFeT2MDTLGrL>RrW^!Rm6a*%VXTW&k1U5l9O@P#M5vsuY9*Dm*Tn(GW?8ZC1Mj@g~2~!i>HL`vzzZF zaEVY==)rhT{Y7zaHmhk=yS)SFm2Bc^&h@Jsq#y`p)^I;ml}J2 z%Hq2f6L4d~$NiaQazKmB8|&OTOSgIC?1IG?h%NL3!avSsSg~_8FIru}rU%Hs@u6u^v3GhefzNo0`eDqIMKN85NE}AYi+~l!cN9KdvCKtt+7@HN zFxUvIuy)P8qMd&l9}T1Y2P!$gvX!{bAJ+&GCHN)XH{R6Nlg1tb8qv7^0S7?upMiU}Q*&hE(lhT}MJk}VWDKXZPh=UR+I~+> z3AeY4eHyE~mm)02bh8G237X^Xc&8856#ofP)!WVZ&;M=908xTaQ%iQY@h_`OA`U#s zgwrl#aG8+h4+q4vA92vTtC2-@fxF+7Su1Q*_jvKO)k+z(#B}aiv{>PLW(2j$omr}S zMxSOGYR_Y1`+$|Z9T;uR)3{mtI0+a04wD}!%BKP(x5m)@k);tD=WU4B8Zb5UcNz8N zZM+H=(O`l4!Nv9Qu>e7n?+p^bXrSDD4S%{JC+MVXX<30)nU&DayP1eD9!nhwqww1~8r3h*qN4{2&8@gI?!!&=V}C|gsh zUmZV7xEG~_9X=~Ow`Y6uM{8G^*ra)7vQqWAs&d%-u3rF1aV6=IhN7e#eJknyL7B~cuY-e-pjHU2~R zqCeBhN@r-Gu_byR3#Mr$USbXgDnPXD~C`isx{Ox|uUn=maXVj!7GUFd3Y#-P+& zefI_R5gjA8K~b)DRA>b7XhJT2>89y>`fpz7ejpw}DpZx>2L}f~JH{}&_L-1%dW$_8 zPS?3pf*>-Vq7PC@rH@>t0Q4-b%8X*-)H7Q0Un>?*Zb< z+b_$cZsijdStCY}?`>uTpPsZgjnQ}9$qkTI*?U@6xlDQ($dj~o+RY%&T{&L-A5I=a zf7$4%d1$KoT5&3O8MQx;f-kM<&kW66bouTNRBVs)PQ^#2_!1{nF?{|n>w-%(}X+WtS)ulv6r^^{VHrsaR5(UO1TEj(1LwCPWD z)+i06SD|C8{rX`YH18D0{1GOea%mFH0L9JP3SSR~XI?IjT+phS=Ps4um)UzaX&-0@ zTy1{1n2Z?A8e0DNm^eePE2!F6l5U|!;sSjhjj4tK+cbA?i28Slj8zWPLlW8ZFEM% zo#s8RQCV0lDhu)JGpK4cJ~@dN1fwF`ehOeheON`g+?tB!Nlr@h?Y=MX;&RHq2Wq0+ z)ZS>ly6i^M6%fNPxa2y0&vj%S_V+SM#Q=1p=^ z5?&yCaD%C{;JKR6ly}7zDGy9TwqyW<^WijmWUDKXnXkx}c6ul3w! z_tUsY=DL4B^6S@61lTy@uKNtQz&ZNgDfp@99|-b(uI2PF7J+MdpPrPp-TopH_alf;l?Dj&mTz(uS{LPk)q zx7A7VPp9fl0*{C24=gRYhYC|{JS!#gK07;0&&rbb9(sJU4M~?-qWjzWFy-{<$TvPd z{;IjK@D?bqN|E+}hxgS_BBh<0ccBt~41!>W6+Dt_{_#@LjJ?2Rn%M~83cLQSxsRUR zk``WGB&$wjI@r<{u#b5ks6f2!$k{xMEbsY!n7pqpD~#+v+FdmjWYnDfqats#IT?qE_pLP!pW%uasp`{ZXH(mKB%o6>b737zFK^w&y_0X zqW0^QH0_jZ9~0>F9JQ4Dh+p+i1)a^@$JR4#x*NJ>@e-s&s(1JdA7*+GQ-&_7IP7sF z!Bzj>nuL`Xtk&uB(QTNcU*mI4vyOF@cUO{bwhcmaWIpBeH%XnZ>WOKz5V-sPMh%`! zD(34UV;j6}fZ5q=K$Ak4hBwL6!Gz@faKlq3%a69lgbfNdG(w)RIBr9pIk_8HPjB_m zp+zCx;S#=bCbm4$lr(>W=(yI%mk&Ho%Wme;^T|OCJ#xa>FfXOK8aqCJtVJtW8vo`> z>e8Zcnv3ct5mpp$c!0)7X(CzV?hGlqMkk(RFox-a`VEY=-{g17dC(X8t(QGIK&@?8clSPPNlD2gtH(FXUG@!NEiuQ3B4Ls+{bcVa zjTF~MNA}0_!*YlFKAFd_`WqEe)B^MJI5&~*Nq%1G4>;4uwj!gVZZsK`^cdBOdhOhz z(z>Yr!1Ndh_q}`fhPNCY)A;*CGAiCQHa4bD?c63OXPeX1(#kn=bAUvuvIWki9Q zPUbI5osp+7m`D-v{R(^jN8+>uHZz~#bZPz|)I03|IenJ#n&|6wY@g4M62ZRxCpob~ zlY4{IRVG4_n;$ZR8fCMv&sXD~)G$eG5$n9z+3~C4pl_$+?R*A7`+}DtwtuMc<;upV zfEsC2ifB2cyEL1-`4lG&Fi}W`95V*2TP+LSYV#NU?c2s>);p6$Avkh{NDQOi(axit zY?Zj)5}i%GxzQS1LwR|5ZLH=(KYQ*nqBB*{SPQiFeB||22@Gx;dxi(#8(sK?K;M?5z2-#k~ z50tx3i-~f0b1t7}w5>feADa}O zQ3J0ggGG76k||7|PLJ}GN~f1VKL!!O2=p8urzjZ7zu#OP^Dg~ElRXG(6j$@4bV5Ec zoyVPlJGUj>v0yziIe-mn-zvk@a&q-510(1^0hLjreGo{iL`rRP+icYTv$puuYwG2~ z=l%OS6idwojFjCjyM9Sp^>|B#&)YTheMJ|sDxzW%{;HNHBe9e*T35wRmWzG$+1(SH zf>nK`KvZx4b$Bt3SzFX%x^eoizyikp=_CZIl0aZ|EvxTgB8^(+3KC9 zYVd0=2I4FHZ795Eh!E$)<}tEq&++w6Ze6**Omdow!9ce3)_otb=s>F;a~*lYKVi6k zQm{sP$sIPDe6wm7o@J(Il5zwUyygiU*6{cwywY%-iKGkv%tnKxnifxc1q zHVyqF(bt|A!8&IL(XpH4>9Iqn@oymFIec9v;9kAJD;6&H8aw%35?{CbWEwXv~r^&Sa4 z+sPxzLE%yhMDniPcrX&DqrtipL?li36sHIE^qutApY$RwF158nMV&^)!hO}8`NV=a z>3tFKDKnY{j?|iY+Xq6C*nHz9Wc?9v^O40#*I)KheYX_o27PBKnw3DeDP|Bxtes}Y z%oj!XSOv{TSLW*+hIf#3ee(8|l3`9bnhw)kn0*EplYTSr$8wB^QYBO$YIH>~MDXZU zYkO+t-=ex`ijSuRW#JROw7_C6W&zrV-lnF;hdI}wFnxd@2AVgDG^A;6fNGa>M2Sf= zP! z{2VCZdn`b6IA&sqb%85WFmVG08Xy{T-t(R8CjRtE^J#6Xk+iol{T~CZTSs+$c6K3~ z8{Q&iz0Q8EjB|3No)E7BSTJRkr7CV$un?^zWc^j?gZ$F$|nQN@hY$KAd?-QC??12c1O-uM5$^PhECYi5||d1e;F?0erku4`XDw_}P` zyDt?UcS~EpftgX4j#Yoe@i)K8DAG}}>+$cIu%H7eGuTj-seP1cy@@tBJaB;Vj{KBz z{aSl!*qVgtVA3=HgMhE*6(M|JdY4}x=o(C z7{zNi>fvdq{e%fIo|ub2{>wgM@ZiTA_^jzVD%6=+U!&MEVRPA(9O`v4PbDf1_C`-eo-4_%zJRPHNjWmR?}8Tj}r#|O#7N5q#o4eC-I7Mp$n+r+jo zu%Db~(S-sMt&nfH^Xa&(`e^wV$vNB?Hwg zS~fO?;$Z2^=$O`=-D%Wp@y>J`xEEV|fLxpyc|8L$@J|9BQfjgU-%x~y0wk+PE78M4 z=erCRYY+*|73yO8?X{e5brY9~rcj_LyR*@zyDQYKBIO zmE85xpQ$y+$rMED;#WumE^^%G2M%2190AHyJlGE<2?Aua1_#0u8oUvg>uNJ&ty%$^f{$jPR42TiGhHW&A=><4ev=IV2=AG`r5 zAZcKb|02G<1{r0#E~tS<0p%)*1o*{Rz$5`ls!YeUh$Sz@-U2K%74keq7gWzZ0b=M5 z9J2y9R}Y^*x3axPF}fT{*aghNi> zhn|@CgYdT={^$-8?vSA?Y4LZDZ+Zs(5{$Y-RdKRSYM$Tya&ZDxQ@~p=fD@gZIui^p zVgcDdCq)~e{7etOp%qsiQ36)H0gdrB<8JJ&FX;E(zL@i2CI4XXNADrR<~1wgXN2;o zKJ3pw-SQ&eF$yr8ug2pzT}CCN5<;LD&p9IFmra2{BHw7644ZasOPR%y!Pt4^Z9xzBN?2DNyV;N(bcgDwq-pJ3mv-LZ05{ z_4SnI2J_aX-JMYpMa8DWB}`R<&BW2vmO?Cl>?`aLH-cdC&L*3#97R)nwpGLIKo~iP zUr6WcU~szA9Z%g3<{HW!$(7L2mkgOF7glkt_drSy7aNZ*nT_HxIG^oi3wB-H`Csr{ zZn4?hq$dt-zwUl{7PN>ZZSkqH4-#MG_*#687N07%{FSu#+!UEveQc1~Z7j)?=tLd5 zNs%43)zAgM#&x-P3ava+wY-P5zaO)(@<_hws&7+Y)*Zb(JZRHE>C#<16`r~XJL1Po zg>+%)d8OuvL-)xx6kgj9>1pHEU4j}TNJ+8ovU3BPZ8=m^bARirMIQ{v)kdO&* zxW~kyx{vinnWshpgz&;&%wmR=6v;d-EqHEPVg)UOsp-h?i{kZiusHAG)T+_u{@n|P zADHajE6P2j{(@aj*3eMDB3YcJs89+;`9Z?blE5rjkS?sPt?@pTeiAMV=rusPgaHhG z4Z)|m5Bb$^UJ)Ng_M)fc&C96l$V+!NyO_uQ0jC#-@`W0 z{z~83On3_=y*Neb%n2aH3tEofTnq!_=zRXezFhl##61H@@5&-*zy?2KcAw+f=Jz>X zhU0yt)7b@)==1Ec_mm1;3?~6H*~$|Yf#^C#B^mIbC(&dOh*CL?#uG8 zYl*=WJJJJ|3O8^F_&*L?jTn4!9oA+ypjds03h!*g7srKoTrGzj1F4_q);!nnYtyk@ zRggor{zT2s&zCy2ZI+2%EG>u7baXs|0a3sC17ryZ3kz#staj2s??G;X68kT{%a36R z?>G>L4}1eEQ8=82(m<{_<@aU2ZKUYcaVO1jUxU`2luSSv*>5;Xg=dWx3vzGQ*1}|H zpUl~$oIjcf?yqr}mvyPIqi5>7w*haX9-66w=P|r{L-Qgky$Yl%cV6yk(8%ujRK0u2 zEzpnt3Do!qh=|Yuh6ZtS>7ENBILmm)!^TV9cc|%l_ZMegqF}lmP)%Pqjsp|A^JvCZ zM{>5>b;`|6x?>ohA5@!l6aD-5kJdNTa9G%3Tm9_AyLWwj+k**wZ&iKoN=Rrg9!f@8 zj4aG;#*UP5E9hiTw5PtQAAuJ+nH|DT@@@Nz2y#fyupL3UMxg9c*<3dWY|<9RVx#*C zyTk*$qkf`rkSNVc-dRxI%^LDl8A72In32;KZRK$0R)&JZFG{2>-rgnA(VRj}$8!>4 z>1)rXGK0jHcgGAN{;95%$1W0FNqp9K3G!8hZy8lpHda~CnV{e$$bjgcchP{H*bnc4 z>`+}eX;pQ+3yM{$HSgl%Iaw0V@*Gs?qI$^^v0>~w7tzv_J@>A+Jq7u$ThiU(aowe( zm5)ckk%fY07))JPyapC>YnXD50PFV0g z8S+CddO%uIk!p48K~wUzh#zss+Sz`T?J~h0V80!~x<9K7OO0*ftGZSGgmoDg`a{OS zViyWsq$Z!6oRyqSLBfE6K_uYYVePi()c=D8sM(}8-drH5^)$mBm{}{HYtL)f%O|uwFm{`=c^90S1&F*>Q>i0sF>IFB)&-Dto0An-5isEL5|V z^21x#)ck^clJV*d$zW!;$eZE6*<|OdASX1zcRpWNgj@by@Rnwj{4o3X@+*Vv_ZAxH ztqFHcXn42``1w(feDvs%fYZu7kaXPnJYbQgb2Uy9UN>jwUZPA&NngRn+wF?yUvN(P z1+Q|5S^b#jMe7H1Y5FHzw7HsDLaX3ah;3=lato%UGZ zoYwW-hrAQylhEL~>DDAXJXl~8yppWZw=T0}o>q8O*Yw=ZCeeOgOsS$O=XnJyBre+R zslBzk*>3sL?xsWOa}dh`+^FJA+&=&X2EREkeFIaLRrNI<0KgK@NCdmkRzz5s)Cr8$ zW9v-hIJ}|xF8uSv9Eoo(DrlV(OJp4JQtEGs8~96C5;x`$rYMv=kRFbCRvYbS?AbI~j~YxJzAQv2YdG9P!O&9sq~G=8($rl< zflMSWPBw9W{0osxfO!A*=zawr4u}DwOq0Lf&;CoBJ1N@A9$MG~rA?%&)4{xG5 zHpn)*KWA4|@Fw1{7AZ>Yj@n)P)pQJ-GAj^|&1MX@Gf=|8DgA0S&p@XkqKo z%AHN{#Y@D-z@Jac+@LPr;CJ!;)&>J|td-`)w$Vbaj3$}yfn27caZLu&GW*u>-`{H& zE|ADvnSB&-LCucfV-NLwX7Pp_?W=`>`k+s}-{ZR=@G-3T!vX3sOhI?C*eDpB$ThJ3 zeZ81)`?upAvkh=wT^8;;5J)o|BeysvG%d!;eXX`GAKUL7Yl^}+a09+7JIVB0+CLUe zTHM;&IzeP>iTDw#>;knfPh)m*F`lcdtE02Cq>N1P)30FmBCwmTzP^elAO{Ey#ct2e zoOkM^g81jD=g>1T$@)cQMR&VtPN^?e)M&`RdGpz@B>ts7r1yQxgEMUXxW{qig7yMn zXI4{Fn`xxidkdEsrC(FnoejV}vPvw>`AQ_LW9)02tTegi6W8NcPk7rr6oG`*)M(VG z-ioWX9ySz#(e%6+p`0Cx%Dtvp;vic9?Xj?xEzn0;&OR^g`iCB?<9eW5n$_=xooZeZ z`#JXK&o2@vT3jlkZ`=6dcNJs8Et+RovR!_K56Y9ZXEFMj7=VhN+?1?nNsKG@ z_}%S}><%SA!??=nIX&xYZu@J?vhzrP3FZuEJ4_ZyTn!9|P7}n77;td1{i~)#1=k6^ zWb6H|;)?OEa>Ok>p2Afte$nkTHakreKpg>dh<$`CVj^d|4_WfEKGjBx%(7vOYaBh_ ze&hlmBRJT&9qLf;w~^o8Cms=|3QE=AZhW6gRF5$HFq8aSQ`g%<9^oX8i=99;?d z_7bXo8H&_mh$vpa#uffPF$(q$X^gl>O#+?@626yQ9##kybC!V9^_S!#DnT82+*zL^dhUk2eL1{at0FGwNAcJbQL z2l$`>SUA$qGln{4TO=ze$mf9jTs+?PF=}jhch6s_k_?plMn3&>J5gv?I}U%fVChyL z8Hul;ps;39rc2$ZrswG?2r71II@1@A(G2sn*_2>nRCILVmnW1I6iaJsW@NsS>$hIl z0SOb9isB&IQ1~bjEoK=e=8u>B>hn7*h1#1x#s)*b-?gTLF52U*!MQCsFGx4iL4&Q~ zL>uXe@!y8V^7=aFkM6ZX%Bi>SYHzrHyw)C5&bWuj!wFEx%FnSu8@`B*i({que%q&nBL{>~q(jR>gJ>Q@D zrZLx8`0E?;Z;TB6!-GC{*mFn=vb6g{Dl|$2^Qe4KYZ>&>e!-z8-So$x{@0yw9qjp4 zlmJ}CHdskd`!S;YPoQDk!3pC_5avb0d~e42i60 zs~8z!G1@E%=q@GT>vq8lmGBs4KSNpRzj8 zc?~@yx!K8QtEsKmGZT;ghJPL0Vk=c>X+W9B@a*2L6z%I=7_uJi8)v-?#PJT_T8@Jo z>aX}SB&_BlxpR=NVK{Ggdscw;?`myLP4j3gX>>a99GCeYI;%SksnaXzaUKU8 zUm_1$ezwAH1T+qy^}XQJpr5stXP!ZsAGNl|DPC{o3%E-$Xi*zyMJ8Fw#L-$TWH-en zy!4_ldae(6Eu@>as=d(juDSrAwG#*x67(ucmp_coIf`ROQRAyS6G(hJT&Pg@jf@fKF- z^-2^$=p=O|%LGL=D=)AI*?lKvIO*t_L_IoB$>pzHyxdO+$k`qXTx>(qn>-mcBsz_R5t<-_aEf&o40B)eHozWI$r_j1?b}Sj*hcK;48rv3(lkQ zno}Fp{^f)(Tl!KUuAkO!JfRbRfi(d}4}D)a&9yYZ==mwi!9@;9Yq{Wkm9_-Iy>CUM zIkQGb@>D``>#>@B9*_Lollab5V= z5uv7~6_Q^tN>v2W; z!Bv$898PzRrWy41-#KCU4;7=!zS5wpDEL(O$(PA{OV1P^^uY^gC(Vyf>#<4n11>0R zA+(cq^i@-B_l2%L9n1-4W@XVea}B0H5O|A@2>i30cs^C@jRjg=A>eyAZhN)6&x3gg zyho7B=0NvnfrKKxYMx1lH@m0T0&NnFZ^O^!a8%0{59zt)hHS}dBng4NOG;eT?2Y4=} z34(777r-p1nB2Gk>5VGoKwIKx1h3Hv%+(($Jjy!S%lK?V#=HT(>S+`Re_|;V z2&Z~+0F<|d_PQhZ*a7lTnrN{;SAV(aT=x1}0pOjDiv#}?F8n_Lx@dQu#G8F_x7*E(h49KmOla}ke3RI9b#eMUAuf+6 z=32fQZy&eu9*trNb6-Jl>J3k8*O@qD8BFZtI^^g!#NjK@5(bIZk1)OJ``yUyfq{-R zsgR>+@WHa!Gj7)3sngy4D97@|vH}|J! z7$|1Z{fQ*ylXYvCz{1Co3Ln0Qc;ZX!YoPtW1q8S34o82u$WIgq_<2b{oaA_Z_L*)_ z%+zQ(55^=T+WY~QVn1v8=>-4Y z9?h56Ipw-=`H<9d-;KCI(j^Q}Mgi|abh+$g8EI+x(SfhXDYNLRNX9`CKK!;6u`e*v zn;tLFM*pxK^HGh!9>?1^=9ur3{Id$(=YG0-VJ6BnZNtz((|jl>I1LD;mnShjO?Xz7 zgH-iCdy~rgsvJGX{3+>uKT!qTgH1Yz%fo?*`=w3n5ZXVH6DyZAko*^w2#@_9|8%D{ z$e7^_APeZ2xskt^>?-lb#Ox`_f&|rdBMZ+M{GKos&eteT+;5R?W)uoUF*MiDri+iy zXZ2-_-9U*fQE$=YO@APCwrP@TWVUE1Xl*cz(-(;%a3yB+yd51y>%yiTUEHfJ-Cf+} z+_@9q9Bq4zTp|Rd$2>eFz0d9Sz-k{^p$9G`&Dqs7->&}}gHqM+RydXhr8IC)Jz-_# z!`1b5T5hg9o-Hrg5)hZJ{sq_6&TNKFPFW{|(YLIb{%>qk zrK}4a>==DzFt43}wBsQOGV{34l%(k4A@@aHu?HI~)9_Q@q}iRMR3cNu+wL$Jcggj5 zC$6B{#dA-nlM+)oN_1_issb2Api)j7xajxxe?YW%sWhnmSW4Ez@yt%L!je*+l;n3xr)o-{l_%+E{=ilU@cJO= z1@4~ht~2OD3GUS8lpfpuFmWZ2s z-P6hwaQJt%4R|0w9vSAQP|f)t1SM_-;u4jBp;DEtwLQ4Wt3x!OvbH&$;+1ix!Q}&SpD??8;Y?jiU zWv;WrAeqR^%lB_}R3O&Hye+nx7sUj_Ipr`*-x+=|-qBX6Wc2*u=krhU-bCbP-aCxF zdH#(7Xp0F(TqP&Igi)a%ZYFL63~fsgC6tKQh))8?nvsDY+`^Yem)i_R8f`?I zr8SK_P_%sD41>nUnGu5rt*XE&i9O?oR7cv{W%8M@qCh$h?XpkYcP3C}KX0AZ?7FMz zb8*eap;PxOuSv5&<_J+Abu%vwy3%QjKWSU3b+n#Ok2<`KBG{q{nmc5o2mQTwZ zZ>4^p#9%4@T{9iV5Qq(Bv}kN1j*>GliOy&-RD>S1mOXH)Emgzg)hTydX*h%kC*>%(fP=k0oFlCPN*| z>A;34@E?ir8cw}(BRg$I`I@>vq^5XbDZ&d(#uQw!0&ENYp&w}0nCqxau0SWY{z}@K zOH9KJS>6Bw_eG(`XFTU$V(_O2;;4J0axe@_+`d29$f(t-Oy$EIUH~bT0S1)+h!Fs` zz?|NEiRx*}4_Lns`&4( zkffA_kOb9c?XAi0a7-oT!@$wen_t^nBI?YSc>vSU{QNb#m9U#+-NOMdOcC8cOHFX* zVwULHP^jNAHa9bR^=OZIhSWPcaj|0GIqR%u z`rOpibQ$P!0;EZhVR&F&Z7m%zGE7X&y+?mO7a@&X-P zb2L^62_Dr5)|N~imq2ezB;O^h@vWsMibKy1*vXlNbHY6cL;~6&*8Ey}v2Kgk1_5>~ zTxwFLNpDDIYg0kaC)J&i`QLeB;cwk7rtyeK=nlb_(iZ$~9ZJGO{qFI7yHFCnQ}JF% zCP-1*&V=hx4>PAO;R+BX2{qr|_ErZbgtgSexeBouP1_97gdu|4KCUa-azsBm>ygZ! ze-;%-pvflEw0;QM%1Z3GW4&LA_x`;-?9s)Lk?t)Sxw;MLvVJB*+Wf8J%;83iKDdXg z@tTVDbaz{Ky6!rxTf1ib)~)Wqw5IjgF6g#o4c3KLrO^=*Kw{Lcs_0jk6D-!(Pw ziUO$H?+CjS)b*1d^E3kA6%=4JPoFiD{8IQl0usWRjwR)ht8-GM5kTP^+!|>yUH010R!qN)Nn*I$?gC(u#Xyg zZYm9NE~0}tlM*x%>23Yw{s6jOp)f!Z{ai3gP}0QoTkg)q5Rowamg6Y@13*%grD(>l zFo_^3P~+GsGDEIx{t1)}69JbBWAl5tx)smwMB+0(+Q+A`QHR{Gei9Ih^E*r@-j~qh z-<>3rud)?dsU=2|oUQ$9ih8X~!0~4+{1!_pgb?j546Pf8L@ShHe`;dA;tm49ZJe4v zEJnHlaqHY8fEX{esw&!}BVV0)qosWhD#7p-PtNW>L;(*|iJD!=LO<+Np0UP6v0>yQhC-^lova@_pEG#aeGStE!5Go$S0I>oLvNT;#cTq9W z`3%s0f8k4q(lgn=l|^!{H2we{+6v(7fqnsr58@WI8!Stc@6n`($SngHA0a3T4xci^ zpIwop@7k1#N>7rFcd&u6Gd#m!^e9-VKRQatLYYiwl-ecJD+ClHwI7!%Df5_gA~&I(FM7Sl&viX;2EW=HJ+-GZIEM`R^U` z4@2*^tBHL-Kfh3A%zDFHeE*w8G$cMCP<$GNcfF=o^GKAazAJqg5BH}7xM18C{o3W4 zI5YobaRpNJdhpw)Ql}59fIojV9kpdO~}{Qe;;&nj|(qAPLor zAHDNFm?txu!tB23AB(Uc6^fsP+3y~F8ziQ7T>$EI4#%(ZP zg@2TW*t5uegX)0f92v<9pJ=J+2Kk2 z?=<88GhW#)O|f9<|93DL>yGa8e^YASErSu=|M!8XcQ2!%-!`Q)cz}u|DRWK z{pYO)TnB&VBNcyA9CZ1;N)UrIc-1s}aO-PLN(yKMx|L?0X)!i1RTTZUTaj&kw zpp3j;CP}$CqN)e_9r2#J9o^A>YVB*u7mViA#*F}_#e;{gtQ~5u%p~1&Q(1LbDH$QN zi{hhGyM>OemT1j(`|0Ip8h`{!Y%1%&E=WF-vN^wdx1q_H@sQq1#dWK znka1jjVu|<@f5-c=EGYU9Td4T0q3E2E2&#di{#Aj~T34m-m%Ymey7=0a z9X}pMuP|tKB5Wix1uoGT_|Z>H4=`k-Xvd-%S`PZHlc0u0mb6T4=vRAhjo0K`9LgzR zzO0pkJX5DT%SigtUU0xKaeV5wfkKrqqU@`v6Y7L8(OY1KAI}@i$Q>+8sI}XftvY}< z?uu(&W~-cONBklwe}Ai{&1vswz^M6xrQmJymE18Y%yk9a+)xLE^JCwjBwFCa>{6Y= z-Gxl;wvWT8dkJ9$-sMslgQLGU9UaF^2q8@>P^XjO*zL(r5s^=?6R-3yBnctNuZp$K zLZ|xmXVBSdnw*>@Vzi|}r_LQ3#or6hh6uzy+=FN*Z8FFqnV9gdWbXO*p+>`+_h*gf zIWdZzJBMe3Fid0CT~MO@GPmHS|2eWGaWV1nmG(2Y=qhlkT{vQ4;@}X7NJs4FyDs_;ybp9&GG%) z${sCW=M%>tU>v>luZJX|t+|1@Ja(+2j8r$b<6@A^C9R3^Np}O^?3-XrU?P?`*E=^V z@~vX2$3DKwd8#5qQ_H7S8?En0#48j}Ir#+b-_FL;9vF#z2xn<|ABD`h*qQMV^-5E! zih9BkJuZeiVv-h4~op2sb20p5voLsE5uWmVV=5W03UG88=v@|WceG89QGa6=XC5v<&xUPXNeRa6I$n%f-FosqZbn^D(x+!c`)=TR;gkDUEJ8!7p%D1R zqxMClxVHth=KD(I@u0cT_mC$~B~(@JwR`rJRq(#R`^fflCiAx|`>t+vT|fW)-p{yg zMQ*zhjWG^I%D#8Kbp3?w?+7$B%zs;GH;eP{{&~$i+*rEk3QgG**-WauoL+Q4B*WYE z@tmwbX!?Czgg)Vg!#*1{kGMb`m*n zmAj>0x&C8nBU?c}M7~yh`Du96lsp)o?V!A}<}q&?)mcKU4l0vO%&>9?spH?gDOAF#hlTXN z4E50X1hT(2`7ZBoSB@)kmxtQM$vHRkmxpeBK%g5jM!e#D?H%VVTslF1F<4g=f&3;g z4iQ4v&Y%}0f~i>O7eGtj>p^7)OvbMg>LFfZNzJ_Jl6j3x-J|m!-m0%mVjrGgq}!*H z?bKGzpq;K*_jB!^Q&W|GPinItQWoELa`BPLT`~18M4b4h*?Do2&riE9|PR*DlI zF~7C0zO2r7zQHN5yP^CjDSt}$xBZuk9mnd%Rp2vRI&&I76Kv$zfa!zid7t!R& zk>y`+;Umot#wSr(t6nBf&c^d~`({A)^HOiHtRA(+5cgd7Y6hRu?a}&roCuG+xNo;j z++bMnzPOe)zL6&KnbLEE!88MJ>6z`(xlb+@>!sWHQ_qdyk1r3rC45K(2ZvxG-o(@d z2K7}Ib5zw+zQ|z_zpDd(%ZYSMDsNY<(9p2hS>=oOq*aH#cW-P#WmvnmtpzK*dU|8s zCG7n({{-7dMC6IEpU8A~_g632zaW1@gLF%(C$HyX7}rSFOb*w+=2X8T-gEm}-x*Ot zUgi)r+P*{c9cgfT(^&nd)OqMVbo-X@{pBph^$dq?L_cO+HE&>3s?=T_)o9vJyxH|d+Ee6 zZpTWG)l*haF-uZh@c%H2OY!xpowIAibjJP@rR;bMdlntV=IAhtfod_Y+C5I1|0D&) zGb~DBoT;#qO0;k5dZ(OmbY@Q%(@NZym&IWCKH>*%17Jxc_wv#+s^8{ zS^0B}rP83MQn=A#HdvvzNooNzp7fQB=cd<2WAWUUB`ye$gfjF3)>E1)E`{%3BQ~V1 z*|I)YY)95 zNM@42YYz{BeJLrOMz9r!)(`Ft)=U5R|HjrrRbMR=t4c?*0AXLmDyJ;aC`qr4 zU!6g?p%qzws7bO;r6hADZnR#RrotZ%nYW!>ircp4`^ozyCa1m>2f?0JvGHR}JJQJ>h5rdGi{@x1%pn@)ljQ!hL3jRx zllu+4Wb#e3&#kGu5Edq;(=sh%=pyOrBUR)uXGv zUi6#P^zyv<5ud1Ia(?2D>>Pu#OzKbmZXM2;YVuV-zgSe7?sq^G(}`oLM~XAS&uw+) zOBN;SAMI+D?{8u>yhKq&!xD9Nw$~4TdGr6EnuR(^IIR_*b#e-RaSAyk#DE*NNqJtf zqt5l8@!L(yzm_F^|M3))d2KYvV|Mibu0I-r z;eA=^HSKKZb^0j9@8n@3vJGG4@A>QvTVlyH6SAJG%GvW@XS@a>|74v?1s)y~Etmg- zxZC>`P&*KeUyXhp$_ZDgo?+o_ zlT?#QE+ zT2=1YO9uaw#m4gXhTI}F-oARtj)STg9m;$8R7AqOoV3bLtf}d#pmR`9KHIz^i|2E{ zsfuqBP^g+x(jPlYLaL(rW4AQ&iDDxMN*t^4(6hdG_7nmt@#HBB3x-!TZVcv{gifR5 z+xqo*^@QQpTW9-klXvK^Z>5v0ea=Ez{-PZ1Tn7j(!KW?uEFM3^?1LEEE*U29s2NeB z*2z^)yedLjSETj#olJR0(bxI5X2}eHF9@{lf2aWt;n+vlNap2j z%kK}5$Iy+I)3;|>ny+kNly;I`q4B^)sTH9#03wx5%M?lGA;x%rjw@lRmi?E%en8!8-RB`*p6X*(Oq+yW^9`Hc#YX zUn9~{LuoyO;&yZ|pC^+R=?&NFO@_95JJf7p|9T`^rGYB@7)F2YK+TOCw6x6(tJsEC z!`WpcsM-=9vp?~klr9o8&3R{XZSl4O{^4kWl9Qcz(QSrSM0Bp}1#4D*;dd%ja{mGk zxu}y!+Wzcu$IBO7TrF|TUQny8LzJGd!{bDrP*3=I{2TZxO93fV=@rfy;)ZwcIcXv1 zz}jOH?z5$(w-If9s9Jr+>k{R=DDx3ni+SBsdA3ZK-1<7@C^qJP0@0jInSo2fk)@cK zVNp?Sl-}ok!w%X2}macplTvumXrplKhRHj6LGxJ4(|MxKm7Sg4L$+j)F-0Xp7UVk8ly!%Tz z*iO=^Oq=Bedz+|WUc|$!c(lwSpPudk&2VOMaRCqiT`CfO_pdAP#nowj)>L&1p7JsX zZb1+>2x295E7Ma`{Z~fR;LJ=s)E+Dxedh9f!Dx(+a%#VQ^TD%ygwr-Y{RAH$-{3=3 zc%`@WIG?Z?EW?oRa%LyTfX{SSH8J3=TW7&#IJZ;_v7jM1j!f<=(HM+S4vjM`q)bg9vDT+7?ed^DGMfP==~6pNgQ1tJA;zrsoH|iU>*m43toH^D!$JV zKhH?3 zI0oJqd4B78I&SUljIputE(Vta6%Wo#r{UqY&Hqjf#}90d`#TONhY-~8mbjrzV0o)FdJ*a_hS(XF3z>bjkfhA>*wLTsFtBmA9^lpLNZvT)kR^;Aeo95sJ3&&BNu=WQ}5k09;GC>0QliT3@8 zsJ~P(c<$)pY&;%y-lKnsi7vC8CVM8qa|-3uQb$rsUKo#Dh=(3*w{9^{{Bc^9wQo3< z)okP&F-QMA6DWU3tx|xn4o`t^yhS*Po@ZTGBC7+0Hb!$fB3-;ByAj`c(ke3hDB3v(QVjq3Y$pF%Alo+a-#{7UJR8dE((L+FjP8y{qkP&6|420aP z8j;SAQY&{SXY&&)HbxbiH=^R&!TtAcp|*`ctfRxsoeeXK@{6u$9IA_$H-ml8xM(3N z;WR|VzY~9TNqxyp7XRYX$6OG1_8r$CqPZa3%WBf(7nznYXQJ<6sCvO?H^q`7?3fOm zv3*6e3_`@$3i!ETfc1&bT(z5RC!Rq1a1z<3Ci6kZ4(tWBf07q>a0Z2Pql&kQRbuR} zqHz+XFQ59+-#osJXK!Z6w#G2na)@#ZnOZ)`aa%LK`zlk!8y&|w;?u=azm(qy-q=JWH^37@V!wJvUn z#Xi({912y3P`_>5636x*9}XZ0xH=b)Nr`SdEfJG{FT)hJfQnYnQF~}J`h^)*A3b-A zz2STN@=5c))Pv9C!y`+_XJe?&z!#2)%E|3wBUsU7At|CdTn&OpE%+re{_*EjimrkF z)!NR*ibRja#WJB!j^{JY&1+@wI>QHH?J0Ov4ea|Q&M@y=#pb_%={b~?9*o`6h&UIv z{(A8fSTMVj47-e{D)(cVV14gZS};%2knsg`SR8x2lR-1`otGn;*st2EwPaUJi2U!hpo4loO?%eq8N^@MZ=CMgGt6qV|}*2yIl_6?8Le3 zm*A;u%I)T8lAvFb!>ijCmzRd=`E{Y++!wodUm7kKT`rn#Mo{@QSep1Eb|`%7I}-3A z_>bpu`dp1@H+0EDRWBF92^{&)pLu?hoATvKvAMbYICxBQw|<7*BP{H<*DvP;Xn-8V)BOZ6?Mj)h>?5Svc0tm^(FL#&zPqb%g`&IQkYeXsRa_fyp!AEgZzttu{q>2S zWDfDP^qUK&Q^Y?E3xHlinkmi55kMH|c$( zr?BBIam^b)!TzF*5;{IcDy{*?fSFL5eUkE2w-kZc8Uhj`%h?xvjLG0B$OOxuNZT>^ za@Mn6z_x{BGl@yaEq@`~=~u6v$N6`BD0%&}`^0lQ)IkCl_x?SQw~`2v_n~^)HPG|7 z`$Jl0<~`uLdm0;3Gw*^zh29>4^dD#>)YSF`xz;Ja?O(z&Suy_**)okiK}ndkYf3fd zbH?WmB!3fkglJh+#$SjQ2$CM|xPe{nTvc>6#y1 zc0SuJ=QyybYjP@bG)PO(Wn5qP4}ih&pX*kct@vhKPp+0+pYKu06bwD!+A@_W7;^NB z6yH0V9q?#|HX}H~#P!>^)pO)UlQoHnYlL)Iyad!ayx}%*tZ?g!j+3vEaqD)PWF?01 z+P8@<<_c;f+&-b$rD4?FO`_gY7uQ5c{%f(0@8Qdd4ilpp?lfgFk)<~MTCqYxD+g3^s8r2I%F1u z+-JG+Um=5RdX1f{Y@gLPd=K<&FQlknjWOl=?@qbP@Q7^MNS^PvwKq+ktbEb+vrBLD z>FTGRAENBx(JcJxfSs3F^dM&Td@SB8?Fs1@RLz&}YJ9WhGQ|cl%UnA>v#1aCc(M#P zO5=x~m5$R)d{s33PR2tjL@f0!s@7I#4H^ZJFU9R=+8pYCSel;cQ z1@l79901@>+;2AdUu5FNlsylriZ^W*b^mA)#ikG3sCY(mbAiS8`6C0H{qsL?f!$&q z*j=pZtahNR0zhQDw!OXmMW-Ud!iljr#IaHj9|ncI8vC7nyk=%Gn|+#mjBn-=!g4#R zG@A|jRw{|Y(oP-XQFoVub?&^=o=?`@88OY4N`OuhTx4P*AZ&0(a@pH4-TkJhNsVMJ z=GkX7v}ZKJ7tAFM0w0+7-;=6O`e4i09f^Y4tEZEF15e`xe@RE|$u|~ylCDVQ7K+E+ zxSajC(Qw_SWmsIn(k7BXfB?ZALIT0vJ%OOXHMqMw!QI_`a1HM6 z65QS0T?d&xe0T4U-Tl4idFDv9%o(Vz?y7pb%1sWT>Guoi-1hbFRL=uE1p+p0cQfZ zWMN_|U*A13T+Qe+TrQvSJ;1@CpT&f?xHme_WWLNHfOUM4tEZ;5L=UnXzm z309qaOkDn%CM{PR6}+Q23Lnw#G2Z^tc$#7yg3lG22J*x%CRw0QkI*jP%MT*XYAgy? zDdZa&U-uLmR_;>s$PtO$8sk`x1xJ*-LvymmsgER!e~HtO)n0FKC-Bn*8PXsW3*vZ)o9uT%-Tb)&xqD2DL1~e&#`BNAVr--z zdWqb5OC+b}n$#JffO(%}(n#-arM_BL{aax8nM;#Zt1#lZTqfN(I8HUY>Jn{|=J89a zH0qj5Vby?kY5q`mP$S&a(P3Stz1zukX-=&H$5EIx}w3`*7`QJ z&X1q_RRt%HsoD4^xJzT6~C-BJKb{hw^HC|>h3}1BEmY39?_yib9 zmy)xbN^~hJNz3cOgJR!u*tvq5r%$ig_T3;kR)P!|L-TftC(PF9NPGzP<6o;L;&xFf zGVM>q?YsR~=(SZGY$5(lpScor>QoBdGH8ptkFqwbxqf-(cdq`(u9RN@LjVJ*uja|W z(jw);2t5Di90qgmI)$uMn8o{|IU7dlc|ePQX4r?s4Pp&d%+ulIdU^gx0rv=Xj~;dD zTT5bC_$h^XZB9~@8&4;?d%oHt!J|VuhX;a=;gEGUplGT{PWJB3E_UplL;HrKXoMf( zVfPzArO&Rbc9#e=^wfi4vyhu@hNk08^~bmCW&r_x-uhoA@c!2?Ik3kaE8R~@=ja~C zA5el`h7v~)KepcCi>&kcG9=OU&ktv_mH}PgrB$q!IS)fU`dk#5UxAs@UpMQ0RXt@roNJqgJT)Zkk3{H<` zIhB=c&%+p^-JjnHFa!sLFkG$@R8U!xq(u7p!QLCJI*QM~AQaF3RZ;>7fKc!rLcXBjHqWmSBkMu_YkFAB`RnFZ|EfT%_U~5R{lv&i2b*lh!bsPeV80 z@sNHEDI@aqMYdK;EH(0MTHoquds1b^9W&t$bSYg~e-fsN;@H(f)2{O8!gTi?l?T?WOrHW!_2n!Y?UDe-Cmr1{u;_ zlrSh+x&Y75zrsR066g#c+So0r3zk$`COuW$(R|ij$j4(wK8#Y`H$V1?kERaZ3F4Oe zm%o@7)J}HT2?r(d`l4k?LOmp=c0ny`-aiW>HX&OwN4a?PRhfN$NADEA%$e1S^Mzdh35?3u!D)6))*fXi^%b~kx;U{TpoK>$0%eRNma3kZX7%e8(x z*RRhimEt9foK?wg`5`0%6KatyK@=)eORIjsj+cyG-oMUtI?L9fm=*P7?V-Ac#_z-V zbihiJ_E)#P0Z@j*rGjQvhMFoMZyv*h$mOFGc1z#vbmazCzNm>4j1vt^lbHWE{fj4KQ-Q48t zbB#1wK*V6=J{CC)zt-{aP%?z=Q3^BG*rK+*rQZhbu3rmv$gy3ki=eNebtZd4LRm=w z`*MtY;HdkBgCfMBnTOJaXK7PQpWlUhN!L-9Q&nE6@JIccNg@Bg{c7~S1FVVf8G+=t z_@R9tMxN*G*mk_;P7HekdJ#EF;e{XH(}rs1I)p}G3R$)Jw7Hcmf>)!ur>8M^I;W@O zKyzN>YkadB9E}tidSCmR>nkl{sf|K<^P;uW@ zhojalblm%ChFXJv_Z0^4h2ePik6HeE_kgDjO|r2+0^HMTJ>c=vouuHPm4=VI2tQt? zAxow@Fj(@u+t~VDG>j@J7o(=>HX;x$!>1=4QWF50cklYw6LiS3rOeC@`6&i^H6Rff z>z5J8>0RtDB(B;@?l2oYTWdM5zOinEKo?iER=p_uWDu=;R>j6XKXZdq3Z*a4MTueH z-LxL};A}?(WT8#i9;}n{QA-eF($a#W8aQO0_oY^v@B5w#Of+EAa#>Nkhx-KeY~Rls z=BJnW-zTUBdc3-6r;v{+3p%P&h4f*$H2s!Mh2O+qAUsdYu{~Z(qIkXj#=o|o=;Ik)vQo&WLuTlze`aJWvh%!|)g2?(!15KISkde#e7AoZ!mo(Eua<1^Ii^7HDRsAErOOX2*Tc&*>?T zOSkzI`p#CiRA+`^)w|%|ErMl_`LcfBU32%+T1p^ksa9&Yd-R~zcP=GFaK~~c2@7QZ zsv{Y)yQ)l+_g#`DOLbI-0{3b1lN@PDm2*8MMO@tB1XJibYTq<3WpD(|{6^7&ZDqEw zDE^|?q24Wo<>~z^*Qw#^ErH%m2+j#DkpLDnNrM7$L#r`CLutuYyJ*2x@5^{>LJD#_ z4refmfniD6`!hEK>UEE*l{gxM4g9bRSEFhumd`#aN%RyvJV9u=qL*vAQ2=5gDy=WY@4fKNt&P5@ zE@?5y(?Jy+8+1iMV;@C_Ir{v9%S9guVt@87DlZt25)xag2|~v~wL?Aa)2oQCK7`*x zar%U+BsqQiqEo(Y5mUVhPkV>h6m++Ba1{DW9GcGxzncU^pZ&Q52#cl1X%EIUO;J6V z{IERIF*KX%RiwU|Yw1q3I^ClTt>nc^UREjX^`-5$Zd;A$>rM9DplK0|Wa)A|mh2MT z$x>)hzcg$s;74AxXrXdNnH5!j222PoU#c`rUj)JiOv-1tK;km+GgL0OQi;HFhLDi( z=%kQB2@9)!01&$X6NdEl^*R0G`%^8=mgwZwR%KGq0>pUm`^2fPs32?Zix)6sGbh<) zPFX)JynKBitY}YxIja++FuG%@H`=(e-EEa^#!Rf zm(9I)-1va>hGOI)4mbP&+A$xYYG&<=#^>IgPdZgKtAex=qb{eTALNHBZ=Yf~xQLD< zHuM>edSeyxan)Yz^BJ$#8Kp8HS`90b>$-j+DV*VVn?%7U*y2wYC@b81-@qsYk`?M! z?9zk>1RiuTFRth;wz%cx<*gSpY3wh9o_vQKC)`4}0>2*?x%3IPJar+N5ziENY}lK8?RAh|BaD@KPqA;KnC_LEzgH9j1G=udz0KEKf-iX~ZW$7^CXMJLl=xH1 zQbqmKCa_2IXla;LT^)lc68j#s;rlV&EQtD&)-_>0MGqFcHg4w?KvKUDZ zatuuws$+%i8&)X13ji%B{B4|%e@sH|!-$I$FMb@)Il13C-Vch4i#x4K_f4|%@{LVS zw=mc6YytzjV&B9h(QtA9fdt>5DW~bk!WB>!K%*ch->nAT?{-JLx~94a6NVxz0Ek9> zg@h6)@$cJhrfzqp>k8mc zO|lVI>5Sy;aZ994uT4%_mn-#DUyG!4adG7@&(p5aE^z`r;%WcjHeV^T^)D#)VL8}5 zdnWSOs?}#-+XEMsK_(R*j@iM*EAoWPBAyj$)bAPZ?nP(W?f9a?3Ny3?9%=n0@cngC zmHQ*U&@FT#gLaSa6aH6X>5S2y zj`g~~YITT^XWo*NlZWk%AHd~ee0;mKLV4P8>cv3i$A!O}DtPisJF)$rQdm zl>5dCbDBeoq|qE2|4_=fwC0UCrk6e4S2jh~^kEP)P!U-XODGn8pe`x>jl~0Enuh%2 zs3Q5qXU7Tee7a|#Rb`cG^m=Spx2w(GmN?7)!ULb#07JzrmhEL+N33#Z(!3J5vOn!S zZj%QXT>(bsUgp}&+%yS(eT*Iep|75#OVH$|MbG~!5BZ^vHj7JNtXSVz8@n|nQBvAk z)E!fVH6QZ!!5Fan$nxWimvho7{{?2X609~jPTzB6-o-Fc*7XuTF)qPiCaYcUY8=mB zv^O52&sBe{8Sr&hNvqzS6-z1w@@8iNKA4Ms2wBzDu|U`*dt$#OKk@ed4=*EsX`f%7 zFK(`?SAnZV>DFOcg>dSxv$M1Kq+*DfQ}ypkSKM{?T7F=u>IfzQ42pp*Ep8dOx8Idt z{9!DOuqKTX!8~)ax5&45DP6lNTVfuTHK$!n!hjEc>qE(;!@C2e8g9_fJALLHbTR3d zxP2mI-cJg>1KgR;LcP*UrDSsIhPRi0zYqsgRrh_q&UPj#IblBk=8=);I9(l&v1_Ij zWUYii?*zEap>Ef=-jmNF(mNe_QW@IhtR#;^S8v{GqkYw5xzJy#`Z|OasiJ!?O5ao z(m~Dyt0L$--GT9hJ-TPy$}N1`=@RHI3tQ4A@;*$Zcm*xpfsgm|$dJwC&DUmmEnQJL zVJ@I3osNE|Knb?j8*4roX!uaMz2Dq_0WkKE$NMAZ8{IOs&1G(XNe&L`fQ|WiqYV&9 z)ThtaT8xrTofTfk?iC0zr2X1KTqE>{*C7*TvgBQ;|^)nN!gGcf=|~;D!a|5(x;F*@%l2CV z#t3AT&<^`sANy@(4))OTBUjU^*p6e8tp#7S7DYjS{{$s0wTmYY`Bt1~PIY5!Ni{n9 z-DwUdL(t#aX~l#DohT*`9kN@M%(&48f+ef?_W$5Aj}AzF4OXSdi|EU+DH)O*F#KZHiwUX*!^ZN*jnzSDMj5gKG1`xf?__cxGG*3DoLU-)y#NkrJM!I{6r&gOb5@=2(s0y^FTq|*39&6V;+w^ixOzYfW4y!Fn$OepR<@sCtuXfoK;Xz8Sb-?kd+{0XZY4ysU?;- zC3EE;(rDs`Wiq8cRt(Q3deJQ!6VbFF&)G(FrO7=Ma=eTGWv zv}pJ}nWOsoiQP(PaQ(Ia_N#SnTE)^y$zMapHNGcimjl^3`sZluQJ9od?9yY$iKC!p zzqB?!p9HhC0QU|k=|3(pYO*@X?bsb#8g@uw3!fTd;}LnfTb%lb|7D_VpXs@ESOzAe z#s*OrP%S@MVi5JO1|-GtZEEtw$?FaTHYV&~V{fWhNJ8Y^93BymNrO~Y-!l-&vZTEV z3MMLK6b@j+hpvhgUdWNFmLxKE>iAKu~KCKF3h2X%f7uY zk;~Q{{$;;1&C;>Xtzcf6$11&6rO8%~qw1K^BDhr3$MRCQK|u4hrV4y7sY0S|uIx1& zB~y7gT=mBmVI)j}rv7GT9$h{6@eAYEu~GI@;b64d((@%wWiH5g+i>`H+X(( zqF%b*y&7jb9SER}$af|2VVj*dliJ|Lh6lmdIJmu0%T93#pn5L z{Cv5@l&(-20o|Ji1m4Z7@b1r!Pq5-%I5Yw;xJlE+>C(R#%ohKq5O4?DORe+g<>ko& z^+Q;S-z_g*gIZ9QJRgY{8GmyU%WPWw;4hq>Dy=wN9*B$pADS-~b55)JFdG|(N`xMg z9Q<%9RF6Pwf!ge`?&G+ACwhmqy>}8WET_-n+adVcaQaZ!Ov}4-E=4fXo7pAjE!LgY+a{n`^1?;P* z{bOeA#j&*XQ_ryZaJMaD|34rMZSYuPSVs^D0@O7 zFPrxDYva@-{Fu2DuBETZWrZsAx%+s;7Yp6^B3Z(V`}={_)r{^~<|{k-<_=#Jowjt&8=P*{Mu9L77+5h>jGew3k+o%a-5N|ZMspsOo9UVkaMj3)ufifTvx zdleH&VdS7c`evmuBQ>b>An0>m%y(Y!Ju_|QIde$~T8NE_U5-;Ku)gaCv>F~MbhqkL zp!xEbUw--ERlw{0$TR4d!kz%lK-cJiy6#|GgG~Wt#~2rgYRDLP*w`+MPT1aXYS-7G zH&=cZQx*=HiuQCeEN))?{^I$|HB8;jN%#9bJy}5>I*Y?6yrw3X->V2n2w#j2KIi6H z_I@P#`CIH0v9dF>oqY%%cW`gKBAml{cNt&HgtfT!>iUyRe*T-Nc`4)-n+?I#TTfFm zeoE2o*oukiKRs`i2{ZDsDx8{fm|d^mR#9uPl7dj73Ici|mSa-GUkN2Q?X}mjr<>#H zWvk^#ZO7T9kve)zhHzXl5l^%~!c zTGCqLRCtfVt&Dn~0q;D7;(EP8#+nBJ>jCN<)3Lj-LA0R5IFic3&-J(Psww0QbijeYCYcAEHAjNh=aeRh5-3pnXD z@_+wsPQom07!w~o@~>FblEfcqk6>Z$j<=RD)FCPrl^wmI1K4w8_)-J`%nK0lfwZg3 z@s1_5cgJ8XuW)`+ATD#wU{=Nuh}PfKytQ{U6cfUOC5xQh=?%4_p@}^2Z0|_U__@=_ zg(#&_A?7k33s=GS&3>=FVVi#v6ga+!o6+MT5Pg>-*8o;_N^ZK`4~iOLMmbmfXz3wR}{(aEtxiK|as85yIw zYmoX~ui>*7T6JsL#ehJ=V~%RWd(Y)-(Kbj~`q-EePy{e6ehydJf#>_IfDV%F*IQn{ z3XFxAtS^Cul znE*r5_CVBec?G%Cs*xUXvfv1;f&~b&vyds&&)x;UV1K~Kgepl26n=ksrr3_rcfD2_ z@>&imoZj0!Y~5#;fqFanLtdEF1g;uWy!@^@?0(nB0zRg{H|)V!+ zj4uD4Cg||VS&mpn-Et1P5co?En0B;EI4xJkybAL z@ON6z(B@T^l)!U;KOQC;q!2ngF9_(>)l*?_WkRtKV{kQEvmAKZ$&+;Fre$J~{n=sl zehBFDgDE(ESLG7;DuP#^8;M;3&u3|Jz#`sD!aq`k_VqUa<+n_``}6#e5vT#X7|cse z9omC{pr|~{&g)p&K=Fk+_Tj-rNVy%>B0(5t)+UssLjeImI`Z<(Vu7ZZnK?}+n#>3~(89Gzl-Mh>7%Jx1%hnxaHf1Bh5$~g8$ z6hj+7RqM*N$0FD<@cp>o9}oR?cj7mQwEK7fZMoM$ucH1+-ayX3*G_5MI5;-g*)xr_ z9(-q}zY%+p2+hjnr6n>K6D6FLBiJ^tiEk7|`a&C*M(09SW3QT_H8nT`~#X zJkcG}!QC8mkGr8vbk8R#33bSU0g~DS*p8bgZ8_Kauf7;w-yH%^!u{CmFIx4E80_}; z8}%u53s9v3-plEFZ%R5L(19Mow1Ttb6x|SC*cX5OasI{-vl!P4Z=G&)!pA#v-WG?# zlr}yZ{-@x^kSF9OIQfpcQlvY<%Hw56v6s17rFSCh-J$c^Op;#ZK&a&AGj%A>)uu2R zo)LvNs8iz~BojQskvYfpt4BwgkK+)bM;V4`aTY$yu@?=a1y&#Dd^ewisd6o=9R3q(g_H*W(NH9LqDIb ztk>Nnf5Dzl{w&_PAl@9<`Ee#;J?9vYPSzQ#9Z*y7l;4v%<~`no_FK5-BZL-Qo=x@&!I;STW4~03u(y2f z>F;F2yvr$MP5jgDN?iUb;xuUU-Om1w4fw&9*WKL`{GMyE(amM!WW%J$Q%{0=-tk;A ztaFJ90t%{OGJq|p#CZ{k%m!$# z>}+mWo$kavsITmfcp1cbC5AV2q%(L;lM7NHr92SX>64b0?m#{>=)u4vc{Rrhi)t+~ z6?p;jvgl}|v%ios?*`YIehgr<#H?q3iniJuzn2JGd+MJVE@Ql)dWlm#lM`x}FLr-8 z}@|4WiHM%VQ+9{c-!i9G>8eud*R`QBwCd$n1U;12fF81uW!@Cl9aJzVOjS#KxkhYifw46IS@s9noH0U0GZnS_b|L5Aw6DYtlk9 z+l|n8|He<7w|Db#CNppccC!s&aG9RsH5Ir!sEIZ&k`?sLtX_)uyfi$!{f>rhR(470 zQW7|BbWT!9zm!&b^R+lDD69TUX6k{$Wii4vOh`CcY)kvw4Wlk(mwSVRh**R@8;`vM zEvptC^j%g%&8+AZb$NbscCO_rfUCm3KutGtl|}E#KV!&aT!vz}yoee2*a5VhgH6ev z*H;|AbgI1tzOQ*}K)LZ-J;D~_-W0O{oW0ga74`EWlKP5iO*g&gwk+cj?uL{!ripfHtG*t~UpV1QhM<;aDVqwiX&4tpd8ePY6 zJMeP*P{4wcgRVuy;=EzB^4a>lL29M;1b@#=0(f60ReT^J&~re7NiA z(wC0#n-GbL;3fe>@rOcD7Mo%Qf-G|yw_31CeMeDld!DDhb#XSIcH4Lx|E;|o6q#LcyI5{k&*uW{ZFfUK2yBP$DmOIBSTnIL~d-lrRwB?qCCq1#1m4=%Ks-V!z z#Z}o>KVQ_*-I{&=Ex9nNai{-)F$Ux^U|h zT#10=x~E#-t2>{*!(3`WEp$s73+HkwwPHHKua)_$R^=Nv5EbXlj#B{zvA>zGc)?%a z8#P%j=gYOi6R#j?Im(3G5_MoK8rvhFplt2@Q*>`@3+8vIv1`ACU|GIxzcGIu_F^=-WyB{5ETlq4v z2kTtX?~iA{K@b$|QY)clw8w3|cdvF&V}K@Q;bn(-(i~Pm@?R{#MZI#20+d2E$<*n~zQnP4ivE50 zDWA*vIaLDEve%hQwryMT^T0!>6_KC?9S?E2r)JYcV`gt%I7a!I)pM&Q0guz`5Ss`1 z${M6%$$h@iM#FCP?1R$PwZeLZeRX{m!iANqPROu3{)uWpfio>bswMaXu+DN>eZpG4 z)TZ;$G%z%@-Ps^r5)}dF9;8e=_o+&)?@RmD^J9bIB|5_oA( z>6UZol5@~K7&VWM+GYQG+fsJGkSe$@A8qTXJ_%vKNelV+_@Dr52B?)xPCC)2m!MNO zrYE+YsG`Jl_gln*H$&f&m<}Rr)0wnhM-^WjmyhG-lLUn@YOwxe}W@8jM z5)7y_Cm8tHM%x1#z;0^4J)vUr8Nr!H&RC%Bus)~b;jSg-_YjtbKhNR)DCT|(w$#69 zkQLV31ARBqucq#X^@yL=7(BM(4(}-DMafQ~@ccky*>#NgONhqYJ zruACDS!;#`#jt)^DzzPu@A2;Yz+^7o{!O0lyih4gjYF{|?^z^|38F^`uXd3eQTaP5 zys#9ngi%dASv_C>T(#JZhu?JGH{YElgaHmNMN1)b#SJbHK6@x zCc{h{ii&SRc)s}x8;p+jNWHxSeeJ22a7Vkc!r_aO-s2a$8mLCPP4F9C%KGK*w8z%j zzCHp6JK<`8M3hlYJC>PLMQl}Co4qCHQNYDKHG2MwK}Zs572!wzZ_n0RKDh^i0o5QL z3M&C)&^Y#ejpg{W6>Wxe{VZLgU)R9TC?~!J4+oA{j*8AzX`9oHx}SBZq_0t!o{NmW z-DUwJ=lx&qrxiMuLtnp?czlpS@p|vAEYzMID@z^!0_9jfaL?gxdNA%ccLTPt6@VfX z#vv5j>b>`Z-59L^Q2_niMXtIoRslRfw$uRmp7}eQ{=Hj~6?Xw)T6uJ6mvEd8D zInC7ce9mgaO@QL+ZDFHtR1V|zWn8^}$AeSlAe!&{zJv0L*<{r`E%4o`z)qCF8SKW1 zvNlxW$xDQaR!aY6F$r!eWbT>-b6h|m4Pn(4W@A<0DLpyUuGG!rMo(%6H3!ISbF(%f z-k=XDhJIi7ZDvs~VB#}Ft48TRx^lYA*zq`ddpsV-V5~HG%fQK9eAz3`t46gK@V$6( zQ}clqW#W)LkKi+wJW>fTDw%73$;Ul2y$xcqRsCXPG)neux`y9uIXC=XkGldxX74}q z3xJZ&AC&&+nv!G_u?)Q{s#yOda`a2<_mZdsAz!MIdi|%3o!%*hLhk~OFL{?XqQi*> z@kw#)I#5B%Wz4iF|Cws?AN4Kg5WJsj{d!SdBtn*$6-)-gnSG9qIs9Y5u|;$&efm8s zzwPoEu${f+@9AJu*MejF6=dg^sc1$F1RsDzYAOc538$VfYnoxA6SPMXm+z@y6CJUZ zm~thvz+hzEymkYCJ@o+Ye6HSfTgf=#j4$zovM~E9fiFYk=T1divA5JE^t;-iN!Paa zr82Hkt<2$QCd3aOb&iRrxnJ|^j*F)!|G*hfk=sWVHEn_*5Qt=VclS-1NlJ3=lPoH? zo&SL67Z-=2s;U~8@q`nT)5|TWKlU~R^vBW->aE8O=gU{UU-t+)rzYxh zEPt!ZN9Hr09aO?awb@_%h;g7z;fWQ|sJ#=e@O4%I>9lIT2RORc(zI{54qtY(u%520 zo|;URG%pCD7O)q6Db3umtpiWF$AYWnhd&t5lD;CY@-#1%Q~@L9aBYl;VgBe_O5(hJ zqKu$4PEjRTd(d0SE~H0&TH!+vBU-LXbk!FMy$(V+JGwO=Ds`LqmP3iq7< zfmN?BIfpemZG0jo*n{(~Q>FMj%57^Vm>NC)qwIS#K(D`B%`yMDKRv$|K9fXyll)b= zoh>x`>i{FEJG@~)$~(ulwy`=B#Jt2gcYJQUkAT$f6O7_&9;jk6%Q)cC`GoN;9QO0X zkuPXAK|ti0bjMznCK`-_+uL8{*xWx6?fH@hjJC%+2=@6nXuR`aQiI3kL%{B=!^f*K zd%9GZ;(Rs`oJiE(%j0#5HN?7S3&;rag^8)E%Mw_g0MJc5@|UEEBupF}1yxmXEiGao z9!sm8B-R{8&RZJnXwZH8Y zDW2QVK680(yB%rUkjVmA?ATEr1n$Oo+l#4RAfU8bsb&tk)nDp}wX%tc*pzACV@7T9 z%CaJ{Y=}hR2(d)d*jt97^CT7`<%Kfe2Kp#97^_9hVTK3D6euytRbu*o^&cZg)z^cpPK zSnb`lIAIv42-T-F0V@Ii5GSOdql#@bV$8^y$>MH0UP{7Q?Sb6Y?yl1T3b|Fq2!JY- zi87z`$V$qO{eFKeTY28c*M6T7c)Gp4bun6IDKh;VBe{+?D>eH86;V{_4*jz|+-E52fmK$K^HK!Idx0%IiJLD;T1h{(M~*mLwfs_b z^_1J(I=`J|AKeB#)b*ue+FEQS2Mu+IoP9&WVfZd-@eyicTCPQWGWHjHg_m6y-joz= zqv@H&v-!^14|CKZZ}7>Sh?S@lmV+xw@ufSQV2zd!L;Dm$ifnBLK8w8J#>9MfMH>D& zyx@n_TSUclQ;`}iXu%Ki+b>zu_SMp1*Ge`IJv**vPUChc8--7O!eG*ScOIas26Y02 zWv~ZXV@#aLZoJ_u{S<1|+B4VjO=qNfTH~Iysf-6CK9`K2pLla~6Su(t;YwW{`r=z> zlJk0m_D>O*N+S@hs_(^x4G@p89`9SULjK#pNZMWH5`RCGPn# z(#v+#wl$CO@GIQI^4Q`}$iw!7umRavZ5_g%UsP0-RJgotU8L9G-D$U!vu&HSnyp?;8!PuR)cTRUtdnmVW6S< zonDhBfIGu!92TRMpHSX~New!Jb#s|M+6ykc;7qhQdyZlLSKu5cy3X>2`jNkOE)#8p zLWaRQ4L5%)4Z&^jVqtQ^Uqo-|%gL%6{^8+vz@g1~`#tfS z8wTVo&-}GF#xqDO>fpfSr>N*MAx%&_AJsqoD!o3$zwTQIP_1}a+#~SoUfOW06$FMP zUcmX^{dy9qLvoZ3cNtLQ@9!!YpaJ>(Fc-)#wI6?mbx!9pM^n(vQGv~FY=0q{I1J|$ zJ#v%_^tHI1^SW4h9(n?A;at4|ngBzB+C#JoXaEIOQk|5wb*wIXc}o{d@ZIAFGGmE) zLfbnivU6we@w~-$4|Go=Mg)Ckqwl4w5fc;3&^NfBZ}?enoJ{Ikn7--5y_GIE$e81LwdI@i_9yb0ph4jNO-0d;j*BIH39E>m66O6EH@9*O|R5kU>4z zS5+B{^sgA~?nBaHO3U8COlGl0K}W}sRZ#bn5j`gbk-G~!^+E&$F$r_@^)~hjdV!j7 zmV(IKu%W5kGd5fo5h&Cg8yB0zEdIn4bC}gvlS16-C1eZE--8s$iP*vN zW?>;DyXF`eP#TTB+Mh`H^I+3s{D+~5GM;;olGM;J56w?W+Rrf9VDf=c1K-rt)XmQ3 zX;m|~jYja}?WwPF1sqwwJJC?s)!`?Qd8cYi`v>UEiEq_ zPPeKJK!6EuaCFpgo8kHaK=5yCyi)0=;R`?-Y^z4uq0)y1$dgI!4q-dPkcNqf-~Ra- zV3ha-?CsoiG}%Z0yCYOCwELzZ3QUsS@b9XoOx(9b)uttFZ8onKnUzuzpbj7o@moIv zX%s*|$2?1kLhHmrLBt7$`&HKWRxYJVZD1kkUXQafW!?3&)goFRRG}buJVre=HMMBo zZkRf?h|BE(p)zIthl@=UQ&Zd2*Ne>_&4TsGNuTcBCc*(*S?UCU-j!~k4P<2x$7hpp zdXdW&LD*lLnu5ufM~K{(ZRAZlK8W7;f?`wmggmVySr$qwEv_gi|NZTQMWYOawTO^ssiG574KlmY;ilnYR0N_D)oB6ByB{ z6y(te31Pw(Vea{vXTW+BaF_x3^u%Z04e%Se)s{&FCDV(@E{)Kc#ADNt)q}9MHI12v zqXU>`$?70)dW;I;I$!{c6iYU~C`87_$79aSTtF^fufwz#W;PzDxXBTrzCAo5^ktcw znMKFOGVjpF``q*mX0PMu`F-u}fhC=r@v`+Ad_Vi?cxiwPYrgwI)N+L~%~N}Ya@)&c zNtfBFn{3AX@m2fk#LLo*@x^^qYqJWF%GtOsZS`>a6q5LM*z#Ur1}`E%0mB;&hvEO} z`PVMS#{?NhsO8saq!QA(x+rn#_LRz?aN?wQ8HpA4_2A2ax6bxrBsVV^1sJk%8>QV4 zatFwfxsXghdobA@+y^XdTwTg`4){Uv$RlK0eW<34F>Fl8TPssS+9!w97-i5SdA&Q?CT#*AOU3 znt6ySDk2x>WqhZCzBm#ELjNZ%E68vbJ`V<+ue#!G`cV zkq-(N^?Wr_gR(GCGFvFlu?~HuTXeiG6smWfwkNC3qB8p9%@`Y<^WN1>6KJRFE$5M> zhsziDh@06w;=VlM-N$JUk_u|hq0*x91edh~97$~mP%a+RKS}9DnNZ&+m=W%cYokK> zHYwJgsix_N&hgPCD?%}Py}A}DZj;T!dw&!Bl&hFCI(40^5H26`ZHi??{zzfY_4>RP z5VkQXi`V)lOF|W2%y->&xpP=tc&|TIE02i+Bt*-Ul)`t@5&hhXPGs)Fd!sV&P&4y$ zxeDtDGUJ)&cve;tpY(hhqBvSxX9fj4@FS4jr7i=)aCAhwRbXFFH37{Cm-yYq-8bK?P0>{V_A zrF6G6kEOcO8|VkiPvSf?#+4Qq$IyPw74Q&UmOoy$*Bi!mzf9`*uxz~KDle3g0fGF23y!wEl!nau)Bol9p0Mm|!y zoffK8^n;TiTL)CJo9E|I>FB;gbDuQKP~Su0euQIXXU{1qL419Etv*&!QtHxS?9^f8 z)FgqDAbt&j^|l|j(Go>HvW?(t9Pa0#EYmrnFAMv2(deR1claZgR|a)nW(F)OUzxJw=a5O6*j~=O4!DR z@r|7Mvzuhc6EC9e>FnS(H4=EgoB93B-XM-sPrTKE8u%br56tYqeu{>?ZIpyXBd@uk zNA~-89z`Q}J0xp0|G+i=JbYP20f7BhvYGEyAtB6jqsY!hBZ87blO!M1f{8W?NkeP8 zcJ|&@2*pv&xj+2IP+Bw+u~)l2+&&YCqLTPc4tlLgFY>?;pAm~adQC!+LXpb;aRF9f zNTZ{pCf4S{4U4>;H1{^bc(MSSF}g*<6)Uje#w_Rua>D-bs)wuDH;Inj)9_&8sV?=W z3K8fK_8XkM8t?iQv5!<4R>(Kh=RD5q2dk?3aF$|hvE*^SgCsCz@v)h2;yQ1tP`J<( z?!#)L+PWO?uG@W%`?*%yJblNb5!BeIcXsMaADd$N-etw`$WKk9f=are_FNaMyi3Te z`M~8}qQ&zO+cHB;={_se!N30OWmrBLYLCz%3S2;v+Aoe1NbtHvDe0V7A*Ri1#n^oE zwr9yIGV-!TP7r9nfbqP4R(rk-z_D05Zw5hHau+!r+_Lt?^JT&!r$2sfrmF+K>WGFR zr~N8t)O@^=4q&1GG#8ip^$Up=ANgu{_1$$Yz;fIfDEJW~ccwOq9e|W12S-+(qZ)ta zH|F}smk`vcD|b-exUCKH^a=Sl{m!0()bkyb&hQ?pzeOHExLBNvvYnSy+K>CH+}b z89&6H&G`^rWrQ)AvmGxKMur+-!zo8-(K8(e*r1408!=S~6VUS_4Aq@HokGj1KyZBqpVc6RX zDarEtE@p$CC_6+qjXBlX-`PNgv~Yn7?$azonVHCt2}!&%8;{hwX9AB}dRuJ?9<&xV ztyEMjADkKYtEKZV{~0`SK)3|ki-g_d9eJr`Q<%(u?C+}BOZ0sgUgd&Q9dyrPOT z2gdGOZO7X!?ZO%sbpFJRIOPSv;7t)K8z5(#(WOp9Y z`UicVSh7AImvGt|jV4;Vy;fkBxhW5VRd3Ir)2RMzZPzZX3Y9>!&5UGbAE5UBTR#Le zqCiY_YRo9QU9jKw;)+>($1MiVTa*WdX8>jN+dUrUf4JX2^N1B z|Mz}H(*=nG_Zk6;zCsTZDgp;`ucS5`o(Ak|Dl@}aI*@R*6Rd+;dqB4yE;}#kzPJyKz#{hgbHAF*Vewn$Nk-uINrURH$n38 z?&b10yvKut7P<|rAp(dl8F6uFr;|!k<821IyM9!t-oX12Xvkw~+XvzV`dWzMGQ>WA zqL3}C_cqF;#YG|&6YSU3F5oHoM^>5di9ZQLv_GoQdYrXzoi{dQLD!S-GzaU5kWU5C zt$;rt< z0k^dRx?CL;3d2>J{A#3AY!pE8?e>58J+ipw0|vXc-tGQ!d1I5lO6{jB@|pR0{job8 z$zas3E#a0*=XIiFmVHhrYj?i;tGeQp+7qAcqKb-vH4kT<*8&7e1X&p9&WbOd$N~H? z>#NV^olo?bFv%TMXz+KJrI(8Y@^3!R>N-_U-N-ulif@4kZpK#|TA01EeO!1sm<=`U%P%v@Sd87d)( zr?A*>{jeA3n#k{%kgmz{ahbQK|I}E{{JDxdB2R3iSpmy*9qew}s1HNhDL!KTUF+#T z2Yqi!81LA2E&M-}G_O(+fQPzVhb|1`YEfrbNC^UI`&;%f;Rm;#E?^To+8L(=w zpN^O$V2YOBIb5Ik51IvbDZ|vvixid8r_Z)5y@ZA14UbxHzuC-a6d%a3cXP4v7*UReaJmx+sS9&*@rF^`3gqH`ObC z?X@ED&7K!NY+KgEQ0_M=sQi3SBc^|0^EnPFZK62q3j))f-nK9|8Y1;b`W(;V}`RarGqN%J%pROG}%qflM>)YFa@Lf$B>< zmN}Cb_tek>kB9w9b~6Yp(uoEDz1$^i9ilHrd30c<=Yv?gk_))(a5UL_!3Yn~D&1bo z$=~l_Ja6YD>2mIW5<2XReVE!4g4Zxxq@O&!Tw*UDz{doyt#==13;x&wI*8H7>(I!9 zSxSHNSwzjF>dYhe&$Ec{Kif%M?PIMq-?UQ;2oQZBv1c)?Ma!YYd<-kncoXLYLaE_C zMHqiZ8Q_DWEDSRvM|+Z&g*pGOQs!vUuUgjzZPcRwmkUtWg!%kHsnuTeD!rBqJ(bTt zEuJTF@Y+u6e0L{)RIg;2HB}X|l!$p0U;+48N;qQiY$WMTaGEPJ;m)*kZZ1gc9)1!z zxfQS2X~gn=Qq{4h5pBIUe4rD8p{J?4+5GB~apTSkqN)-Dig(Jj-cYz58}Td;HUndzF``d+ znAfFD=d*;zUG|1g6_umJI&vmHUK#nSt_SxfD}USzqoMURQ4x8*g#C1cHPB3!jPnb@ zT>)PPy}9k^QktqZ(UFNlp(~$L>l-~4VrU(&DxTaUTdcB5B9uD_gicW3y?YlP87ZZp z5TQ{Mr=KrwH!Fhs;zh`)`p*Tch>hE)SbOuBpuV-8jFe3_dZ)fh;bO~oI`;OI!NI|~ zpGMOe7jL63AAN48!w6X3`;UIUVnL-Ud;;Cwo@Fqmb@N#^3tLrQp253i zI((Vp<^D~IIbYHhCfwehC&5#y8%qS-%@gOhCUT3928=F>IzB$4s99%SloX?qExIv{ zxzX)G*1VAzh!3ZanzU_Ygx0(U#kaH;6S3dm0mBA&97Zi=abO*C*Spwg&1*>9sj8aN z6^wH}Z-YZSX)Lk+zKzJUQ^PQ|W|fhZO+~)PPnV=`Y2!CetdS%^oF-M=PZUHK zJ1XGl{@4!}#tVMr^2X)wdYJJp^hRWYh)FD<%^2SoQ-%=5QrhRani|ZFz2dIn=n)rub!uXOb1gjyO)e(HK&d9in zHOY3oVG>x%JPI0KtrhI`_dKyM^3Gb0L7fd%3Qwcxf7TaYXsqhz zLmnW+Jqd||%8qrjgwARvc(P=2k)8hf&CdCK@5_~%z=!v|avZ?v7OeG z!>GK07>h{Itn!3_`mYT8kUv!4Ee^AZC8(so#R%-RjD1mTytgmUIr zM1+1ARO7qOaRCo!#)6~mn4)%s2R!0!g5UfI>>O%AU|;ljI=9^7=XVTdVEQ&UyaU~z zfB+Jn{TE<%n2d=(EMo#$U)agQuxE%y!Jly=E3zr?UxMA&K}%z8?ZV4QZIM~dZZrSw z1IK5xC3fW#?PJ?T260%4Np_#Al+^J@x^=0w*%C2;Wv~GQuP;XSD6XI5!;%%LL2;D7 zaG>=wj1Sr|U36bx5!Wk}%hmYq#E?j)Nb~#igAnt4y4LIIIBEMyg;K2jCwXuMI!CgL zCGNwK7i%?@TfegR84%N)))+90O&hkS9ZZb;KJF`{Jbnse`trQ5VB+xIUKOwEOQQN} z7U*w-Xnd#WSoF}42H(9HI_F@UVrHwX#TKIj77yB1Qbt1~W2YmT1Pg~NvHvHDPDcR& zQLLB#PVufywua6eNaI5gfPKZo_5gk>_U)QkF@lCh>!}AHB#?B?JfJVicrfcFwK+j- zs~DgZvEfiO5J;RrHZpa2ko3B}f(UpyfG299UyNXLE}N*Gq-cIiUCC!pd+M|uPm(VI zDr|TUSUd8{2!--vD~g<+A8u4;;)0}*o|u6iGcs{s0E8Nl8?5?9DL*E^ z(r`HNt#O5d6+BcJ0ZcLb*&?&lxfP&yw^Q6Fj=UeM&hViPgMwFw|{ zPDTGNu9mQ;W+<^nOf*Z7`}mF<0`tyX(mELy0$C>?weV4;PS4mLHU77m8md6-QQA|; z=-9k75FwDb<}8BVp}aEg?^*?okN;?G?&Q-CCT7qZgXwV8`kJ9;V9)M5&1|jsH%pAZ zaYhiRReO_t>6>aLUe>N@;Wl)c%U*!e@m4sK4j9paF7d@W=l0__Zmboq34Rj49(v>| zY0hF@4b3K&=#b&A);gnGx?kL0yE(N`O0gL4g#p*t!39;S#1`#K5YBxU=7L&)Yk1yCov6lpENfC!h%-oX+UjAA{>Bizqs+ep!SE3`{D8{ zc)P;~pLlvdd%x%m&T!X2k$_RvZ=9U|uT2YWCtz!j#l_8K<1JSmIsX+G4x-ojuPfwS zTzGQx@?cKpRp~VN+n`jV1)AWa z`0JkO^UApzPk+Mgg*&0kNalR7w8JRmJ&(ZrW#oZ!2u8!!!1yy!(s&Y#!nMut#I%3z z9h|vHoeoR*Tc&a8@b7mfD)37Y?~W-tQlp7)^v)UGkA83TnGIp1`U^+FABhc z6=u}OV`()_^@CC$y03YQzi=i&7(V*Hapj{eHGUDXud1o2XYijh>y0fyA+fASlO5PF zU3PFTO5c>J?7d@G{@ks>s3=|Zg@`g+xu(d^IcKH{WY7tx z0jC!4pXYDBD`f?MkYn&q4Ue-~V_ef!$`Ps3ztKY_uSVZFFHT#NAwV8qD`RE%hv(dX zHw;lO#RAaE_&L}41TO+8@(yhh48Q5x;r*5xcXT@0xRWrckTZQBp2e9U6bdaZ1J|+7 z0jCZa05mR3qrI`gP5S3zw0I34aKUP)5*!&Dv2i+g*(Ku zG?y3`E94Z|e;|IImcbFqk9l2RU>70c*=e|&SOw)aSto`e><%%A_AVBC|0@hKcT3>= zZjytjt^N;g*|5z(i{l-d(qcYMJ-<%yXW-@ubJ%=W72F42`eyQ1;*8Rr6SMU!v=y1~ zpwETtUZP3a0vxx$RGcM1FSD>em@6HIA>^~*ytyXkkAW+;jlYCl6fFI5{2TcxE1kl} z-ZZtX=Og^B3mE}4!zqTINd0j}dfeFp-Ax4naVGy!@!+PI z&tVX6PQl?sLT3ww9n_<@-bz;Zlgg!}YaRhk`@J|3`(eru`a96%%*m56n zPh|fjVC+8q3LOjWwX_<8rq}0q;AZXs3xzmBLD=a&lVr>K@rlE5VN?b_gql7qj*)eU( zfTB!jHzzLu*ym4pW}uRK_U=II?k&f+J8KZ7WP6W@|Ic9fXG|>ls|8so$e{zisANEN z%pm}zDj%EPG;sixoPwGOXvlzOc|{1=zd%PLm+w0!A%r9DV<%vTA8l~@F6a*^=@B=s zyZFtWTxtYU#!5__JZOvD-;2#ch}HhjZT`8b z&WHc`mj9o(>f;SQ4#jp7Je*Az`ybC!uDqmA4s4w5$RpDNYX(z2m$RQ+!G-1ePbAg_ z`7%~dPW;z@Yp9IZ^*b%n29~n{65EX=?%G1z4?g_C@jq8*9oOwFcMMtY0xD#%0gi7< zfd5azJp-<%whDMWz`@N83E&acK1>$q;*X)_EqT+}_A@hwl8}(z)~LY&W@M&b%%w!f z!20voPn1;*FfMQoij+&A4=B$5Mnf+qc1sMbaepdND=RCvF2KRTy{(m6fp*(}LZ1^2R+=m&=~a4WTi(-CP5EBm5S@x`@*A@skz>Uj0(+bBU`_;?bW7M+FwNiKeWoY?~TgZ%Yyl_?>s~>HD9HpG4B|S(} zPGj0`Zm#Ko3=~O=KjLr$;nwwYMdO*nj{YvR2}hf zN4A63y$1%oj?k{yXn{(<)7e&@yG6Iwoha9yfijP}9xih))NdS21mcU>Z!ci{tc1L;9q0S0&2179{IipqMMht3K&p8amMCf6JhE)L z6_18dsc9M|013vA)s1t9&+W}VgKOWs5bU5OQhwy8y&qNAvp9Qy({Har2UL1qS_2(3 zWqMxUB&Hs8+Pnn;G_BL%9<0{Wa_=lywd%gn^4q{+uIsc5&muu4^;`_p=S zbQEj8J^H)Ao-)e)o-G6x?68x=rA7hAb@)99TZ-#L&}t+V2q~tzon&XT%9fuSR=QFB z(IolafsA_`rcG0iDrCdXO0Vz8?34q`xo5^HStQ1}C$Vw!=8kabeBKTB$D8Zl=3Qe% z2UN1;>U6>2+M5}rt+g4OTeG7aY^AJ_~U5!Lzu5W4@tHF>FBk7Uq$)!!z#KGXV zG#nz-_+-HH6UDpMq(GI5^B z(~ArID|Uk>{B%CM#3BDg4L`M5ACNj}))Ov(&)PV(PZ*#3Dn))!bQ&I5Uti~7;~f9v zs2*RlL-vi+6wzWR6&$WP&W#xvexaMoo>?sKD**(zuL=}Np#GdN=b{27sq@?gGcM=8 zNr`T-P`XhUB2{Pz)AHwKpDiDa`-a2(DwfH4=UbL_qWrFZ#`v!ozNbAmN-CnyNb$D3 zeow8$0%z3VPiJe4$n?l5k1=kaS&StR2Kd=;#l2C14_zK-){|F!L?dJa)`saDFT8rW z_RS5qU0^EU08kP`W@vYkojH$!GSvq!2OF?HOBH7PPFJllL^QS$`!Mr6F^gZu*5z3x zNJ>h|zj^aoO)WnD*32(s>Mp9gy9$&r7GXaMtduW*PT!=QIOq_6%@mKb%ab#8bZ-D- zaM^~G@+)!CJz2FpwxpsYl)Zhwe(+;Ii{D#YmY*>cF`^$ox{Gt+?p+2X#`zfaMbQX+ z>HA<2t9dtN_A3PSYAZ?q4ld!xnN%fG=fa!c=CcM~9|cjaUdq4o7-W4Vp-c!0OE7jY z#-u;?lO`*H@8Z-n0(b}%HN-E)F8OzlR4HwF0-v(dqS4;*k^xHO5PunN^+WDNGb(c% zTpb>o7aIMbqG!{bcHmc4{`$D|S`)SB2Vlgmnw&^C<#A^Ec6&ZTeF7dl(DUPFqg>7> zvR#-`j`5=uQGX{XiF*)q)zm(D0A@P73GAj-gEnV3S7@^?#3?UEoC@CWZW5yQ{(bn5 zA51QvKj;4ZIkT0zu%P?=8H{0vgoNBoLY`>7#RhU95J((&R{A}tmN?*kSPj17V&lXy zpu=lw9xf_k2$RYI`W-pahr?rIB{P2_;v~F%4zkTJVdPI>fH{;yC=eM%UDHSswPe%& zSeTu`;9oi}u>+YezPRmsB-UE;Af5CjDdu-g6>E51ZU6l+G-5SqapEl%3%a? zHyH@#_7VzZt43t__hJc(lQ=$?^+b%L2DVK+JoP5;{VA80l5dVQVPaVxv(oEKNg6+@ zQ-eL*<;%{lI#})4b7yy_5{!w4e>HC@@sacf?JeWweIx>)lEEr#Wefy9_~e|Pd>U^}_kHZ2Q=2VWYUfEhRtnmJzylw+_uYE0tc_6%qc$n<8dS zG&5cjG z{)K;LQGyy`)O>XgmjdN$H};jhwGtfzqaQ@M*1)ibiwipV`XGDo=TEJvS(^_$BxBR&@hu#st+&$8TGELi zlV;>ssCu!cfFKlI5d7b`Taa$dLt=LY7M%Pu#VS+XtKOVXYCxw^p?CQ8C;;M(v4_+~ zkU)S-5*t5u5`aZO3|GyGj6qT{AdnPI>hNIH7}^j00)usgblDt-UAi!6c~!bzg{FeZ5XT2i;?jcFK|4kx{d7-K@A4qrpd9zKfoVsdf-qwg*Rn=V5*HCdUPm`&lw>QVDUx;|E z@t+QMBS77D!@x)2*-8-`8H^QDR8*98TGt2H(dV5DPRr6VG73M~3qVBx*!%YO^mKs2 z>s3054ZU~!3ye|-K_8oO=~Xg1K-JmM+)P79C(F@eW$Ppn9m}m+anX?TawO2nOiU2X zGNYu#)arQbb;Yr?jxxF859@IYUZac5pVy#JC2LOSmKI=o`p_>3UnK5BTGdeOf;OP6 z3!!uwt!j*oZK6}&OeMwp`8jSJywXlS!ZBBvqQ9*7Y)z8V3O+prQtUJi#Jz)25Q{V< zgu2Q`IUHQ(s_yz@lFRx{rQV=D(NZEPD&Q$9Bn@k_H17JVj47YJz2Kt!-uIumO5my8 zV~_FukVSAmu=9kUG=?=wsEhPmzk|78OfIn#gkk6!>jUC{n88|(? zXcN|JL)&%5J3i+6w)W>pY_nJmH0-86+T1Pi+qS7Rgs@qEkt#QmBCK1mx{~qZ#3J}d z*)j6(-Dp_##q@b&Ki__)oqe82R0rA?{GmHk(o}4Kl+y#Qb=_Q|uvzEwwbV^jY(xZ% z*5T$c3>W~L1I?~@4rINa?UalR+eJz)nxpg0O|vjg1%zQSSbwm#M!HXhxZC(vmQ)-X zIy!!JXy}jCsVUl)a>G%h3s8|smQ15=;n}gXv&(5{B+=eoDP;&$jryb*QciA*74NE+ zv=gxt-j_lGhA>Zk84J2DQ(S4wk)~&TEmeD)SLEl@q@O3nUrn-OLUO>^vR!BjFWkiM zNxbD{(e~@FT3UIa)POT0#aS}X4Jur5F$#(sF%~|wwx(iC9o(1KkxT;fMTf6Y${5&Ks zj#2_y0$FJWOFU{G-NC;zTkf?fP17)eyePt`6;EzyDf;2zVJe>;3I0rOAzpiA*SOC1 z_vAf(L?a_3!21tt&AhD^)0fc6LRB~*F)2wHbffF1nn3Hn2jNkb7REmktHkRt&UZ>f zKqZz$qQ`q1TDyg131)Yhsif`?M!=0yk&W#`7|$b{_oRFx31Jx7 zz9xJ3FF%Jr>9UFO@z_eK9Ur!LVKZc?9hv~*8bPZ%Dl021{||q~1zfcdVf?33QG@MC z6w1xM2uMN)qB;^Ne450msbMz~{li0%(?KHLF>=i9OP86au~aPBBhdT#aZjBf1FEf} z#-Dp_@|xP(!m)3pz)_PuyB{)2_RHRgG+-9e9KPDd2P+XVcC^2b)@q0a%9H|E&cWrf z%%puU!p%nl(AJC1CYCdy_S4%*MrZh8ZqM_vPIu4`{>?XRM38qm?OYZ*Dlt~<2uRQc zE0Dy|uv$`Q-5~*jD({X-Nw9{IlM-Jy-gcSRG;Uw(-=i~}KAl;!GTH3YjzhOLcMU5l z&K$xjT=$kM0rA>h;SUE~DEDueOYG3O8E>z`L;(2Op71z&C^0CdpLG%Oc^`^Ce>CT1 z(}c+lxuwlNBs?DaFBjnZGG(5(Zv1Aq(eY;8^$17K{m$uZQd=ta7g*N|`=KJqh+%mA zZL`iPQr;rMUG|esF8W(eRSAm{bp7^c${xC23uUUIeFo3e{=QlvnS7%2eR2L3!m=VlSVy+R z&D~v>3DwTt9&VXfKG4rNX2;iU%a=DiXHIbmK~{*N_lH({ovzC`kX^5RufYB39d{f7 zsw>}b7-(oohiDa|j*gCC!UBwCCX(mH&ReBXl`|OsZ0cN_Qc$h+Ziu9%;wL1ha7B$(lC@LukKks{L~n%x!0+$_LFgx9Ny2+0|jc{i5hV#l{ z#!1AtvwOFSyb|Aj`2{mZHpUn>x%Pfz^4+V}jPkG=S)3+_SVi~T{@>72$n2*oPEv+i z18X0z7Gue9#Q+Dlmleyr8V-krI^#-2?2O_ErIn}ke`QJigt`GhNLcvvuzuBKD3uc| zRuioT_oJyvcOVefAIyFOhj|&6zmco%#be4(qw*(zS)5@LCS9lEMU65pJd?L+O&|;J zLEJcL5I!mdD$`;6Qvwqt;L-UCM%EAzufhUJZHj9^$4PV`AmQd#KU`7cl%rle1SEqj zZqUKl+1Yu|BPzU0I!?7x6Q}g`q7Ykm==Onm`6LFmOY1_c;PV^)g&%;+N&lN~A?x7# z^!#4d<0zNwN8t6hA_IZC-=Ew5fnpY&^P-_4XoSH=L>5On5`fs>X)pAXkupf0qo7yfp{JU#3j9Sv2`i5}YvJeqgbOmx$he!IYk|)zQpe z&!82u4<2zuGt3EPrHg{D;K;Sd?<6u`Sl>_&_orR@gi3SV9P#S0g`kTzP+sVgBG`TH zV0O;G&meggEJjdHjv6vv9)7g8?n>jeIjMncIf{3Sh_tUOL_@bVb5sj{Mt{{D#c7ev zIWg59kJRY8E!U|D)sKBEK$L~C($}6sL#6Z)k8rUdWMG%{iG9}y`S_84FJ*8~qA~Xg zFXDQik%t0>WvFd7pDn#%?nak|UOmkOUX)lq7~4IGEt!CjN>Fg#0+j*)KX#J(cfuxX z>UZ6qF)3(CIhhrKs?Sb|;U292Yau~C^oP3(nM#cTpMjMP7DyLM!29v`eTOQiHUoZx zdoh9ebZZS)ejo|jtHY<8fq+{8pe$qhLoq@kvvVqh;s?dshZCZL>mwyek8-pYlP_a0 zSSgaMR78^aVCpWfbJHv?W-vW4Ui=a8D+lbwKy?^TgBBL!hs8f}vuKG0E-bL|JP3y< ztfgSQ5pf?S%YXj-IjiWQ-SxBT`210DMhjZu_s9$&BPOd9cAx$IjqunVb&a}#?I#t; z=nmLR8#Gk>On;vudUdi!Z@`4F*w9$Awzb8k6yZ$w^d!3LJCc=~r(TQ=)tTbIvQr7DUMjH#idC0yK0ezGdG-7& zePhg=yp`is4t1(3o9EM0uaWb*kQyAZ%KD>vMW9@Q*O%s;6YEW_Pm*met`$yS=gVIv zSMx^D_V&Z=+s8&B!`IRM?DfAdW!pPc65H~AvxVUy2A0&eL5#nZB z3oTC*2YSIzpDl3C{MCH-Zl5kHJTDW#^v!Qr>yJ~x@reX@e#5gc@8WlycEef2)?{$>+r)W|IC4x+diA4uk|xA1TZN0 zzDF!* z&Z-|q*1k4Ww*T3IcqENTo6eUSe&s7f3Z(*5JxokYuyJq#_V%okQ&P}~)xeSs@~WzG zVChd15)y~}d5Oo}eHWpg-d-v?x;~-9gTOJiFTO@43@R^Y`@o5*yQ3#^*z#rzUE+=+dqbsa^=lM3 z2*j@EuR}5}wD*h4$}rT4)vmt(XyJGU2FTIRD^J_xMQK_KT2Xk3Hn|{Vz45Slb*ch| zsTw>REbcAr>LVAv;!Z)O)4cfTS2_(`Wo;I53*B(CC8tYcOEqg@IVEVaNhsD>SUQ(J z2jzkw1!Yw`yi%kZY~#3Gq7^4x>$F4*p~R&UV0cjnQ<;YMa4JNsjNG)I z=KUp<4a)~=<6!_k%Q2;3|LTe~Zo0~qT{1X2owRkmyJlO!rLKW~*DA^J>XK(-VrrY(zYNO4hw|6)iTT-W5mMm zjS~A_S$R@_3Xy5exyuV(`|iDvq7k(1IpyZ&CbwpT^L@9`+V^g{%kle%oXa=GVMzE! zS&5HmR*z|lBVg!9s?bD-BbK2}>^F=Ac((M2E%1*GW?u`|2sZdNyj0^4cJIbc*?r@Q zGEIa^;cGC%iiw%oE;gT-Q4UNqcs>K{d16pL95B=C4Nh&Q7nKB5yY~4ntbb&AY7K7%go#5@&%f{5ad8 zHx0}F-t4!G#fJUw7_KLi4MuQO>(pA|#8L_)hNwq?6K@WpCYWHuV!=(osvCSWJox>l zb8_j6h1g}tdvPHlk`Es~Fo4((h#tPx(?c`RNQ!wfHoC5ED`gf)eL+TVCiHFCBEQ!p zKrugXp2hD9FY^wUg2Go%TYJ`S3O#Y3P)@E$lS$fE8*LFp`G~-ZsQZ^Wmlb&`Xd)B933)_q6j@r$Va4jnLk42ZY>7%!5{OIV$0fO{dE zJw9g|A0C%v^NvdtznVlW1&vpF(?7<~9?aINx4erc7VteF^3P&nh?dobIbAvf)%LUkwk_Lk-D>-UwYqMKhm)ov_o$1zLt-MoH zgT&U8fjz)~LjXiB+~L#+Ukth-tZ4PFq7mL>UJVMOmQN8{w%t65rCyYF4Op&DR|xLc zveQIXj5^`*VbV*)G5#X#D<|OkU{$K#)dxkSfKDQSaSEwfRDCN13n^w6Ilo#4cnRd} z&A24fR}EksOy{pYZRjkONQU3z!-IDxJgh%jnF3J?{ANbtiZ`skxcH33%3U$yANnnt zlVxkNWp#f?W?aXMDsh}rRp*a&a2onaIhk- zodqsclza%0dhP|yT?M=*2VZ>mhr&1+#cIuzGJ6@uEd6?`!GR#VDb>^jK}QU+&>2%o z0^NXwr#(P4gEumqTQjr?_1k;#IEW)#X)uAE&u_UBf7HB@f|oo-!Ja#JKD`?lz3+Gr zWBRCF`7lZS`cJ`BW_zs6t%9n193?y=_g;-P{W8CK-fUgH+s4)5Vb_c6 zFrv)sFc0{GX)j#s%#lDI#BL)$v;2*)o6ES~2bU$^S8Clk<0EPgn%nfc2p_)iG_v&x zM?ZnkIJ$Q>-Y&-(bB`bz-xL4JO&l?|?0e$lux8A8rBOJ4a8wvFZyOxmrI<^^-0=); zR~s6bs9(pp-l8&SU`3~t^$i&35Z=eMhtv>CR*xgWMsP=Cc^zm=IrEP2NzL7?c5Hy{ zG;9PH5RosHv^B=E<4XhW<>$>A*@CGI7qitq+~odVx|OV7wCWT5y-%~_WIaxxIUlgB zF@*QeO3mn*Z=t9;JivL5**!<;9?#6cGo?S{q3^VwWh{ZBF&vK7heJt8nf}h6vHVxC z6aE`*Z9-XZj#z!~ArInj?#r1 z%%EYH!2T)?DJmw;siaUWnnf+8Qc^k(29zZ5ByrY9`)3rczh?E!%4ZRTu_Qm z>SJcUc3?^jqEu%(x?G7G6vLLH~`k;G!Yyrl+@1i%e_EM?dA8YgMOfHiRkjna?kS<&J=y@Ob~t1pWElI)a=f-4qqi)DQO8r;Z&$ z!*ME-wP~uc3!7sEG&}3&#?vZAH8&sqo z5QAWR$_939!Hn3cy{vE7JX(y7X4dFGmDzk6c@6TN1@&V%Im;=nz9Mim+@-Y;8z&re zy)R|=RbJ4tI9O)OZ=(^)?v{&dT=CAf^(@W8Q;kT%<$G#vOz4B0{eV&mh`_5G7{qjS zNx6HTF(-f{0WmW(6GS4=si~=NHq5ABz63zB0B90Ozj+fi29}bs=N3J7T0`H@&{GY3 zrWd8e-7U)vSPc^c60cvwS!<;@Jwu!zE)D~X?Dze)?iy=cVfykbrwyd2O#N6_Ypm=zDd-IZ-#dsvw!gM z?bIl~i7dKQO%XPK*tPa{d0{A5D`w<1?Ja5X%!3MYJj87m{1zM%0<%^Vzn8_dA+-|w z%0*G%&aTXMwf*me+CTs|I5f1&bbh<~#roFe@B3-? z#J80G#$w8f>0xgvm1$pLL3{pV+tP5@(jJMQGbBug=k{qB&&iXXf1HxT8=R{35O7`B z6EuUl;B#5gan17Lvf=S~evxtC#@b$s@ujBs`zc%_ppKkQ@^cHO( z4XmJLm(U%Y_y#iV50Vz6OHx4tTA|Mt6J_zJZzKXDEMl?UGn!C&_z6V#g71`Oqr^H$ zMOj%{8wCC`M1J*&{UOJkqh*C`H%i?0Lgu$ve{a8w8Z%Gge#r|Gr&CVy=TkEN=#5WI z1m@KrZBL8?Zc@6Q6Ust`cYC6Vw>EykWYP6MudxlLuI?Y?3J-!k@;W3T!T6pvCuk8 zUci;n@ZHdJTl`P{+W=~MVE_LEYp(2no&|TZ(FL1xG`LxTmuYx?Y(3#71M+`B_W$cJ zP$2qv`vTkHubA$BLOp(>zWDdOL-ijTD*cBt1U2TwBJ+B_Ar4Fz93K$rmw{~f?*T8U zEIANiz%sPlo`}vvYL_r;Ci0pUk2HHfg8PS}|MST4m~vZ40GX)g6r+xSc1c@}i9?;( z2DHX)>s0y6E(MsjrF>ocaWYvwJ48M0XEL?CWO6mKA~SV#E(aUAxh#3e+wsOcH~ewO zRGfX-p`yGX1Tw-4!wasLzbb#Ry<|n+Uo{kR08qzpMgoi&o>=gIouJH&k@W6$oBm8|Lx$yNv$GP4% z8hpq(y~Ho6S0bkJ)EJ)?aoNGXf6tRDEnSXvXC_gGc1M4^S5h%HJ`R&N9-dgb^obJw z^-K))^zRXrGnhZSbsNs=5$eUkU^dzHA9ijx zpS_I-F_OOy;x$}{&y3Px8gvl?g;W&F2Q2=qM+pCGt;9ezL?8L*7Ih{#mjfM63fapv zj+e;Ty)E#XGn*6a0FY-R*9*KOEVufFGKgniJRqoN$>NZv2D;{f8Gc4{{4_jR@TqMT zoaWgTuI?)GhT(}XPnkFTjrKjw?AH2wR#z!O-){ax1$W3b<9S*%`ls8Rh}qLfcm7Zi z4XC1v7Y3VA@*3>}tPI%HU|K~$m(+~6P>GfsxiKG&kdUt0BN$u0I*q8Vrs$WlI=8G| zT!ox>c1k#K&^kKG3%R21jhIT~DF)kbQR*qV2pPn!dObIeR!MLDM+n+g8>y`i3EXv6 zp?eFAs3n_JhWIQ1(=@zZ-D559d%4dJmVwyg%hI5V{z{*_szOz- z)Qn=<7yKtkS-9y?6^$Gbdc!~_=79QQ^zZ2t#pa$kk2x0~rC{XxI$~{#CRKd_VsS!3 zP=R0RDVJA97Ym^@q|aFE{d~X6(6TA62}lPd1S`2O_(zT^yaKW{nI!%Cw!h;ZQ9@iL zp|t)SbW`!JdC1diBuZ1Dw-g(TS*ll$xnCK3@+kM#ag;03t&-^Whx|@=*IP2Nu;^lF z03#;k^;N8jtify1$nNdOaSZsHKTM-?P*$DqqWpJ#|Ilo4Cs7mDM{#mT_o#hN#i7 zS5;5sNGU0dGpe4h?%X{{Dgywi@ZX`QN^i=|kJ@zL) z9bdLHw9!;mDU6{LyL}ZvCJTlTAkd+WEe&OF!k8Nx9Nt#tzoK{e^FZ9Pckaa(s?BO& zy=A6abvhgwngVv8jF(rl_Jv3l--#)g^%O&GEtflo4OMLF0`er8(~KF83O5@Yrn$L! z>f%zg5MT=9J@HY@1C3IEJ9}uWTxfM?=Lik&BxcaeY5e^1QbtFI*mrsR+zo)js`H6 z>2>e)qil6;n^kAgujzjDVt@R!G}*QX+wNTIA#cdy6XDaw9?^Hey+yW7PggAPZt}q!rhs{G80f!3# zihg>901t4w%8>#;Y-39|DCAO?yhTqe+(L_oRSQC)V zumu@N6?CQp*0#!agI56Ki=A;F)NJ;#+0V1ztMpsk6L<%1=uV%wZz`>DEr#XgK(V2C zZyC6rWxg5UN;kzjWjYh>;{BcnCE^-_BW>h!|LMU4${=mcQ)J^n!g^8i8N7g+m*n|i zk^L%bxY*w)^R~JA&kQqc)-sYGaDYlvsv-^~p(8*|?R{`vlx~&%p_+HqkT$kxnvb+S zXfpIcqiI!}^NX=>r;jCEYi*QY-gwLutHd00$^v zgsrW+R36QRjOW2qg=*);V2G64Vp!5x4LFFV{PBaiZ)WNzYOc=Px1DJmt`2DuQ|_GK zKyn54OmtaAMHs39of4Q8=9PCJGE>Ok;V}Zjnm4opMAiboSA+Y2?FQ#z`cJk}k};T< z4Jd4JyQBVNYVg6KSJt=~nh(IeIChF}wog5Z|gy*T&n^fF{*jNX%q6xzi;@pC7!?ITI;+9=e>1 z;uSE)^Hxi%Z^cE39Q+4p<0)Bz3ubKh)q3ALNsdr3&o^y_4QoUr;R@th&DsLw{9VEx9!$&k=U?#9v2 zO~9D?`$}UNu%MQHELc7(0Q;3YI8$+oeq;r?vmp7Scjy~8)fYvOMP{Iwc=OWJhuWiw zhf=TY#wg`5dmLE$FBgFO(_PB%4OXKE_AItxxr;k#L%485h`biDb*0y_@6^sE&{XZS zGfL7*(R_W>&-5DO_-;wyS&HwjmQydS5p4QothzXTJo1g3jyRQ!3?q=01#BLMJ?mii z7Tq>LF_$!r|NR$?&>^3E*~q#*=VTLvxgLVV0Y=-O8}-@1g@Pq=z&ddKNVpO3;My3- zsHjr%U|s|+3dmo|R=cRu^Q6q_`wDV0B(+Iyt{JG+Y@DUeD^6nBy1aiAz&O(PbrA_7ew9X@fq~ zzNZ5Gw&?nm_oO$RC|Fo>uCBb`+ODj+i{|m!IOKGUN*2Oj@fY0L+utZF%h=kMMh(72 zH@4b-1dC6AGDOYGJDsnMYjg*SDl*pbud7mL;exid=R&Tw#4jOt{x#c4gJx3h?gCxi z-8$W2Boe(lTz$dP)5Qn^7#t)>F;NuV^ivNx4#RYw?PXO7%l-8@UDNh9w($G}KL%Ub zlW}SoHKg`NGJ3p@pDF(}EM3im>qy_2jZX~581nI8x zzWnaJ>#cYHd}poUoS8Fc&TwYWj?ez=y#-w?RZ@#i3%twDy@_w;$e;ks=-T?b{KX23 z_n3p`>!*h%kIQzquW+-3vWe1$mk5LI_+>Od>~0h`L!yEK;B0nwEbohbqdGS2A0Z>+ zH^2wG!Iw4wbDbhD;8XQ!rnhy0pArn_6xK>aE3jR7+)vilmF?(0y;zXTqY7dSzkx1T)$&k%6ctgINL zqN1?K$wyOJr_o+AGCtWzLo7xh6m>ziPm!~R7o%IV;u$70uc_loW*2=z#}&M2&f3x3 zbl3})uz8zak!R1LfM}Gr9$B2q)N9+elnGeO^@o_Oi+;D$>P6+{ZbXe#N#av(>+|- ziC=SbdB^KYx+XNWqK3Tlr79RW#5hL+v-9WD?CMn`*_ zJx@Jm-431eXRPLjDKeC1H~d6%bk0O)J#ueqNR{Pqqs)Vnl9H-Spn76eXwI?W`A$4` z7f-ug_or5C?CQ>_4~g_}5Gzr}Gr#d@yBm*%&DX0J42_vN^Wx%{$5@{-dz%Y06?|w$ z+n9VtU~k<^UwZE|<7Oqkk(87iw`8Z(C@`+hzSy4+{`QS7K6cK?wAko3h`<-HdA+baF(3}_ zABLuxMXV1bHBY9(Vk2iUbi5F_5TKJa*PGL-SNH>ef1zZ9K5XK%TEh$@?!@*5*I4T` zDy(0ns1w?4cmdIAwTHlhB`j`S?+~R7zI!Ej;~|{ z<$_)j_O=7R;ZHZ;xd-D39G~lXI%(8&BvoxkluI_xWM3QJG^(#d+NbeslAqn=3d)i> z{~3W)WL{-^%Wq%zFd6PHqnE+d9tif1P{6=+Kr{hc9%1ZJ0ueU$-)L+O8p=e$G?lL) zb$L}xyknheSf|lp!)xNA_B?;mJcI$>Gm=XBgRHJKQ?7}*_{w-x{KN5c(4(FC{re_1 z4u=msUnGgx@p!F~ST%pHJH0|*SV)Caz>;nQP04gC3iB!m39T;1ahiX<^OJ{m_rNta zqP7s?qlr2okj&z&Y9OlpFg3ogFlaTAsTC~Y;!-0|3JCJ;aDF7>4E~Jf-{9tMLZ-&A zQIz2vQppd}1^$p;ez&ymqEMJKuE%@2t4clR{%eXwGw;1F<|MZ^lZ3E3k;@Da7=yR9sJw z^jEq5;>PLK_^j2>{?XAe;DpP_AX<9?Zb@}~b#=AGE%osS$t2T1oTu*mB-vB51&Ek4 z-?WWDfG4-1xbPHMGLmN*O52S%9=+S=?&dx~hFOu~ z$S>Wrf@OZI3(DN{vFzFkhqUW&w@+*odB35*I&9>Jl^^lIG&A5{se4&~R^gEvgLW&8 zu1qm9G|yS}<|?3@uFlYBz@w;g-FxSjmS4^Nkz`Li5_k)raB!i3k@Dh+J=MI~Jc$(u zD!o?En+-Nch7(sa?hN2^Tsnsy)R%lEdHSAtaVaHL*#)29R}ue{x?ND~H&mwvQfzE&fK}O;7>fS* zxKv$HbZk<$2=4Q=kzQi8GeWBBY{IZW4MsEI0>TP%Cc3V_?DdZCtg)s-hCg+HTja^J za^muj|3ZCAD{UmIGe`|sGGq{oN_u$-K3e*?vhs2n@H&osIaKOaOjgR4>L8U5^HK5M zvji>z&%ho;+MDH`rw+SnDBsy^Ui}I69p5|uD2L2y&v+vbGzZ`%=b6NUAKP@@a#J*r55x}sNVr4uZ+`Tl)bQ&*Q)_n_q?G1dcOctE)I zI2q`pGD^2U4pGHHi!PG>b8YXzB$Pidd*+^MPU#tRP)H;RKO&jSw4!PrWAbqjg&?%`eR$^m!HM(xt2&oWRQJb&zMwX z+a?uH7bDcBfyxCt5qZU^)Mupuv2_z>UD9SrKK?@v-!j3m!_pgw1vDHdC+8yq{m3#V zA|e9kNDs%aNbd!|`Xeh<68@h2&AI#jTn8}|c(W8mX(Stf3Bbh=FPZt#cak#}3JUr^ zi3{@L*$HH;IPmQ7JDaSV%S1*TDgF^_J9KU8WVRuRvqo3maBQ)PK0O>1-_BN6>?Z&{ zj}+5*s|cE(J!ftYdio4R^Hm?FzQH}6B;d7OKqycf_zOQ8efYRf{B`a-gZRcUFAZV+ z{`~wGRBCxfij+Vkaf>G?X=zdLl?gb3iEmEIcRX*4^;_Au(XULj@KbL`J+*h*0l81@nA+on%L$M56ZVhs2>jKnB6cl;%s5++NHP zC+ZOKg%1cqg7Qk&yhdJ~RzH7uffNK|5-JE5REjkS`Q9fFT+c)^@UH0Sf(+QjyRTkdnl`_iv3XQ zCn6I^8ksv99p`;;FI7=7p$Qm3`mC1qzRUIINba}c6n_1>QZ{y3wBHBxH!FbtO+%si zIyCR((#r0#{J8Jv+nrYT7KxvHc1xfI7Ak1vlC%0P&4VZB;p~^nkC#(FiZyu%0b9;|c_O zTK68I*g7e3WfaZ-vGYOEhg-Ajow%(bAgEKl6|X115kH=X?RKY2I{o|;;B%SrcSuhm zLlB>S3lH@~;HkH*VNf} zcUf#s3z#9G6$K7(jw&t2$ZPM=cXXaFlcDa!xcO`g?PC<<-jZ&6Vz1TTb*hHavI<-hn=d3!zCMqHnwT!Wx$ z2?o?3wA?n=k0PgkaWi^(i=ZpS zIz){y^A|luAq=I~Eq$NVUesG0PCWULb^5KK!P2t8fzA9>8*GG}K+IgB&WWMP2Gz&x zCzN-P#Sh>A=N~dk8&QC@)nWZ;*qr#RzaOanM1YP?lcW$y&{)tG1c&dZF2oJ9(OwUj zU}sx)9sKSrubn3t%@T`0-5%R`FnGZ3Hj+k)H@gCW(p;TA1%Oi``Y8PGqWWelvC;s-;QxJ?B{nXJ{VDJhY z=6l|5(vZRTuKhIM)$Q`@T!S;ckgN|&SUQ<+D%y%}Y=MNjVc_1=@u;X{1zx33iYd7L zU5jL_1iEa?H{7Djy0QCQ^e8;xHzgJ1d^u^Y+^1OA2z5CJ!>{lB^n}@(&JnUu9azNi!H@?s`TRC#YFf7*E znv6VG9{({NNK7RnlI6Foej5Iz4bEXe=H%?|K{A#F@FR(pT!i#<>_NFkP|}LyM)o&? zOA2_sM3sKd_EvT*8uN9`$YCndMyn~=ZXr@H7>|PQ2|lUT=1m4Oi_0A4EAIOIP>im? zyuSHk74bQLxqH_MZ`OrnnRI_mL_wG@XEvzu?prQ|?Ph;yeN>_bNlZ_bJ6Hz>%^rs8 zqsC8!F8Qxax0w*Xp3XPzL27EBpln@4yx;LXzq9(jK73(&AOOCn&$C?T&b6Elk>3v;r-)m@qqfzs-1T#j*F$?Yyd)r;T7-`xRe-WbfDh?Oxe_7fn<(|oFENO?C?)UC^4cS1OBXju{A*jz?r_-gB)>q&PDfUx#%|9Y8!peM24kT7#0RmBTZlE!kl z?gwRRNvECr*~;sFRXhT|?3R4g2D_4KgNo**A3+Y9DT|yO;SD9G7{HH}i;W5K_rb%U z;HR}jh*>-8DxCjGi{{#ExKvY!a`XdABR7VLY4mi!N=6tkf(a1dxR@ayS);`lA3 zcf)~#K9jq!7xeIY=N`O?a)DG-of!jDY)E{BKryowKEr43vTDCvteD`3RY)ktWLg`Zs_jM;8_bUtI~Q~!1A zql}qXAHSTX(L3GM=_08@pO7{lk#FmHuy@8>~cTqOcRMZS2R z>H6me{++_%x0}zPzZ$>X+PetNeDhFlUVbC>`W@@3?ZWmbj%?X;5HlHShURT00y=#Z zK9d&w)?y7v!M6rGf$(Bp`c`RzIUh_PsW&w}E*|SqcedBb+>TwAUs7OpfAhnM$UfQd zKS@>iLIWZd5PJ{lkefj5k25C#)RaJT_f70l20($|6jC~^Sgk!{v@P^xEn|j$kmE|b zCji527JH$UE4GX3C@IPF30gHoZ++shB2j1#N7;|+@Odg4lYK)hOGb%JboJ!vX2Yz8 zsk{Y|-fw^Nj=R_Z2^Xs(d-pFe0AH=z*4b2K8gD++F`t>7oV3l7%vo(Y#C^q>^n;+9 z`!rHFu8*Y)6x0FS^gTx&!&$R8F#*-NrL(1df}iqpa=%UNyFbSQ`?ax${vp?w%ka?E z#a{f!pF7%6yZYNyMnl8I}s zU*uRi0Wpp06UbxTxSbmEm^~KtlsVZ_pmNE}%LDT|CO29^S!peT&s7os&gj;Khn~Si z#z?4}4dZAQ(^H5+@D>eFfGNT7Dq33FpfexG@bU}3OP9tW3nu-@(V)=>jVJyGgwS{{ z7@y~+Wix5F;j592wmQ{g^4jSWSCiWtGfjal?D=qU^p6HA@G$~RA>5GR)F8YA~Wr#YVt?Aa| z5|75fLDR^YEpV~QBwX`No8>Oi%(oQf;CY|4zfEZqlH&4EkIcrS*ofKR=vC)wFzOF3 zgDQtdSMKwdFDDckNN?ojtH7Fzi%Wg}?@4BcoVnbnZfYrX0I2uHO#0yY319$-=Gf&! z>s0!B@mUEUNCx)aObk5Q$`_s571gHI?Tqo0+xjoJWR~3m0NMvxudlQeA0H zn^_bRY|s_j9R}(!BQ(G@9-#&U9)Te(wy5>-6j{6VpRh_zt zRdxzNONWSc+a;^$pQht~voM(yM=CH;PSs=8J0|WUjf@a^)z<)nM*U0W`T2C}gd=aVEo&qU zQ~CLx@lm#4iT_bGC@AkaC}yonJp=am@61>D-A022B?rPLFaA)$J#;d-nVTv_WI8}qh0 zWnV6n4woAKtkhLkWIf#LNv4fCn><&`iq>Q8i$uj0T9zFQ^~Dr*@)P`~AsUCWs3$*4 zZzJFSd9d%e|9bcR#H9+cJN0V~z- zKymPu^v#>sCz|_*i@CVk!IOT$&-f7SY^XciFYmx;&hG#OZ1A)ed|colq-{yQ_Gd#5 zm-&Ax7bP}wI8bwl0KokSg;a==h8A4UT}K6S_`^5f4+<__r$+6_($l=gjRWG5zrHKE zY(faT=5{KWqPu8$$B3H1K4X809U7dS`1eqcJxwkT%<(_p^_ z4{G<*87muK2%|@%BA$^oTdwFHH>Jo~QQ@2;?yK}-LvjJ`Lu5PG!dGbqYbk%lXuuJ+ z)cyM~u0@SGzfietKl>fSFZxf#A}@Wj&h>SwB&oVib3-_&9k5l!ef;l6ekJ zECK`$g^)9vvA9>%+`L448ln5Z3zC1GEGZkh6g!+9^}b(=P-s7kLbYugK5^A-_|VtW zOPNF3h3Kd_k#RF&PeyD!Z0uB%*smPHb${5(ZQp!qqfUz_CF8ya+w@cQ+koFA%x!j( z-2)$Sx?*sX4mY#3)tuenvWw&Ac-ZooY`(j@!}_j2iub`T$UFw%K#7*s~4`{xZo*K1&$I6U%D8i81h zeYJugMXM}xqNST#@SIBZu1R9a@doMM6z&f=b}j#S-C%LkzWGObT+0nG8il(*vJr&5 z7%Ac6CMxVjW#}ObLtm#6{t;hhIW#R$Y)P?vqcH+b|6ZoL?0ol+`W{`b$cU zSxnEF%{hg`x77$JenlvI-a5$N?6pm7`K@K0dkEpNT`UU9=sp2_`X7hgm9dt!hdq!? znXk$Y)0E9`dgrYtk6I$5m3 zp!gR(L#eNKt(XmG1urQR9=b>`E*G?_pKXPej&$>+)TGg4dF3tc_=y63vRf0`k5R<716q$IaurTC9ym9CQr4E@dJbe1 z%|5$2DaIr(5qRsFl8W`>!YrAfchQBJe#Amdhq_;NozKku>;X!g{Zr##^ z4wr*oFP6>-2|u8H>QfA@;KU&KUKV62BP(0Ig*!eIU0k>k5>)OoyK)atwf>tBhkyVH zHoCuYb>#svYZvQm?Cc+B5mz($DM(}5+r^>sf_mVFf+|~3eT3VLmSBu={NTNkIKR$< z8zwI&*Png&0N+l~#8xkS(R)4hUfG3~e_=n(4!04FjfN(erHu*1BRjEQ*33*zk-v|H znv1GV?QLlsCTHofToQ(C>Tn2_C-F<`HJIW(*k?r~T053j^d$RXoDBr1wQ&V4ak1e7 z&kz(-uGlPMWGIFIM#3=KQjmDqU7~sP5)a_Rv!`~CMr!|o5qV$+WWB|Ey6M9hto@)X>~?&*#YBe_N4z5uov;J0|t1 zff?y1x}}coAp?9DG|1vYU9K{uysqfg|8N0Xu1YH|%a7l$AZwMrxk3tSAIlP7vko3H zh9EEoP~yipfUxw?;_uyk`T)+h-?kxyxWg&6vJL=O?BoW$n0(tfaVE=p zP|;h0lnZ3H{j<1=Zk7!z&tGQtdYvZZF|a-_M+yU}=DkY+{anBexWz$=C^P!~)KGHkRSg;iE#$^j3Ve zyd~Uv%7c$R7@}=jBthl-Z`AKl0~g}X=o`V3{{8w#4&qJ>)r749)wt~|K`M`?({%4i zq{iMrNJ30 zOo#|BJs{o$&RF3O`{Ztjvz^t`8n`Gl2R^v}L33{o4hou!R&MRfln1Wd?aSLDaXWY6*vB%Cj6RpC1gi-<{x*5E_g*abO$_L=k+xY-)0o^TFe zcxSAf4C(rX%NJxd*yOcgmb~}H_t`t|4O)V>s^i|^2yvpmmKZ@kgIBQawE6|0ImfZm zV&APN-lJzhF-?jL_x1c1MESr)Te$>C-usEdg@aV=!(ObM8t^@TXC%^eSLX2x{x^?p>&JsufKk~jF3l>3wwT1#m zpNLgRNLR%d+`gc`N2)-rYQ7FA?qp%lADTZtLY0C5SO@DiY^8H^S`0~V0B!hlT@o_= z!^eK8JyIYPVaM(-0DOP;Z6AN=AD=zR|Fi2sEVOcVaTD$kp=X=!)7|dNTw~Yc?5S|J z_;T|IZZ$F9&2=$LR~>$OI(xlASfck{W_G)GwS1R65sL%u;@Y6%M$=YYHE|ozc0JA} zWRErfypg#dMgEkT8HY~7D-KGj{RbR7+5&!wcqhDmu)&$HG=c}sBXayK5Q@Dos80=g z-pyi+*T8l0Byk`1;9RyUFLMVJ z9d9Zsy4Nr0alJtXJvFo6m3ZshTCN;aun#FmU%VrU+rQ;H00O{wf8X@ZWK`cDp=!~A zj&HWdCO3V+l~u~VdY;|(BD($M@+KUF;lk#;|B_@_mz&p>vblgPJRZ-RWv?r-Y7KoO zv}8&>GKFs>E0ep02T`vqvsbE!A6Q+CslNk+Vq46&H&Nfb42w=5t~e}+z&6vXXxW6U zF@L(VnJ>xc6ry@qzS);fy1NV7mCvUklTp-M#R0aWjw_DQTc<@0e*rj2u4KaQIr&awF0T zTyI=|In#Pa)Es5k#(%gfU#asOsQ((={^yFu-}nv&yiryT2MtOw$c2$j1?#Q>RbNCz ze|(?D9iUG*I5=~Dc#y-G7Zl%l1*ec!|VZOilM{@7 z%bT+TYe|Tu&7W{)**VuVDB`a;YYY|<1u?j9I7f?d{daf@R<9tR%ir!06e|M{>M?)F zo+cMBS|on@^vP~96q(mf3ibH>JoJ49(yC2}7lSjwMyv0^Qp4Qmqrj`c7vMmIOvG1g zu6v5l9Q?MXA2l{n^l(htm@DH27sK>&n zMfO0JB6YxN{1Bkbsc2|)TV2*<}YCL z$Ik;g2E6{FAJpqvS4HY&rL&UDH`{jBlSn{X&VwXXXuSdkEVE8FkKYX*`oLX!65wc{ zWYo3;CRzqw=$zDKumMMi5{x9+-{88WF!EYt{jYuh?_Vd|aSKpD@V_7VY;uS~5IDd8 z=aH~SG7$i3R{qxm@Bee-wKm6%nDQqk3fjl>abo#Tk;H$Un&v>hZ8b^@x*PMXP}JL; zhsVW-g30NgG8Gh30N{s>aEd9cBTnMKPduL_rH_Kz^@bQ~KlW@QRPIydk}HeszIdG` zLO!cmPd5d&Ccj=ZPaGaraD#y!3iJP#Hm)WQUp{XgbEMS!cXt-9#Pxdqdff8;{M=|? z74!T64n<`r`tL4~HE~gVUfFAem3o!HrBt-#~%JO+x!)a(fA4Lo1v~k-5Y8G}{8f zS-l@iGhujJrd|CFHDFTR4OgW0wElhkKUq?dOm(&@WI;CY6G&Gvy7d42xI2^L$Sb|$ z+^W;9!0>o(Sx7%xNlEYBP&t@N_cv`F^KOdgFMq+%?bm5Up;oOf8}}cuUJml#sg0v z6cA!0j=V~V;E9>J|1I%k7on5gg$u5Wy(ijgc%>c(Hk z6(Eh6_6k)JnY6o@EkUk-w@2*Q>L~u+<;n4R6>jiEH`bGMnBoKv2aE=mAWn#=^3peQ zfZA;If?e$XRXU8-uKOA(V5RM9W&a*rHr&g73OmG6aNVkWZ{3P`5`4k}?vXI1$|9xB z&FMr3<|ESM#kvm-?(83bcT*N$(zZb_gg)i;?uX#;1iw9&W-EAo0B&cp%^n@gyu))Z z^IW^N*0@+0bpw z!&sv9a0m`|R5E5_e`wz`Lgo0D911L~Zc#gH>%hA6hWM6ZUzTpFQ8E9G~S%iRHla-3 z*O;tKxqHr7xqLMQgsYD6@d%Z-$Qb7P*ba9+*KOF_Vt=MkUL1BLDx9sX4~+La?Chb} zA9>97Tz+(=i4+8NnNqlnnT$rgzJh`2Yx4*Kr$dRuXNTsviSrTBU#+mdpGgH|k=p)y zKFwE4WiE|(cQ09Kf52+qNs!n-fE0HsihnF% zrmCwMkL=2Sn`r0nd`?1`_9>_#L^*0_no`>EP`Ha z%G7l;FDU1d0rwX2jds*_x&8b3{`x~E28JTgVKvHWHoFf~8pdey0?Hj`A}I;=xGx!} zc#<6@#2Xw~SW4fjSQNRqg;iY)4;qg4V7mFX#$UVO9IG;9ADwqadWs?QKG&dtMwc&X zO1Lgc7LlQj^WPg05u{PS>wGzioW=I~kmPI?3s$#9Z@ciGKn0aF|AoXOBO^DIhDR%$D>t_iZm4t3c3VcdqtBmU)N+} z5@NKVjN6a4mjeEM-%&+I+XNV~Ar+BBreza{*~1SHq0`&F37o#HQDQ?|W)HXLua1vH zUL~I_;VGmEqj<-Y?TyKwrA%bSn8Et7u=4#$|x2Z@8(GL%MB{2gimh5yoDp@q?D+46#ZM%0w;n9y7m)|*+f^7rBa6rk6Q z(a(89c5b7EQSBgbufSpjVADSRS8EtgAYLTEDTcyIV`&qtWk2=*q#3A`Lw|vT2ubu} zx_{)t%rsRK&1jb=eVHXV65i0ng#u}45MvSJgh2jJ31y<%#rPoO zO!ryk2MGc~l;j93+P`V3Mizuo4EY31;zC+xB^cN_f-VCNcFM z>;VocB${0L#Qxm?h%Hb|LUoGifN-~~@i7at{H65eArRM}uIKQN2IsrH{E-(4L2JXL z)}tg7NZC&VzDK~kYBFxfmXkMX`qT;OuJmGOY=k7KYkE{v?HOIC^mR1Ds{PO z^N&J)l+RzxIB(kW^AQS_34YXl`h+6^M4#|wk|B^#kZa=iI3j%VB&gA>2N`7q5(I13 zqOqUfAPBizHRg+*2tk?KV)qFvRAx7Nj|W^j3>9iNDPilWhGiVBAg#e-oY3Xq@GiPKyX? zh(`;7iVc*o@1!WthhBzYi678NRdTkQW&O4bmxd1Cru)_ePZZctMZ<2}&8~on(K-AP%QRmZaaH_LsD;TDkiUz$yVI#cM_&b)zWDx8V~;_I z8{Htq*cQ=w0vepqvE3Z7hltZ92J-J4wg(tNC0%gql!h;GV$On4I8G=~LK5V}NfF+K z!=u5o8v@(gZ_3FY(uUQ2?fyq5#owx4MQZyhGO=|22^4Qjjs#r|i81Mut4nQyjia+E z{5b~Za>_S)R(pTveG}=F#BKFkh8_a{HmU1su9)pBq_-0rYZ4QP0%-+8oGh{;=&M-A z(V$bmHKndBiURcy4x&Exnyxe-Nv&PZY!Pca?~ z;?&FmN0ZfAPLbaI^aFTl3N|4^%bwe0%Zf!m11WH=ZkX-$2hqY%dU&#S8bA{}!~+u- zmiBOz^WHBXq=|Bass^-K*7vr@QdQQl6OPWEmCC9HC?l{X6)DtZg?#Ssa?n&I*7o|A zKT|PY-CTD~PhbGqx3@{5OGc^9?g~kndCTrvL!(863N-deuM7iTYfzd2H)3cf0a!~` zBtw1|);T>92lmq%H(D17%U7mP+|8ka0#4nwSFVpYa6wy=*r~#2k56Dt|3VoPU1G8@ z(K9lS{yrdpGKM0nf7w#t3)am+`r%!<^YWS@SGgtHGJ8(ZwRE2kcRnk}u_D-iV0_{= z6wn*3l-DiZY&sY{CT*O(3{01)6G z>oAXQ)aQMDi%X1eMpI08K03(Jj`sgoGvY^T-GRrv}G3{De;^kR*^G_JB^!KqFNvaYosNTB6Ol z=9cCK4h-4ZS8tGbF)~hwCtzFN$2EV*V7dO@AId(VH*-6hFHMs zJo=XT*IC?-PvWxp2h54#+CyHeAC;8Kegtk}zs?Om#s=N=ubFCECtNy32{k89)RWVM z&*?E6^h(B)-6(UdzTR!;zvumr*gt(rJbpbY1GNM99_%rkDyfH<>tB#uzro4pOrD1S zsxQCNXC|Lxyy_driDN6c!K9bIFd#al3P*FaEeZ{_^i7`pDnQfexQL2c#OYB; z<*zcxf|vioY;^w8Ec!dLyYB1PDC|A1Vs0)XabO2#P>@siEO5-Ejdp10Yh!m!b5dKT zrl!2b07W&ay#9JN2P^BLsAlkhxR+#0l^Jn^J}dn9lB1_mTDTFZN@s<|d1U75NY+mj zmw3aERB?KFvWCrZOA1x4Iswd`b7U6Jlcv~jY1R49iD-F_GxqK>7ruE^>U$1K9TL(L zXt2cEVc1}eJ7<`#5arKaUtzjz(Q}^M$%PSpN1{}Z87ph+4h!T?9104b={YEt4)y2H z*wS5yUp|{Vm7%$)qO(G(>nNoMbW?xcadv*gSi8>%oE=+RmY`kdm!V_@vFKOK?L?sJ zLTbl@RCp)Ds_5~4(_P%*e!q}T0gJEw`OIk)?A{)kVcDKhv;xBi$0Zf^K%>!oOJz0t zL}O$*DwruRdqO(rs@f)`a3wqrSI9HN-`!XFlr2P*;MH5Iza^*>j>hzNbjv8&)(>#v zr?=SKWwoTHSG+7NOO{M5Q2tcQHTbbLVGwNhXd#FeF4tMJrPY zL!^}3MJnkD`;H1v-TC>W9OSY$HD%x%IpqTdV^p6?>M|zfw&uX8{xzKDsg*pScoH7m zZd@x^ZGXmbV$bLxF4Oeu~&Jxg6E|i#O);&>Brrc9Ibm z(HdreVNn-`Br>a3S*5O^;n8X6XCrZs2Yp~~SRDQib3cZJb4x)(WwwUmN6#yweqWd8 z;vk>_M&O*gz=+rGaM;>2#|Qle)vdPL@=P8NhNsupqsuZGGP0w66hCe){l5WM-g>Ye zMp`5~YnU^yjHjHU2KKq1bl>jGD@*}#aiq6`#)hVLeC5d42WJ` z#x{r%*QC_bcfF*iFSK>M_6fW2QY%G82O*mcO!z|gQ&Q4Qnez1d$+a)1rSNXaj8(U7 zq%l{H+rNd-n5KiyW}3^y`DzPz=!?DfV3ElTLfQT7A-Zxe2H#$kcb0v*%(f0!7Q;PH z4zIQXS2545JEd=^Wc6N+jPnq_}}$e zb7}?vlrXA<}}5AvdD_b)>MG?jmwt6+XBn7@n&12w3RE^&%}Di}@PU2b4R0xwjU? z!v1?VFu&|*Tu6C(SPne@>*+%jJK?C>=QVKb#2GD>rm)myi;a>oM7*zq{(fQ~3k?z$ z{gYq4$bd=P9aiSF%pX@b@F3rXWnYkG{A?{P;An z))r9}u^;XUHxU3;>m&}~1NhVbAW^bw|1;dj0NQzarmn;MY1k_yD*pEHOJ>5RU~$$Y zYDqFgNvL`Ru7DF64L*jDJfi$c0b@WCzTkJK)gy~o~xv0BOnLxaYb?PN^Sh-f9nmRK-HsNZtTTJraN8HDJ1J6CL@18>>(_FsH)BShASwn1Fd=~%wh(@lq_(4h6 zxhBlYI7$WBf`*cNRhqa%#La-}6tAr&OziUOUXks<7(N1>Cw0KFV*IJ|yCf$eF)_Hb zlsUfQ+;hJ!AGEk;Yd(^!lUdV@Fp6k;u*mWa>rvmTP7xg{WbR3h-FSUWQ%F?4CLQlQ zOCgu%AV>#&cXD!Sj0H(b#8?T2(}DY+4XK}%aIqZT=Ug^j3ud*XEg95R&}ke8_oX~~ z{TfoZluv^`Q?Y8xLRjS31H{rSG8Tv!2Iy7F!?%Gc^|lx}6?+4#oN0{693Z)O7;^;1E87pgHxCUE?|8%wy0TS>iD- zU@Z1Sd2IR1G$PY?hNkFLoJ zA27t|A!+1{btRWRWKWS^mqm2h^Fk8Yu-a9B^V4VvTH*j2#9zA#I!^l{sxrLDnCH3= zH-fN&YI#ZG*o52pN!Wx8xD?1Dd6BX;t~<@$pHs;dV5I9i#iX2fF)t6XLD}<$LEK9O zeoikHc#%@k>ClwpWab-)Yiet|?C9I2m(BF+HQpl?e-0d>d$m*~x4Eq;{_P^TLLmsF zglq&6*IozIDmdkhh(R?xBq~$J!3PQIF>V`*`MHf4Ay{%Ra4hIZ1xMr%k&iH?*ShEl z|MjNH>D7oK3L=GI@$bLWE9H{B?0-pjuu+v?^BobmQ_}Sm?Q#%SdPRAlBwcu0mKce} z=P1}7vR=z8LmtZn)xzl>b|0@-L_csPULQz>5DQHo<ihEHMp&!O01wK{=@Fp;5bP~C z(IUOA`KPbSR1a{0fS%eFl`5vU<3=n6+^bsqmAHyppU69;IJB#gO5aIy^T}v^riqCx zfaWgC-wUf2R&)U1FCir*68K<^$;#M&9eh4jV=saNg^zGDTpz!fyxg#J0EkYlMcE)~ z|G)rMwC1SAk9TJJ9Jj@%p1!d;3;O$Z?gH-M!xE5o_Y}lxF?1{*E z5-m3z-K%?M$Fg_=>Pt3`Lz_f3XEWj{)(obo~Nhzj7T zJ2rklxsU7R=(~3OBo*LX_cGuZ; z{tp+x!2k|pN0eMrT}^GBa|>7n8v$YiN4*aZ=ZAf{&!IQQEut{66&VdJNR8;xE|itA z1dGDFeDSST;{TmmdHC{XKQ!)$T=?niRJMw?C@0$@yo)A#EG{!oGAL++v(6lmVU)h`uq34z)2R^Ffg+u&-QTF5%LMd*nXQ(FfboqH((h^$B4=@ zGV<{XWhGc*eH-a1Tu@N(#P}*{+84TKP`jb!)78bH>f5--h(+$yps>R6WpSRF<@D-W zsyIMwN{^-D^TIxQzf<#HmwThs3#9qcTS1xGi(F{*((^duPV~H^;#ARhr?X8{tVc|{ zRaVy4^2z%p{UGLTLB67q^Z*-ET=-_Y^NIB}-x~>??58#A%)0nkRm{|RanC4&Ig#VI z1o>GvFe0)yPNpV^+MW|(nPC$VNFyLhj7P!$Kt>Lw43)fOv7P#CH*kIL=xuj6GI^ef zx7KV>(JHC*>DKeW^V6r>UFXb=AHov?U(QBwk)s)zvu8rQjzBWEZOK#ymj9x;`YMZc z3s>IqmD*5`M1);cM*&d-Uv@7h)QrtaEIBHZve3`N8^1)^?`>H8$|5#5PD8*r~mW10tYEJfs-=9rkZ?;5!(zMjGM z?l(10B1M&1?rV*6<=Z!BNV~lR+*yZNWRWuhurI)>h4(+kdwd zygvH{rbME$5r!$7(SRj}A8p_wN`BEQxi7Gn_dRLs!J*peS}h<;?99u5&T22m5ex8D z^9GbwEo*6{DFSW;k0m#6buWre;2hqIzEz(J5pO{hBNzES87>DQuR0))-&l2{;z28> z2c{=*Xc(vNksq$M9P_{ZAoqj&t)n<^luG8tEfjDQJwm>rDjy9RQzdfVa5VL1P+Yb_%36NmLnr1W)F`)$5Ve_BnQ zhY!xj_edB)sbY}cm(77g`cehjm%&IhzFNe+rZIn=#PUV&Z{+2di&{B2C9Rt8AEKCx z4<}okx8=7mXR^t1wtlG!!zwXw)>!%m;lMnsz2{$c8;%>MQr!)UFeQsWmTnAV8@XNFxS zG&jFLNKPGD-Pe6u;};D-T2ZYQ7U_4p^FSfwhKSVfULhe*i&~eyi+~`g;nPW$pegjk zRdAY*yM1MrAl3~jmH9ay`B-4y12wnX_8UUi*A%H}u`)ENL z^|mmXxh*O1ld7S|Awz2X<PQXC#k@?C%8YY_ESsGEZz z4k5RF2A5fbH)RFxqcvut#f;N%Km}wM)mv#k z{91y?n;x?Omj|R_54^%(Ez7%iQ?ssoFnDv}sJy1SC!xl;H*uS7RCGjAeM*17wEiEq z-U2MD@LL}pIwU0}1f;u5kXBH-r4b}V1Qd{FXaz)&?vMs)ld0U)gu(^XIJkn@?eSBA4E? zZd$y4-+O(@YXAJ~ZQjb?Qf=qbo;eFBVbyt5``jEA zO&PYe6E$&JG{3pMf0XpmS@K+Kz+Ec_$ji45jGi3wXC;_&sQ4OA`BiquX>#F+HJ?u~Q)@XM5zZW!Kw2bQxt*66+MVHghl?%U7L!*Vq5V*_LOy=RUyUWFh|KH(tn ziybG4`w@X0uWFxI3MfBTYPz2G)lqCKOWsa*6GttHWgkkr@aGI24+o3iM~p8qd-pnB z%D)al%ge$0w}q`onbg%cMywD_-@9!uA}Ur*hVxgo_A~BG?!YXhDVMY@ol`NuSvd8_ z#b;b12=yLDdq{;di7}C9|A&>Sr;Odc_vXE1c zr(2^#@_dt@A!=#ps*Fi(g{&?_F2)v8W~N%nu=R;pm46s)`})S5zM_$oQ8lF$d%a1r zwmwvV9}Pnd4x{`oM|%@_OLjU8OhLh?uds!zNHbE6lZH^`E#F-gM}QDw{*CjJSry^X*a*BUFQVz=q<-RrMPELc$#Ggp4}WsNWWgYYoz_|j$iy0)%$ zA0oFi4~$78zV_Zm#_KaUISA?5Dco_!Ff^ zj1aBqaD=jRYcRw_Tg2VEZc8yo*4_HksfCDpuEX^qZfR@4lhPiUzpr@V{2U~P^&YG! zh1;_PdjAiLDB2g#%uuwxHO>rfgst_!Ee(7wNG-rfSM%&E1mb(ug{s_bq3=hPHaa5( z7kcBa*>K#xdV|c=^gQ49>PGButJvGOw>cLV@-1CB$X1&Dlp=rPOmHNb&+SvWV=Q^$ z)6;v|6ZYA}$IA6g z5k(nbkOZYhmX+7IYBK)(3#V$(Ig@o$r#ZQpW8&f=kTK>hdHeR2hs3yJT^Bh`#C7kp zcmu=Sh8$AmBke+*nDnN$`pk_#^q=wZ0)rvHBB@^CWMc)k<|CS`e^I`t35qT(X~Pn- zIsW5j6F$%qQM44On~oz3=AZJh}7z_Ir#Y=pQ(v89Umhi zP2a#ZSEK`#QokQx1$}~WB=t;i(Rn$uKs+x->hw!xz7zHos->W3&p=$Af({)6o~C|( z+;U^?(@*;i!zw?)*U8>J_RpP5WaBBfCoR?2{T;2rsVWen#Ur~n=sKNOnAp~^o+Nee zxxc?m@1eRK&Df##&2ymtat)<(eV#7<_fJTADBLa0;;|$u++JqK4S7tAtK@Iaw|0H5 z%Yzfy)`FiUR)T^u&J^~>LFE`rO1Vhy)3EV&y|pj0E6{vU$(Awxf;|HYQBdg0i^#L~ zs6=7ljys4v$hFco)8~BP97RZ|_K^uQ+a6ur2RYt5bS@JbN*V{uZ=(hJVN!aj@O#7S6fwH01gwyR{?i8k=?(7Y$8I zIRM{;7tG3}03|~WclV?bEtX1>%*20}p2(nqnzdj%5qH~a$fEBfz^G=e7 z3O>jc0Gm~1IlL(D`w`tc!y|zyIQdRQaCk5G_T$=akulPkfH%+ifuH?IU3+r<$1uB` zNCFL|afrns56j+-lTP#49GE2i8){<4VU^>k%~6GFpK1Tl@)~$8Se_1LgzmRt)(Tjv zKc3(fBU!S-NO^LJwgr;VUzXDNhBI#zhwiS~t{WM)BXeQy?(V z^OrRVFR1d(wE#9U%w5R=tis;WJ^;+O`8`O`3rm&4}#yG^ms&q*;P4cU`M5a z;q#M97E)sth0-Ev!69#=oeTL%*OyGG4~QOG96+;7TtFP)fn@9KX#55YZtmA?{XkSkxKh!~Q$dCCg(`~JE}jL%PR zggzM$xMq_AM)vDALMpV8IirayDye=Ug&6yqF8p}xvWFAW78*D(8N)b5&BDMdG2z1<_|QgZ;Tqq zX;r~U!hGH*(ldWvGliLc5#~hjG5U`tkdY%-9l!ItfY5J?6$Gt4V5XRblM^p8)8|>q zziVUxe=}1QC2uj+%y(EOlkVKoQ=o09F=A`y{}I#q;G?1LyN*D8Li?AfjO?_`=dn(u zafu;SA$%U(ynF%hDY=wZtlpye#J=B9ob#z2%P$cL!|cxI{vW6?W)k~4gYb+L2O@iM z!KnSxNIQH=W9A{A5ht*uVLW0**)nXh>ahDiliFAnxJ5g}q(rHb3}KZb?HsJXaRg== z4KNOW>2<^l5_}@gYJVv!%Lda(i4lzlUj6sVD$?TOfkBCC;>s9IMjCEwTNGBJwD8x% zWqgxWyd-$irFn$8AC9&U+(c1LXn2e4U@I#hjV;<{dmbdhflvR4a%6ljSio|hMadZu zgFOZU2L0Cj>ed;M$Fk{<^(PV(KYrfYigb~nVh2x)p&OQ`-ap2Cn( zf<;Bp+|1-tDh+KXVas0_)u0+GEJOG6Gsgar7KlQ?*47I-GVB=JH(x~6)z!hafV@1J zfb75#13ZP#A|Ja(IbY9R@v8Zwoq#sXaLvz=7?^0rQ2|_U%hm+5F(>zZmmL#8u=(9BFg!23I|8=2!>-}!C?PDEV#`(s=mih`wb^%6r{``7_>&0Fjgb| zN6#2g!gW&d;}@m+-PTiD}Ft5#C-U$vIg<_Q)tCxMKY%;3;q z@_xGq=j!O|(=fDW4}QVf9zA$sKIs^_V^@ebrL2MRETW1&c{f80GU_?xdrFM!ws6!h z%NVm$?nvIaII<-1mW<~#N+wSeg@%hqh{0%}pr4qK4b~pQLb2S+BhSW|d2|*%gZcU* zeRGL9eONRvE)~j`0vA8Fn$%u;dQ9vE$E2oy>H4JU`OvPO%vr$zf1scG>wWf`Pkd-+ zY=OlmoXj!cjSE6P_!PFwC6@2nzbn zmjNwAzD_~S<#sMR6R#FpP1vA{>#2R(o`mQh9kdg=CR)z;NL5}gD3)A89inEl4*jC` zeuYEb=~}($NXM&hYr@_=aD1-Kgv(S^!lk^}b{`kgeajuFr*GIPPorfpFzSl|X`+Xa zj@MZ@gO+*e(Bt^O(!DgmMQOeD#!w1aBKp6ZG}2+Hh*4Rl$_08{Jc4#-v9BzUp35+^FxfI41^dqu7O80d+l989pGp69gI1a&cD{%&2B;p3T(R{Fi%WR?}wT( zGVN%MV0avm?T>)+K%(>Ta0e7*DG+?XFe?7Grk|Uix95htn&eGH5I}o`tnV8X-2ZcL z=a$0Ab2C3bxf+^Sk^){Sb10MnM$|M@xD^MEbN7?1?TpCW17~U(8}OxSk|YIIO&0X| zgL61|xedD+qt(^jA_)TLldNwhc-4pbx$i!J5ch6S0z(x4Ez1uz{YAU{ zmBg*<*0j&qO0QzQ?>VPvez;#~OkTH~UGOL9FA2sM?J9gfYdxMIMFMldfLOAd)$KqA zm-BXFiMpO_YVJ`xA2cFJ4;=O$Y*NwK$AN(Dj6I5d)3$dW`(VV2{a<=HS`4^xoX>Vc z6@7#$b}_0JbV3s-64X+mN6ApV%HKa?;Vg4F0l=KvZEJ)k5?!y3@zTTSn|SpneL=0_ zyrTiQhTzPKAgZWxK?f^s1i$7t&j|c5ksduGO7bU1YNNJ9qYpQ}27~g;3#>XgF>uj? zruyEyiKlI?0Jr`Hd~Pq8{4Oephf@9--Nx6<{(JuZjSK{Q-1oodCmMSm*Ab$q3gys$ z{*QfzzgF6Y?NAVh~7#Ds+k4?nOnNKj(i(#nIb3tr_;ip~Vx_7QOx! z5e<{&ZVsn|s;aDU0}bepxPBJjj(I3ef_Nj-llg|`@W52yEIV#2uCr-{3Mx4g*bSb zIIxw*matv+-6DTXueT`$L-2gRmJ0NM5wq%BPCb_lc3xFxivI?!A1>rhU@(qNU10u zSuXNjjBlx_`;%`uS@NiKbmKrs`P!j<9H07+>!Fo=7u&UtTP)&|=@KmWZdwP}^nC&=4roAw#v6F0=F#Ff( zSZv4-^4R!z7X8c}d`&q+PxL!DmG`Gy1@Z1=gU1^@b4~eu%%~`J+}+LSYwr_N_s14j z4nG+`;+$iDWRR0XWE>sObQ$Od$AC8Waw;zcxVXx2iSLE}uFQ9ja#G9}iKG#`FM}nXky2 zCv(?jrm*%Z_SGA|zsxshPjg!y+a+-=4fS2o^9&)Zd#+lfe zPpsMnt5EASA94;rmGDKa%c8#cz($p4hkctv!zZa(ZH_G=?Ole>T`jIAy;Cz$@~uoSV-bWyw^QlKV3sF z{KQFN57mgXGKS70Wko;Ujf;bWgU2rKN|#Mq3}X8GRSHy39(rAky{uW4RbfbEyU6-J zMBjI)PSxu$nZL_Ct134(BFQtJpLt46DYeXULrm8Vj2a&M@?nwK)2C01e*EbE@<6!K zVTS8JjfU7X(m%WJ&E^EYXWqXK!`{e}<-c8+qUP@X@*o(LV5dvEV%L6T0=mrByHD z=Eij+FdKi1_PPfIHiOW!v*mopCSGn>^TZg^4CI`RO+uQ<&o^Bc9>dmN8lIs_1+#k{ zX*ET7CuWWJR@a%4475dOiZ<%PK|#K9xE;yw*6|{_;_ncMPtp9lTyG~93Hte~u&-HdavLn*d0_vD;cfN8@erMuh8rqDF}%WnxXeIKtCENW zb3g4mO2Ga?lVVdapj=+cs?3s!RbV?v}a z79S<`-i%(hBtRSfHAsHK@`mQv1_rn>t~Tfi`Hj~8Bf2Pk^nPY0vvCA%I`K<5hSh_5J$h{qdi-&wWklUJP|}O-Z_LsnqSwmSaJ>`+8o1Jp*IHP(3r~ zWZv_6pd<@ve=U@A8R9*?&+z%xW%{>|7__Db87L@7cY~_-Z}IUVskaytJ_@9W+uQsr zHucoJ#($I173{QM*qSrq115DMt#E3Aq9=6}w)AV6Px%ZMnwbq}CNpEQHY1;jb_#zy zkpH@JCd+ol0LH@`E}rc|;_kcir$fM?*Xc)roWJ}{xUpAYTPXpR8}5i|mGR`1zF*o& zs3Yu@nr7ORYh&ss>^ML0^mTt%MF*@Y;UTOI-Y7}^%Y#%>z=bpp;h`kE$@>dV6{e2G zIQj`l%~yKWOYx*3sxRNVZ6Tnd*zspi{RVN?gtA_gQc7M{b4tBa&EgX-DgL26>iF;a z`zSHr;hm$4AxDCsdz|j!Pr9VGCy|>VN=HUom z(A(fsINn7^yGLlpr^$i#K#Y8c!tP?q^kql6H9fM8_29YuxGcM(n+(t6Mz^)2BYu6^ z3~8_XIJ5RK5;N$q6JqSv(vpvZsiZ8Tq7Nh?1sfYy`t@&XE;%I|Jbkoeci;}G5RgfZ zvAexxJsY6U&!@bzKReeCDal%}Ee5JtlpT)|g;T%;N2ct%s{`p#1&hq!Nu7I#rInW6 zk!Z2s1Q%`6L&aK6!mFLN#IK_2r$zSed=lKDVm31LT$fVdeN<(*2jZN znN0|xnC z&+InS%(?r`RQfmFh37$2nvKoRM*LN74T)GGmNmcgss>wbS#K+~+f>%QTjsMO^eHB1 zXpK?zFJHd=3{FIYU_ebU;ProQvmdQ&D}v^7c{l8`#MltvgM|1Z`pwFrc?W!_nF`_K zYa;tGN41G}h_%Gik&O92QvNkj_!;uZdl--6`bE&V^+4Mi3M*8bN~s{*04TL1eXx&jxBi2v6~cYDd5 z-nE+C3g~X{I6@%5$XQ_{0-vS5_F>#L9IvmG3R4__dTNXp)!f*e*8TL*6Bl^ zqJmpp(yTQ>WyGhh2I-ee&J7DIXPLc{bfcSHlbsKoWMN<>N$d`9H}ik5ka!w&w1`+& zsAJyEE;k*5w~7PCG2>3_i0#Fn23_i`rA@!| z$cK|fNa#KU^jWL)8@3x>qdtE{g9ga@RQZB!0T77X=#OCYA;pzTozK2R-uIn*s^5=O zv52uzVufPWGs7rzTHcRtVvU>?WxU~&T$VyIzRG~YZ-%FMx&0bCxaQo%sg~E;i{7R7 z2B~7&a_kTl?8Eyn@SWmXC7C+O; zXlIC!vZ0`<;g}NV**mhY(3?<2eDxaFox6)k8MMzKmhgWx(eSLK2Luq$$E!Fq)-JOi zNzlaWQwbR_Cc-*d=yB{Iik(02)$dDYyhzuq^jj$%9i5=$WNOHFv`sZ7B}_x@G5%u{p-Vq1QF2r2Rxb(+NeAI=a)P{0@@y^bf)+?vGR=Yd(i>8XO$(1RJzvn zn}@f=;_mDAKqz}B!8OUkv#`Z8<2-c#z+*YS_gj|+^yn&h11U*t`L{igFZynXIx6#> z;|^=T3Wh#X%}idWSnnbmwH_n=UQ8{a_33JmzZ! zg6ET;9@5FQ&JV5ekEMxePq4J5*c^nepl6)L441#$98t~>9~s?-WrHUlQ(Exd=k}MA z(RQ7U??LOs;i$UN-f4C|($cE*BKkPQ6%ysIa(&x&aJ>LBWj2==D>31bvRISOAN*WU z(5iQ<@5}`;Z)KZ;9evj2E2y(FT}Dye%FFV%Wsc>y9Mi93%hTbzaC=%TC$rq|+pwRbAokNs z1vfo{^J~U#K<2O)$*!FS5_6A$0g+QsJt{1sSrX z&#OFZ@cSfDO+;z=$uHAys$H3%Z*41ubQ5+&xh`KOqbdxSBX<$j^T^vb`s$2!e(iop zBXD}|V-&R$6q!w~s=0-VqngaSJ2{(p3P=Y?15vV*GbsA|3p2ub)WTBivul|3z&FCj z1V}S_P*(1OM0n|!eiOP}d;!S@g=@0_v6Dt?@n!;TL#g=9yLYZu6e2FV7D+`p>re|h494Np~iY#&5CI<9!0z^C|P`*J!OG`>dhC$iO09iD=#!r#9 z&35~Ca~fFzpl3P?3JTBD-+lQf75~z^xz@=_`dln_xHpD#%(4?c9&&JVcj>n^1ctXt z6Y1)acM@Q~HYJ;4W{a<3ioMlk;^L)@C#MpY@_-@QjuAR^X|0;n)&3G*$WXiHSX7Pd z!LyaOy`AI~SP)!cYOUWo2}U}m1lRR{uAv;p&#(y|2EB;H%6}Rv@T||Y8eVublAcbd z59>gseNvfa2veb2JVW^rT&yosN=KFEbI&Pfw{B_-mGMFB?TbUo>cZ>X#bz#U+q^#i zEg^5$!PZMepYRK4H=qAF7VuDz$#nRWXkkF3aW)4rt}uF-%HQGl;M!)Hq_&t`s;fT{ z776Gfect{$PXl*h2V!64p8T!o`}IkPFAC9?!P|;@(0s`mCxg%aV9xFZRTJuoZAa#C zS*RB72|S8>OA~!8$Q&;vC_VC06$8Rpk%tY@awjd>(_A6f zC|4!wf=AeHBur;Vb5b*3?`hF{D@G@ijBY8a%jY;5(a2tfct$8hY7eT5I{fp5)pI;VO%PC ze&@RQozg+%G`@M}BmoQ*m^qz{FFF?1Qyrf3lk)-Bm}=V)uD1$HJ5y(cveREIbB=~5 z$h;&JOK<@&afY5BtuO$p4a&%y&YA(Y zJB;cpS7yy>XfE}Q93!&k{H|pVkY1nO#Yt#@8QcxBAc%mheQ3%a*8*x%U=jzfn4w`W zhK{#gi{Ipn*^Om}4!jOpa#994(+{pavhat$vlaia&k2q}!Rt3>S~tj@;@<`g*5y>! z^;&2ZbXHLlDc<>Tte4<6akEhq-IT0}qp9CPP7!+Z!b02qVG(jf7=_vX6Fqvl&1)+w zd0VQF)Rv@_zwK(P-b$l+0!P(JhE7^Pl)qJyNKVB1WkypILKf9241qMjyC0+C3Q^iL zxsus+5CN}ihLmloTAA1m#SwP7VN^~WWyL0HXkJ|OV6!c+{-x07bSJQF+|Dn_Z8C<9 z+auRqBoM7s;yu?uf!r(KpBE;4*Q{=6gC=sm(pnXbG64o>oWq|n82B-GY?A8{j9XCs zDP#AIP#KjEXRnZkqIcUYImxUY1Vb#fFMR^yQDZOS;T~dHGTg6{pbc<6?QCE47KVrS zOcOfUQ1*Td59eFyit1jil`c?Z;Z?w(etc}Ljr2uz;evwRM-^%!-%81XUOhntyG{5^ zk(_vBFZxzyqR>rZLetJCIypXp`KzR)g22RCm zyCcOn#aLo#2`R1V?r-O;JBIPLp)-&-Y8Aw>TU{pOl1Z>Ols-nK6)Z+i4@5nW8DN43IhuKb zsVJ$VMs@cmnu}g@@A%+Z|Hj$xc2@cNsMA*L(@^o5LLh4XdHi?NK|8HAd9>_tFE!|v zV|~i(hXw(?zkrINc2CInUa}|U8tne7;|@O~On`jO@v%!?h3-8&;jescakMT!-ix6T zubi~VMYRDLp;B9f_C|qfaz{Yjil_1`g^9>j@CGN~`q^jGEc2Jj&z`*~&^0nj(WB6R zQzam31+tgHH1}D1dLkrWy;0~N`E+;MWZ~H(aqH<$Nfhe3uc>TkX}po=&;sRY7!hcL z9JA=xO&1>Ng5UFc5{p`ky`Loc>Zx8hNl4Xm<1WVeO!Oi{vT}!zpvmI_k)yZb4+*Y8-DIsF0FltM zAdMU3IIXznBA7$IMb^%TN)*bUP(qn$XNwf@*f^fG`ALSU`zVR{?si}1)~RvWorUjm zTj``EgtOgWSRe+bM#6BIE5HQd7{-C9r0Rc~U-mCa0UbFzt!4VTi{)pYPPk+zXx5$v zf7SFHR@V2k+lEhM4Su5x#p{SIlEGjSXW&vcCa+={DbY2nDMJtwwQXM@vMTHozlcF% zIaLTdGe>1r$p(M>>M)~#p*o6j`_6t19kG4t?#>HV+(Ox1PTIxt3fP!AIg6*zYM%n! z>-m2$R-w!kc5}<5cyb^&&A!J)SJ6TX4 z{MucSGt(ZQq%$`c-sT~ucDbFkGN5XMC}5@$t_E>;F%Iau9a=R-ijILHbxWgp9bhjV z`sow1fPj`zdisRJ&se@0+bZs?#V@&980AMfFSc0g{fPDPN7)#oLVF9u&evqw*>Qkd zi{BNR$^@2^Jpz&UUdfr-ZkD5{8ELeEVSzRs{iUj-7X27zl=a)cS%=keAFo7angs#) zGF`Iv9*n=%prynNuJ8>e`{BIvZ1CPlAb}g>fc_F<=eoQ0@a;sM=>zA8=k}FbyCDpD}Bjn zF%g^5yfgkz);iy!R8zHGa!9LMZY$xItZQ9<*SYZ;Amy7Mm`?ix+@YW=H}SuY`ISnXT)mBR}OocrBK;kU{L+el~V?6ot@T z{{#e=Rwpgq+$4`-{t2NAn5G)&D;)CS;W#fd;QnF2y}P?>S+}qxGv-vM+GtR!Pl2JP zVK^e;{M~l*!ML%XLg|xV@A_j2vY(Feb?j9%heyvkg7m!Hg4pZlY#}uI9H+ZU!0&Th zh?&_st9#e4prJu@#zpO&!?4m6ZG|`xU+##DmYvx_O-T(#cp!_-&iC*4_{8)Ap6G{B z)W7JYI|)`z)PZC(@IWE$_r~~prl3AVcYUvrCm#yng$4McIor`K3Z~xPNQH-Sh$FR| zB$w6Z(h24<6rzDx=m^c-6=^|NNPILkl68|Uvc-pj@oyAQ#+WaAyqR|w&cC-D?raxH z)dAT;-6Yo&6se^-L_uk z9Ypp5rHOc3H$cuDwRa&ekTz0cAUD2CR`Z*n=JyZ#N=Km{m37-1BhsM;cpui|QR=xXPi0Gz*q!*i;tNC7V%NPZrlow*i&(HVlotvmK=1F`n^$N!F+ zf8FctSZE^yt7g43CDIt(o936A4AHe{IrTQC_y!NMNIE+^A#%p2zdVl2d+yg)Rto$O zl3`jD;=_7_q3|Aceqv@G`^+LqjFJ4oTsO!06Zs3_@^JY-0a`up8;6cZ#PK0=V+V=v zIg_Pr8O{COi@$U2Z5mp9D9V9-Z6HP(eXtk;DW20(RY9*|xu67v2AAL_h? zRXlC;va72rWvgx4S8h@W*I?&Uua<*MI}d91yRNaiYn&=F>DCVqcog}t1A1tT5gzhi z?NR>}Qk53%PJMd_+1mXMIU|r|aA~6Pi?^B3XzJ$G!g`98>w05iq^Z$LenzAdRcRKa z81M8~pK#9{Z*$p@YV7u2b-`s92#l0&$BPWgwq?p>10){OuY_ihTV6Qy=4n;CTZuTupzGeJ1qDp2R)58+|Q>uOhS~QQy+JeFm zufCrstq{8*XNFN_Y>rKK0Xi#WdZGU+2@Q{&HdMZ=kF;+3O`mX}ciNR?fX8W@ z>%@Uvi#jPrR59zU6AEczED^kT+tfrtE_**XOkH8C{NAJwS8q0=oV6{hVJ}F)ex3!h zC%Sv7t*P`scY|$_Ry~ zYQEt|LF=nzYmT6GX0$UKbdgPnv8A-d)iG!x=%iGpPv!O?7WfIzdXGoxO1j3^b>1~D z0;=%y>zu0otU?3nbBPbk9T_sAGSM@>cCCHs zeGrAP`>JtnjN}|!GQ=cglJIG}$v}=SLrup?&_RN!;QcxI;jje$0oJDaMyd#2MMtd|JwA6@kFTRoN z`vA<^6SmpcST-{&IY>z5acOinS>H*kPDa--^>U%0$)Z)tXVB}~(`dTP(+ccUvtOo( ziK4ZM7+);T@%qVz$ccw6=4M!*k3I<_4^e{5Y?jF~4I-p2Idmf5-E(%8tZPP0QD?c! z<&5CNtNQHdU1*1Xh3=kz-&aBQwO!DkX8IbQ_-DTt8j&6Ub2%_l?#XkCsz`cxmJF3c z&}qFhsGs_fgo3tA->#rWO`3-|Yv&i5`JrZpNi01N6q#1s)rppFzajxGcjyA#qvf)N zMPE0kM?-p=t0Pa+YQxlruQqG(O#(+16&@y~xp4m4`Ibx+h{=nYB$qD6GFnsNILD;} zD2(XaHX?=^T|<13`W8s*X}d~M6D%tG`AAHR1`A6Ll%>sZGeS=40hc3BF-dwLNA>&0 zm@aqb{=Of?xUSKoydD%82?hV>$tD|*{Zt{sS9_vK-``|A!Ti+)dEHtHbWI@)spzVSz-yTE6&0QogE+@i(CEp&KWFasA z3Jvl01De`?q5*h|JYsNuak&WtD)xb(pIeV#10E}Mi2+p&SsH2c)hJ%waC|JehdSZE z*BlGQi4T(+LbM^T_pZ)vUGr{$x%9%f0MxweA&U;NPd!L}Vl->f3ot#;eBuBDvb8Q~ zd1#k1qV#GX=MY<z#s&r?gh5=EWwxM2@(-GR{XK`6wGA%X{KjwXRCYTu+799 zA+i@Ik10;uu9u?YuMaB0Lf|H_Nq+>Yz5HBn7v1cPA(jYO+!v^gNul)tLFvjZF7ETB z+O3MQo+5`i#3#||oTfI^nQCd}8O#c@R^4a!+M;1eUv9v|Jg&_NVF?+m*rT5-o=+JGtIFqccgj@Z}53M z%2m?8y_<+vc_$vtMuf&vOmX7;x4qh3L*Rf1(QDI6*cgiK`%c8kUt{acC(-uRCmZ|^Fpta^ucl5ghMoOXN^{GHBCd;I0@ zYN*n%f1J-}o@!d_+->jujwY34LeHTXo*kpIp9|(DYCzIx7^Gue9KO) zQg{2gv(hi}&83~pSM-s{Wy+U4`Vul{%CF|sn;?+f)^tWaLqiE{B07$pIdO-S3kdGL zdzYMiWpA*%&t$z$S?GwG#O!97s`h=@W2*n5SqX$#?QUQ#O*VqOOGn1HM_G0+yu2E$ ze8J`PM%tu_N|?p77k6QD7YIYcxxe%0emY1r%l_-t*X;plrw9)pcrbfsmx3EqV5JZX ze1iKfd1_jkud6M+1N`4T0wWY-gSGc1Vdd|JGt4@wNsSiUUjA!LTw$)>w#?>2QPe}@ zSvMsM-vf#K99_?6%?Y$xGn;FkL-)%n*pEmp7EZl?CZmq5ix|W;seR%+hvko!N&*jx z{1BhY+9Jte{(WqmV7$5Q;cgm&klutcGwJYez72g-Or7nXH&n%3%wrH)e;$O?? z|Kh_l^hM6}w@H5umI{>b3S2Ie(q8Z6tYY$0MS3jNs$L*aw=KL9Bm(22C{nxqZE-yW z9p-KV_>d;2Kde_rKCvoUlEiR^k0-C|peR|g8Vwf@rlr~YMa{9Z5>2ej--#igwNn|a zgpVyl(VlvAf;LC`LKp>3!>#Y05GbK&u!5tYin)JpU}u-yTeCV# ze|@gL9lTGwc5dVqf6bB?Z|T`dg| zlO_QS_WZK#yTZUQndgA79`;|56q~TEMql=}Ile11m=R`Xw}=B5FJiY-NG@)iM1g`uOD^zMn6=^1~P zv%_?82l$oTr5)J$A$79+4nr_hN1|-M6znd$KyqIk^GvA8@T=N|urfw~y~58V=>J^O z9?5|Cba{&UD?7@4`d`-?DBZhJKvFq5k0-w0T>QMKYkm6f>r}$a$8USR$Qs}UA5q*8 zl`Iz=HEnGUPQG4!2sR;22*Bw(dU~j5ghua|5OdU}CmjtR9?||c7XaCVub|{7>EpaC zpE>OtAP|h!(c)?u5z*<9Ci|LF(b6(N1m_ht#{G()e{K4X=*1D2*l3W5NL4}KwWC+a z_c(Dj?OnYqe4A|*js%cro=hk`hV2x@lxu>p%~lqPtpFp3hT9*^u#dH)7AtgrkAh#V zJNISF2aiLOvG}F@SA4sm&f}0WxLris^3T=xE$Va?x^1M@_XG{S9$tpEeo4QPb-iLR znnaQrO*nICn6^~Cf1x@SjW`o)?=HC3cr-lkAhv_9bQXQ6u^k0x*vOe_&t6^Q^ZU}D z*&Ga#WieJfFyt5=@+MR7OVqNE{FOg`+DaS1oyHjzY>WC#L&>_#&a$3(;nc{8oW7uX zk<)YdF&)coC!y(m1KuX#zvbp&wQH5%u5p`3P+Xdxo08o}E?0*~X?9uU>cyw0`1M)z z7u!3C7176&HUkXwE5|K2^szIHKBq)NesMx`;A>rViG$i6LF98Cf9tuEO1NCsMUBG8 zGMl^3u)dLHG``55p#!7$#__8O`$<6ZbGtNvn2;Lyp*bL_Du2w?bmm6OyeRqzFsT1e zby^Jh`cwrk%lU=F4*%Z8k4mCFRzEK?`vzpS`B+K8(O2~>DCez71+jv>{I^VX5T z-3GjHs2wEJet5piQFU}UcIzbWtR`fZ%0StyM6@@msig=GF( z>MQhbYw#fNsZxO#YlU$>#amUZX{SyF<6`-l-IpKLho(X}aEm}B?+otX376;AmqM)3 zMDOxTp`Ar`7A1=(pm3=`k=NKMZIUj9ZViKp7_k$u(8m-C|Y{SU}Rs5uW$j zEld(MY>aBiXFof#0uAtfzcqgZp1;Cwg}+8N3j6OzL+Pzr`|G4!rEX54SYB>~P_Dsx07@D%EvB>S^li#V(gSc*5!P+{^F_Zc|RCmOL z2^;PSWLYvp<)NB1Z}#SjIjM87hX#A>42H=%yj($qt1YW@G-Q7V(MMgYvq{lnGm;;J z+OjpYC~ksN?PgUtqKq_HUgwiEZuCDepz8Rb{^#t|Auihynv%yO>m2^0_tqjbTE-6F zoH$3NepP+$^7^vr4*&voNW|paHY@qoX2LT7T)9=x`JiJtI z%qA|$hcLt$4zy%>oLy&5Un|_m6}vBgcwCczdzT;_i!xowSY>KEw#_-B3ub@$=F*Me z(9IA;$I?+X({1Ocnv4>3FCSdQ8~U@?UOu#Zk39TUTLJRTf8V4Rw@P&>eq0?T_ZMh!(& zDOC0f^#!I11tpj({H<~{t&2WfFRV|CyqBcTAf{|QT+1FB7h}-7#>qi*gjr-ly)ayy zw@~F1<+Nk{rCH4>s8TZHl}ImE(cu-0De+J;_zkLG(q_iO?rdep{r*JS5#wVy2N}}` zle7>$GjAACW4gMz4f9H@Sp{)t?aK172zG?;K-zDDH>)Z7_tu?!@D91 z-&(Nnl$39Pe%_DJ>}&SypVFQB7L7Ekov8CyRKFiZ4HF!h#$CE0?lI`ZVuqa$v`i3bs+@}x-5c0HS4MYHFx6Y|@-m+3oi2~_I!U;lsq zw)~xk<%JyVXlhpQ0C8hZ1Y2pIo$A*UD%yK(j7ZUjKgC%0^lrH8eU*iZ8(hm_?|;58 zT;E9yMeh0!4gA_$ItqH`?9u0^2zVu5cTjkDkihGUw?2FZFn;zLS6DHPvgR1{=DOoa zCe*+c%GoV&^=FoT;JjChU^Y_f16EIT$TD>VqaOtuk?Ru0m(bRx1xDhg*y4_@dGXL( z*+UP{KUlowHZlg{vMRPW&0VLLZ7zrf^{*XswhAlX{VtD8t&IRcK+qz#WarQkM8x0Y zK#R+$nt9O9| ztq-ju1^54m08S$yX9GXm3e-7y0S1iFWmONLaRWEObj`8{7|#I6NQDhggeRvk)sFxJ zLjw@Odze`rr`r9W+1M{l;7PL46rjF1_Cm6sE`wu4*}*{wjNZWIe*NJv-Ujw87Mu*O z2ufynM!W#Kfo0E?eCYm6?{D8zrTPhugJ*LyyX=~v-}%lwz|AJ3&#WC>uUnbXMcs-X zcocVhSVpVjbW?{(N^}^t`D0~DQ2IZfWX_&1>FDm-LPl$o3FWo!J<6Dz zxq`O~Q&|URU++F-cs96a@7GnKDKzp|izK!8yG9N5GraBJ@S``kz>4Vk~DE7#kw!6~$0|g&*Dh?`Yskf(jc$5Kb^ujf|AHnfUqo znqD&$zv=F`&aqw0H$cmuZFc={GG6*noW^B91o$E+C^8`}e-rsThWe>Ty8|G`N&fGy z5vs+P1n<-cIglKs zzp)wn;}~S#5|qbP1n6T{LOt2PX1REAtZmv&@!^GMhs`YCzIs{XErZ0D&QG!o*T)50 zbXwM3Ot=6r+Y?;k?PzlF5}LTWelgTOEt37X`o}OF?m(-RIb5IlY{U!pKLo@i_6)uR zeoz;oVk8_CpJ+@%OG}v6@bgj^WR#yjf3DL1f~mx?_8Yx;_ZOHF| zhh%bYlC%KmN8H!wRRLo1g^vM`4QJf@5EL<5I?13}Jrvt%V{vhhY?twJ0HZK3SM}dx^e2hz%wHbO>HDOl=N99Ethg0H zQZgK~GR5P62$HT|6Zz(ZAZ3n)Rd)G?755;x3m+sS!5{1L+fQ|WguJ^JXCyyc(>-8T zve5eQBa1c2eCiKlMD;8!7Ci?8y1YCo&@+(UtqB>Gysh&c-AS&?&VpWh$@-6>jAc+R zQnJehym3XsTK|W-^Nfn(=^Fe10xDS)M1cWCK*^HhAV^MSG z6(>58^51JQR>-{Gq00HhHRxj;4ln(K;!J%`|Dbfk*Edl(9L6_m_9OEoip>OLO@`Be zuUB3I_S5|+Ag=cf7z0Za4w$TboXq!L^)2sDX#@c7a$Di112p;2ETOuVVK9)G`yv|% z7_u*79SD4tUm*g}-(P_P;5_lf3mCfJyX?zq06Bphj5cLC5&?8jpvBuW^%S;qFrUo7 z@~?u~|KZBXFp2&*G}z66dgDt08V~RhUabf4p|J;;DriE5_IN%X|E`pq34r3<}3RY?HED5 zgdrzeaN!;N^h*mL_#nsMRnRMB3!H)vDiV;&L!|y9TfGkYq%csDc8&vVd-OM;4$?Uh z&Zm9;yn*a0mhiBVMmBrKJTN0a-+{j-{SkONl4e*M*-4kl)1T#I=RqTwjI zG`Fw!sS?e0N41iACcf=bQzdrXpugAniH75ghHhbglw82aXD6rm72gT3Q3Fv&7HLlI zzaiKsN&Q<`fD8Ucp4JY*(w5s_T)N~WErDaO`3`*!vtYWMDV?ZR@U52vkje6z$^R_0 z3Lm*w6!PbX&kg^vnRa%`uVjm^nuDCcD0t`}<7eEq0Sf_(>d@T*R~ z`_Eq4!U&Y?Ay;Y;Ju}bm=i(RFQ1oQP*cNoZlfoDYL}uIa@97~#bI!5_{#};v3`0RL zhQ&FHM6lTM4j>*jF*Svjqyi5)*Y}2CDdXodY&CYZskSu+#ZAe!Dd<{((t}UCmO5W% zhsF+4z1f?g;FCC9S!!Cf!! z=Fcg0v)l2u7Vj31ZTJPR65Zh{)A|%GR=(2bTyIZ!kBHQa`&dlCT=DD{o0GQ0iseUd zOB48dU9<)=-!zr@Eqj;Ux#Q5zWB&Q%2wBK^tI)iIGMqZB-7}y^RdLHD6R{*iymtEVq)0=nXP7!j@+%; zf}ayXzsRF{OlCWw==Myc)<5Yn5I25puzc)_i^?-BONZaj(rJFttKOG*1Tx*Y56%u; zYjfYjesxY4GQCl2cA3t96;s*UrekcA38aV4o0;_w-f0NTNP;bj{}9^(qP!?Y>GOZt zAUO$8A0KVhEpL37aaxV)9@PD_un?Xl9fS+=^7aNko4y5N<>Cses}r13_LOo#ay416 z1(DL-1-LBWi?n9!HYc!C;NI4o6@MmwzH4#{`fwBXa2ycoqUIT}Z>gNUJ@*an^&!ZE z=Yvs?LnrKBsOn_z4`KIH=E-B~=%?J)un zNUBDEVmkmOlirH61rx^w70r*NXbwk((gZ$gp>J&TST_gbgOo$bT;-40giqGTU9S^B zzE|rzw@L55F3<@h>Pm{Pf)-d}n#*P#*vCeqrS=gK4Me}^K-*^|+!;v2BIr~mFZv&nVFR(pku95Skne8Uj*7~vAepW~l3tt;S>SSat!Rvj5lJXJ?b)aY= z&X`bdDU}P|dh}?%jA)&B4b2W$>q_;N8Wc{#a~&_lNl^zu@L5*DG#1M^&>MX$ayyxx z%+sr4v-zd4iKtG85YlOIML6^)MDlW}r3mkO;+lv;{NNSO&U+yw4M;M@D>UPRL1T-n zv*pNIeKN>%dA2=&*yOVVyH;_{%sn8%U)SZw?nlX3H4D*h)AOh(GvKeo$}LtV`OKL< z=a4}~LPpJ#+_)nyx}}g}HuVvFDn0X+t}Yid04nD|L(hyOwj}BlC6dq7b|NuG%s-l+ zREyoiITU|ylHw0~m+a-c;}Wv_4Cghnp{>y+f%Q2g>g2?+a!XTFlM)!|)HQtQ_olSJ z4QNld(sEL_b!-w|l2-h+)l4S7d$_vT^3>}MxBN&FzN;GHW#nMe0w?DmJdtrg*lsl< z%HL`dgMuUJnVHiS6*(D2JRX8pntz?=&)y!A=f3oEjK_@0)&XPNv>G2O}V- zuwp_&0XK#N6o$^*BPb$qXj?#r&Xib`Rmn^JVPbzd^<-9hKh8gn?^Qlk`VND; zQvPK_kUn#I4sv)Z(*q@{2OY6oLAve?-}b-u)MsJ@=`n#pD=zZ>mI|OkG%%t~JS;O{ zdMj^Q&}~l#jCn=#Nz!F%^h&O>-($(!AuD|FbNDTqFMwozG?~cby?Lv?tr(_R+*nuc z^wbuPnLb3EENe^O_kgT-o9l5;&yoZi>mJvH!eNUA4@|N@N$X{JedZD-;==39Q0w8^ zY#(5tCER9Vyxpk^h*%zzzu6iD-6i-MIo6pr*L$ACl9kiPGKbj8=#$yxRT{mz7MMV> zqHr`c^+LNx>KK9Htyes5j~k8Cd**755>e$Zt(A&GG$%6>Fm>YZV*Kx+8xC;%Eo&C1U<0=% z#?qeo7LE?J5VkEYY~Olk>(-Du3?XKiK9hJ*QGp#6b;Fj5-w0DliP;Pc3a+Y(%*sKD zEkUiw>Rp%A7bO^&gzw%xp`fPbqIHuy;ijPHJX6e4&`wa@ws~r^-S5TNvAW*!%_B4x zgT%BfIv!?0?OeZOtaKz8N$Z}vd3u@+^|KW0s8z^8QxtB?Jid!4CQ-n+y~cenh|ksy zol*JyXDNpwPO>`s;-q2X&4*Fm5ayFC9}TFNIG;|O@A!|#W_fnI*v~Of=mHCv9nm!+ zc41f3yUlbzVHlPb41s-XsDWb!v(b*4DCS_)L`7i9=!F-S`R?idjZ7)KDLs1n9+OeP zQybDz1*8=Ue0ISCFS~d5;Fv}BND;hH0|~C-ZY{P zVn_yt!pzcg{iyBj_bv3KIiJCjhWn+yd;D+;YR}>>_nLjm_0!$vv8%hr7G5%ER%_k5 z$HVifJV__Cl1?KLYv(TfWk<~|G>--Eo-zXEa3RK%N5p?8VjL>#LK`2Ge3ZHteSvv0$UWEdc=D-rEbyViEV?LnF3dKc9MRK`T{Aam(@0?4Dk}P ztj-}@n}G+~H`LGSw`VZL{=G{VO;nN$e+v2@_a?8W`zdfRymi+Jw@{dN2T=A^Q~u00 zRO5;!>F6;Df627^DM2WIR)&MB$uuy6h)nyx1ry+q-{a^6OGT_SzM#~Y9|My+gPS=Y zwq}SKi}T;cQRy-r3#-M{{>X*VK11XDMHaWsV&m1ru&ZOmWq_Q|81ZR|<>kQifu{Um zOV`dexg-yD0Q6CG*THvWUEML_0@~Iy@EDL@#!Kb07cFmcT1;9!4%{7lp2qq=iLx?> z;V_)ZUjt@__7Q#@U{g$MJFeB{V-72>UTIHLdzVw?n=IdLJ;q{-E&`1WEE< z*t(IZ-3u&8j-^+FBFTXn`u>*9ZYkOZ-^%{Cn{u;+g47OEAIqwVE$16dtoj3_KR(Mn zAyd!s;31)!JY{yu_L{a-x|f7n9$kuu`hSP0dNME#MUMWc4d=}$_Cj>C26lS!>9ri0G+HHDo^|WUw$orT_)Zl~ zLI?xxk5(ASZnwN6)=ll44qUt+zMJWM9DIxZp+M?@5obKq@+xO(2P@2NsuCW6F8I2_ zI#kwK0Xp@c0QzUJB5BZyWn2I{#k^Q+9Q%FVI0@2Ox+AY=D-3sbbK?ejYS_jrQH(CV z+gDFALJF}_YDy|SWNaN8;#T}Fo2}xfZmq~Tm>WtEd;y~U3H$V;e07TqMEoNkTS~)g zh~@r75`PA%xquu8-#4!NxYsnXify1ahGol>@bQ76KI0(PDfdq4dk;>|0>7xU)tLAGmc_4BMjsi5 z&iRR!i4}KrT5%ko!oR^EMGfq^6marfdKDN={T|m3Dg5$QP7ald!akIG>LkL zyRHG>M?N7@P!v&GovktgK4MC?ePCsa}Fa#j*XXjfS+2J0%8PvE*V z|K`TZ2U*<$mI&~7$5DJisXqxAGrP!rNvia#sE|i)YwHcn&F*_-dKc)|hQ@Y<*bQ@+ zwgzTeAoH_>`IQy~nhR(X=z*E>4qFaiWZ1}3=N7JxIM>M>s`FsPFUhHiI5o zTz@5MDuqNXxcnSug^$81`q%%~^cCCWeLsBqEbq$hYk3{DfH8km?+-dGh`a4b$TB<* zPL_;mt&3`}-Y?e*!G;HyqH=om;y)a={pi)BE&pTx)(p=LWNOEPn@lXG_t@7ZEXXmR zlm2gU|6QKv5>zxF#SJ1jo|>|eWfMG07X5RNCM=5Hxa*_EfV-(xekL7eADS6q2(j(uHAbyyWd9dHFigqE(>2h7x~i=gq~h!Ck@oiP26 zXmr!q@+Vxy)@s)$fq!Sc_g2z(NZK3=LR9lRx=Y*dx~SpmB&=qz4{>Cgu~JAM&rc_Q z-$Yt;H^NG&O_2LxdvM@SUBmH?om|R6++}ek-_=j-wK!MtC{RHW6Nm_1<#*BcV}I zgOg{&((lSX46uA%;yI_KM|~pxqAX76MPJxIw%tzqwErTPGK%dWb&FNq&f*yEp#E@# zX!?TpdYy$-=H+zxdTWuwc#RI{Ej$otD@EGD%Bi?7NM|$&*?k3XnWV2U!M3>SzFRV< za66p>AFD`z?^A0;;Bk`)58!jpp4{g^Q~nly3w=LhuoA)OW-axgjK4z>+jXZ^j12sD zera}B87h3|PbD*H(QHCCcyy4Kmi9eyg#| zQvH?&xd)CGxgG;~Ju=9prKQidw%xzD%Ie%&oQ;2Qq|)~kO{Uri7<)*4%q68|;R~Na z&7zJ5(p{HX#2i|f=MobWQi7)iW?wYKhjFAz+#j(6AOJ1xown2MbMg6X=&O}Wd4-H| zuCwx@iLXv8C1=>hjzn>l&wJ4E-dhgKpIJK|DZC9sxE_N7Ul{)Oi9d5Cdyo+nLE1Ue z{0FZ~Tx+IW!h|a$zYt~sin<^eezCJo)rO}#bfG;BD&102C^Vv9LoDps( z1*n6y_YHPU-WKBRdSIW1v6sG$yPSN%WF{n?tZl2_M?MwhKud)Q%lh!@R+}u& zgmOdG-s>gavd~!1S|03b0`KpsuhsBEL8^Keh%%a0c#z;xom={ZZq4-~+R4FrQ{4dz zC}pBiM6LF;K~WN-rj5%uwVdw-FLt5T3;0|r)7cdcw|j-WQV^8u2&JrCNKb>%Tdeb- z$z?;mof0%-i(+oTvo;qt*37F3#hNSQcM5-}&B9i1eVOwrf4T;N57C02QPt8tz|Kc} z?L|lYxpMh{qV!_UVF0{$c~akzJ1K>__ifOWJEw$ zcFBY6;Ara^-tBCAac7ba-H>R$Z&DRS{B`d8^xMam_1Nt^bQ<+ScWr?k-A{%`>_BZ7CHQWh$B_D)OS9sL zMdNdc%C50?IkBF|bjOwop<*-letJ;bfXTwfiyBwk`ov{#kA#5%U^5D+ux&DC>`pm! z2T^Y0HhkXNS$d#>&Zok3t%vZyAEqwaE7|yqw#~w>kIT zm%sv-uZHvTu!Jh@m7h%a z<`n)OG;WEja-np>&&g6qPwYO~oQO+o*_Q|Yef~;^Y96pw_`3y4dPnWYa(8gv7sStf zN!VBN6b~uRRIi4z=K3pPVVyvn>zl_pvaElh1yre}1m>F?g7S=4KY8OB<#`-0UsUz@-Y-G@?!WL!u^ zSiDAYX=D8~xf)8i9zvxRu$3#cq2aSPPIf5l$hHU$^Xid1$m**z%Q1O5taB2ID320V zd4~D58Gq`_4gUf-0-hs-9N#+iyH}BcfJ2RO6HAj6-zRJ7eJ*|@%QQTJ@~+vQQ5*T7 zGv~Fi#Pm(s%HO}qJ-+c(0giK?>(`r5MYQXOx_%ha44-nakDxupLJf3Bz_?r>gv|A* zUf+Jo*?uZdudCn)qB5#_+1{?FRw%PUn2MLIcvSN zNs=+YfB!~HL5J~m0uU{XBYwl|)Z zmEvFOZRtr)JEh40eyS$gA&c9>)Jj|*YVDRDjNqhS72&?dTE+1HyjZV)YX1|XlbZr` zq$nV3t#ITpiVW1&(3T)}NpyxoHTCzb-EKaQE~Q&VlrMsJZ$wkUH||c<#y|_#B2AXi zb6yUlqELTpd|E@$b-EH8`#o-F7-%r__l;BB$pSwog6tW1^0fjMIPY46eLxFGuG#Ex z9Yl2b8Kas~@~HG1d2s=0w%#3aaDL(2?WFe9-7@UE^^*_KwSe_P4(<%kl)$${NIX;| zTgKzRt_zG8x$A@CgMfHO#`yGY`jLiWf!~KfiXt@Sqh!BH5jHBnh1=9?fXf&fx#so^ z9hYC*Cb(%1|NeA!IVzKQ`Fp0#t{NK#$LT~tF}?MbVN8TT?f%Wbpo^Ee6Fr|U&{X70cvT^H<4;W4dqSg|6Pb z)p_q1*<-({6L2SN++jbp+)k*IB5p}tU7ZRUnOD9|rpKK1d1Ym1oUv}>x+HPLQDsj^ zd_UwORvKKew5OozV^;PZ!~ndy=w*2ay3ffRAXdv^X&*Dr(3Dg5$nnjCA5i$oR%8`N zz)U>ibf&0g0vaBS0lroR`4S1LK85krE$AHaXJpv?D}^jie>?nGg4`(`7+G z?+cN`7j*t!oG;{#NB1+`i?@dBv7M?YhiID>&hp{hDzlEMr-zF+fO;RxMZ=Ws$^1w=| zlhF-WIvQB5;R}5Ac1F$X;b+etuQBv{hUsQCtA|wZl_1=KH6}($r>o>&=r>~!5s&X( z$AVJO$;>>P2D0?)R~mO7NSL^CD&BCrIzIan}yeMbI?cik|us@=4W~k59$Iw=$@L{>FHJdsJNE@(IFs{iXPn zKkqu|^K255K}MgRZ~w(LBbU?j>H!l=gFdpki>CHbglK#1M9^?`{stZmhB<)vx2A~d zc&kRc(i~gZ6t`HeXM&W|Rn{+bFR%o7`h~dkuTYu6#eu5iN2auu4YtFat%x;iy1Ho` zPxUG@tKwQT;AEloC0#+(tX5qr8t5xk;7QufeI%8X)0OzHqvWVE@;HAEvO3HTHJ=}m z7h1#p8z_z#Z-mByn_DE>a1fWNS5Y(ljI6mG^hmxntk&48$nk}R_i8jhI0radOmi*8 zpCDaOa@H=d-t?20FG2payp%LbH23K0-?NSt2a&?P`tTEM>e5PH~PJ z*cM+Y>VlM>)Op@E_E-{9H6C@*S{qOFmeaOK+`SKBkKrSw^3w;aEO&8(}|TF*qZleYdhgGLhf@qi}OJGPoDI|~~poWFC) zWO=!bixbvfxWgR4tEyrJ2}-fR5{x@I5@y7dI+7X8eP=h!$(##yP((z>{)0+ zn%L~$g7r8KWTd|r4H%Qaow{qUXI$l*SG$#VQovl z^#Jh#i3$9E|NF-|DMLkS_}^#$Gi~OMk|fW6WaBPqzxU?9-v{I@s_;rwpR4!1o<3=)g$=@RFTdZxqn_=h!-Y1m-|zfOIXIAG1c?)Q8gGT} zX&iR4;6^w`C&JDUwUN9&Z!4~--vMtG28jha0{A{n*d1XDoky99B5k?}51zD`KI2D+ zpo^-cX6DAKxKt|SZC)ev$nCAO=8x|5lHB7S5H$E`Kxg}wDfok$?}Jl(BfLD+-^^3ElCD&i%N)z zJp`PhdKPJ^Uy{p9CK$!-Xj_({ap-&ew-dYYM zA}u8M64{{zZ)j{phemO%Csd9_zS6r|d{`tAE!&-xqBe!?JO1n8hywi2=g$NAZhc1m z8!Te5yAn`*>_z5l$M=xp=x?Ad=9}Wua-bT{BS@Obo4(@3hw;YP8M=?FWGD6!iI&%t zoRD|xT*j00;n)?t8h|Idc`$UZ;62sHBWpAaW*^c834>B$*)fH$b|0UrqT-g3#cDDJ zr>gAhP;g8*;9QWz_eQ4MSj;3%*Axv538+2$TF%MVX-GJYy^yiq==iZe4*1kQykjf> zlCI@}t~7}4yuxlxnHMBNR)E0>)3;SOFNQrCAE48~f{_mQxLVBfceqB^T-h=^W<4DX z5R$RP*}rTzMz}D>)%+fprKpzY9XvvOzIpDc3M@N`1nJLOzXXn{HP4>yJf7b;mfG-c zo|8~0OeTZe-jLOr;_@^HXTQkR5b)P$o%CqD*iL zqHFULyQV62)I0hc-pSli>*=z_Bd)oV(Ecq*p|v#NfsU42_A#G7oU3ahoB&uAF%UcA z;K-(RGwu?L1GbTU>!2FlJKl)p1}*TgwXpTqL3eJfve z+4pprz7H2vb6`I7d`qs2SUSR(%*aUmWS~>u0g}~FahrkUO7f2nW-al&lE4&4|EGVAuuP`4Z^1ea&^*S2*0p}qS z0KF!B?x?_*&CkvM87l!HsBu4#<^b1h(o~k6MydU(ywuHf{6`F6+;7E<8{xuY9+}22 zU}NN)0Vqvk_~zy(U;!8pBqlCCIyZM0vnkWJYW1V6WU1%|yxEkUvLR`EH%iag&A4Tya0b zpFe2cR-22g{4+Tj7U5U}sHUHNo3z*BsxTPton-|SSScO$XBh`>HwE>LIz0pbHOqyh zUrm4E#nimmD?j*zDz*YgcVmT0Fb*#LyI|eRtSf4i!aPr;2FhS>*&U@h3VRGMZ^eK@ zpvf5TCzv6`crbQaV&Y_(A2;`LCgq+8%!HK*XT2}~=uyD*cm)I|Vj#A;vtv<-?|%wZ zA7H8|AXAtF66?i;klm9f{xaRB;0?rbYjA0r@bw%2(x#V{7j||a@B(c2Z^Z^jGc)zNpLp;y_T>wbO@~DB z+R=BzMke&nL^S5h;=L&hi~uMKnpxPDEJ$W>Ddc0ne<#8Kxt2( zh!Q@Z?)hyVekqMDjyC^@7-w0MpVD`{ral4jAUP@|(ldeF|6q1-9hrx-h66@@o|bR8!!#{e)z4*u|SC$LIF?4@k>D|3)OBf!2rG9cTuK4i zSsJXm2$o?cD_u1Ph?bPW<(gvo(J`oJ@#G*L-QOXl>p_@@;mz){d*3jF&znRXmV1DQjpW&gf*=CrV; z=E3iP*&9!K()+%mc@|<0>R3{yz8IY^TFMvJi!S%IKL*?mtEPYSllgs2B|}G9?cvLL zH8#<^7T+STiU|J2TPZ>%-Hc64qNb*FfbFx*V*fA(7GeC$&hm}0b#hStx7TwjsH)^w zZm0HihsbLY(k($f;<_ghD;?J)^+#KKH`fz~h}-+8Z8dUfby~kr!c4!2*U}NcR&*f= zmwgHhkzF~`z~BfRyytrq1IUpLAzr2Fmln&5+-T3IQGmDty0Kou9gg-VW*q(V@3>hJ zIm{Yp%_1v%ZZ*3Y|0fvQ!SScLjX%%>x^8KDGI54@W_8ow%ZLFQ9a;&6b<%-@whU+ zE|#gVVC~0W}AaXH0Qn@$3 z08!f6z191j^~D7aumEj^_N&G*P3C(Pk!~nM_b6iXgjqUfT_WbCx}VBZ0ds|OvKW3T zg*DzzzI{0j%v;O(BVcSZHHj>}n&z(ynfvq2tJ`_Vh6>Jgsh}bdF>}W5h%-ZjmA@5j z<&oKcaS#HnIS>+O5&Aa^fR_l5GVH_ieu~+UD13}ft;#{TKETGF=sw2`{VTTtBimjp zIo2_AV%?}tkLOy_V@jT-IdRGzh=I|?)Y)XaJK-0M#)}yT=2>!Jf^Pq-cZ>Q{_C-_n zZO%ce3qL>Lx;=wqW6=dp+gg>oqg^cVb(#9M%j&@aiJF?)xR|m`(X7_b#^&3T8!`{? z(+~j{ZwRo;mFfUBMTtv-XXso7)>toG+H42|Q_4>+B8A%Rf&8vcVA(9!ITvz(fVCis zWpwmdRY}9z=Vr5J>?;TW-yapFaa^D)Fl-9Ymi(TZZQuLVE~Wj;Bqr@vtp7tXw~Fun zFE}}=;?(>I$*AJU9`q>`%@X=HiZG5=TYn&e+Q)8+#0&h1f={( zL6=m#Dfw;`3%;sK!mX7b7rbCAwpnVgPZf#tX5y*gLB2{n2aKyc3c2?t~;xR3KrRRpI(UUt%U#xJd2=!Hb|UQme<19MjI+J2vh ze~FPVFs+xwY8s6Kw3W*cse}tg%9>5jkEq+sNTy4E*wH@IkGfazYyE(K>No@Z*;KM>;cR!6q7V+WQxv4mISQG)VrDFZsC|&(QqXV`R@i8TRamk}=O) z(5UB?K+&=Wa565i7gCzD=4zzr&3ciQ?XOU12&PEq)ezj|?hjG8Ns%M!F-UX`+#q?a zL;wJv&-W%$G@@TJ3JGHHq4Hxg=qoP#hBEJeG8*jOlpend)y$5?fYKgfe`1QdA<0L9 zOkk8(KtodP0u*fOx=#S=Je-N(xLhU#9iN_4#gPMxodDPNI#7%*I4u$g#xx2LMMmIz zY|NR#XyBAKIIV2gJ_k%c?Udw0m0?1c9M07d>)`U?D4S7XUH`e7{M76{1ibyzBHfRHnhh?t>kT7lWp0X3kCdj;T!bbHsG9+qH|{R}oR%Rj1_&#(v){u@TSrJ3w^(_9Mgtb+fwwV$T{H76wE;AGbpK_d^~y0s5}cBlffE zXVMG35+G{?QxXDT`pU(oep_S%(2OZ2|5YCliB&`kQ&>OU8qH|l)zvk##S5A)GoqxF z1pA;VFEV&nofFtVj5y8*bNn|Qa&^^IJJ3&I%izg{sNYOfNJy3dtqsswKLiAXDwKWX z_4_kAiUSh*p5N0X7h2c_o$AUof}jvAxA5^pTBC0n0hI)%GmXg%T`h^DFIP65*bN27 zYc1`&pn4|^G5gEgmG!-UBSp7H$d}$|zhEw$*v5aBeyL!Y$&}SAz0atv{o=yEYP$7? zn9cLo{3;PEEf-y!1ePhXX9fP^2W!2hV;3?85ic0C_T_c ztCjG;RKtsX74|*Sh&rl~{dvmL=wpK$ugWQZSSPeGN_WEPA4p|$iIlnbLmRLFLkm$K zG5WH0Mc_wqO3kh)Y_~mYseE&XP&j*Q!<|xFTK)F926h{enzc&u=Q7mf_W3upIf82c zNv9+d*$g{dTwkpk9Y0IkKMk~Q$JRZ^U&A!ylhaUUIH*N0j!nY`ly6La&Aqs@Iergu z)Z)97SKA@n(BD7fuZqnb8eUKDas3`XBOA5M8W;RK4_19Dz^q7nFZ%}!%5`oRzYA4< z{7x68bOtU?#4urk$PCx*vS3Z+GUegVDJezYNU~rkWh0s$;6?7+F)&e<>17CJ_w9b8 zUWo^)PHVfNq;kWk8#-`D+;w(Ho)L3ym{_|Ic?I+?lJodgtTIqpeFfB3$1;g(B-ZPy z$szVCGjiY=wRRM=5R={oQ-(fRGqKw`f(2k+^k8X-!3F1af0omo98m__M_{OS`tl6~ zM8)Q<(yOorDCnI%lMhT|Ar%Fq56l^@!6$_F*L-)snL1o#&>m{VzQH~MJWSzL8I!PH zfX6({{Pf;r4IB(8Td!ZgerKgAtb-tx0eU82`*wxYg`i=!*LpPwu%Kx(k&o@6+x5;y z0XxTQH!b!TN<=)Yj!dndXVbpVDI8zyfYhv>)oLmbUL^=~*_U6#?!?n|i3~z~qdY-X}+cOKl!U7tkyq~)K7o3T67{6H{8$(Go%QP0-a?Cu|ABl@; zE84;=e5DnEW49m+Q1okzuH>w`7hs+zW$5P>U^`oQ#h~9^b7}-@jSHHiOx&j*R_gX> z)Ez8rFV>y-MuQSBDi~YH0IS#j)2M^3c~iwpLpvR_r_#yYq}Ck^qh_y>ol`TFn}r1O zBl0id0+l9)#FILHkMGfJ%q@Iqh9B>zmguB;a{bcsS{%OE5GzfX`BKZZgn@PXB({#4Ww6s+~AP?N~J~ttIoyv3Z~dh6~uGCn!vi|BtdVQXo8W{Z3wLC!+%p zR1_a3QCNf_Vv#eoFCdekNn)9+3kX1ejd26)CriX~3XdP2f5?{f2SlcXqk`9>G_Pqv z4OTOdtR9YjzTyrjt($MJUlJg{d^B5KqTz%LijFlcWBqwi@Z)z{mh`XdEAc{d;c2?} z-LBV{{Sh?3d|#=5ejc&q2oq~363<4(WC?fVZ$<23E}`u-^aQTf(9@@ENGIdPZ?HiB zzjie>GuW9Ir>P$H7oIe3jmgSod>-)^!o z?WCNG++vd$?`Oz$v}Lr&4po?y0r4xIA*l4QlD9VHbC7JNtcV9!BGl%{GMnjOxbU=ZPN%RYDk`2KFB0 zs7eQ#iGN55zRtRk+Mf#VF-?>Gy3=yvp`f;Fasp6YE=6BuW~IiSZZkVzQUm>WR^6{@ zWh^JKOKukYZpQUr+_Xx%E(R(-09y=*-9?;37)Xv9@3gf3><=sPy6#CdZ*u@SdYBJz zqDja-MTg{SHP1|}g(8kPf&G?1tL6-$RhZYFk`H5Z3m~Ah?Q{+cJS5<_A-9!~3zV9h zOJe!#VF_LNz&gjGz`6r4PA5M6Zfm)dtXH4PCtLc07W@8bj|8u`Ev)Jf4AOVhJYFfp zsX0O>|6spXyU8GZPngaeZ<_Is`B~DzfcN!Y?1xU3^y$4L=*z)KYf8p5=Q{pt*S|5+ z1?ktfL3+(xfM2(FFBz@&!y3ZENeX3Sl~gsP#eJ~ErWzkvb^!2F3ee6Q4rb?<&fEbi z@$$lS60ah;dG`(pLH71I<(>%--C~$clSEzBBArQ7$J8b7@id2P2=Yd0d!W>dF>bEH z+yQ2Qc3x{fkV?5V|HE*%{g~xoWb&^;Gd7!ZUk3T*%iVeKS%DO1sTSm-*X}hkr_Qf= z^m!c?xXdb$;i2gF`*tMdBUvTt5$Y&Ag{QzhZ@R9O0tO)S%Y-Z@%rf4j#O22DYfqdL%6dx>9GGK7AskI!>WmI zqn~3~tV3lrmh_6?P_HwZG<~Bdv_BqVbC&S;@j;cUzYKWkN0Zdn7Jul8-F;t{UO$ju z>DlYn#wQnj=3Pt=^3cFmX=90cMPCfxIWt;P=VMZ)j(y`Ur%rL7ZBDldqpPiRJ94dL z7s_ed3YgHchUwA4K>ed)e8|!f;D#@TMvRKhJ!_NDk3X}$%eM#E_A(`1+$r2LCr7M0gMiKVO7W)45)JiWP=X502Doe^P@Mfux$J!LMbLBKOTXO5m zX9ce~ZM48ca3+6+XC zJJ#L@&ro?|&_TCyy*8$3(aszZNB;(bK8vg8Qjr=3UIJ|))H5h3!A2ipPGwj#Qv777l8yJq#Drj%3qi5v|(Af?<8xhjT1_`2cKJR|UgXY6BMXOSK1;Fw65##p?<8 z1SsF^JYW-E$qeHQ^CwLvltPT;J7eyEdeah~H&37W@b@;o@&9dh*zOONb4>o_Z^e9& z+P8B?LYHkC7;<4y)}-+muV|8>0p~LzgDOJbrRMi}J32q$@QZL;rKl`?i}U__z9$|Z ztIlz;WR@^15d}`zSVoq>YdvAHWnMmd#tvD?_ z6A`j;qK9_kbU_3@{^x0O%dxvfp|9|Brb+pCAc#b*X#g>xID?Ya^W|s2G#n|iJ+DiP zb08z9R1VAsIPV`oZzY`9iDKw}Kr_Rzm%d@H+bRew?i!>n>}mv`y9W-3cs5uFwb2rG zK{>fsmRM;Qe5SJCT$w?AFEF_qYH!rB)sV=JuY$v%H<34o(gUQuRLP&q-jeo7!=v>fty$3h)L=)_*+ln~7omAyQMW z@$y{<v8a7gJa5{^@^^n1poeJ9`7wOvhwqJTU9VHHayCyIpAAgu z?GswzF`$nr;=Q!P7;JpCpH{0bzcY>rdHH{$R4U;+4Bu*Ss1z8+uCnQ%8puWAGAecq z4ioOLq$urwhPAtF(W9LoOzz0dB+dKqA19NJmi5(2uP%SEyEv)Tf!h^(X)&tH<38_# z&VhS`Uqdab*_nz4^*UXMi@Tu`g zVrFj9=j;{J8FO7e53INW)UpYigBFb>^VGG)A)9#y1}nq9=~ckQ<4_k7E>ttEYo#jf+n$^*Z&v*^n$d*?BOGClY`5)u-&4i1moY@a-P z#s})SK3|$5gLA+B$<7u4x6E;=dkYAJs_N>EVDl*>BQyGVP36esM_zLE42vr!@QkaQ z+f`sF1DB!^SbX`Odz+b=4UddG;$Owjzw@>gl?Q#8pEO@Ib8yHS^@)l9DH<}hb-X?| z=gmFys~7ItMj{ES7I5MYjK0IPgQ=N(w&%gZjB!DyagDt;QVV|Mt?^@Ki{HOiiNz4gOXL`wbUNL%`&wS3CB-~*Nu zTj@4r$L{Y$?y-V?&4_+~(pcsUf){O^p{TPYMKPc%+<;H);%&@FqV? zKQL)4pmDF56-r4t39&% z+wACBLA58rF1X%8`a>}Q&^lbd4}yw*2BLQ|sx(ER19e;^;BmhnRz9A@?See1u+p0u z{lpf!q=QaL%pl0kS1_%!>oc)mxat3(wH-HYk@g!j6j_V2X${5fL0TAW(>%6F26NTXrL5$#RsCP*bc%| zkhz{sYJan0L#rQg6#r<4Q%3mjD)8+PSa(N7CqF2XU2BWcR_mi>u{sLo98swPE>&?i z>i+O_^U~`r3a8c|o*u}_Uz*wr(IVFXn(C%vf3PaEZdP4rZk>5sFe~;56pCs}`R8#b zpK0q?@D32j$etxc*Lo0MDOC|qm0D5em7_xP@h_sbvl>i-!or`nS=Q|ILi1h%IE53O z`LS151-iW_`oo`-jc%_Py#U+C^8A3-ze{ds7kBi!6~6A1Y}C=5qrX|Q_XxTw&6jNT z?uf3Nh}74#l1)k@^o^<(4qs$ErdI$$N8;gcEDqzjUVCr%+bw%oWo5Uhn2MxQxcWk$ z3=Nn4fa0`Psnqx^DvG{YEJ{j|#;Y^`qo|woYzg)RUI{Yr2)}?ab`6S!(Cx8zYZ$v9 zY89V#mgPU85H#A$xkHkrR8RcIiu(F-KLQ@xWNQ8^7l67%>c9VO{B&;2KIML0x3SYY zfM_W2h$926@Zy1Q?JI_zyg}D=L<`q2F`khd*IrFk(ekEMz^?Ud1A)$C2Gn8ZN<{HF zE(GY@Awnrnaa#gWuP@G9$NnmCFoQn5u1_a9EqiobR{4i>+MGp_qeF%a6442dUMn-g84sDP(F%eV} zes~hZhMKwHBGM};jb)Gw5F+7mI!_ z(jfJ#0AT9M`}jREzsvgIr)4XC6N-bmR69t>3`#;GT(VI$Q~)naymYOQy{*J9mI>UZ zU;N-O*@%l$lD|Y^$fyX0&%cTxjaR9vTfNz$1@Wdslr|F3Ih!ODq*!ga%RS#E50C8V zKuEWsvcIqR-I!Q%enwH{?y(2I@Qs%g42v@*qamh{9*C1%1(1hPj|-Sc3q2+q9WS?N zvG?D2h@7|P8Jx&MejyM747Ka{+!8frPm#|%)dkI-di3d?TsCJ{kJ2O+d%1=6nxk(Qz#6gZ|uZ_gxxuj#j*_2G}bj0o?Rs&(-_G4r2FXT z$%bMQ6$PT*fSE^!8L@|vORcTAc{SWC0K{xrmS1m+r6L>+1UQR?kXZC8$q^8EvZ zWHh&HF>RIgB3*#zq;f!G>|hw^;;=|euD!xf)*|m+uUr6Cc*_EKRAMTIM-NfRb=K>0 z#&vQ9eEq)lA@|`c;9qE+-L$OsLZs{^8!E|{yp!EV-i(Ats9m={GO&|0m^+GR^JvhD zFw-PJULEv3Z^zG7lGQTJfrN~&M@(a}kRN^9FC`XQWH--gDt4u->McyKeU`E;FZyzH z35fgT3ZTG9$*sZM%|SYfebPy3D4owpnWqs#!?O4!6rQm6;zIhT{J(p=YNfnjU}AG- z5G@3e;rL(P<~J8|d5_NTav|4d`vfL~(U?&B)VHVXF_lP4RwwFroR^_;kQ?XycBAUi za?nNpuNIe7msE~^%>5<%0I|w4%s(aw=Pa9)9Rf-C6^Ebco^cXw$gvQK5VobtzLd3@ zp(ro?WvG=9LYbIKvFtnFCR;d${{;qwF}@9T8sVt{22fB21Q@a0-^zx42p}DH+wN6x ztP*3DRIVm;iW9Ycdub<1w}|}$mTDV!5txjlLe=kCqy~NX;1%iQ%$wQ4mk*um7)6~qv`IU&G3?}V#c`DEhKvIs zV7SpRCevCTmc_>B@;Ca&unfxXMP$aHf(!i3!ECXVj=t3L{`1Ebnk>%^4%MdV>ppt- z-eq(FIpDex=ajO^FEdCK7o0RLSaA##{NYU$LzuEe$B9^wJ_hE>hGds%>>Dh>@~TLt zBNZETASr`X-UQjPqBezHrXYr&X8Kttm^V}q*;SDZ+*d_za=@)|&|Z=}qpkzQmGxW# zOs7D0Pfh#Ql8unV>a;?R3{}FdP;BLv6x!}kE~0d3+c8-e(BZ<@J&1TVX?c}&?o$nE z1DyroTJhj`1gMWeY5~*my9Mq!aP8ZVDw%y#9~U38k&c*UbVG4WuXsyOsmiRbR?%E1AFf(A1^ zgTwq9UvtMB-~U9%=+cGGEgPj-Mt+Lh95aI@4y)@%y89HsH*p1{dB+*cK1yu4QG}jq zz~BRZLKD%U;qbNCL!6Tvbd8`iI<1ikeYF4T!HIkJU(mcqWD&zMtmd5jvxB{i@+6 zscaU0w<&|W939AnK2nh5Z6>3rFXu8WZs53stRinwwk8wK-IWvr;kxju99(EN3)Om# zGk0gRAWv;TY1hO+imB4LF!?Fuw~4!8-Ra=N09Aygs=NbGR-E7P=6Q{AQ=MQnLhVki zJpo=fSOXTl4eA%GQC#JwCs6fLe2vuZ+j3%ixo5ZEi7huiq@91?$f0kQjedNG$*3*!rH{=f~%j6ef`Q4=A?YL_bEd1;$#h8-|7TUjAjk9DwFMe2bS1?Ir_tp*p zA?WA~_KOjMZtX^0Lx0zyB1P6su1sZ)x|)k4gTaE>xF>faJ>k9azoQh@DW>s=q$q#g4rOYapht$#ZZJC+A?J>TC552zAz)0XJftdA>cR$6ICoBjW}k1xjwD0bjx z>SWEKWU7{u6X#J2=Gm)moO8mSz#EW1`#vj6u!FLrgGBo!OYTr|wr1*d3Mj?hBtF|;5C~b-Ef-}&HbIO|;$;TJWXtNWe}*X@vl)mI zsO800nB`|RI(1Z8aIn(izZe7ED{Ocb&9MsvXL4`M%;e_bK3`b4`6U66n=fj z^y|PwU-aV|PDp5M-aL9h#8mF`E3SK#Mtc#cpatcdGgHZQsOG>2(gB-k)Yl%m$4}I9 zY?Pty-L`|N8KmX>BaloX?I@=x>Eh$(uj4*ls8NAhaqk~`r@~3SF?~MKFy?xlq%K`i zZ3e0Oq3eslL2i`Wizo%xgON<6zYJ;3Y*BhOhBpw_dT>0$dT`!}@HypZv$WQ1--jJ> z1L^I%JfDB&ScSiYuVn1|=umSNIocFY&{=oTKlzlAE3&OA?a_GwzWb?EV`=H@LdLdt z>SNpsud4K{rM&03c{sORE|D*hS0H;hzgeZ?eOgffDZlNxy!dSPSSdWl zW<#HsoCcBJ@xzjYC6|i?mj?eJrNDGLZ79EJxHRkp)X%|OX4=DE0|;Cfhgi-bCMqz~ zOCC-C2sVai#%W7S9}(JQ&q(HZ@4*sJ4AJS`#bfewn_QAj%U`~$cjRjy_nflv|?oa6`TBhMO{gb z9mBI!2i-flwO==IzLeaK_k}y0yu<}2?bY1q8XZ$8wm<)6B$YaoZFqAvkWFU$kF-?$ z(?C)nvZHcNtln>DF;Ef@w+e1}*M#v}c&HjWyE27+MD8g9$1#V5l)r9HSehETMy5b) z$%{Nr=a6Lm{JVRq!8yYUiQ6R{G<%>g`LY^#h?y4LbL9ZD&WlsWVA3$5EA!L~d4aG^ zf5dL_CtqGe#pJ(CVPOtLx}3fg>sbwn`yiMWc6H__ge3JQ_=Z{8{D91~7~(a+fiMsY ziE^Ao`5+WB9!9LYG#ixH3~QLNoQS6;qtkT@qtL7R2S=0ox8M1TxIha;PpGH$i^ePv z$a1{{69;WetwbF=0LPS-b22r1cndy=E(zkE5po~{Q{~vh0JTST(gS|FdPgm&M6mwUls zwih>GRv0f8PF<2WmBWTCJjN^lH4j4Uvn&plpf7G%~zoc`rCUFVHk z43waz)SpvO;^+_3&oM#56D4!PlAr{wI2QqxJ+nqxvZaUPBrC1v$Q!=;?KCui8G+x7 zUXz-sm_*2Rp)N$9gA}(svi|`DIXZ*1A>`YinRRv_7)a9M6!G}FEV&??vgX?GORn6F zkaDYeaU|McCQyu_c_wBf6Pv99Pg0Fllz!mZVO^5Yl2_IT@o_9X0S`XCMH-NMr_48M zuQE`FnP*K99P@sf^ExKlW74B0Z47EGc{Pv2~h6QC)z zg!;QAH4Pl?4Y_VvSZch(w=|$M-6@sR|H+=uBvmj6wwU3363H@{ap(k;>;Lni%r8ci z1>J*hOYahpCbf9?FS;iVx>r(77L(rnz|2$sJV^S=2KlJDPN{<(6CIk?tcjl0^NPK= z*)xQ#y@GGOd;Cnur{c~$Z2TCj>POcoxlx&(`0Lb0i(*1XSne&3B~H5&4blJ0r;OV_ zr^9paVR^HJtd8VqVo>g6N19&G>IDmbyW6+r?~bFK=Dy}2X0T6BV8O{57O|`rXLbVy zlHx}rp%Rs#@CEnp_yfmA!#~X{mOR`4v_j7CZ2r?q+4pe6@76=T9angNwlV{d03)4bSdBt?>W6SM~q%y`AM^4`=N6FC6zn@$)l( zb9x$Svg4U)3Xwo(hD4`iJ*d!>GRE$AJjzgRI)v0Td&68>51Cok1kBH_v%}KH=d-dN zTzT=`-suu_W32jEihL^g^5AT2wEAb`v6c(W$`BHMrje9;)q_EHE*W;}kC$O`z@-k> zd(|=d2`_CG3#2cGNl}O@NhMTzt?)hmLE>R1G^4nLPD9Q1TcR;z-$}ef%Y9+?zTRas z@gd>OS27$#>A~^?y{~jM^a&~X!>R*@V&G2bPGu=`d1T7Tv_m!G5#?39;7}(adpekR ze?mS~#dPV9KLYhOl16&x!ek&WfeQ9yIA+zT7h--J&+9KYN+2>^lzrv`3{$3!({@U< zwtlG2q*09sDd*^MLa=s`6lY?MLYE&>%ITgN4;9-^P}3iG+S(nPnwNLx6pmOv?jT&3 zd`l^y(#q2Ph*lmuZQx+jkICjYP3-w`T)8;0c!}aVpQ!BU{ML|3vsh(|TZ{5@`S^5P zr1{}?N`SSJq7kJh0Tpmo(zoMsymMDhQpBW<#cr{HecDB;ief1_c0bnZu~hycQ({0# zZEdZTws=6~eJ?q6t`y$AOWbB~64GE+qJ@K*Xmg)hcA9Mj36I#8UO+4onSA|{MrtrT zEX*azlV*6HM}*kx;_K}nB-9X+AgC;@u~~j#Bu@57->$^Lb4hVTRH38VM|)*o1O1UR zXVMH|LI8d7Q|k1RyyV3)7scLJEyp%q*V7cgq^nCt9WdSTX9!K^hHgpj2J;RG>1Mp5 zaP=l=r4ex8lj84o5&0%=;!x=1P`@9)uC zE9T=H@HWf7P`Y(Ri>Vf!aA9@7x?OmkWHF{PXm zcKY3;CM*~s4fkcV{lo_ZPJqb*7oPC4Rv~}(?&05#_=MFHP{(>(hRI|?kn772r=e~Q zUk?6mATpJ*P|LsGMe=^oW+jp1bhB_06>u{9R++UaRLbU5qD`6j-qx|EST@D?9w|@m zH?7H!q1IQ#1O4#J<5|p}GH>NfkU`i)3YsQE&4Z~H%CdHiiK1`o%^JEATDuiX2EQR| zdewOYtB=cEC;Aoc(cr_tBDvkQ>XI2jEYD3Q%9_dFg1}WK9bv;qETdug}nD=2Yzl>&vc>}?i{yL}D>FP*{zIyQgvZ~(5FQ<7U?xyByk4yUW zb||as*S&BC)@%3L-ITE{eI335+LcyzV?D7aU!>msD+mtS!X1;FBMP5_nO{N9SZ$$N z&wLozu$Ysuu9ycK9AJXMcw8wDj_P73%uUHojZREe8WC$L0`)fJ=`16+JJ$Wmil1O?)c6^WW`^-wY?S6voJb zMs0%8`GxE?*W+}*eKC%9Bq3^S{}zM7G3S3<2=|B+II!G#I0*gjro|^)flu5?!Z}V9 zHd$~06Al}T?J0O!0Ero?JXU(syxjHVBGu<#HUv`Om48!8w6oB%!a>Z;=DtucyB?Fn z{;epNOm9RC4_<&rGru}l$l@(T8O=8R!-^jh`_i3>W1lH1F*R@dI|Ci?FpfVS8 V;)5GvSlq`oZs=Ukxpp`B{{XPYK_dVF diff --git a/tgstation.dme b/tgstation.dme index d56f063e..556d9092 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2175,7 +2175,6 @@ #include "code\modules\mob\living\simple_animal\guardian\types\standard.dm" #include "code\modules\mob\living\simple_animal\guardian\types\support.dm" #include "code\modules\mob\living\simple_animal\hostile\alien.dm" -#include "code\modules\mob\living\simple_animal\hostile\heart.dm" #include "code\modules\mob\living\simple_animal\hostile\bear.dm" #include "code\modules\mob\living\simple_animal\hostile\bees.dm" #include "code\modules\mob\living\simple_animal\hostile\carp.dm" @@ -2184,6 +2183,7 @@ #include "code\modules\mob\living\simple_animal\hostile\faithless.dm" #include "code\modules\mob\living\simple_animal\hostile\giant_spider.dm" #include "code\modules\mob\living\simple_animal\hostile\headcrab.dm" +#include "code\modules\mob\living\simple_animal\hostile\heart.dm" #include "code\modules\mob\living\simple_animal\hostile\hivebot.dm" #include "code\modules\mob\living\simple_animal\hostile\hostile.dm" #include "code\modules\mob\living\simple_animal\hostile\illusion.dm" From d351f8970e87538e2fce9af675d7fd311f39ec89 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 28 Jan 2020 19:51:26 -0600 Subject: [PATCH 22/54] file 1 of probably many --- tools/travis/install_build_tools.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/travis/install_build_tools.sh diff --git a/tools/travis/install_build_tools.sh b/tools/travis/install_build_tools.sh old mode 100644 new mode 100755 From 16c03f3c43c6ab7e3aa9a2967fef37e76895996e Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 28 Jan 2020 19:56:37 -0600 Subject: [PATCH 23/54] passer deux --- tools/travis/before_build_byond.sh | 0 tools/travis/before_build_tools.sh | 0 tools/travis/build_byond.sh | 0 tools/travis/build_dependencies.sh | 0 tools/travis/build_tools.sh | 0 tools/travis/check_filedirs.sh | 0 tools/travis/dm.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/travis/before_build_byond.sh mode change 100644 => 100755 tools/travis/before_build_tools.sh mode change 100644 => 100755 tools/travis/build_byond.sh mode change 100644 => 100755 tools/travis/build_dependencies.sh mode change 100644 => 100755 tools/travis/build_tools.sh mode change 100644 => 100755 tools/travis/check_filedirs.sh mode change 100644 => 100755 tools/travis/dm.sh diff --git a/tools/travis/before_build_byond.sh b/tools/travis/before_build_byond.sh old mode 100644 new mode 100755 diff --git a/tools/travis/before_build_tools.sh b/tools/travis/before_build_tools.sh old mode 100644 new mode 100755 diff --git a/tools/travis/build_byond.sh b/tools/travis/build_byond.sh old mode 100644 new mode 100755 diff --git a/tools/travis/build_dependencies.sh b/tools/travis/build_dependencies.sh old mode 100644 new mode 100755 diff --git a/tools/travis/build_tools.sh b/tools/travis/build_tools.sh old mode 100644 new mode 100755 diff --git a/tools/travis/check_filedirs.sh b/tools/travis/check_filedirs.sh old mode 100644 new mode 100755 diff --git a/tools/travis/dm.sh b/tools/travis/dm.sh old mode 100644 new mode 100755 From 6a28a2126497931fc80f16c4c371578307c38f2c Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 28 Jan 2020 20:09:28 -0600 Subject: [PATCH 24/54] mapmerged --- _maps/map_files/BoxStation/BoxStation.dmm | 132186 ++++++++++++++++++- _maps/map_files/generic/CentCom.dmm | 86471 +++++++++++- 2 files changed, 209155 insertions(+), 9502 deletions(-) diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index 86a020c8..1d3d5bb1 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -1,7208 +1,124978 @@ -"aaa" = (/turf/open/space/basic,/area/space) -"aab" = (/obj/docking_port/stationary{dheight = 1; dir = 8; dwidth = 12; height = 17; id = "syndicate_ne"; name = "northeast of station"; width = 23},/turf/open/space,/area/space/nearstation) -"aac" = (/obj/effect/landmark/carpspawn,/turf/open/space,/area/space) -"aad" = (/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"aae" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation) -"aaf" = (/obj/structure/sign/warning/securearea{pixel_y = -32},/turf/open/space,/area/space/nearstation) -"aag" = (/turf/closed/wall/r_wall,/area/security/prison) -"aah" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison) -"aai" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/prison) -"aaj" = (/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/security/prison) -"aak" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison) -"aal" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/ambrosia,/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/security/prison) -"aam" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/carrot,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aan" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plating,/area/security/prison) -"aao" = (/obj/machinery/hydroponics/soil,/obj/item/seeds/glowshroom,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aap" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/hydroponics/soil,/obj/item/plant_analyzer,/obj/machinery/camera{c_tag = "Prison Common Room"; network = list("ss13","prison")},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aaq" = (/turf/open/floor/plasteel,/area/security/prison) -"aar" = (/obj/structure/sink{pixel_y = 20},/turf/open/floor/plating,/area/security/prison) -"aas" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/security/prison) -"aat" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/security/prison) -"aau" = (/obj/machinery/light{dir = 8},/turf/open/floor/plating,/area/security/prison) -"aav" = (/turf/open/floor/plating,/area/security/prison) -"aaw" = (/mob/living/simple_animal/mouse/brown/Tom,/turf/open/floor/plating,/area/security/prison) -"aax" = (/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plating,/area/security/prison) -"aay" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/security/prison) -"aaz" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/potato,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aaA" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/seeds/grass,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aaB" = (/obj/structure/window/reinforced,/turf/open/floor/plating,/area/security/prison) -"aaC" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/cultivator,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aaD" = (/obj/structure/window/reinforced,/obj/machinery/hydroponics/soil,/obj/item/cultivator,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aaE" = (/obj/machinery/light{dir = 4},/obj/machinery/cryopod{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aaF" = (/turf/open/floor/plating/airless,/area/space/nearstation) -"aaG" = (/obj/structure/bookcase,/turf/open/floor/plasteel,/area/security/prison) -"aaH" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/security/prison) -"aaI" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaJ" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaK" = (/obj/machinery/computer/libraryconsole/bookmanagement,/obj/structure/table,/obj/machinery/newscaster{pixel_x = -32},/turf/open/floor/plasteel,/area/security/prison) -"aaL" = (/obj/structure/table,/obj/item/storage/pill_bottle/dice,/turf/open/floor/plasteel,/area/security/prison) -"aaM" = (/obj/structure/table,/obj/item/pen,/turf/open/floor/plasteel,/area/security/prison) -"aaN" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaO" = (/obj/structure/table,/obj/structure/bedsheetbin,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/computer/cryopod{dir = 8; pixel_x = 26},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaP" = (/obj/structure/lattice,/obj/structure/sign/warning/securearea{pixel_y = -32},/turf/open/space,/area/space/nearstation) -"aaQ" = (/obj/structure/grille,/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"aaR" = (/obj/machinery/computer/arcade,/turf/open/floor/plasteel,/area/security/prison) -"aaS" = (/obj/structure/chair/stool,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/prison) -"aaT" = (/obj/structure/table,/obj/item/toy/cards/deck,/turf/open/floor/plasteel,/area/security/prison) -"aaU" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/plasteel,/area/security/prison) -"aaV" = (/obj/structure/window/reinforced,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaW" = (/obj/machinery/washing_machine,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/security/prison) -"aaX" = (/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"aaY" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space,/area/space/nearstation) -"aaZ" = (/turf/closed/wall,/area/security/execution/transfer) -"aba" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/security/execution/transfer) -"abb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/execution/transfer) -"abc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/security/execution/transfer) -"abd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/security/execution/transfer) -"abe" = (/obj/machinery/vending/sustenance,/turf/open/floor/plasteel,/area/security/prison) -"abf" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/security/prison) -"abg" = (/obj/machinery/light/small{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/freezer,/area/security/prison) -"abh" = (/obj/machinery/shower{dir = 8},/obj/item/soap/nanotrasen,/turf/open/floor/plasteel/freezer,/area/security/prison) -"abi" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space,/area/space/nearstation) -"abj" = (/obj/structure/grille,/turf/open/space,/area/space/nearstation) -"abk" = (/turf/closed/wall/r_wall,/area/security/main) -"abl" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/main) -"abm" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hos) -"abn" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "hos"},/turf/open/floor/plating,/area/crew_quarters/heads/hos) -"abo" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/fore) -"abp" = (/obj/machinery/door/poddoor{id = "executionspaceblast"; name = "blast door"},/turf/open/floor/plating,/area/security/execution/transfer) -"abq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abr" = (/obj/machinery/light/small{dir = 1},/obj/machinery/flasher{id = "executionflash"; pixel_y = 25},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/execution/transfer) -"abu" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/security/prison) -"abv" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"abw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"abx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/prison) -"aby" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"abz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"abA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/security/prison) -"abB" = (/obj/machinery/door/window/westleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Unisex Showers"},/turf/open/floor/plasteel/freezer,/area/security/prison) -"abC" = (/turf/open/floor/plasteel/freezer,/area/security/prison) -"abD" = (/obj/structure/closet/secure_closet/security/sec,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abE" = (/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abF" = (/obj/structure/closet/secure_closet/security/sec,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abG" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Security's Desk"; departmentType = 5; name = "Head of Security RC"; pixel_y = 30},/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = -31},/obj/structure/table/wood,/obj/item/storage/box/seccarts{pixel_x = 3; pixel_y = 2},/obj/item/storage/box/deputy,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abH" = (/obj/machinery/computer/secure_data,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abI" = (/obj/machinery/computer/security/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abJ" = (/obj/machinery/computer/card/minor/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abK" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/reagent_dispensers/peppertank{pixel_x = 30},/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{pixel_x = -5; pixel_y = 5},/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{pixel_x = -5},/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abL" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) -"abM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"abN" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abO" = (/obj/structure/bed,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abP" = (/obj/machinery/sparker{dir = 2; id = "executionburn"; pixel_x = 25},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"abQ" = (/turf/closed/wall,/area/security/prison) -"abR" = (/obj/machinery/door/poddoor/preopen{id = "permacell3"; name = "cell blast door"},/obj/machinery/door/airlock/public/glass{id_tag = "permabolt3"; name = "Cell 3"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/security/prison) -"abS" = (/obj/machinery/door/poddoor/preopen{id = "permacell2"; name = "cell blast door"},/obj/machinery/door/airlock/public/glass{id_tag = "permabolt2"; name = "Cell 2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/security/prison) -"abT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/poddoor/preopen{id = "permacell1"; name = "cell blast door"},/obj/machinery/door/airlock/public/glass{id_tag = "permabolt1"; name = "Cell 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/security/prison) -"abU" = (/obj/machinery/door/airlock{name = "Unisex Restroom"},/turf/open/floor/plasteel/freezer,/area/security/prison) -"abV" = (/obj/structure/closet/bombcloset/security,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abW" = (/obj/effect/landmark/secequipment,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abX" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"abY" = (/obj/machinery/newscaster/security_unit{pixel_x = -30},/obj/machinery/camera{c_tag = "Head of Security's Office"; dir = 4},/obj/machinery/recharger{pixel_y = 4},/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"abZ" = (/obj/structure/chair/comfy/black,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"aca" = (/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acb" = (/obj/machinery/holopad,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acc" = (/obj/machinery/keycard_auth{pixel_x = 24; pixel_y = 10},/obj/structure/table/wood,/obj/item/radio/off,/obj/item/taperecorder,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acd" = (/obj/structure/sign/warning/securearea{pixel_y = -32},/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation) -"ace" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"acf" = (/obj/structure/lattice,/obj/item/stack/cable_coil/random,/turf/open/space,/area/space/nearstation) -"acg" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"ach" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aci" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 2},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"acj" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 3"; network = list("ss13","prison")},/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_y = 24; prison_radio = 1},/turf/open/floor/plasteel,/area/security/prison) -"ack" = (/obj/structure/chair/stool,/obj/machinery/light/small{dir = 1},/obj/machinery/button/door{id = "permabolt3"; name = "Cell Bolt Control"; normaldoorcontrol = 1; pixel_y = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/security/prison) -"acl" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 2"; network = list("ss13","prison")},/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_y = 24; prison_radio = 1},/turf/open/floor/plasteel,/area/security/prison) -"acm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"acn" = (/obj/structure/chair/stool,/obj/machinery/light/small{dir = 1},/obj/machinery/button/door{id = "permabolt2"; name = "Cell Bolt Control"; normaldoorcontrol = 1; pixel_y = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aco" = (/obj/structure/bed,/obj/machinery/camera{c_tag = "Prison Cell 1"; network = list("ss13","prison")},/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_y = 24; prison_radio = 1},/turf/open/floor/plasteel,/area/security/prison) -"acp" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/prison) -"acq" = (/obj/structure/chair/stool,/obj/machinery/light/small{dir = 1},/obj/machinery/button/door{id = "permabolt1"; name = "Cell Bolt Control"; normaldoorcontrol = 1; pixel_y = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/security/prison) -"acr" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/freezer,/area/security/prison) -"acs" = (/obj/structure/table,/obj/item/storage/box/firingpins,/obj/item/storage/box/firingpins,/obj/item/key/security,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"act" = (/obj/structure/table,/obj/item/storage/box/chemimp{pixel_x = 6},/obj/item/storage/box/trackimp{pixel_x = -3},/obj/item/storage/lockbox/loyalty,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acu" = (/obj/structure/rack,/obj/machinery/firealarm{pixel_y = 24},/obj/item/gun/energy/e_gun/dragnet,/obj/item/gun/energy/e_gun/dragnet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acv" = (/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},/obj/machinery/camera/motion{c_tag = "Armory Motion Sensor"; dir = 2},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acw" = (/obj/structure/rack,/obj/item/clothing/suit/armor/riot{pixel_x = -3; pixel_y = 3},/obj/item/clothing/suit/armor/riot,/obj/item/clothing/suit/armor/riot{pixel_x = 3; pixel_y = -3},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/item/clothing/head/helmet/riot{pixel_x = -3; pixel_y = 3},/obj/item/clothing/head/helmet/riot,/obj/item/clothing/head/helmet/riot{pixel_x = 3; pixel_y = -3},/obj/item/shield/riot{pixel_x = -3; pixel_y = 3},/obj/item/shield/riot,/obj/item/shield/riot{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acx" = (/obj/structure/rack,/obj/machinery/airalarm{pixel_y = 23},/obj/item/gun/energy/ionrifle,/obj/item/gun/energy/temperature/security,/obj/item/clothing/suit/armor/laserproof,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acy" = (/obj/structure/closet/secure_closet/lethalshots,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acz" = (/obj/vehicle/ridden/secway,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acA" = (/obj/structure/closet/l3closet/security,/obj/machinery/camera{c_tag = "Brig Equipment Room"; dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"acB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"acC" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{on = 0; pixel_x = -3; pixel_y = 8},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acD" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/stamp/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acE" = (/obj/item/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acF" = (/obj/machinery/light{dir = 4},/obj/machinery/suit_storage_unit/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"acG" = (/turf/closed/wall,/area/security/main) -"acH" = (/obj/machinery/door/airlock/external{name = "Security External Airlock"; req_access_txt = "63"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"acI" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/fore) -"acJ" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"acK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; name = "blast door"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/security/execution/transfer) -"acL" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; name = "blast door"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/security/execution/transfer) -"acM" = (/obj/machinery/door/poddoor/preopen{id = "executionfireblast"; name = "blast door"},/obj/machinery/atmospherics/pipe/simple/general/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/window/westright{dir = 1; name = "Transfer Room"; req_access_txt = "2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"acN" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/machinery/flasher{id = "PCell 3"; pixel_x = -28},/turf/open/floor/plasteel,/area/security/prison) -"acO" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison) -"acP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/machinery/flasher{id = "PCell 2"; pixel_x = -28},/turf/open/floor/plasteel,/area/security/prison) -"acQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison) -"acR" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/turf/open/floor/plasteel,/area/security/prison) -"acS" = (/obj/machinery/flasher{id = "PCell 1"; pixel_x = -28},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"acT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"acU" = (/obj/structure/toilet{dir = 1},/turf/open/floor/plasteel/freezer,/area/security/prison) -"acV" = (/obj/item/grenade/barrier{pixel_x = 4},/obj/item/grenade/barrier,/obj/item/grenade/barrier{pixel_x = -4},/obj/structure/table,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"acW" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"acX" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"acY" = (/obj/machinery/power/apc/highcap/five_k{dir = 4; areastring = "/area/ai_monitored/security/armory"; name = "Armory APC"; pixel_x = 24},/obj/structure/cable{icon_state = "0-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"acZ" = (/obj/machinery/vending/security,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"ada" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adb" = (/obj/structure/chair{dir = 1},/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adc" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"add" = (/obj/item/storage/secure/safe/HoS{pixel_x = 35},/obj/structure/closet/secure_closet/hos,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"ade" = (/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"adf" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) -"adg" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adh" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adi" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adj" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adk" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adl" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adm" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"adn" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"ado" = (/obj/structure/sign/warning/securearea{pixel_x = 32},/turf/open/space,/area/space/nearstation) -"adp" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/scalpel{pixel_y = 12},/obj/item/circular_saw,/obj/item/hemostat,/obj/item/retractor,/obj/item/surgical_drapes,/obj/item/razor,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"adq" = (/obj/structure/table,/obj/item/folder/red{pixel_x = 3},/obj/item/taperecorder{pixel_x = -3},/obj/item/assembly/flash/handheld,/obj/item/reagent_containers/spray/pepper,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"adr" = (/obj/machinery/button/flasher{id = "executionflash"; pixel_x = 24; pixel_y = 5},/obj/machinery/button/door{id = "executionspaceblast"; name = "Vent to Space"; pixel_x = 25; pixel_y = -5; req_access_txt = "7"},/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"ads" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/prison) -"adt" = (/obj/machinery/door/airlock/security/glass{name = "Long-Term Cell 3"; req_access_txt = "2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"adu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/prison) -"adv" = (/obj/machinery/door/airlock/security/glass{name = "Long-Term Cell 2"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"adw" = (/obj/machinery/door/airlock/security/glass{name = "Long-Term Cell 1"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"adx" = (/obj/structure/closet/secure_closet/contraband/armory,/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"ady" = (/obj/item/storage/toolbox/drone,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"adz" = (/obj/structure/rack,/obj/item/gun/ballistic/shotgun/riot{pixel_x = -3; pixel_y = 3},/obj/item/gun/ballistic/shotgun/riot,/obj/item/gun/ballistic/shotgun/riot{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot{dir = 2},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory) -"adA" = (/obj/structure/rack,/obj/item/gun/energy/e_gun{pixel_x = -3; pixel_y = 3},/obj/item/gun/energy/e_gun,/obj/item/gun/energy/e_gun{pixel_x = 3; pixel_y = -3},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/bot{dir = 2},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory) -"adB" = (/obj/structure/rack,/obj/item/gun/energy/laser{pixel_x = -3; pixel_y = 3},/obj/item/gun/energy/laser,/obj/item/gun/energy/laser{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot{dir = 2},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory) -"adC" = (/obj/structure/rack,/obj/item/gun/energy/e_gun/advtaser{pixel_x = -3; pixel_y = 3},/obj/item/gun/energy/e_gun/advtaser,/obj/item/gun/energy/e_gun/advtaser{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/bot{dir = 2},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel{dir = 2},/area/ai_monitored/security/armory) -"adD" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"adE" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"adF" = (/obj/machinery/door/window/eastleft{name = "armoury desk"; req_access_txt = "1"},/obj/machinery/door/window/westleft{name = "armoury desk"; req_access_txt = "3"},/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"adG" = (/obj/machinery/power/apc{dir = 8; areastring = "/area/crew_quarters/heads/hos"; name = "Head of Security's Office APC"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adH" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "hos"; name = "HoS Office Shutters"; pixel_y = -25},/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adI" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adJ" = (/obj/machinery/light_switch{pixel_y = -23},/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adK" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"adL" = (/obj/machinery/door/airlock/external{name = "Security External Airlock"; req_access_txt = "63"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"adM" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adN" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adO" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adP" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adQ" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adS" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"adT" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/fore) -"adU" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating,/area/security/execution/transfer) -"adV" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/security/execution/transfer) -"adW" = (/obj/structure/table,/obj/item/flashlight/lamp,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"adX" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"adY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/button/ignition{id = "executionburn"; pixel_x = 24; pixel_y = 5},/obj/machinery/button/door{id = "executionfireblast"; name = "Transfer Area Lockdown"; pixel_x = 25; pixel_y = -5; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/general/hidden,/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"adZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/execution/transfer) -"aea" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aeb" = (/obj/machinery/button/door{id = "permacell3"; name = "Cell 3 Lockdown"; pixel_x = -4; pixel_y = 25; req_access_txt = "2"},/obj/machinery/button/flasher{id = "PCell 3"; pixel_x = 6; pixel_y = 24},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aec" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/computer/security/telescreen/prison{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aed" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"aee" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aef" = (/obj/machinery/button/door{id = "permacell2"; name = "Cell 2 Lockdown"; pixel_x = -4; pixel_y = 25; req_access_txt = "2"},/obj/machinery/button/flasher{id = "PCell 2"; pixel_x = 6; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aeg" = (/obj/machinery/computer/security/telescreen/prison{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/camera{c_tag = "Prison Hallway"; network = list("ss13","prison")},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aeh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"aei" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aej" = (/obj/machinery/button/door{id = "permacell1"; name = "Cell 1 Lockdown"; pixel_x = -4; pixel_y = 25; req_access_txt = "2"},/obj/machinery/button/flasher{id = "PCell 1"; pixel_x = 6; pixel_y = 24},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aek" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"ael" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/power/apc{dir = 4; name = "Prison Wing APC"; areastring = "/area/security/prison"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aem" = (/obj/machinery/flasher/portable,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aen" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeo" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aep" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeq" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aer" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aes" = (/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aet" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeu" = (/obj/machinery/door/poddoor/shutters{id = "armory"; name = "Armoury Shutter"},/obj/machinery/button/door{id = "armory"; name = "Armory Shutters"; pixel_y = -26; req_access_txt = "3"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aev" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"aew" = (/obj/machinery/light{dir = 4},/obj/structure/reagent_dispensers/peppertank{pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"aex" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "hos"},/turf/open/floor/plating,/area/crew_quarters/heads/hos) -"aey" = (/obj/machinery/door/airlock/command/glass{name = "Head of Security"; req_access_txt = "58"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/hos) -"aez" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "hos"},/turf/open/floor/plating,/area/crew_quarters/heads/hos) -"aeA" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/pen,/turf/open/floor/plasteel,/area/security/main) -"aeB" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/security/main) -"aeC" = (/obj/machinery/camera{c_tag = "Security Escape Pod"; dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aeD" = (/obj/structure/cable,/obj/machinery/power/solar{id = "auxsolareast"; name = "Port Auxiliary Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/fore) -"aeE" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/security/execution/transfer) -"aeF" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/security/execution/transfer) -"aeG" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/tank/internals/anesthetic{pixel_x = -3; pixel_y = 1},/obj/item/tank/internals/oxygen/red{pixel_x = 3},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aeH" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aeI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/hidden,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aeJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{aiControlDisabled = 1; dir = 4; name = "Prisoner Transfer Centre"; req_access_txt = "2"},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aeK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"aeL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison) -"aeM" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aeN" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison) -"aeO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aeP" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/security/prison) -"aeQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/security/prison) -"aeR" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/prison) -"aeS" = (/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"aeT" = (/obj/structure/rack,/obj/item/storage/box/rubbershot{pixel_x = -3; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/storage/box/rubbershot{pixel_x = -3; pixel_y = 3},/obj/item/storage/box/rubbershot,/obj/item/storage/box/rubbershot,/obj/item/storage/box/rubbershot{pixel_x = 3; pixel_y = -3},/obj/item/storage/box/rubbershot{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aeU" = (/obj/structure/rack,/obj/item/storage/box/teargas{pixel_x = -3; pixel_y = 3},/obj/item/storage/box/handcuffs,/obj/item/storage/box/flashbangs{pixel_x = 3; pixel_y = -3},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/security/armory) -"aeV" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeW" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeX" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/suit_storage_unit/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeY" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/suit_storage_unit/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"aeZ" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"afa" = (/obj/machinery/recharger,/obj/structure/table,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"afb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"afc" = (/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/vending/wardrobe/sec_wardrobe,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"afd" = (/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"afe" = (/obj/effect/landmark/start/security_officer,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"aff" = (/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afg" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afh" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afi" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afj" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afk" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Pod Three"},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"afm" = (/turf/open/floor/plating,/area/maintenance/fore/secondary) -"afn" = (/obj/machinery/door/airlock/external{name = "Escape Pod Three"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"afo" = (/obj/docking_port/stationary{dir = 4; 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) -"afp" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_lavaland3"; name = "lavaland"},/turf/open/space,/area/space/nearstation) -"afq" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/execution/transfer) -"afr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/security/execution/transfer) -"afs" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; layer = 2.4},/obj/machinery/door/window/southleft{base_state = "right"; dir = 4; icon_state = "right"; name = "Armory"; req_access_txt = "2"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/security/execution/transfer) -"aft" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"afu" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"afv" = (/obj/machinery/light_switch{pixel_x = 25},/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"afw" = (/turf/closed/wall/r_wall,/area/security/execution/transfer) -"afx" = (/obj/structure/table,/obj/item/restraints/handcuffs,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afy" = (/obj/structure/extinguisher_cabinet{pixel_x = 1; pixel_y = -27},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afz" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afA" = (/obj/structure/table,/obj/item/electropack,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afB" = (/obj/structure/table,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/item/storage/box/hug,/obj/item/razor{pixel_x = -6},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afC" = (/obj/structure/table,/obj/item/assembly/signaler,/obj/item/clothing/suit/straight_jacket,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afD" = (/obj/structure/closet/secure_closet/brig,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/prison) -"afF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security/glass{name = "Prison Wing"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/prison) -"afG" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/ai_monitored/security/armory) -"afH" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/ai_monitored/security/armory) -"afI" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/window/southleft{name = "Armory"; req_access_txt = "3"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"afJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/window/southleft{base_state = "right"; icon_state = "right"; name = "Armory"; req_access_txt = "3"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/security/armory) -"afK" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/ai_monitored/security/armory) -"afL" = (/obj/structure/reagent_dispensers/peppertank,/turf/closed/wall/r_wall,/area/ai_monitored/security/armory) -"afM" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea{pixel_x = -32},/turf/open/floor/plating,/area/security/main) -"afN" = (/obj/machinery/door/airlock/security/glass{name = "Equipment Room"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/main) -"afO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/main) -"afP" = (/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"afQ" = (/obj/structure/table,/obj/item/restraints/handcuffs,/obj/item/assembly/timer,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main) -"afR" = (/turf/open/floor/plasteel,/area/security/main) -"afS" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/head_of_security,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main) -"afT" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/security/main) -"afU" = (/obj/structure/table,/obj/item/radio/off,/obj/item/screwdriver{pixel_y = 10},/turf/open/floor/plasteel,/area/security/main) -"afV" = (/obj/effect/landmark/start/security_officer,/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"afW" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"afX" = (/obj/structure/sign/warning/pods{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/security/main) -"afY" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"afZ" = (/obj/structure/table,/obj/item/stack/sheet/metal,/obj/item/storage/box/bodybags,/obj/item/pen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"aga" = (/obj/structure/table,/obj/item/electropack,/obj/item/screwdriver,/obj/item/wrench,/obj/item/clothing/head/helmet,/obj/item/assembly/signaler,/obj/machinery/light/small,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"agb" = (/obj/structure/closet/secure_closet/injection,/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "Prisoner Transfer Centre"; areastring = "/area/security/execution/transfer"; pixel_y = -27},/turf/open/floor/plasteel/dark,/area/security/execution/transfer) -"agc" = (/obj/machinery/door/airlock/security{name = "Interrogation"; req_access_txt = "63"},/turf/open/floor/plasteel/dark,/area/security/prison) -"agd" = (/turf/closed/wall,/area/security/brig) -"age" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/machinery/door/poddoor/preopen{id = "Prison Gate"; name = "prison blast door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/brig) -"agf" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "Prison Gate"; name = "prison blast door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/brig) -"agg" = (/turf/closed/wall/r_wall,/area/security/warden) -"agh" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_x = -30},/obj/machinery/camera{c_tag = "Brig Control Room"; dir = 4},/obj/machinery/light{dir = 8},/obj/structure/rack,/obj/item/clothing/mask/gas/sechailer{pixel_x = -3; pixel_y = 3},/obj/item/clothing/mask/gas/sechailer,/obj/item/clothing/mask/gas/sechailer{pixel_x = 3; pixel_y = -3},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agi" = (/obj/machinery/computer/prisoner,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agj" = (/obj/machinery/computer/security,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agk" = (/obj/machinery/computer/secure_data,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agl" = (/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agn" = (/obj/structure/table,/obj/item/clothing/glasses/sunglasses{pixel_x = 3; pixel_y = 3},/obj/item/clothing/glasses/sunglasses{pixel_x = 3; pixel_y = 3},/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ago" = (/obj/structure/table,/obj/machinery/recharger,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agp" = (/obj/structure/table,/obj/machinery/syndicatebomb/training,/obj/item/gun/energy/laser/practice,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"agq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"agr" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ags" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"agt" = (/obj/effect/landmark/start/security_officer,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/main) -"agu" = (/obj/structure/table,/obj/item/assembly/flash/handheld,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main) -"agv" = (/obj/machinery/holopad,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main) -"agw" = (/obj/structure/table,/obj/item/folder/red,/obj/item/pen,/turf/open/floor/plasteel,/area/security/main) -"agx" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/light{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"agy" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"agz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"agA" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"agB" = (/obj/item/cigbutt,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/prison) -"agC" = (/turf/open/floor/plasteel/dark,/area/security/prison) -"agD" = (/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/item/reagent_containers/spray/cleaner,/obj/structure/table/glass,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"agE" = (/obj/item/storage/firstaid/regular{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/regular,/obj/structure/table/glass,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/security/brig) -"agF" = (/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_y = 24},/obj/structure/table/glass,/obj/machinery/computer/med_data/laptop,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/security/brig) -"agG" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/iv_drip,/obj/item/reagent_containers/blood,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/security/brig) -"agH" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"agI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"agJ" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"agK" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agL" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agN" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agO" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agP" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"agQ" = (/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"agR" = (/obj/structure/table,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"agS" = (/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel,/area/security/main) -"agT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main) -"agU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main) -"agV" = (/obj/structure/table,/obj/item/book/manual/wiki/security_space_law,/obj/item/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main) -"agW" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/security/main) -"agX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main) -"agY" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 8},/turf/open/floor/plasteel,/area/security/main) -"agZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plasteel,/area/security/main) -"aha" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/security_officer,/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"ahb" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 7},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahc" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Security Delivery"; req_access_txt = "1"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/security/main) -"ahd" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "Security"},/obj/structure/plasticflaps/opaque,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/main) -"ahe" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ahf" = (/turf/closed/wall,/area/maintenance/fore/secondary) -"ahg" = (/obj/structure/chair{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"ahh" = (/obj/structure/table,/obj/item/flashlight/lamp,/turf/open/floor/plasteel/dark,/area/security/prison) -"ahi" = (/obj/structure/chair{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/security/prison) -"ahj" = (/obj/item/storage/box/bodybags,/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/item/reagent_containers/syringe{name = "steel point"},/obj/item/reagent_containers/glass/bottle/charcoal,/obj/item/reagent_containers/glass/bottle/epinephrine,/obj/machinery/light{dir = 8},/obj/structure/table/glass,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"ahk" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"ahl" = (/turf/open/floor/plasteel/white,/area/security/brig) -"ahm" = (/obj/machinery/door/window/westleft{base_state = "left"; dir = 4; icon_state = "left"; name = "Brig Infirmary"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/security/brig) -"ahn" = (/obj/machinery/power/apc{dir = 8; name = "Brig Control APC"; areastring = "/area/security/warden"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"aho" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahp" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahq" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahr" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"aht" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahu" = (/obj/machinery/door/airlock/security/glass{dir = 4; name = "Brig Control"; req_access_txt = "3"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahv" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"ahw" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/main) -"ahy" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahA" = (/obj/structure/disposalpipe/junction/yjunction{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/chair,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/landmark/start/security_officer,/turf/open/floor/plasteel,/area/security/main) -"ahC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahD" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahE" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahF" = (/obj/machinery/power/apc{dir = 4; name = "Security Office APC"; areastring = "/area/security/main"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/main) -"ahG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/fore/secondary) -"ahH" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ahI" = (/obj/structure/table,/obj/item/folder/red,/obj/item/taperecorder,/turf/open/floor/plasteel/dark,/area/security/prison) -"ahJ" = (/obj/machinery/camera{c_tag = "Brig Interrogation"; dir = 8; network = list("interrogation")},/turf/open/floor/plasteel/dark,/area/security/prison) -"ahK" = (/obj/structure/bodycontainer/morgue,/obj/machinery/camera{c_tag = "Brig Infirmary"; dir = 4},/turf/open/floor/plasteel/dark,/area/security/brig) -"ahL" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"ahM" = (/obj/machinery/door/window/westleft{base_state = "right"; dir = 4; icon_state = "right"; name = "Brig Infirmary"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/security/brig) -"ahN" = (/obj/structure/closet/secure_closet/warden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahO" = (/obj/structure/table,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahP" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/warden,/obj/machinery/button/door{id = "Prison Gate"; name = "Prison Wing Lockdown"; pixel_x = -27; pixel_y = 8; req_access_txt = "2"},/obj/machinery/button/door{id = "Secure Gate"; name = "Cell Shutters"; pixel_x = -27; pixel_y = -2},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/machinery/computer/crew{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahR" = (/obj/structure/table,/obj/item/folder/red,/obj/item/pen,/obj/item/hand_labeler,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/item/book/manual/wiki/security_space_law,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahU" = (/obj/machinery/light_switch{pixel_y = -23},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"ahV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"ahW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"ahX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"ahY" = (/obj/structure/noticeboard{dir = 1; pixel_y = -27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"ahZ" = (/obj/machinery/light_switch{pixel_y = -23},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aia" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aib" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aic" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/machinery/rnd/production/techfab/department/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aid" = (/obj/machinery/camera{c_tag = "Security Office"; dir = 1},/obj/machinery/computer/secure_data{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aie" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/computer/security{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aif" = (/obj/structure/filingcabinet,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aig" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aih" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aii" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/main) -"aij" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Security Maintenance"; req_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aik" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ail" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aim" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ain" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"aio" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/security/prison) -"aip" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/security/prison) -"aiq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/security/prison) -"air" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/security/brig) -"ais" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"ait" = (/obj/structure/bed,/obj/item/clothing/suit/straight_jacket,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"aiu" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/bed,/obj/item/clothing/suit/straight_jacket,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/security/brig) -"aiv" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/sign/warning/electricshock{pixel_x = -32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"aiw" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"aix" = (/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/window/brigdoor{dir = 1; name = "Armory Desk"; req_access_txt = "3"},/obj/machinery/door/window/southleft{name = "Reception Desk"; req_access_txt = "63"},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen{pixel_x = 4; pixel_y = 4},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"aiy" = (/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/security/warden) -"aiz" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/warden) -"aiA" = (/obj/machinery/door/airlock/security/glass{name = "Brig Control"; req_access_txt = "3"},/turf/open/floor/plasteel/showroomfloor,/area/security/warden) -"aiB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/security/warden) -"aiC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{name = "Security Office"; req_access_txt = "1"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/main) -"aiD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/security/main) -"aiE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aiF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aiG" = (/obj/item/stack/rods,/turf/open/space,/area/space/nearstation) -"aiH" = (/turf/closed/wall,/area/security/processing) -"aiI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) -"aiJ" = (/obj/machinery/door/airlock/security{name = "Interrogation"; req_access_txt = "63"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/security/prison) -"aiK" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"aiL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiM" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiO" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/machinery/firealarm{dir = 2; 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/brig) -"aiP" = (/obj/structure/sign/plaques/golden{pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiQ" = (/obj/machinery/camera{c_tag = "Brig East"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiR" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiT" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aiU" = (/turf/closed/wall/r_wall,/area/security/brig) -"aiV" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/closet/secure_closet/courtroom,/obj/effect/decal/cleanable/cobweb,/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/item/gavelhammer,/turf/open/floor/plasteel,/area/security/courtroom) -"aiW" = (/obj/item/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/obj/machinery/camera{c_tag = "Courtroom North"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/security/courtroom) -"aiX" = (/obj/structure/chair{name = "Judge"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"aiY" = (/obj/structure/chair{name = "Judge"},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"aiZ" = (/obj/structure/chair{name = "Judge"},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"aja" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/courtroom) -"ajb" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"ajc" = (/turf/open/floor/plasteel/dark,/area/security/courtroom) -"ajd" = (/turf/closed/wall,/area/security/courtroom) -"aje" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/fore) -"ajf" = (/obj/machinery/gulag_teleporter,/turf/open/floor/plasteel,/area/security/processing) -"ajg" = (/obj/machinery/computer/gulag_teleporter_computer,/turf/open/floor/plasteel,/area/security/processing) -"ajh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/machinery/computer/security/labor,/turf/open/floor/plasteel,/area/security/processing) -"aji" = (/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/table,/obj/item/storage/box/prisoner,/obj/machinery/camera{c_tag = "Labor Shuttle Dock North"},/turf/open/floor/plasteel,/area/security/processing) -"ajj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig) -"ajk" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ajl" = (/obj/machinery/power/apc{dir = 1; name = "Brig APC"; areastring = "/area/security/brig"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajm" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajn" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajo" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/computer/security/telescreen/interrogation{pixel_y = 30},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajp" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajq" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"ajr" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajs" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"ajt" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig) -"aju" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ajv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajw" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig) -"ajx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajy" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{dir = 4; name = "Brig"; req_access_txt = "63; 42"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ajC" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"ajD" = (/obj/structure/table/wood,/obj/item/radio/intercom{broadcasting = 0; dir = 8; listening = 1; name = "Station Intercom (Court)"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ajE" = (/obj/structure/table/wood,/obj/item/gavelblock,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ajF" = (/obj/structure/table/wood,/obj/item/book/manual/wiki/security_space_law,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ajG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ajH" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"ajI" = (/obj/machinery/door/window/southleft{name = "Court Cell"; req_access_txt = "2"},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"ajJ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"ajK" = (/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"ajL" = (/turf/closed/wall/r_wall,/area/security/processing) -"ajM" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/security/processing) -"ajN" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel,/area/security/processing) -"ajO" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing) -"ajP" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/security/processing) -"ajQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{dir = 4; name = "Labor Shuttle"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajR" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{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) -"ajS" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Brig West"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/security/brig) -"ajU" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ajV" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ajW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"ajX" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/security/brig) -"ajY" = (/obj/machinery/light,/obj/machinery/door_timer{id = "Cell 1"; name = "Cell 1"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ajZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aka" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/security/brig) -"akb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 2"; name = "Cell 2"; pixel_y = -32},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akc" = (/obj/machinery/camera{c_tag = "Brig Central"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 3"; name = "Cell 3"; pixel_y = -32},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ake" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"akg" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door_timer{id = "Cell 4"; name = "Cell 4"; pixel_y = -32},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aki" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig) -"akj" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"akk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/brig) -"akl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"akm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"akn" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"ako" = (/turf/open/floor/plasteel,/area/security/courtroom) -"akp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"akq" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) -"akr" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"aks" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"akt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing) -"aku" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"akv" = (/obj/machinery/door/airlock/security/glass{name = "Evidence Storage"; req_access_txt = "63"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akw" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akx" = (/obj/machinery/door/window/brigdoor/security/cell{id = "Cell 1"; name = "Cell 1"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"aky" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akz" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall,/area/security/brig) -"akA" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akB" = (/obj/machinery/door/window/brigdoor/security/cell{id = "Cell 2"; name = "Cell 2"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akC" = (/obj/machinery/door/window/brigdoor/security/cell{id = "Cell 3"; name = "Cell 3"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akD" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akE" = (/obj/machinery/door/airlock/security/glass{name = "Brig Desk"; req_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/security/brig) -"akF" = (/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/security/brig) -"akG" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/security/glass{bound_width = 64; doorOpen = 'sound/machines/bigairlockopen.ogg'; icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; id_tag = "innerbrig"; name = "Brig"; note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; req_access_txt = "63"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akH" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"akI" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akJ" = (/obj/machinery/door/window/brigdoor/security/cell{id = "Cell 4"; name = "Cell 4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"akK" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"akL" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"akM" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"akN" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/security/courtroom) -"akO" = (/obj/structure/table/wood,/obj/item/folder/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"akP" = (/obj/structure/chair{dir = 8; name = "Defense"},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"akQ" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/security/courtroom) -"akR" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/fore) -"akS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"akT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/fore) -"akU" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"; req_access_txt = "2"; shuttledocked = 1},/turf/open/floor/plating,/area/security/processing) -"akV" = (/turf/open/floor/plating,/area/security/processing) -"akW" = (/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/plating,/area/security/processing) -"akX" = (/turf/open/floor/plasteel,/area/security/processing) -"akY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing) -"akZ" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/processing) -"ala" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"alb" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"alc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_x = -25; pixel_y = -2; prison_radio = 1},/turf/open/floor/plasteel,/area/security/brig) -"ald" = (/turf/open/floor/plasteel,/area/security/brig) -"ale" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"alf" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_x = -25; pixel_y = -2; prison_radio = 1},/turf/open/floor/plasteel,/area/security/brig) -"alg" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/brig) -"alh" = (/obj/machinery/button/door{id = "briggate"; name = "Desk Shutters"; pixel_x = -26; pixel_y = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/button/flasher{id = "brigentry"; pixel_x = -28; pixel_y = -8},/turf/open/floor/plasteel/dark,/area/security/brig) -"ali" = (/obj/machinery/computer/secure_data,/turf/open/floor/plasteel/dark,/area/security/brig) -"alj" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/eastleft{name = "Brig Desk"; req_access_txt = "1"},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/plasteel/dark,/area/security/brig) -"alk" = (/obj/machinery/flasher{id = "brigentry"; pixel_x = 28},/turf/open/floor/plasteel,/area/security/brig) -"all" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/brig) -"alm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/machinery/flasher{id = "Cell 4"; pixel_x = 28},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"aln" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"alo" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"alp" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"alq" = (/obj/item/beacon,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"alr" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"als" = (/obj/structure/chair{dir = 8; name = "Defense"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/security/courtroom) -"alt" = (/turf/closed/wall,/area/maintenance/starboard/fore) -"alu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"alv" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port/fore) -"alw" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Port Bow Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"alx" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"aly" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"alz" = (/turf/closed/wall,/area/maintenance/port/fore) -"alA" = (/obj/effect/decal/cleanable/vomit,/turf/open/floor/plating,/area/maintenance/port/fore) -"alB" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/port/fore) -"alC" = (/obj/item/cigbutt/cigarbutt,/obj/effect/decal/cleanable/blood/old,/turf/open/floor/plating,/area/maintenance/port/fore) -"alD" = (/obj/machinery/computer/shuttle/labor{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"alE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"alF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"alG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/processing) -"alH" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"alI" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"alJ" = (/obj/structure/bed,/obj/item/bedsheet,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/flasher{id = "Cell 1"; pixel_x = -28},/turf/open/floor/plasteel,/area/security/brig) -"alK" = (/obj/structure/closet/secure_closet/brig{id = "Cell 1"; name = "Cell 1 Locker"},/turf/open/floor/plasteel,/area/security/brig) -"alL" = (/obj/structure/bed,/obj/item/bedsheet,/obj/machinery/flasher{id = "Cell 2"; pixel_x = -28},/turf/open/floor/plasteel,/area/security/brig) -"alM" = (/obj/structure/closet/secure_closet/brig{id = "Cell 2"; name = "Cell 2 Locker"},/turf/open/floor/plasteel,/area/security/brig) -"alN" = (/obj/structure/bed,/obj/item/bedsheet,/obj/machinery/flasher{id = "Cell 3"; pixel_x = -28},/turf/open/floor/plasteel,/area/security/brig) -"alO" = (/obj/structure/closet/secure_closet/brig{id = "Cell 3"; name = "Cell 3 Locker"},/turf/open/floor/plasteel,/area/security/brig) -"alP" = (/obj/machinery/light/small{dir = 8},/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "outerbrig"; name = "Brig Exterior Doors Control"; normaldoorcontrol = 1; pixel_x = -26; pixel_y = -5; req_access_txt = "63"},/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "innerbrig"; name = "Brig Interior Doors Control"; normaldoorcontrol = 1; pixel_x = -26; pixel_y = 5; req_access_txt = "63"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/security/brig) -"alQ" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/plasteel/dark,/area/security/brig) -"alR" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/eastright{name = "Brig Desk"; req_access_txt = "2"},/obj/item/restraints/handcuffs,/obj/item/radio/off,/turf/open/floor/plasteel/dark,/area/security/brig) -"alS" = (/obj/machinery/door/airlock/public/glass{dir = 4; name = "Cryogenics "},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/cryopod) -"alT" = (/obj/structure/closet/secure_closet/brig{id = "Cell 4"; name = "Cell 4 Locker"},/turf/open/floor/plasteel,/area/security/brig) -"alU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/security/brig) -"alV" = (/obj/structure/bed,/obj/item/bedsheet,/obj/item/radio/intercom{desc = "Talk through this. It looks like it has been modified to not broadcast."; dir = 2; name = "Prison Intercom (General)"; pixel_x = 25; pixel_y = -2; prison_radio = 1},/turf/open/floor/plasteel,/area/security/brig) -"alW" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/courtroom) -"alX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/courtroom) -"alY" = (/obj/machinery/door/airlock/public/glass{name = "Courtroom"; req_access_txt = "42"},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"alZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/security/courtroom) -"ama" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"amb" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"amc" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"amd" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"ame" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"amf" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"amg" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 2},/turf/open/floor/plating,/area/maintenance/port/fore) -"amh" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plating,/area/maintenance/port/fore) -"ami" = (/turf/open/floor/plating,/area/maintenance/port/fore) -"amj" = (/obj/structure/bed,/obj/effect/landmark/xeno_spawn,/obj/item/bedsheet,/turf/open/floor/plating,/area/maintenance/port/fore) -"amk" = (/obj/machinery/computer/slot_machine{balance = 15; money = 500},/obj/item/coin/iron,/obj/item/coin/diamond,/obj/item/coin/diamond,/obj/item/coin/diamond,/turf/open/floor/plating,/area/maintenance/port/fore) -"aml" = (/obj/structure/chair{dir = 1},/obj/item/toy/sword,/turf/open/floor/plating,/area/maintenance/port/fore) -"amm" = (/obj/structure/chair{dir = 1},/obj/structure/noticeboard{dir = 8; pixel_x = 27},/obj/item/trash/plate,/turf/open/floor/plating,/area/maintenance/port/fore) -"amn" = (/obj/structure/sign/warning/docking,/turf/closed/wall,/area/security/processing) -"amo" = (/obj/machinery/door/airlock/security/glass{name = "Prisoner Processing"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/processing) -"amp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) -"amq" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"amr" = (/obj/machinery/light,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"ams" = (/obj/structure/closet{name = "Evidence Closet"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"amt" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "Secure Gate"; name = "brig shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"amu" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "Secure Gate"; name = "brig shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"amv" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall/r_wall,/area/security/brig) -"amw" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/southleft{name = "Brig Desk"; req_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/security/brig) -"amx" = (/obj/structure/table/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "briggate"; name = "security shutters"},/obj/machinery/door/window/southleft{base_state = "right"; icon_state = "right"; name = "Brig Desk"; req_access_txt = "1"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/security/brig) -"amy" = (/obj/machinery/door/poddoor/preopen{id = "briggate"; name = "security blast door"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/brig) -"amz" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/security/glass{bound_width = 64; doorOpen = 'sound/machines/bigairlockopen.ogg'; icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; id_tag = "outerbrig"; name = "Brig"; note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; req_access_txt = "63"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/brig) -"amA" = (/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/brig) -"amB" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"amC" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/security/courtroom) -"amD" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/security/courtroom) -"amE" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{dir = 8; name = "Courtroom APC"; areastring = "/area/security/courtroom"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"amF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"amG" = (/obj/machinery/light/small{dir = 4},/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"amH" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"amI" = (/turf/open/floor/plating,/area/maintenance/starboard/fore) -"amJ" = (/turf/closed/wall,/area/construction/mining/aux_base) -"amK" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "Port Bow Solar APC"; areastring = "/area/maintenance/solars/port/fore"; pixel_x = -25; pixel_y = 3},/obj/machinery/camera{c_tag = "Fore Port Solar Control"; dir = 1},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"amL" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"amM" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"amN" = (/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"amO" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/port/fore) -"amP" = (/obj/machinery/door/airlock/maintenance/abandoned{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore) -"amQ" = (/obj/item/trash/sosjerky,/turf/open/floor/plating,/area/maintenance/port/fore) -"amR" = (/obj/item/electronics/airalarm,/obj/item/circuitboard/machine/seed_extractor,/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"amS" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"amT" = (/obj/item/cigbutt,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"amU" = (/obj/machinery/gulag_item_reclaimer{pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/security/processing) -"amV" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/processing) -"amW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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/processing) -"amX" = (/obj/machinery/button/door{desc = "A remote control switch for the exit."; id = "laborexit"; name = "exit button"; normaldoorcontrol = 1; pixel_x = 26; pixel_y = -6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/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/processing) -"amY" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"amZ" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"ana" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anb" = (/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anc" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"and" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"ane" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/security/courtroom) -"anf" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ang" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"anh" = (/obj/machinery/door/airlock/external{req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"ani" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"anj" = (/turf/open/floor/plating,/area/construction/mining/aux_base) -"ank" = (/obj/machinery/door/airlock/engineering{name = "Port Bow Solar Access"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/port/fore) -"anl" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/maintenance/solars/port/fore) -"anm" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"ann" = (/obj/effect/decal/cleanable/egg_smudge,/turf/open/floor/plating,/area/maintenance/port/fore) -"ano" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) -"anp" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 5; id = "laborcamp_home"; name = "fore bay 1"; roundstart_template = /datum/map_template/shuttle/labour/box; width = 9},/turf/open/space/basic,/area/space) -"anq" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"; shuttledocked = 1},/turf/open/floor/plating,/area/security/processing) -"anr" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Labor Camp Shuttle Airlock"},/turf/open/floor/plating,/area/security/processing) -"ans" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{dir = 4; id_tag = "laborexit"; name = "Labor Shuttle"; req_access_txt = "63"},/turf/open/floor/plasteel,/area/security/processing) -"ant" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anv" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Courtroom"},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"any" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"anz" = (/obj/machinery/light/small,/turf/open/floor/plasteel/dark,/area/security/courtroom) -"anA" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"anB" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/camera{c_tag = "Courtroom South"; dir = 1},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"anC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"anD" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"anE" = (/obj/structure/disposalpipe/segment,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"anF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"anG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore/secondary) -"anH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/fore/secondary) -"anI" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/fore) -"anJ" = (/obj/machinery/power/solar_control{id = "auxsolareast"; name = "Starboard Bow Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"anK" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"anL" = (/obj/structure/rack,/obj/item/clothing/mask/gas,/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/item/multitool,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"anM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/construction/mining/aux_base) -"anN" = (/obj/machinery/camera{c_tag = "Fore Port Solar Access"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"anO" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/fore) -"anP" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"anQ" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"anR" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/port/fore) -"anS" = (/obj/structure/rack,/obj/item/circuitboard/machine/monkey_recycler,/turf/open/floor/plating,/area/maintenance/port/fore) -"anT" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/processing) -"anU" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/security/processing) -"anV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"anW" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/camera{c_tag = "Labor Shuttle Dock South"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"anX" = (/obj/machinery/light{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/processing) -"anY" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"anZ" = (/obj/machinery/camera{c_tag = "Fore Primary Hallway West"; dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aob" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA"; location = "Security"},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoc" = (/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aod" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoe" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aof" = (/obj/machinery/camera{c_tag = "Fore Primary Hallway East"; dir = 1},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aog" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoh" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoi" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoj" = (/obj/structure/table,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"aok" = (/obj/structure/table,/obj/item/book/manual/wiki/security_space_law{pixel_x = -3; pixel_y = 5},/turf/open/floor/plasteel/dark,/area/security/courtroom) -"aol" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aom" = (/obj/machinery/light/small{dir = 8},/obj/structure/chair/stool{pixel_y = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aon" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Air Out"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoo" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aop" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aoq" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/terminal,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"aor" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aos" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aot" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plating,/area/construction/mining/aux_base) -"aou" = (/obj/structure/closet/toolcloset,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aov" = (/obj/structure/closet/toolcloset,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aow" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aox" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port/fore) -"aoy" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aoz" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"aoA" = (/obj/structure/bed,/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/port/fore) -"aoB" = (/turf/open/space,/area/space) -"aoC" = (/turf/open/floor/plasteel/airless,/area/space/nearstation) -"aoD" = (/obj/structure/table,/obj/item/stamp,/obj/item/poster/random_official,/turf/open/floor/plating,/area/maintenance/port/fore) -"aoE" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/fore) -"aoF" = (/obj/structure/plasticflaps,/turf/open/floor/plating,/area/security/processing) -"aoG" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "2"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"aoH" = (/turf/closed/wall,/area/security/vacantoffice/b) -"aoI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/abandoned{name = "Vacant Office B"; req_access_txt = "32"},/turf/open/floor/plating,/area/security/vacantoffice/b) -"aoJ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aoK" = (/turf/closed/wall,/area/lawoffice) -"aoL" = (/obj/machinery/door/airlock{name = "Law Office"; req_access_txt = "38"},/turf/open/floor/plasteel,/area/lawoffice) -"aoM" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoN" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoO" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aoP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/fore/secondary) -"aoQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall,/area/maintenance/fore/secondary) -"aoR" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fore/secondary) -"aoS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/security/courtroom) -"aoT" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoU" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoW" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{dir = 1; name = "Fore Maintenance APC"; areastring = "/area/maintenance/fore/secondary"; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoY" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aoZ" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apa" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apb" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "Air In"},/obj/effect/landmark/blobstart,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apc" = (/obj/item/wrench,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apd" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "Starboard Bow Solar APC"; areastring = "/area/maintenance/solars/starboard/fore"; pixel_x = -25; pixel_y = 3},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"ape" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"apf" = (/obj/machinery/camera{c_tag = "Fore Starboard Solars"; dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"apg" = (/turf/closed/wall/r_wall,/area/maintenance/starboard/fore) -"aph" = (/obj/structure/closet/wardrobe/mixed,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"api" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"apj" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"apk" = (/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"apl" = (/obj/machinery/computer/shuttle/mining{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"apm" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/fore) -"apn" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plasteel,/area/maintenance/port/fore) -"apo" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/maintenance/port/fore) -"app" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"apq" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/port/fore) -"apr" = (/obj/effect/landmark/carpspawn,/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"aps" = (/obj/item/paper/fluff/jobs/security/beepsky_mom,/turf/open/floor/plating,/area/security/processing) -"apt" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/fore) -"apu" = (/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice/b) -"apv" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/chair,/turf/open/floor/plating,/area/security/vacantoffice/b) -"apw" = (/turf/open/floor/plasteel,/area/security/vacantoffice/b) -"apx" = (/turf/open/floor/plating,/area/security/vacantoffice/b) -"apy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"apz" = (/obj/machinery/light_switch{pixel_x = -20},/obj/item/radio/intercom{pixel_y = 25},/turf/open/floor/wood,/area/lawoffice) -"apA" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/wood,/area/lawoffice) -"apB" = (/turf/open/floor/wood,/area/lawoffice) -"apC" = (/obj/structure/rack,/obj/item/storage/briefcase,/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/wood,/area/lawoffice) -"apD" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"apE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/fore/secondary) -"apF" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apJ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apK" = (/obj/machinery/power/apc{dir = 2; name = "Dormitory APC"; areastring = "/area/crew_quarters/dorms"; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apL" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apM" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apN" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apO" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apP" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/light/small{dir = 4},/obj/machinery/power/apc{dir = 2; name = "Fitness Room APC"; areastring = "/area/crew_quarters/fitness"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apQ" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/internals/oxygen,/obj/item/clothing/mask/gas,/obj/item/extinguisher,/obj/item/clothing/head/hardhat/red,/obj/item/clothing/glasses/meson,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apR" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"apS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"apT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"apU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"apV" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"apW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/engineering{name = "Starboard Bow Solar Access"; req_access_txt = "10"},/turf/open/floor/plating,/area/maintenance/solars/starboard/fore) -"apX" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/fore) -"apY" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"apZ" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqa" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqb" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqc" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqd" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqe" = (/obj/effect/decal/cleanable/cobweb,/obj/item/coin/gold,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqf" = (/obj/machinery/computer/slot_machine{balance = 15; money = 500},/obj/item/coin/iron,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqg" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqh" = (/obj/docking_port/stationary{area_type = /area/construction/mining/aux_base; dheight = 4; dir = 8; dwidth = 4; height = 9; id = "aux_base_zone"; name = "aux base zone"; roundstart_template = /datum/map_template/shuttle/aux_base/default; width = 9},/turf/open/floor/plating,/area/construction/mining/aux_base) -"aqi" = (/obj/docking_port/stationary/public_mining_dock{dir = 8},/turf/open/floor/plating,/area/construction/mining/aux_base) -"aqj" = (/obj/machinery/door/airlock/external{name = "Construction Zone"},/turf/open/floor/plating,/area/construction/mining/aux_base) -"aqk" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/light{dir = 4},/obj/machinery/camera{c_tag = "Auxillary Base Construction"; dir = 8},/obj/machinery/computer/camera_advanced/base_construction{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aql" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/maintenance/port/fore) -"aqm" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) -"aqn" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 10},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/port/fore) -"aqo" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aqp" = (/obj/machinery/power/apc{dir = 1; name = "Port Bow Maintenance APC"; areastring = "/area/maintenance/port/fore"; pixel_x = -1; pixel_y = 26},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aqq" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/port/fore) -"aqr" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"aqs" = (/turf/open/floor/plating,/area/maintenance/fore) -"aqt" = (/obj/item/bedsheet/red,/mob/living/simple_animal/bot/secbot/beepsky{name = "Officer Beepsky"},/turf/open/floor/plating,/area/security/processing) -"aqu" = (/obj/machinery/light/small{dir = 4},/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/potato{name = "\improper Beepsky's emergency battery"},/turf/open/floor/plating,/area/security/processing) -"aqv" = (/obj/machinery/power/apc{dir = 8; name = "Labor Shuttle Dock APC"; areastring = "/area/security/processing"; pixel_x = -24},/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/fore) -"aqw" = (/obj/structure/table/wood,/obj/item/pen,/turf/open/floor/plating,/area/security/vacantoffice/b) -"aqx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/table/wood,/obj/item/flashlight/lamp,/turf/open/floor/plating,/area/security/vacantoffice/b) -"aqy" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/security/vacantoffice/b) -"aqz" = (/obj/machinery/light{dir = 8},/obj/machinery/requests_console{department = "Law office"; pixel_x = -32},/obj/machinery/vending/wardrobe/law_wardrobe,/turf/open/floor/wood,/area/lawoffice) -"aqA" = (/obj/structure/table/wood,/obj/item/book/manual/wiki/security_space_law,/obj/item/book/manual/wiki/security_space_law,/obj/item/pen/red,/turf/open/floor/wood,/area/lawoffice) -"aqB" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/lawoffice) -"aqC" = (/obj/machinery/door/poddoor/preopen{id = "lawyer_blast"; name = "privacy door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/lawoffice) -"aqD" = (/turf/closed/wall,/area/crew_quarters/dorms) -"aqE" = (/obj/machinery/door/airlock/maintenance{name = "Dormitories Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aqF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/dorms) -"aqG" = (/turf/closed/wall,/area/crew_quarters/fitness) -"aqH" = (/obj/machinery/door/airlock/maintenance{name = "Fitness Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"aqI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/crew_quarters/fitness) -"aqJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"aqK" = (/turf/open/floor/engine{name = "Holodeck Projector Floor"},/area/holodeck/rec_center) -"aqL" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqM" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance{lootcount = 8; name = "8maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqN" = (/obj/machinery/power/apc{dir = 1; name = "Starboard Bow Maintenance APC"; areastring = "/area/maintenance/starboard/fore"; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqO" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqP" = (/obj/machinery/light/small{dir = 1},/obj/machinery/camera{c_tag = "Fore Starboard Solar Access"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqQ" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqR" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqS" = (/obj/structure/table,/obj/item/pen,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqT" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqU" = (/obj/item/coin/gold,/obj/item/coin/iron,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqV" = (/obj/structure/closet,/obj/item/coin/iron,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aqW" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aqX" = (/obj/structure/rack,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/item/assault_pod/mining,/obj/machinery/computer/security/telescreen/auxbase{dir = 8; pixel_x = 30},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"aqY" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/port/fore) -"aqZ" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 5},/turf/closed/wall,/area/maintenance/port/fore) -"ara" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) -"arb" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"arc" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"ard" = (/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/plating,/area/maintenance/port/fore) -"are" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"arf" = (/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{dir = 9},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/port/fore) -"arg" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"arh" = (/obj/structure/closet/crate{icon_state = "crateopen"},/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"ari" = (/obj/machinery/monkey_recycler,/obj/item/reagent_containers/food/snacks/monkeycube,/obj/item/reagent_containers/food/snacks/monkeycube,/turf/open/floor/plating,/area/maintenance/port/fore) -"arj" = (/turf/closed/wall,/area/maintenance/fore) -"ark" = (/obj/structure/rack,/turf/open/floor/plasteel,/area/security/vacantoffice/b) -"arl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/security/vacantoffice/b) -"arm" = (/obj/structure/table/wood,/turf/open/floor/plating,/area/security/vacantoffice/b) -"arn" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plating,/area/security/vacantoffice/b) -"aro" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/lawoffice) -"arp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/filingcabinet/employment,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/wood,/area/lawoffice) -"arq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/lawoffice) -"arr" = (/obj/structure/table/wood,/obj/item/folder/blue,/obj/item/folder/blue,/obj/item/folder/blue,/obj/item/folder/blue,/obj/item/stamp/law,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/lawoffice) -"ars" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/lawyer,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/wood,/area/lawoffice) -"art" = (/obj/machinery/status_display{pixel_x = 32},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aru" = (/obj/structure/table,/obj/machinery/light/small{dir = 8},/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arv" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arw" = (/obj/structure/bed,/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/button/door{id = "Dorm4"; name = "Dorm Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/dorms) -"ary" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"arz" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"arA" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/decal/cleanable/semen,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arB" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arC" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/closet/secure_closet/personal/cabinet,/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arD" = (/obj/structure/dresser,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arE" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/closet/secure_closet/personal/cabinet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"arF" = (/obj/structure/disposalpipe/junction/flip{dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arG" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/disposal/bin,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arH" = (/obj/structure/closet/athletic_mixed,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arI" = (/obj/structure/closet/boxinggloves,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/item/clothing/shoes/jackboots,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arJ" = (/obj/machinery/camera{c_tag = "Fitness Room"},/obj/structure/closet/masks,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arK" = (/obj/structure/closet/lasertag/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arL" = (/obj/structure/closet/lasertag/red,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arM" = (/obj/machinery/vr_sleeper,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"arN" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arO" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arP" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arQ" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arR" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arS" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arT" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/donut,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"arU" = (/turf/closed/wall,/area/maintenance/department/electrical) -"arV" = (/turf/closed/wall,/area/space/nearstation) -"arW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"arX" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"arY" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/fore) -"arZ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) -"asa" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"asb" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"asc" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"asd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"ase" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/port/fore) -"asf" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/fore) -"asg" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/fore) -"ash" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/fore) -"asi" = (/obj/structure/chair/stool,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore) -"asj" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fore) -"ask" = (/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plating,/area/maintenance/fore) -"asl" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plating,/area/maintenance/fore) -"asm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/vacantoffice/b) -"asn" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plating,/area/security/vacantoffice/b) -"aso" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"asp" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Law Office Maintenance"; req_access_txt = "38"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"asq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/wood,/area/lawoffice) -"asr" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/lawyer,/turf/open/floor/wood,/area/lawoffice) -"ass" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"ast" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asu" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asw" = (/obj/machinery/door/airlock{dir = 4; id_tag = "Dorm4"; name = "Dorm 4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"asx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"asy" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"asz" = (/obj/structure/table/wood,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asB" = (/obj/structure/bed,/obj/machinery/button/door{id = "Dorm5"; name = "Cabin Bolt Control"; normaldoorcontrol = 1; pixel_y = -25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asC" = (/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asE" = (/obj/structure/bed,/obj/machinery/button/door{id = "Dorm6"; name = "Cabin Bolt Control"; normaldoorcontrol = 1; pixel_y = -25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"asF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"asG" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"asH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"asI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"asJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/vr_sleeper,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"asK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/crew_quarters/fitness) -"asL" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asM" = (/obj/structure/table,/obj/item/shard,/obj/item/shard{icon_state = "medium"},/obj/item/shard{icon_state = "small"},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asN" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asO" = (/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/starboard/fore) -"asP" = (/obj/machinery/button/door{id = "maint3"; name = "Blast Door Control C"; pixel_y = 24},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asQ" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asR" = (/obj/machinery/door/airlock/maintenance/abandoned{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"asS" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"asT" = (/obj/item/stack/rods/fifty,/obj/structure/rack,/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil{amount = 5},/obj/item/stack/sheet/mineral/plasma{amount = 10},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"asU" = (/obj/machinery/power/port_gen/pacman,/turf/open/floor/plating,/area/maintenance/department/electrical) -"asV" = (/obj/machinery/mech_bay_recharge_port,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"asW" = (/turf/open/floor/mech_bay_recharge_floor,/area/maintenance/department/electrical) -"asX" = (/obj/machinery/computer/mech_bay_power_console,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/circuit,/area/maintenance/department/electrical) -"asY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"asZ" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/rods/fifty,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"ata" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"atb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/fore) -"atc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) -"atd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/fore) -"ate" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/port/fore) -"atf" = (/turf/open/floor/plasteel/airless{icon_state = "damaged3"},/area/space/nearstation) -"atg" = (/obj/item/paper/crumpled,/turf/open/floor/plasteel/airless{icon_state = "damaged2"},/area/space/nearstation) -"ath" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/fore) -"ati" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/fore) -"atj" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"atk" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/fore) -"atl" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light,/turf/open/floor/plating,/area/security/vacantoffice/b) -"atm" = (/obj/machinery/camera{c_tag = "Vacant Office B"; dir = 1},/obj/structure/table/wood,/turf/open/floor/plasteel,/area/security/vacantoffice/b) -"atn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/vacantoffice/b) -"ato" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/lawoffice) -"atp" = (/obj/structure/table/wood,/obj/item/taperecorder,/obj/item/cartridge/lawyer,/turf/open/floor/wood,/area/lawoffice) -"atq" = (/obj/structure/table/wood,/obj/machinery/camera{c_tag = "Law Office"; dir = 1},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/computer/security/telescreen/prison{dir = 1; pixel_y = -27},/turf/open/floor/wood,/area/lawoffice) -"atr" = (/obj/machinery/photocopier,/obj/machinery/button/door{id = "lawyer_blast"; name = "Privacy Shutters"; pixel_x = 25; pixel_y = 8},/turf/open/floor/wood,/area/lawoffice) -"ats" = (/obj/machinery/power/apc{dir = 8; name = "Fore Primary Hallway APC"; areastring = "/area/hallway/primary/fore"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/camera{c_tag = "Fore Primary Hallway"; dir = 4},/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"att" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"atu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"atv" = (/obj/machinery/door/airlock{id_tag = "Dorm5"; name = "Cabin 1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/dorms) -"atw" = (/obj/machinery/door/airlock{id_tag = "Dorm6"; name = "Cabin 2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/dorms) -"atx" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aty" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atz" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Fitness Ring"},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"atA" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"atB" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"atC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atD" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Holodeck Door"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atF" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atG" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atH" = (/obj/machinery/camera{c_tag = "Holodeck"},/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"atI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"atJ" = (/obj/structure/lattice,/turf/open/space/basic,/area/space/nearstation) -"atK" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atL" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atM" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atN" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atO" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atP" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"atQ" = (/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"atR" = (/turf/open/floor/plating,/area/maintenance/department/electrical) -"atS" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"atT" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"atU" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"atV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"atW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"atX" = (/obj/structure/table,/obj/item/storage/box/lights/mixed,/obj/item/pipe_dispenser,/obj/machinery/button/door{id = "aux_base_shutters"; name = "Public Shutters Control"; pixel_x = 24; req_one_access_txt = "32;47;48"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"atY" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "Auxillary Base Construction APC"; areastring = "/area/construction/mining/aux_base"; pixel_x = -24},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"atZ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aua" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aub" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) -"auc" = (/obj/structure/mirror{icon_state = "mirror_broke"; pixel_y = 28},/obj/machinery/iv_drip,/turf/open/floor/plating,/area/maintenance/port/fore) -"aud" = (/obj/structure/frame/computer,/turf/open/floor/plating,/area/maintenance/port/fore) -"aue" = (/obj/structure/mirror{icon_state = "mirror_broke"; pixel_y = 28},/obj/item/shard{icon_state = "medium"},/obj/item/circuitboard/computer/operating,/turf/open/floor/plating,/area/maintenance/port/fore) -"auf" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/chair,/obj/item/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/port/fore) -"aug" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"auh" = (/obj/item/airlock_painter,/obj/structure/lattice,/obj/structure/closet,/turf/open/space,/area/space/nearstation) -"aui" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"auj" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore) -"auk" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/fore) -"aul" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/fore) -"aum" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Chemical Storage"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore) -"aun" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice/b) -"auo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice/b) -"aup" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/power/apc{dir = 8; name = "Vacant Office B APC"; areastring = "/area/security/vacantoffice/b"; pixel_x = -24},/turf/open/floor/plating,/area/maintenance/fore) -"auq" = (/obj/machinery/power/apc{dir = 1; name = "Law Office APC"; areastring = "/area/lawoffice"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/lawoffice) -"aur" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aus" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aut" = (/obj/structure/bed,/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/button/door{id = "Dorm3"; name = "Dorm Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"auu" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auw" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aux" = (/obj/machinery/requests_console{department = "Crew Quarters"; pixel_y = 30},/obj/machinery/camera{c_tag = "Dormitory North"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auy" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auB" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"auE" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/fitness) -"auF" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"auG" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"auH" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"auI" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"auJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"auK" = (/obj/machinery/computer/holodeck{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"auL" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"auM" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"auN" = (/obj/machinery/door/poddoor/preopen{id = "maint3"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"auO" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall,/area/maintenance/department/electrical) -"auP" = (/obj/machinery/power/apc{dir = 1; name = "Electrical Maintenance APC"; areastring = "/area/maintenance/department/electrical"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"auQ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"auR" = (/obj/structure/table,/obj/item/clothing/gloves/color/fyellow,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/multitool,/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"auS" = (/turf/closed/wall/r_wall,/area/hallway/secondary/entry) -"auT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/poddoor/shutters{id = "aux_base_shutters"; name = "Auxillary Base Shutters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"auU" = (/obj/machinery/door/airlock/engineering{name = "Auxillary Base Construction"; req_one_access_txt = "32;47;48"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/construction/mining/aux_base) -"auV" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"auW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/fore) -"auX" = (/obj/item/wrench,/turf/open/floor/plating,/area/maintenance/port/fore) -"auY" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/item/surgical_drapes,/turf/open/floor/plating,/area/maintenance/port/fore) -"auZ" = (/turf/open/floor/plasteel/airless{icon_state = "damaged5"},/area/space/nearstation) -"ava" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plating,/area/maintenance/port/fore) -"avb" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/fore) -"avc" = (/obj/machinery/light/small{dir = 4},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/fore) -"avd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/fore) -"ave" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/fore) -"avf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"avg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore) -"avh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"avi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall,/area/maintenance/fore) -"avj" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"avk" = (/obj/machinery/power/apc{dir = 1; name = "Fore Maintenance APC"; areastring = "/area/maintenance/fore"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"avl" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) -"avm" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"avn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"avo" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"avp" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"avq" = (/obj/effect/landmark/blobstart,/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"avr" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"avs" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore) -"avt" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"avu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"avv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"avw" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore/secondary) -"avx" = (/obj/machinery/door/airlock{dir = 4; id_tag = "Dorm3"; name = "Dorm 3"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avy" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avA" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avB" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/storage/pill_bottle/dice,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avC" = (/obj/structure/table/wood,/obj/item/storage/firstaid/regular,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avD" = (/obj/structure/table/wood,/obj/item/coin/silver,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/reagent_containers/rag/towel,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avE" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"avH" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Fitness"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avI" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avJ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avK" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"avL" = (/obj/effect/landmark/start/assistant,/obj/machinery/vr_sleeper,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avM" = (/obj/structure/table,/obj/item/paper/fluff/holodeck/disclaimer,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"avN" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avO" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avP" = (/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avQ" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avR" = (/obj/machinery/button/door{id = "maint2"; name = "Blast Door Control B"; pixel_x = -28; pixel_y = 4},/obj/machinery/button/door{id = "maint1"; name = "Blast Door Control A"; pixel_x = -28; pixel_y = -6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avS" = (/obj/structure/janitorialcart,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avT" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avU" = (/obj/structure/table/glass,/obj/item/pen,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avV" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avW" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avX" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"avY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical) -"avZ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical) -"awa" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical) -"awb" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plating,/area/maintenance/department/electrical) -"awc" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/department/electrical) -"awd" = (/obj/structure/table,/obj/machinery/light{dir = 4},/obj/item/wallframe/camera,/obj/item/wallframe/camera,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/turf/open/floor/plasteel,/area/maintenance/department/electrical) -"awe" = (/turf/closed/wall,/area/hallway/secondary/entry) -"awf" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/hallway/secondary/entry) -"awg" = (/obj/structure/sign/warning/pods,/turf/closed/wall,/area/hallway/secondary/entry) -"awh" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/entry) -"awi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/entry) -"awj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/entry) -"awk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"awl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"awm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"awn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/entry) -"awo" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/entry) -"awp" = (/obj/machinery/sleeper{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"awq" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/port/fore) -"awr" = (/obj/structure/table/glass,/obj/item/storage/bag/trash,/turf/open/floor/plating,/area/maintenance/port/fore) -"aws" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/maintenance/port/fore) -"awt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"awu" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore) -"awv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aww" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/fore) -"awx" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering/abandoned{dir = 4; name = "Electrical Maintenance"; req_access_txt = "11"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical) -"awy" = (/obj/structure/sign/warning/electricshock{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) -"awB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"awC" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awD" = (/obj/structure/sign/warning/electricshock{pixel_y = -32},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awE" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"awF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awG" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore) -"awH" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"awI" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/fore) -"awJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"awK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"awL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/storage/eva) -"awM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"awN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"awO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"awP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/fore/secondary) -"awQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"awR" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awS" = (/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awT" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awU" = (/obj/structure/table/wood,/obj/item/storage/crayons,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awV" = (/obj/structure/table/wood,/obj/item/paicard,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awW" = (/obj/structure/table/wood,/obj/item/toy/cards/deck{pixel_x = 2},/obj/item/clothing/mask/balaclava{pixel_x = -8; pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awX" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"awZ" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"axa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Fitness"},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axb" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axc" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axd" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"axe" = (/obj/structure/window/reinforced,/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"axf" = (/obj/machinery/door/window/eastright{base_state = "left"; icon_state = "left"; name = "Fitness Ring"},/obj/structure/window/reinforced,/turf/open/floor/plasteel/dark,/area/crew_quarters/fitness) -"axg" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Holodeck Door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"axk" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/crew_quarters/fitness) -"axl" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axm" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axn" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"axq" = (/obj/structure/sign/warning/electricshock,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/department/electrical) -"axr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/department/electrical) -"axs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/electrical) -"axt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plating,/area/maintenance/department/electrical) -"axu" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/maintenance/department/electrical) -"axv" = (/obj/docking_port/stationary/random{dir = 8; id = "pod_lavaland2"; name = "lavaland"},/turf/open/space,/area/space/nearstation) -"axw" = (/obj/docking_port/stationary{dir = 8; 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) -"axx" = (/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"axy" = (/turf/open/floor/plating,/area/hallway/secondary/entry) -"axz" = (/obj/machinery/door/airlock/external{dir = 4; name = "Escape Pod One"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plating,/area/hallway/secondary/entry) -"axA" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axB" = (/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axG" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"axI" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"axJ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"axK" = (/obj/structure/closet/wardrobe/white,/obj/item/clothing/shoes/jackboots,/obj/item/reagent_containers/blood/random,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plating,/area/maintenance/port/fore) -"axL" = (/obj/structure/table/glass,/obj/item/hemostat,/turf/open/floor/plating,/area/maintenance/port/fore) -"axM" = (/obj/structure/table/glass,/obj/item/restraints/handcuffs/cable/zipties,/obj/item/reagent_containers/blood/random,/turf/open/floor/plating,/area/maintenance/port/fore) -"axN" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/port/fore) -"axO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"axP" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/fore) -"axQ" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/fore) -"axR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"axS" = (/turf/closed/wall/r_wall,/area/maintenance/port/fore) -"axT" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"axU" = (/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/maintenance/fore) -"axV" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"axW" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"axX" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/fore) -"axY" = (/turf/closed/wall/r_wall,/area/maintenance/fore) -"axZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aya" = (/turf/closed/wall/r_wall,/area/gateway) -"ayb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"ayc" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"ayd" = (/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aye" = (/obj/structure/closet/crate/rcd,/obj/machinery/camera/motion{c_tag = "EVA Motion Sensor"},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"ayf" = (/obj/structure/rack,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/item/hand_labeler,/obj/item/flashlight,/obj/item/flashlight,/obj/item/flashlight,/obj/item/flashlight,/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"ayg" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/item/clothing/head/welding,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayh" = (/obj/machinery/power/apc{dir = 1; name = "EVA Storage APC"; areastring = "/area/ai_monitored/storage/eva"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayi" = (/obj/machinery/airalarm{pixel_y = 23},/obj/item/radio/off,/obj/item/assembly/timer,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayj" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"ayk" = (/obj/structure/table,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/screwdriver{pixel_y = 16},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"ayl" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aym" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/multitool,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayn" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/table,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayo" = (/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayp" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/storage/belt/utility,/obj/item/clothing/head/welding,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"ayq" = (/turf/closed/wall,/area/ai_monitored/storage/eva) -"ayr" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"ays" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"ayt" = (/obj/structure/bed,/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/button/door{id = "Dorm2"; name = "Dorm Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; specialfunctions = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet,/area/crew_quarters/dorms) -"ayu" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayw" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/turf_decal/tile/neutral{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayx" = (/obj/machinery/light,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayy" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayz" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"ayA" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayB" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayC" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayD" = (/obj/structure/table,/obj/item/storage/firstaid/regular,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayE" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayG" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/vr_sleeper,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"ayI" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/crew_quarters/fitness) -"ayJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"ayK" = (/turf/closed/wall,/area/hallway/secondary/service) -"ayL" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ayM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"ayN" = (/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayO" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayP" = (/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayQ" = (/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayR" = (/obj/machinery/light_switch{pixel_y = -25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayS" = (/obj/machinery/power/terminal,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"ayT" = (/obj/machinery/camera{c_tag = "Arrivals Escape Pod 2"; dir = 8},/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/entry) -"ayU" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/entry) -"ayV" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay 1"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"ayW" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ayX" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ayY" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"ayZ" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aza" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"azb" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"azc" = (/turf/closed/wall,/area/hydroponics/garden) -"azd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hydroponics/garden) -"aze" = (/obj/machinery/door/airlock/maintenance{name = "Garden Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"azf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port/fore) -"azg" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/space,/area/space/nearstation) -"azh" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/space,/area/space/nearstation) -"azi" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/fore) -"azj" = (/obj/machinery/gateway{dir = 9},/obj/effect/turf_decal/bot_white/right,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"azk" = (/obj/machinery/gateway{dir = 1},/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"azl" = (/obj/machinery/gateway{dir = 5},/obj/effect/turf_decal/bot_white/left,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"azm" = (/obj/machinery/door/airlock/atmos/abandoned{dir = 4; name = "Atmospherics Maintenance"; req_access_txt = "12;24"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/fore/secondary) -"azn" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/fore) -"azo" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/maintenance{dir = 4; name = "EVA Maintenance"; req_access_txt = "18"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/fore) -"azp" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azq" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azr" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azs" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{dir = 4; name = "EVA Storage"; req_access_txt = "18"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azv" = (/obj/structure/table,/obj/item/radio/off,/obj/item/radio/off,/obj/item/assembly/prox_sensor,/obj/item/assembly/prox_sensor,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"azw" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"azx" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"azy" = (/obj/machinery/door/airlock{dir = 4; id_tag = "Dorm2"; name = "Dorm 2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azz" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azA" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azB" = (/obj/machinery/light_switch{pixel_y = -25},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azC" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azD" = (/obj/structure/closet/wardrobe/pjs,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"azE" = (/obj/structure/closet/wardrobe/pjs,/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/crew_quarters/dorms) -"azF" = (/turf/closed/wall,/area/crew_quarters/toilet) -"azG" = (/obj/machinery/door/airlock{name = "Unisex Showers"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"azH" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/reagent_dispensers/water_cooler,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azI" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azK" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azL" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/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/crew_quarters/fitness) -"azN" = (/obj/machinery/camera{c_tag = "Fitness Room South"; dir = 1},/obj/machinery/vr_sleeper,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"azO" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{areastring = "/area/hallway/secondary/service"; dir = 1; name = "Service Hall APC"; pixel_y = 25},/turf/open/floor/plasteel,/area/hallway/secondary/service) -"azP" = (/obj/machinery/rnd/production/techfab/department/service,/turf/open/floor/plasteel,/area/hallway/secondary/service) -"azQ" = (/obj/structure/closet,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azR" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azS" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azT" = (/obj/machinery/door/poddoor/preopen{id = "maint2"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azU" = (/obj/structure/closet,/obj/effect/landmark/blobstart,/obj/effect/spawner/lootdrop/maintenance,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azV" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"azW" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"azX" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall,/area/maintenance/department/electrical) -"azY" = (/obj/machinery/computer/monitor{dir = 1; name = "backup power monitoring console"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/department/electrical) -"azZ" = (/obj/machinery/power/smes{charge = 0},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/department/electrical) -"aAa" = (/obj/structure/sign/warning/docking,/turf/closed/wall/r_wall,/area/hallway/secondary/entry) -"aAb" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/entry) -"aAc" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aAd" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aAe" = (/obj/machinery/camera{c_tag = "Arrivals Bay 1 North"; dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aAf" = (/obj/machinery/vending/coffee,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aAg" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aAh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aAi" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/power/apc{dir = 2; name = "Security Checkpoint APC"; areastring = "/area/security/checkpoint/auxiliary"; pixel_x = 1; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aAj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aAk" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAl" = (/obj/machinery/power/apc{dir = 4; name = "Garden APC"; areastring = "/area/hydroponics/garden"; pixel_x = 27; pixel_y = 2},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAm" = (/obj/machinery/hydroponics/soil,/turf/open/floor/grass,/area/hydroponics/garden) -"aAn" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/sink{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aAo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aAp" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aAq" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aAr" = (/obj/structure/sink{pixel_y = 30},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aAs" = (/obj/structure/cable{icon_state = "1-4"},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAt" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAu" = (/obj/machinery/power/apc{dir = 2; name = "Primary Tool Storage APC"; areastring = "/area/storage/primary"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aAx" = (/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) -"aAy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) -"aAz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) -"aAA" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aAB" = (/obj/machinery/gateway{dir = 8},/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aAC" = (/obj/machinery/gateway/centerstation,/turf/open/floor/plasteel/dark,/area/gateway) -"aAD" = (/obj/machinery/gateway{dir = 4},/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aAE" = (/obj/machinery/power/apc{dir = 8; name = "Gateway APC"; areastring = "/area/gateway"; pixel_x = -24; pixel_y = -1},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/fore) -"aAF" = (/obj/machinery/camera{c_tag = "EVA Maintenance"; dir = 8},/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aAG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aAH" = (/obj/structure/rack,/obj/machinery/light{dir = 8},/obj/item/tank/jetpack/carbondioxide/eva,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAI" = (/obj/structure/rack,/obj/item/tank/jetpack/carbondioxide/eva,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAJ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAK" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAM" = (/obj/structure/rack,/obj/item/clothing/shoes/magboots,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAN" = (/obj/structure/rack,/obj/item/clothing/shoes/magboots,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAO" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aAP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aAQ" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aAR" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aAS" = (/turf/closed/wall,/area/crew_quarters/cryopod) -"aAT" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aAU" = (/obj/machinery/shower{dir = 4},/obj/item/reagent_containers/rag/towel,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aAV" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aAW" = (/obj/machinery/shower{dir = 8},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aAX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aAY" = (/obj/item/clothing/under/rank/mailman,/obj/item/clothing/head/mailman,/obj/structure/closet,/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aAZ" = (/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aBa" = (/obj/structure/table,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aBb" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aBc" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay 1"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"aBd" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aBe" = (/turf/closed/wall,/area/security/checkpoint/auxiliary) -"aBf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/checkpoint/auxiliary) -"aBg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/checkpoint/auxiliary) -"aBh" = (/obj/machinery/door/airlock/maintenance{name = "Security Maintenance"; req_access_txt = "1"},/turf/open/floor/plating,/area/maintenance/port/fore) -"aBi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aBj" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aBk" = (/obj/item/seeds/apple,/obj/item/seeds/banana,/obj/item/seeds/cocoapod,/obj/item/seeds/grape,/obj/item/seeds/orange,/obj/item/seeds/sugarcane,/obj/item/seeds/wheat,/obj/item/seeds/watermelon,/obj/structure/table/glass,/obj/item/seeds/tower,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aBl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aBm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aBn" = (/turf/closed/wall,/area/storage/primary) -"aBo" = (/obj/machinery/door/airlock/maintenance{name = "Tool Storage Maintenance"; req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/fore) -"aBp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/storage/primary) -"aBq" = (/turf/closed/wall/r_wall,/area/storage/primary) -"aBr" = (/obj/machinery/computer/bank_machine,/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aBs" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aBt" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aBu" = (/obj/machinery/power/apc{dir = 1; name = "Vault APC"; areastring = "/area/ai_monitored/nuke_storage"; pixel_y = 25},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aBv" = (/obj/structure/filingcabinet,/obj/item/folder/documents,/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aBw" = (/obj/machinery/gateway{dir = 10},/obj/effect/turf_decal/bot_white/left,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aBx" = (/obj/machinery/gateway,/obj/structure/cable{icon_state = "0-2"},/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aBy" = (/obj/machinery/gateway{dir = 6},/obj/effect/turf_decal/bot_white/right,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aBz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/fore) -"aBA" = (/obj/machinery/requests_console{department = "EVA"; pixel_x = -32},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBC" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBD" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBE" = (/obj/structure/cable{icon_state = "2-8"},/obj/item/pen{desc = "Writes upside down!"; name = "astronaut pen"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBF" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBG" = (/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aBH" = (/obj/machinery/camera{c_tag = "EVA East"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aBI" = (/obj/machinery/cryopod{dir = 4},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aBJ" = (/obj/machinery/computer/cryopod{pixel_y = 26},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aBK" = (/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/cryopod,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aBL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window,/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/crew_quarters/cryopod) -"aBM" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBO" = (/obj/structure/urinal{pixel_y = 32},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBP" = (/obj/effect/landmark/xeno_spawn,/obj/item/bikehorn/rubberducky,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBQ" = (/obj/item/reagent_containers/food/drinks/shaker,/obj/item/gun/ballistic/revolver/doublebarrel,/obj/structure/table/wood,/obj/item/stack/spacecash/c10,/obj/item/stack/spacecash/c100,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aBR" = (/obj/machinery/vending/coffee,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aBS" = (/obj/machinery/shower{dir = 4},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aBT" = (/turf/closed/wall,/area/crew_quarters/theatre) -"aBU" = (/obj/machinery/reagentgrinder,/obj/structure/table/wood,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aBV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"aBW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"aBX" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/fitness) -"aBY" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aBZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCa" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCb" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aCc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/structure/table,/obj/item/kitchen/rollingpin,/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aCd" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCe" = (/obj/structure/grille/broken,/obj/structure/cable{icon_state = "1-8"},/obj/structure/window{dir = 4},/obj/structure/window,/turf/open/floor/plating{icon_state = "panelscorched"},/area/maintenance/starboard/fore) -"aCf" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/maintenance/starboard/fore) -"aCg" = (/obj/machinery/door/poddoor/preopen{id = "maint1"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCh" = (/obj/machinery/door/poddoor/preopen{id = "maint1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/fore) -"aCj" = (/obj/structure/girder,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCk" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCl" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCm" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCo" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCp" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCq" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCr" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aCs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/chapel/main) -"aCt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aCu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aCv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aCw" = (/turf/closed/wall,/area/chapel/main) -"aCx" = (/obj/machinery/camera{c_tag = "Arrivals North"; dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aCy" = (/obj/structure/closet/secure_closet/security,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/reagent_dispensers/peppertank{pixel_y = 30},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/item/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCA" = (/obj/machinery/computer/security{pixel_y = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCB" = (/obj/machinery/computer/card{pixel_y = 8},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCC" = (/obj/machinery/computer/secure_data{pixel_y = 8},/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCD" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aCE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aCF" = (/turf/open/floor/plasteel,/area/hydroponics/garden) -"aCG" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aCH" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel,/area/storage/primary) -"aCI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"aCJ" = (/obj/structure/table,/obj/item/wirecutters,/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/storage/primary) -"aCK" = (/obj/structure/table,/obj/item/t_scanner,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/storage/primary) -"aCL" = (/obj/structure/table,/obj/item/assembly/igniter{pixel_x = -8; pixel_y = -4},/obj/item/assembly/igniter,/obj/item/screwdriver{pixel_y = 16},/obj/machinery/camera{c_tag = "Primary Tool Storage"},/obj/machinery/requests_console{department = "Tool Storage"; departmentType = 0; pixel_y = 30},/turf/open/floor/plasteel,/area/storage/primary) -"aCM" = (/obj/structure/table,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/obj/item/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/item/multitool,/obj/item/multitool{pixel_x = 4},/turf/open/floor/plasteel,/area/storage/primary) -"aCN" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light_switch{pixel_y = 28},/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/storage/primary) -"aCO" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary) -"aCP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"aCQ" = (/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/storage/primary) -"aCR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/effect/turf_decal/bot_white/right,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aCS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aCT" = (/obj/machinery/nuclearbomb/selfdestruct,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aCU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aCV" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/bot_white/left,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aCW" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/plasteel/dark,/area/gateway) -"aCX" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/plasteel/dark,/area/gateway) -"aCY" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/plasteel/dark,/area/gateway) -"aCZ" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 10},/turf/open/floor/plasteel/dark,/area/gateway) -"aDa" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 2},/turf/open/floor/plasteel/dark,/area/gateway) -"aDb" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aDc" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDd" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDe" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDf" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDg" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/machinery/light,/obj/machinery/camera{c_tag = "EVA Storage"; dir = 1},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDh" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDi" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aDj" = (/obj/machinery/door/airlock/command{name = "Command Tool Storage"; req_access_txt = "19"},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aDk" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/command{name = "Command Tool Storage"; req_access_txt = "19"},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aDl" = (/obj/machinery/cryopod{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aDm" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aDn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aDo" = (/obj/machinery/door/airlock/public/glass{dir = 4; name = "Cryogenics "},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/cryopod) -"aDp" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/machinery/camera{c_tag = "Dormitory South"; dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aDq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet) -"aDr" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDs" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDu" = (/obj/machinery/door/airlock{dir = 4; name = "Unisex Showers"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDw" = (/obj/machinery/light/small,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDx" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet) -"aDy" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aDz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aDA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/fitness) -"aDB" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aDC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail{dir = 2; sortType = 18},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aDD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aDE" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDF" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDH" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aDJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/table,/obj/item/shovel/spade,/turf/open/floor/plasteel,/area/hallway/secondary/service) -"aDK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDM" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDN" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDO" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDP" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDS" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/power/apc{dir = 2; name = "Chapel APC"; areastring = "/area/chapel/main"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aDV" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/fore) -"aDW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aDX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aDY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aDZ" = (/obj/machinery/door/window{dir = 8; name = "Mass Driver"; req_access_txt = "22"},/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) -"aEa" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/chapel/main) -"aEb" = (/obj/machinery/door/poddoor{id = "chapelgun"; name = "Chapel Launcher Door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/chapel/main) -"aEc" = (/obj/machinery/power/apc{dir = 4; name = "Entry Hall APC"; areastring = "/area/hallway/secondary/entry"; pixel_x = 24},/obj/structure/cable,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aEd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEg" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEi" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aEj" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/snacks/grown/wheat,/obj/item/reagent_containers/food/snacks/grown/watermelon,/obj/item/reagent_containers/food/snacks/grown/watermelon,/obj/item/reagent_containers/food/snacks/grown/watermelon,/obj/item/reagent_containers/food/snacks/grown/citrus/orange,/obj/item/reagent_containers/food/snacks/grown/grapes,/obj/item/reagent_containers/food/snacks/grown/cocoapod,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aEk" = (/obj/machinery/door/airlock{dir = 4; name = "Garden"},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aEl" = (/turf/open/floor/plasteel,/area/storage/primary) -"aEm" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/primary) -"aEn" = (/obj/effect/turf_decal/bot_white/right,/obj/structure/closet/crate/goldcrate,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aEo" = (/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aEp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/nuke_storage) -"aEq" = (/obj/effect/turf_decal/bot_white/left,/obj/structure/closet/crate/silvercrate,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aEr" = (/obj/machinery/camera{c_tag = "Gateway"; dir = 4},/obj/structure/table,/obj/structure/sign/warning/biohazard{pixel_x = -32},/obj/item/storage/firstaid/regular,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway) -"aEs" = (/obj/structure/table,/obj/item/paper/pamphlet/gateway,/turf/open/floor/plasteel,/area/gateway) -"aEt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway) -"aEu" = (/obj/structure/table,/obj/item/radio/off{pixel_y = 6},/obj/item/radio/off{pixel_x = 6; pixel_y = 4},/obj/item/radio/off{pixel_x = -6; pixel_y = 4},/obj/item/radio/off,/turf/open/floor/plasteel,/area/gateway) -"aEv" = (/obj/structure/table,/obj/machinery/recharger,/obj/structure/sign/warning/biohazard{pixel_x = 32},/turf/open/floor/plasteel,/area/gateway) -"aEw" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aEx" = (/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aEy" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "EVA Storage"; req_access_txt = "18"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aEz" = (/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/storage/eva) -"aEA" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/storage/eva) -"aEB" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aEC" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aED" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aEE" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aEF" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aEG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aEH" = (/obj/machinery/door/airlock{dir = 4; name = "Unisex Restrooms"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aEI" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aEJ" = (/obj/machinery/power/apc{dir = 4; name = "Dormitory Bathrooms APC"; areastring = "/area/crew_quarters/toilet"; pixel_x = 26},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aEK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet) -"aEL" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall,/area/crew_quarters/toilet) -"aEM" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/light/small{dir = 8},/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aEN" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/gateway) -"aEO" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aEP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEQ" = (/obj/machinery/door/airlock{name = "Service Hall"; req_one_access_txt = "25;26;35;28"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/hallway/secondary/service) -"aER" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hallway/secondary/service) -"aES" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall,/area/hallway/secondary/service) -"aET" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEU" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/space,/area/space/nearstation) -"aEX" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEY" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aEZ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aFa" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aFb" = (/turf/closed/wall,/area/library) -"aFc" = (/turf/closed/wall,/area/chapel/office) -"aFd" = (/obj/machinery/power/apc{dir = 2; name = "Chapel Office APC"; areastring = "/area/chapel/office"; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/chapel/office) -"aFe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aFf" = (/turf/open/floor/plasteel/dark,/area/chapel/main) -"aFg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aFh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/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},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aFi" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aFj" = (/obj/machinery/camera{c_tag = "Security Checkpoint"; dir = 1},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/light_switch{pixel_x = 6; pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFk" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFl" = (/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFm" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFn" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFo" = (/obj/item/radio/off,/obj/item/crowbar,/obj/item/assembly/flash/handheld,/obj/structure/table,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aFp" = (/obj/structure/table/glass,/obj/item/cultivator,/obj/item/hatchet,/obj/item/crowbar,/obj/item/plant_analyzer,/obj/item/reagent_containers/glass/bucket,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aFq" = (/obj/machinery/camera{c_tag = "Garden"; dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aFr" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 2; pixel_y = -2},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/screwdriver{pixel_y = 16},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"aFs" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"aFt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/storage/primary) -"aFu" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/primary) -"aFv" = (/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"aFw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"aFx" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/storage/primary) -"aFy" = (/obj/effect/turf_decal/bot_white/right,/obj/machinery/ore_silo,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aFz" = (/obj/machinery/light,/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aFA" = (/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aFB" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/camera/motion{c_tag = "Vault"; dir = 1; network = list("vault")},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aFC" = (/obj/structure/safe,/obj/item/clothing/head/bearpelt,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/gun/ballistic/revolver/russian,/obj/item/ammo_box/a357,/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,/obj/effect/turf_decal/bot_white/left,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aFD" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aFE" = (/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway) -"aFF" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/gateway) -"aFG" = (/turf/open/floor/plasteel,/area/gateway) -"aFH" = (/obj/machinery/vending/wardrobe/bar_wardrobe,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aFI" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aFJ" = (/obj/structure/table,/obj/item/stack/sheet/rglass{amount = 50},/obj/item/stack/sheet/rglass{amount = 50},/obj/item/stack/rods/fifty,/obj/item/stack/rods/fifty,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aFK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aFL" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aFM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aFN" = (/obj/item/stack/sheet/plasteel{amount = 10},/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aFO" = (/obj/machinery/light{dir = 8},/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aFP" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/rglass{amount = 50},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aFQ" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aFR" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/fore) -"aFS" = (/obj/machinery/power/apc/auto_name/south,/obj/structure/cable,/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aFT" = (/obj/machinery/cryopod{dir = 1},/turf/open/floor/carpet,/area/crew_quarters/cryopod) -"aFU" = (/obj/effect/spawner/structure/window,/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/crew_quarters/cryopod) -"aFV" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aFW" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aFX" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aFY" = (/obj/structure/closet/secure_closet/bar{req_access_txt = "25"},/obj/structure/disposalpipe/segment,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aFZ" = (/obj/machinery/light/small{dir = 8},/obj/machinery/recharge_station,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aGa" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks{dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/wood,/area/crew_quarters/bar) -"aGb" = (/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/cable_coil,/obj/item/flashlight/lamp,/obj/item/flashlight/lamp/green,/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aGc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/fitness) -"aGd" = (/obj/machinery/power/apc{name = "Bar APC"; dir = 2; pixel_y = -24; areastring = "/area/crew_quarters/bar"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/disposalpipe/segment,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aGe" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aGf" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"aGg" = (/obj/structure/disposalpipe/junction{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGh" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aGi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGj" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 19},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGk" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGl" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGm" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 20},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGo" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGp" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGq" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/space,/area/space/nearstation) -"aGv" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 4; sortType = 17},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGw" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/library) -"aGy" = (/obj/machinery/door/airlock/maintenance{name = "Library Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGz" = (/obj/machinery/vending/games,/turf/open/floor/wood,/area/library) -"aGA" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/stack/packageWrap,/turf/open/floor/wood,/area/library) -"aGB" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/wood,/area/library) -"aGC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/chapel/office) -"aGD" = (/obj/machinery/door/airlock/maintenance{name = "Crematorium Maintenance"; req_access_txt = "27"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aGE" = (/obj/item/radio/intercom{pixel_y = 25},/obj/machinery/vending/wardrobe/chap_wardrobe,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aGF" = (/obj/machinery/light/small{dir = 1},/obj/machinery/requests_console{department = "Chapel"; departmentType = 2; pixel_y = 30},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aGG" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Chapel Office"; dir = 2},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aGH" = (/obj/machinery/airalarm{pixel_y = 25},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aGI" = (/obj/structure/closet/crate/coffin,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aGJ" = (/obj/structure/closet/crate/coffin,/obj/machinery/door/window/eastleft{name = "Coffin Storage"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aGK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aGL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aGM" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aGN" = (/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main) -"aGO" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/snacks/grown/poppy,/obj/item/reagent_containers/food/snacks/grown/harebell,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aGP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/chapel/main) -"aGQ" = (/obj/docking_port/stationary{dir = 8; dwidth = 3; height = 15; id = "arrivals_stationary"; name = "arrivals"; roundstart_template = /datum/map_template/shuttle/arrival/box; width = 7},/turf/open/space/basic,/area/space) -"aGR" = (/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/entry) -"aGS" = (/obj/machinery/door/airlock/security{name = "Security Checkpoint"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/auxiliary) -"aGT" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/checkpoint/auxiliary) -"aGU" = (/obj/machinery/door/firedoor,/obj/structure/table/reinforced,/obj/item/paper,/obj/machinery/door/window/westright{dir = 1; name = "Security Checkpoint"; req_access_txt = "1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aGV" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aGW" = (/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/hydroponics/garden) -"aGX" = (/obj/item/reagent_containers/spray/plantbgone,/obj/item/reagent_containers/spray/pestspray{pixel_x = 3; pixel_y = 4},/obj/item/reagent_containers/glass/bottle/nutrient/ez,/obj/item/reagent_containers/glass/bottle/nutrient/rh{pixel_x = 2; pixel_y = 1},/obj/structure/table/glass,/obj/machinery/light{dir = 4},/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/garden) -"aGY" = (/obj/structure/table,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/turf/open/floor/plasteel,/area/storage/primary) -"aGZ" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/storage/primary) -"aHa" = (/obj/structure/table,/obj/item/weldingtool,/obj/item/crowbar,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/turf/open/floor/plasteel,/area/storage/primary) -"aHb" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/ai_monitored/nuke_storage) -"aHc" = (/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/vault{req_access_txt = "53"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/nuke_storage) -"aHd" = (/obj/machinery/light_switch{pixel_x = -20},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"aHe" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"aHf" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/gateway) -"aHg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/gateway) -"aHh" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/closet/l3closet/scientist,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/gateway) -"aHi" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aHj" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/crowbar,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aHk" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aHl" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aHm" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aHn" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/command{name = "Command Tool Storage"; req_access_txt = "19"},/turf/open/floor/plasteel/dark,/area/ai_monitored/storage/eva) -"aHo" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Central Access"},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aHp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aHq" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Central Access"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aHr" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Dormitory"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aHs" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Dormitory"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/dorms) -"aHt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/obj/effect/landmark/start/assistant,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aHu" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aHv" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aHw" = (/obj/structure/lattice,/turf/closed/wall,/area/maintenance/starboard/fore) -"aHx" = (/obj/machinery/door/airlock{name = "Unit B"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aHy" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHA" = (/obj/machinery/vending/cola/random,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aHB" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall,/area/crew_quarters/theatre) -"aHC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aHD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aHE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/maintenance/starboard/fore) -"aHF" = (/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/fore) -"aHG" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall,/area/crew_quarters/fitness) -"aHH" = (/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/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/fore) -"aHJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Bar Storeage"; dir = 1},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aHK" = (/obj/machinery/power/apc{dir = 2; name = "Kitchen APC"; areastring = "/area/crew_quarters/kitchen"; pixel_y = -24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHL" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHM" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHN" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHP" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/sorting/mail{dir = 4; sortType = 21},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHR" = (/obj/machinery/power/apc{dir = 2; name = "Hydroponics APC"; areastring = "/area/hydroponics"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHS" = (/turf/closed/wall,/area/hydroponics) -"aHT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/hydroponics) -"aHU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aHV" = (/obj/structure/filingcabinet,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/library) -"aHW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/wood,/area/library) -"aHX" = (/obj/structure/chair/office/dark,/obj/machinery/camera{c_tag = "Library North"; dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library) -"aHY" = (/obj/structure/chair/office/dark,/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library) -"aHZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/library) -"aIa" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/wood,/area/library) -"aIb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/bodycontainer/crematorium{id = "crematoriumChapel"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aIc" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aId" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aIe" = (/obj/effect/landmark/start/chaplain,/obj/structure/chair,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aIf" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = -2; pixel_y = 5},/obj/item/storage/crayons,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aIg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aIh" = (/obj/structure/closet/crate/coffin,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aIi" = (/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main) -"aIj" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel,/area/chapel/main) -"aIk" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIl" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIo" = (/obj/machinery/camera{c_tag = "Arrivals Lounge"; dir = 2},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIp" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIq" = (/obj/structure/sign/map/left{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIr" = (/obj/structure/sign/map/right{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aIs" = (/obj/structure/table/glass,/obj/item/hatchet,/obj/item/cultivator,/obj/item/crowbar,/obj/item/reagent_containers/glass/bucket,/obj/item/plant_analyzer,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aIt" = (/obj/item/storage/bag/plants/portaseeder,/obj/structure/table/glass,/obj/item/plant_analyzer,/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/obj/machinery/light_switch{pixel_x = -6; pixel_y = -25},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aIu" = (/obj/structure/table,/obj/item/wrench,/obj/item/analyzer,/turf/open/floor/plasteel,/area/storage/primary) -"aIv" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/storage/primary) -"aIw" = (/obj/structure/table,/obj/item/crowbar,/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/clothing/gloves/color/fyellow,/turf/open/floor/plasteel,/area/storage/primary) -"aIx" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/storage/firstaid/regular,/turf/open/floor/plasteel,/area/storage/primary) -"aIy" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/primary) -"aIz" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/storage/primary) -"aIA" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; freq = 1400; location = "Tool Storage"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/storage/primary) -"aIB" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel,/area/storage/primary) -"aIC" = (/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/port) -"aID" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/primary/port) -"aIE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway) -"aIF" = (/obj/machinery/button/door{id = "stationawaygate"; name = "Gateway Access Shutter Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "31"},/turf/open/floor/plasteel,/area/gateway) -"aIG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway) -"aIH" = (/obj/machinery/light{dir = 4},/obj/structure/closet/secure_closet/exile,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/gateway) -"aII" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/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/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/extinguisher,/obj/item/extinguisher,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aIJ" = (/obj/machinery/camera{c_tag = "EVA South"; dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aIK" = (/obj/structure/tank_dispenser/oxygen,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aIL" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/central) -"aIM" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIN" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/camera{c_tag = "Central Hallway North"; dir = 2},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIO" = (/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIP" = (/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIQ" = (/obj/structure/sign/directions/security{dir = 1; pixel_x = 32; pixel_y = 40},/obj/structure/sign/directions/medical{dir = 4; pixel_x = 32; pixel_y = 32},/obj/structure/sign/directions/evac{dir = 4; pixel_x = 32; pixel_y = 24},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIR" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIS" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIT" = (/turf/closed/wall,/area/hallway/primary/central) -"aIU" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel/dark,/area/hallway/primary/central) -"aIV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIW" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aIX" = (/obj/machinery/camera{c_tag = "Dormitory Toilets"; dir = 1},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet) -"aIY" = (/obj/machinery/door/airlock{name = "Entertainment"; req_access_txt = "46"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aIZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall,/area/maintenance/starboard/fore) -"aJa" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/bar) -"aJb" = (/obj/machinery/door/airlock{name = "Bar Storage"; req_access_txt = "25"},/turf/open/floor/wood,/area/crew_quarters/bar) -"aJc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/starboard/fore) -"aJd" = (/turf/closed/wall,/area/crew_quarters/bar) -"aJe" = (/obj/machinery/vending/boozeomat,/turf/closed/wall,/area/crew_quarters/bar) -"aJf" = (/obj/structure/table/wood,/obj/structure/mirror{pixel_x = -28},/obj/item/lipstick/random{pixel_x = 2; pixel_y = 2},/obj/item/lipstick/random{pixel_x = -2; pixel_y = -2},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre) -"aJg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/door/airlock/public/glass{name = "Fitness"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aJh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/airlock/public/glass{name = "Fitness"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/fitness) -"aJi" = (/turf/closed/wall,/area/crew_quarters/kitchen) -"aJj" = (/obj/machinery/door/airlock/maintenance{name = "Kitchen Maintenance"; req_access_txt = "28"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aJk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/kitchen) -"aJl" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Kitchen"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/crew_quarters/kitchen) -"aJm" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Hydroponics"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/hydroponics) -"aJn" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Hydroponics Maintenance"; req_access_txt = "35"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aJo" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel,/area/hydroponics) -"aJp" = (/obj/structure/table,/obj/item/book/manual/hydroponics_pod_people,/obj/item/paper/guides/jobs/hydroponics,/turf/open/floor/plasteel,/area/hydroponics) -"aJq" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/wood,/area/library) -"aJr" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/wood,/area/library) -"aJs" = (/obj/structure/table/wood,/obj/item/folder/yellow,/obj/item/pen,/turf/open/floor/wood,/area/library) -"aJt" = (/obj/structure/table/wood,/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library) -"aJu" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/library) -"aJv" = (/obj/machinery/newscaster{pixel_x = 30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/wood,/area/library) -"aJw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aJx" = (/obj/structure/disposalpipe/segment,/obj/machinery/button/crematorium{id = "crematoriumChapel"; pixel_x = 25},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aJy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/chapel/office) -"aJz" = (/obj/structure/table/wood,/obj/item/flashlight/lamp{pixel_y = 10},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aJA" = (/obj/structure/table/wood,/obj/item/pen,/obj/item/reagent_containers/food/drinks/bottle/holywater,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aJB" = (/obj/structure/table/wood,/obj/item/nullrod,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aJC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aJD" = (/obj/structure/closet/crate/coffin,/obj/machinery/door/window/eastleft{dir = 8; name = "Coffin Storage"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aJE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/xmastree,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aJF" = (/obj/structure/table/glass,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aJG" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral{dir = 2},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aJH" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aJI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aJJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aJK" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aJL" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hydroponics/garden) -"aJM" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Garden"},/turf/open/floor/plasteel,/area/hydroponics/garden) -"aJN" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/storage/primary) -"aJO" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"aJP" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Primary Tool Storage"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/primary) -"aJQ" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/storage/primary) -"aJR" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/port) -"aJS" = (/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/hallway/primary/port) -"aJT" = (/obj/structure/cable,/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/hallway/primary/port) -"aJU" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/hallway/primary/port) -"aJV" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/hallway/primary/port) -"aJW" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/primary/port) -"aJX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/fore) -"aJY" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Gateway Access"; req_access_txt = "62"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/gateway) -"aJZ" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "stationawaygate"; name = "Gateway Access Shutters"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/gateway) -"aKa" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "stationawaygate"; name = "Gateway Access Shutters"},/turf/open/floor/plasteel,/area/gateway) -"aKb" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/gateway) -"aKc" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "EVA Storage"; req_access_txt = "18"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/ai_monitored/storage/eva) -"aKd" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aKe" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aKf" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel/dark,/area/hallway/primary/central) -"aKg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aKh" = (/obj/structure/chair/stool,/obj/effect/landmark/start/mime,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white/side{dir = 4},/area/crew_quarters/theatre) -"aKi" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aKj" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aKk" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/vending/autodrobe,/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aKl" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aKm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/bot{dir = 2},/obj/structure/cable{icon_state = "1-2"},/turf/closed/wall,/area/maintenance/starboard/fore) -"aKn" = (/obj/structure/table/reinforced,/obj/item/storage/secure/briefcase,/obj/item/storage/box/PDAs{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/ids,/turf/open/floor/plasteel,/area/bridge) -"aKo" = (/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/wood,/area/crew_quarters/bar) -"aKp" = (/obj/machinery/light/small{dir = 8},/obj/structure/dresser,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aKq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/wood,/area/crew_quarters/bar) -"aKr" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aKs" = (/turf/open/floor/wood,/area/crew_quarters/bar) -"aKt" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/wood,/area/crew_quarters/bar) -"aKu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aKv" = (/obj/machinery/camera{c_tag = "Kitchen Cold Room"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/reagent_dispensers/cooking_oil,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aKw" = (/obj/machinery/door/window/southleft{base_state = "left"; dir = 2; icon_state = "left"; name = "Kitchen Delivery"; req_access_txt = "28"},/obj/effect/turf_decal/delivery,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/kitchen) -"aKx" = (/obj/machinery/door/window/eastright{name = "Hydroponics Delivery"; req_access_txt = "35"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hydroponics) -"aKy" = (/obj/machinery/light_switch{pixel_y = 28},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aKz" = (/obj/structure/sink{pixel_y = 30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aKA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aKB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/closet/secure_closet/hydroponics,/turf/open/floor/plasteel,/area/hydroponics) -"aKC" = (/obj/structure/closet/secure_closet/hydroponics,/turf/open/floor/plasteel,/area/hydroponics) -"aKD" = (/obj/machinery/smartfridge/disks{pixel_y = 2},/obj/structure/table,/turf/open/floor/plasteel,/area/hydroponics) -"aKE" = (/obj/machinery/airalarm{pixel_y = 24},/obj/machinery/camera{c_tag = "Hydroponics Storage"},/obj/machinery/light/small{dir = 1},/obj/machinery/plantgenes{pixel_y = 6},/obj/structure/table,/turf/open/floor/plasteel,/area/hydroponics) -"aKF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/hydroponics) -"aKG" = (/obj/structure/table,/obj/item/reagent_containers/spray/plantbgone{pixel_y = 3},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 8; pixel_y = 8},/obj/item/reagent_containers/spray/plantbgone{pixel_x = 13; pixel_y = 5},/obj/item/watertank,/turf/open/floor/plasteel,/area/hydroponics) -"aKH" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/wood,/area/library) -"aKI" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/wood,/area/library) -"aKJ" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/library) -"aKK" = (/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/library) -"aKL" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/camera{c_tag = "Chapel Crematorium"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKM" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock{dir = 4; name = "Crematorium"; req_access_txt = "27"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aKO" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aKP" = (/obj/structure/chair{dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aKQ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aKR" = (/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aKS" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aKT" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aKU" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hallway/secondary/entry) -"aKV" = (/obj/structure/chair/comfy/beige,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aKW" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aKX" = (/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aKY" = (/obj/structure/chair/comfy/beige,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aKZ" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aLa" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/dark,/area/hallway/secondary/entry) -"aLb" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aLc" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/wood,/area/crew_quarters/bar) -"aLd" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLe" = (/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLf" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/apc{name = "Port Hall APC"; areastring = "/area/hallway/primary/port"; dir = 1; pixel_y = 26},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLg" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLh" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLi" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLj" = (/obj/machinery/door/firedoor,/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aLk" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLl" = (/obj/machinery/camera{c_tag = "Port Hallway 2"; dir = 2},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLm" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLn" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLo" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLq" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLr" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLt" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLu" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLw" = (/obj/machinery/camera{c_tag = "Central Hallway North-West"; dir = 2},/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLx" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aLy" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLz" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLA" = (/obj/effect/turf_decal/plaque{icon_state = "L1"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLB" = (/obj/effect/turf_decal/plaque{icon_state = "L3"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLC" = (/obj/effect/turf_decal/plaque{icon_state = "L5"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLD" = (/obj/effect/turf_decal/plaque{icon_state = "L7"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLE" = (/obj/effect/turf_decal/plaque{icon_state = "L9"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLF" = (/obj/effect/turf_decal/plaque{icon_state = "L11"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLG" = (/obj/effect/turf_decal/plaque{icon_state = "L13"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLH" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLL" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/entry) -"aLM" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/turf/open/floor/plasteel,/area/crew_quarters/toilet) -"aLN" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLO" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLP" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar) -"aLR" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aLS" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aLT" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/wood,/area/crew_quarters/bar) -"aLU" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aLV" = (/obj/structure/table,/obj/machinery/chem_dispenser/drinks/beer{dir = 4},/obj/item/radio/intercom{pixel_y = 25},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/crew_quarters/bar) -"aLW" = (/mob/living/carbon/monkey/punpun,/turf/open/floor/wood,/area/crew_quarters/bar) -"aLX" = (/obj/structure/table/wood,/obj/item/reagent_containers/rag,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aLY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/chair/stool,/turf/open/floor/wood,/area/crew_quarters/bar) -"aLZ" = (/obj/structure/table/wood,/obj/structure/mirror{pixel_x = -28},/obj/item/flashlight/lamp/bananalamp{pixel_y = 3},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aMa" = (/obj/structure/chair/stool,/obj/effect/landmark/start/clown,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aMb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aMc" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/wood,/area/crew_quarters/bar) -"aMd" = (/obj/machinery/icecream_vat,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aMe" = (/obj/machinery/chem_master/condimaster{name = "CondiMaster Neo"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aMf" = (/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aMg" = (/obj/structure/closet/crate/hydroponics,/obj/item/shovel/spade,/obj/item/wrench,/obj/item/reagent_containers/glass/bucket,/obj/item/wirecutters,/turf/open/floor/plasteel,/area/hydroponics) -"aMh" = (/obj/machinery/light/small,/obj/machinery/vending/wardrobe/hydro_wardrobe,/turf/open/floor/plasteel,/area/hydroponics) -"aMi" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hydroponics) -"aMj" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hydroponics) -"aMk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = -31},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aMl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aMm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aMn" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aMo" = (/obj/machinery/chem_master/condimaster,/turf/open/floor/plasteel,/area/hydroponics) -"aMp" = (/turf/open/floor/wood,/area/library) -"aMq" = (/obj/structure/chair/office/dark{dir = 1},/turf/open/floor/wood,/area/library) -"aMr" = (/obj/structure/chair/office/dark{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library) -"aMs" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/chapel/office) -"aMt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aMu" = (/obj/structure/table/wood,/obj/item/clothing/under/burial,/obj/item/clothing/under/burial,/obj/item/clothing/under/burial,/obj/item/clothing/under/burial,/obj/item/clothing/under/burial,/obj/item/clothing/under/burial,/turf/open/floor/plasteel/grimy,/area/chapel/office) -"aMv" = (/obj/machinery/camera{c_tag = "Chapel North"; dir = 2},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aMw" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aMx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aMy" = (/turf/closed/wall,/area/hallway/secondary/exit) -"aMz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/exit) -"aMA" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aMB" = (/obj/structure/table/wood,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aMC" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/chips,/obj/item/reagent_containers/food/drinks/soda_cans/cola,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry) -"aMD" = (/turf/open/floor/carpet,/area/hallway/secondary/entry) -"aME" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry) -"aMF" = (/obj/structure/chair/comfy/beige{dir = 8},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aMG" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/dark,/area/hallway/secondary/entry) -"aMH" = (/turf/open/floor/goonplaque,/area/hallway/secondary/entry) -"aMI" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHW"; location = "Lockers"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMJ" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMK" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aML" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMM" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMN" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMO" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMP" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMR" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMU" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMV" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aMW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aMX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aMY" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aMZ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNa" = (/obj/effect/turf_decal/plaque{icon_state = "L2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNb" = (/obj/effect/turf_decal/plaque{icon_state = "L4"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNc" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Lockers"; location = "EVA"},/obj/effect/turf_decal/plaque{icon_state = "L6"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNd" = (/obj/effect/landmark/observer_start,/obj/effect/turf_decal/plaque{icon_state = "L8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNe" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Security"; location = "EVA2"},/obj/effect/turf_decal/plaque{icon_state = "L10"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNf" = (/obj/effect/turf_decal/plaque{icon_state = "L12"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNg" = (/obj/effect/turf_decal/plaque{icon_state = "L14"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNh" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNi" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=EVA2"; location = "Dorm"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNj" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aNk" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aNl" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/bar) -"aNm" = (/obj/structure/closet/secure_closet/freezer/cream_pie,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aNn" = (/obj/machinery/computer/slot_machine,/turf/open/floor/wood,/area/crew_quarters/bar) -"aNo" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/wood,/area/crew_quarters/bar) -"aNp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aNq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/obj/effect/landmark/start/bartender,/turf/open/floor/wood,/area/crew_quarters/bar) -"aNr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aNs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/stool,/turf/open/floor/wood,/area/crew_quarters/bar) -"aNt" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/stairs/left,/area/crew_quarters/bar) -"aNu" = (/obj/structure/closet/crate/wooden/toy,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/power/apc{dir = 8; name = "Theatre APC"; areastring = "/area/crew_quarters/theatre"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aNv" = (/obj/structure/kitchenspike,/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aNw" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/mob/living/simple_animal/hostile/retaliate/goat{name = "Pete"},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aNx" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aNy" = (/obj/machinery/light/small{dir = 4},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/vending/wardrobe/chef_wardrobe,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aNz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/hydroponics) -"aNA" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hydroponics) -"aNB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hydroponics) -"aNC" = (/obj/machinery/bookbinder,/turf/open/floor/wood,/area/library) -"aND" = (/obj/structure/disposalpipe/segment,/turf/open/floor/wood,/area/library) -"aNE" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/library) -"aNF" = (/obj/machinery/door/airlock/public/glass{name = "Chapel Office"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/office) -"aNG" = (/obj/machinery/door/morgue{name = "Confession Booth (Chaplain)"; req_access_txt = "22"},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aNH" = (/obj/item/radio/intercom{broadcasting = 1; frequency = 1480; name = "Confessional Intercom"; pixel_x = 25},/obj/structure/chair,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aNI" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aNJ" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aNK" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aNL" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aNM" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aNN" = (/obj/machinery/vending/snack/random,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aNO" = (/obj/item/beacon,/obj/machinery/camera{c_tag = "Arrivals Bay 1 South"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aNP" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aNQ" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aNR" = (/obj/structure/table/wood,/obj/item/storage/fancy/cigarettes{pixel_y = 2},/obj/item/lighter/greyscale{pixel_x = 4; pixel_y = 2},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aNS" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/hallway/secondary/entry) -"aNT" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel/dark,/area/hallway/secondary/entry) -"aNU" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aNV" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aNW" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aNX" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aNY" = (/obj/machinery/camera{c_tag = "Port Hallway 3"; dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aNZ" = (/obj/structure/disposalpipe/junction{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOa" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Port Hallway"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOd" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOe" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOf" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOg" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOh" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOi" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOj" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOl" = (/obj/structure/sign/directions/security{dir = 4; pixel_x = 32; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 4; pixel_x = 32; pixel_y = -32},/obj/structure/sign/directions/engineering{pixel_x = 32; pixel_y = -40},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOm" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aOn" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOp" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=QM"; location = "CHW"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOq" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOr" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOs" = (/obj/machinery/light,/obj/structure/sign/warning/electricshock{pixel_y = -32},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOt" = (/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aOu" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aOv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/wood,/area/crew_quarters/bar) -"aOw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/bar) -"aOx" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aOy" = (/obj/machinery/computer/slot_machine,/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aOz" = (/obj/structure/cable{icon_state = "1-8"},/turf/closed/wall,/area/crew_quarters/theatre) -"aOA" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aOB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aOC" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/crew_quarters/bar) -"aOD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aOE" = (/obj/machinery/gibber,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aOF" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOG" = (/obj/machinery/requests_console{department = "Hydroponics"; departmentType = 2; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOH" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOI" = (/obj/machinery/hydroponics/constructable,/obj/machinery/camera{c_tag = "Hydroponics North"; dir = 2},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOJ" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOK" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aOL" = (/obj/structure/bookcase/random/religion,/turf/open/floor/wood,/area/library) -"aOM" = (/turf/open/floor/carpet,/area/library) -"aON" = (/obj/structure/disposalpipe/segment,/turf/open/floor/carpet,/area/library) -"aOO" = (/obj/structure/bookcase/random/reference,/turf/open/floor/wood,/area/library) -"aOP" = (/obj/machinery/computer/libraryconsole,/obj/structure/table/wood,/turf/open/floor/wood,/area/library) -"aOQ" = (/obj/structure/bookcase{name = "Forbidden Knowledge"},/turf/open/floor/engine/cult,/area/library) -"aOR" = (/obj/structure/table/wood,/obj/item/taperecorder,/obj/item/camera,/obj/item/radio/intercom{pixel_y = 25},/turf/open/floor/engine/cult,/area/library) -"aOS" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen/invisible,/turf/open/floor/engine/cult,/area/library) -"aOT" = (/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aOU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main) -"aOV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aOW" = (/obj/effect/spawner/structure/window/reinforced/tinted,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aOX" = (/obj/machinery/camera{c_tag = "Escape Arm Holding Area"; dir = 4},/obj/item/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aOY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aOZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aPa" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aPb" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aPc" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aPd" = (/obj/item/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aPe" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aPf" = (/obj/structure/chair/comfy/beige{dir = 1},/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aPg" = (/obj/structure/chair/comfy/beige{dir = 1},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aPh" = (/obj/structure/chair/comfy/beige{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/hallway/secondary/entry) -"aPi" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel/dark,/area/hallway/secondary/entry) -"aPj" = (/turf/closed/wall,/area/maintenance/port) -"aPk" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"aPl" = (/turf/closed/wall,/area/crew_quarters/locker) -"aPm" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aPn" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aPo" = (/obj/machinery/status_display,/turf/closed/wall,/area/crew_quarters/locker) -"aPp" = (/turf/closed/wall,/area/storage/art) -"aPq" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/storage/art) -"aPr" = (/obj/machinery/door/airlock/public/glass{name = "Art Storage"},/turf/open/floor/plasteel,/area/storage/art) -"aPs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/storage/art) -"aPt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"aPu" = (/turf/closed/wall,/area/storage/emergency/port) -"aPv" = (/obj/structure/table,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aPw" = (/obj/structure/table,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/primary/port) -"aPx" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aPy" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aPz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/port) -"aPA" = (/turf/closed/wall,/area/storage/tools) -"aPB" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aPC" = (/turf/closed/wall/r_wall,/area/bridge) -"aPD" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge) -"aPE" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPF" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/status_display,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPG" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPH" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/status_display,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPI" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/turf/open/floor/plating,/area/bridge) -"aPJ" = (/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aPK" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/door/airlock{name = "Entertainment"; req_access_txt = "46"},/turf/open/floor/plasteel,/area/crew_quarters/theatre) -"aPL" = (/obj/structure/table/wood,/obj/machinery/light{dir = 8},/obj/structure/window,/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -31},/turf/open/floor/wood,/area/crew_quarters/bar) -"aPM" = (/turf/open/floor/plasteel/stairs/left,/area/hallway/primary/central) -"aPN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/table/reinforced,/obj/item/stack/wrapping_paper{pixel_x = 3; pixel_y = 4},/obj/item/stack/packageWrap{pixel_x = -1; pixel_y = -1},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"aPO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/chair/stool,/turf/open/floor/wood,/area/crew_quarters/bar) -"aPP" = (/obj/structure/sign/warning/electricshock{pixel_y = -32},/obj/machinery/door/firedoor,/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aPQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/stairs/right,/area/crew_quarters/bar) -"aPR" = (/obj/machinery/door/airlock{name = "Kitchen cold room"; req_access_txt = "28"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aPS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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) -"aPT" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aPU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aPV" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/wood,/area/library) -"aPW" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/library) -"aPX" = (/obj/machinery/light/small,/obj/machinery/vending/wardrobe/curator_wardrobe,/turf/open/floor/engine/cult,/area/library) -"aPY" = (/obj/effect/landmark/blobstart,/obj/structure/chair/comfy/brown{dir = 1},/turf/open/floor/engine/cult,/area/library) -"aPZ" = (/obj/structure/destructible/cult/tome,/obj/item/clothing/under/suit_jacket/red,/obj/item/book/codex_gigas,/turf/open/floor/engine/cult,/area/library) -"aQa" = (/turf/open/floor/plasteel/chapel,/area/chapel/main) -"aQb" = (/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/chapel/main) -"aQc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main) -"aQd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main) -"aQe" = (/obj/machinery/door/morgue{name = "Confession Booth"},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aQf" = (/obj/item/radio/intercom{broadcasting = 1; frequency = 1480; name = "Confessional Intercom"; pixel_x = 25},/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aQg" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aQh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aQi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aQj" = (/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aQk" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Security Escape Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"aQl" = (/turf/open/floor/plating,/area/hallway/secondary/exit) -"aQm" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/hallway/secondary/exit) -"aQn" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Security Escape Airlock"; req_access_txt = "2"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"aQo" = (/obj/docking_port/stationary/random{dir = 8; id = "pod_lavaland1"; name = "lavaland"},/turf/open/space,/area/space/nearstation) -"aQp" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQq" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQr" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQs" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQt" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQu" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQv" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQy" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQz" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aQA" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port) -"aQB" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/port) -"aQC" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQD" = (/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQE" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQF" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQG" = (/obj/machinery/vending/cola/random,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQH" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQI" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQJ" = (/obj/machinery/vending/clothing,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQK" = (/obj/machinery/vending/kink,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQL" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQM" = (/obj/structure/closet/secure_closet/personal,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aQN" = (/obj/structure/table,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/turf/open/floor/plasteel,/area/storage/art) -"aQO" = (/turf/open/floor/plasteel,/area/storage/art) -"aQP" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/storage/art) -"aQQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"aQR" = (/obj/machinery/door/airlock{name = "Port Emergency Storage"},/turf/open/floor/plating,/area/storage/emergency/port) -"aQS" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/storage/tools) -"aQT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Auxiliary Tool Storage"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/tools) -"aQU" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aQV" = (/obj/machinery/computer/atmos_alert,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aQW" = (/obj/machinery/computer/station_alert,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aQX" = (/obj/machinery/computer/monitor{name = "bridge power monitoring console"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aQY" = (/obj/machinery/computer/shuttle/labor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aQZ" = (/obj/machinery/computer/communications,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aRa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/computer/shuttle/mining,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aRb" = (/obj/machinery/modular_computer/console/preset/command,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aRc" = (/obj/machinery/computer/crew,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aRd" = (/obj/machinery/computer/med_data,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aRe" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/emergency,/obj/item/wrench,/obj/item/assembly/timer,/obj/item/assembly/signaler,/obj/item/assembly/signaler,/turf/open/floor/plasteel,/area/bridge) -"aRf" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aRg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/central) -"aRh" = (/obj/structure/table,/obj/item/stack/sheet/plasteel{amount = 10},/obj/item/stack/cable_coil,/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/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/science/robotics/lab) -"aRi" = (/obj/structure/chair/stool,/turf/open/floor/wood,/area/crew_quarters/bar) -"aRj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/crew_quarters/bar) -"aRk" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aRl" = (/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/crew_quarters/bar) -"aRm" = (/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/central) -"aRn" = (/obj/machinery/vending/dinnerware,/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRo" = (/obj/structure/sink/kitchen{pixel_y = 28},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRp" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRq" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRr" = (/obj/item/radio/intercom{pixel_y = 25},/obj/machinery/camera{c_tag = "Kitchen"; dir = 2},/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRs" = (/obj/machinery/status_display{layer = 4; pixel_y = 32},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/wood,/area/crew_quarters/bar) -"aRt" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRu" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aRv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"aRw" = (/turf/open/floor/plasteel,/area/hydroponics) -"aRx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aRy" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Library APC"; areastring = "/area/library"; pixel_x = 24},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aRz" = (/obj/structure/bookcase/random/fiction,/turf/open/floor/wood,/area/library) -"aRA" = (/obj/structure/displaycase/trophy,/turf/open/floor/wood,/area/library) -"aRB" = (/obj/machinery/camera{c_tag = "Library South"; dir = 8},/turf/open/floor/wood,/area/library) -"aRC" = (/obj/machinery/door/morgue{name = "Private Study"; req_access_txt = "37"},/turf/open/floor/engine/cult,/area/library) -"aRD" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aRE" = (/turf/open/floor/carpet,/area/chapel/main) -"aRF" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet,/area/chapel/main) -"aRG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/exit) -"aRH" = (/obj/machinery/door/airlock/security/glass{name = "Holding Area"; req_access_txt = "2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aRI" = (/obj/structure/sign/warning/docking,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/exit) -"aRJ" = (/obj/machinery/camera{c_tag = "Arrivals Escape Pod 1"; dir = 8},/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/entry) -"aRK" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aRL" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/entry) -"aRM" = (/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/entry) -"aRN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRO" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRP" = (/obj/machinery/firealarm{dir = 2; pixel_y = -24},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRR" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRS" = (/obj/machinery/camera{c_tag = "Arrivals Hallway"; dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aRT" = (/turf/open/floor/plating,/area/maintenance/port) -"aRU" = (/obj/structure/closet/wardrobe/mixed,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_x = -27},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aRV" = (/obj/structure/table,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil,/obj/item/paper_bin/construction,/obj/item/stack/cable_coil,/turf/open/floor/plasteel,/area/storage/art) -"aRW" = (/obj/machinery/light_switch{pixel_y = 28},/obj/item/storage/box/lights/mixed,/turf/open/floor/plating,/area/storage/emergency/port) -"aRX" = (/turf/open/floor/plating,/area/storage/emergency/port) -"aRY" = (/obj/item/extinguisher,/turf/open/floor/plating,/area/storage/emergency/port) -"aRZ" = (/obj/machinery/power/apc{dir = 1; name = "Auxiliary Tool Storage APC"; areastring = "/area/storage/tools"; pixel_y = 24},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/obj/structure/table,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/rods/fifty,/turf/open/floor/plasteel,/area/storage/tools) -"aSa" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/electronics/apc,/obj/item/electronics/airlock,/turf/open/floor/plasteel,/area/storage/tools) -"aSb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/storage/tools) -"aSc" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Auxiliary Tool Storage"; dir = 2},/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/storage/tools) -"aSd" = (/obj/structure/table,/obj/item/storage/toolbox/emergency,/turf/open/floor/plasteel,/area/storage/tools) -"aSe" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tools) -"aSf" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aSg" = (/obj/structure/table/reinforced,/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/turf/open/floor/plasteel,/area/bridge) -"aSh" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aSi" = (/obj/structure/chair{dir = 1; name = "Engineering Station"},/turf/open/floor/plasteel,/area/bridge) -"aSj" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aSk" = (/obj/structure/table/reinforced,/obj/item/aicard,/obj/item/multitool,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aSl" = (/obj/structure/chair{dir = 1; name = "Command Station"},/obj/machinery/button/door{id = "bridge blast"; name = "Bridge Blast Door Control"; pixel_x = 28; pixel_y = -2; req_access_txt = "19"},/obj/machinery/keycard_auth{pixel_x = 29; pixel_y = 8},/turf/open/floor/plasteel,/area/bridge) -"aSm" = (/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aSn" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aSo" = (/obj/structure/chair{dir = 1; name = "Crew Station"},/turf/open/floor/plasteel,/area/bridge) -"aSp" = (/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aSq" = (/obj/effect/spawner/structure/window,/obj/machinery/door/poddoor/preopen{id = "barShutters"; name = "privacy shutters"},/turf/open/floor/plating,/area/crew_quarters/bar) -"aSr" = (/obj/structure/chair/wood,/turf/open/floor/wood,/area/crew_quarters/bar) -"aSs" = (/obj/structure/chair/wood{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aSt" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/crew_quarters/bar) -"aSu" = (/obj/structure/closet/secure_closet/freezer/kitchen,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSv" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/bridge) -"aSw" = (/obj/structure/chair/wood{dir = 8},/turf/open/floor/wood,/area/crew_quarters/bar) -"aSx" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/corner{dir = 8},/area/science/research) -"aSy" = (/obj/structure/table/wood,/obj/item/instrument/guitar{pixel_x = -7},/obj/item/instrument/eguitar{pixel_x = 5},/turf/open/floor/wood,/area/crew_quarters/bar) -"aSz" = (/obj/structure/cable,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aSA" = (/obj/effect/landmark/xmastree,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/crew_quarters/bar) -"aSB" = (/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSD" = (/obj/effect/landmark/start/cook,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSE" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSH" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aSI" = (/obj/machinery/smartfridge,/turf/closed/wall,/area/crew_quarters/kitchen) -"aSJ" = (/turf/open/floor/plasteel/dark,/area/hydroponics) -"aSK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"aSL" = (/obj/machinery/seed_extractor,/turf/open/floor/plasteel,/area/hydroponics) -"aSM" = (/obj/machinery/biogenerator,/turf/open/floor/plasteel,/area/hydroponics) -"aSN" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aSO" = (/obj/machinery/door/window/northright{base_state = "right"; dir = 8; icon_state = "right"; name = "Library Desk Door"; req_access_txt = "37"},/turf/open/floor/wood,/area/library) -"aSP" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/library) -"aSQ" = (/obj/structure/table/wood,/obj/machinery/computer/libraryconsole/bookmanagement,/obj/machinery/light_switch{pixel_y = 28},/turf/open/floor/wood,/area/library) -"aSR" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main) -"aSS" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel,/area/chapel/main) -"aST" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main) -"aSU" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel,/area/chapel/main) -"aSV" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aSW" = (/obj/machinery/vending/cola/random,/obj/machinery/status_display{layer = 4; pixel_y = 32},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"aSX" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aSY" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Airlock"},/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plating,/area/hallway/secondary/exit) -"aSZ" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"aTa" = (/obj/docking_port/stationary{dir = 4; dwidth = 12; height = 18; id = "emergency_home"; name = "BoxStation emergency evac bay"; width = 32},/turf/open/space/basic,/area/space) -"aTb" = (/obj/machinery/door/firedoor,/obj/machinery/status_display{pixel_x = 32},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aTc" = (/turf/closed/wall,/area/security/vacantoffice) -"aTd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/security/vacantoffice) -"aTe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/security/vacantoffice) -"aTf" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/maintenance/port) -"aTg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/port) -"aTh" = (/obj/structure/closet/wardrobe/green,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTj" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTk" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTl" = (/obj/structure/table,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTm" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTn" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTo" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTp" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/camera{c_tag = "Locker Room East"; dir = 8},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aTq" = (/obj/structure/table,/obj/item/hand_labeler,/turf/open/floor/plasteel,/area/storage/art) -"aTr" = (/obj/structure/table,/obj/item/storage/crayons,/obj/item/storage/crayons,/turf/open/floor/plasteel,/area/storage/art) -"aTs" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/structure/table,/obj/item/camera_film,/obj/item/camera,/turf/open/floor/plasteel,/area/storage/art) -"aTt" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/storage/emergency/port) -"aTu" = (/obj/machinery/light/small,/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/storage/emergency/port) -"aTv" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/storage/emergency/port) -"aTw" = (/obj/structure/rack,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/turf/open/floor/plating,/area/storage/emergency/port) -"aTx" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/plasteel,/area/storage/tools) -"aTy" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/storage/tools) -"aTz" = (/turf/open/floor/plasteel,/area/storage/tools) -"aTA" = (/obj/structure/rack,/obj/item/clothing/gloves/color/fyellow,/obj/item/clothing/suit/hazardvest,/obj/item/multitool,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plasteel,/area/storage/tools) -"aTB" = (/turf/closed/wall/r_wall,/area/hallway/primary/central) -"aTC" = (/obj/machinery/computer/prisoner,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTD" = (/obj/machinery/computer/security,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTE" = (/obj/machinery/computer/secure_data,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTF" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/plasteel,/area/bridge) -"aTG" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/bridge) -"aTH" = (/turf/open/floor/plasteel,/area/bridge) -"aTI" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/bridge) -"aTJ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aTK" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aTL" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) -"aTM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/bridge) -"aTN" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/turf/open/floor/plasteel,/area/bridge) -"aTO" = (/obj/machinery/modular_computer/console/preset/engineering,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTP" = (/obj/machinery/computer/cargo/request,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTQ" = (/obj/machinery/computer/security/mining,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aTR" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"aTS" = (/turf/open/floor/plasteel/stairs/medium,/area/hallway/primary/central) -"aTT" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 5; pixel_y = -2},/turf/open/floor/wood,/area/crew_quarters/bar) -"aTU" = (/obj/machinery/light{dir = 4},/obj/machinery/camera{c_tag = "Bar East"; dir = 8},/turf/open/floor/wood,/area/crew_quarters/bar) -"aTV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aTW" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"aTX" = (/obj/structure/table,/obj/item/reagent_containers/food/condiment/enzyme{layer = 5},/obj/item/stack/packageWrap,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aTY" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aTZ" = (/obj/structure/table,/obj/item/book/manual/chef_recipes,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aUa" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aUb" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastleft{name = "Hydroponics Desk"; req_access_txt = "35"},/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/kitchen) -"aUc" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aUd" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"aUe" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/plasteel,/area/hydroponics) -"aUf" = (/obj/machinery/vending/hydroseeds{slogan_delay = 700},/turf/open/floor/plasteel,/area/hydroponics) -"aUg" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aUh" = (/obj/machinery/hydroponics/constructable,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aUi" = (/obj/structure/bookcase/random/adult,/turf/open/floor/wood,/area/library) -"aUj" = (/obj/structure/chair/comfy/black,/obj/effect/landmark/start/assistant,/turf/open/floor/wood,/area/library) -"aUk" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{pixel_x = 1; pixel_y = 5},/turf/open/floor/wood,/area/library) -"aUl" = (/obj/effect/landmark/start/librarian,/obj/structure/chair/office/dark,/turf/open/floor/wood,/area/library) -"aUm" = (/obj/machinery/libraryscanner,/turf/open/floor/wood,/area/library) -"aUn" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aUo" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main) -"aUp" = (/obj/structure/chair/stool,/obj/effect/landmark/start/assistant,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aUq" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 1},/area/chapel/main) -"aUr" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/chapel{dir = 4},/area/chapel/main) -"aUs" = (/obj/machinery/computer/arcade,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"aUt" = (/obj/machinery/camera{c_tag = "Arrivals Bay 2"; dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aUu" = (/turf/open/floor/wood,/area/security/vacantoffice) -"aUv" = (/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice) -"aUw" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/security/vacantoffice) -"aUx" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/wood,/area/security/vacantoffice) -"aUy" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice) -"aUz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice) -"aUA" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port) -"aUB" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port) -"aUC" = (/obj/structure/closet/wardrobe/grey,/obj/machinery/requests_console{department = "Locker Room"; pixel_x = -32},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUF" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUG" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUH" = (/obj/structure/table,/obj/item/clothing/head/soft/grey{pixel_x = -2; pixel_y = 3},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUI" = (/obj/structure/table,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUJ" = (/obj/structure/chair/stool{pixel_y = 8},/obj/effect/landmark/start/assistant,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aUN" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools) -"aUO" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/storage/tools) -"aUP" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/light/small,/turf/open/floor/plasteel,/area/storage/tools) -"aUQ" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/storage/tools) -"aUR" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aUS" = (/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge) -"aUT" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/stairs/right,/area/hallway/primary/central) -"aUU" = (/obj/machinery/camera{c_tag = "Bridge West"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aUV" = (/obj/structure/chair{dir = 1; name = "Security Station"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aUW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aUX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aUY" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/bridge) -"aUZ" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVa" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aVb" = (/obj/machinery/holopad,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVc" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVd" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVe" = (/obj/item/beacon,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVf" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVg" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/bridge) -"aVh" = (/obj/structure/chair{dir = 1; name = "Logistics Station"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVi" = (/obj/machinery/camera{c_tag = "Bridge East"; dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aVj" = (/obj/machinery/camera{c_tag = "Bar West"; dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/wood,/area/crew_quarters/bar) -"aVk" = (/obj/structure/sign/warning/electricshock{pixel_y = 32},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aVl" = (/obj/machinery/camera{c_tag = "Bridge East Entrance"; dir = 2},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aVm" = (/obj/structure/table/wood,/obj/item/toy/cards/deck,/turf/open/floor/wood,/area/crew_quarters/bar) -"aVn" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/crew_quarters/bar) -"aVo" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters/preopen{id = "kitchen2"; name = "kitchen shutters"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aVp" = (/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aVq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; name = "Chapel Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aVr" = (/obj/machinery/light{dir = 8},/obj/machinery/hydroponics/constructable,/turf/open/floor/plasteel/dark,/area/hydroponics) -"aVs" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "steel_panel"; name = "steel pannel"},/turf/open/floor/plasteel,/area/hydroponics) -"aVt" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/hydroponics) -"aVu" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/fore) -"aVv" = (/obj/structure/table/wood,/obj/item/paper,/turf/open/floor/wood,/area/library) -"aVw" = (/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/wood,/area/library) -"aVx" = (/obj/structure/table/wood,/obj/item/camera_film,/obj/item/camera_film,/turf/open/floor/wood,/area/library) -"aVy" = (/obj/structure/table/wood,/obj/item/pen/red,/obj/item/pen/blue{pixel_x = 5; pixel_y = 5},/turf/open/floor/wood,/area/library) -"aVz" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/wood,/area/library) -"aVA" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/chapel{dir = 8},/area/chapel/main) -"aVB" = (/obj/machinery/camera{c_tag = "Chapel South"; dir = 8},/turf/open/floor/plasteel/dark,/area/chapel/main) -"aVC" = (/obj/item/radio/intercom{pixel_x = -25},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"aVD" = (/obj/structure/sign/warning/vacuum/external,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hallway/secondary/entry) -"aVE" = (/obj/machinery/camera{c_tag = "Vacant Office"; dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aVF" = (/obj/structure/table/wood,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/security/vacantoffice) -"aVG" = (/obj/structure/table/wood,/obj/item/flashlight/lamp,/turf/open/floor/wood,/area/security/vacantoffice) -"aVH" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/turf/open/floor/wood,/area/security/vacantoffice) -"aVI" = (/obj/structure/table/wood,/obj/item/pen/red,/turf/open/floor/wood,/area/security/vacantoffice) -"aVJ" = (/obj/structure/grille,/obj/structure/window{dir = 8},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port) -"aVK" = (/obj/structure/grille,/obj/structure/window{dir = 1},/turf/open/floor/plating,/area/maintenance/port) -"aVL" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"aVM" = (/obj/structure/closet/wardrobe/black,/obj/item/clothing/shoes/jackboots,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVO" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVP" = (/obj/machinery/camera{c_tag = "Locker Room West"; dir = 1},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVR" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVT" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aVU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port) -"aVV" = (/obj/machinery/power/apc{dir = 1; name = "Art Storage"; areastring = "/area/storage/art"; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port) -"aVW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port) -"aVX" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port) -"aVY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port) -"aVZ" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port) -"aWa" = (/obj/machinery/power/apc{dir = 1; name = "Port Emergency Storage APC"; areastring = "/area/storage/emergency/port"; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port) -"aWb" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port) -"aWc" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port) -"aWd" = (/turf/closed/wall,/area/security/detectives_office) -"aWe" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWf" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/command/glass{dir = 4; name = "Bridge"; req_access_txt = "19"},/turf/open/floor/plasteel,/area/bridge) -"aWg" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/bridge) -"aWh" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/command/glass{dir = 4; name = "Bridge"; req_access_txt = "19"},/turf/open/floor/plasteel,/area/bridge) -"aWi" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/bridge) -"aWj" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/bridge) -"aWk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aWl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/bridge) -"aWm" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/light,/obj/machinery/light_switch{pixel_x = -6; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWn" = (/obj/structure/fireaxecabinet{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWo" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWp" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWq" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWr" = (/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/ai_upload"; name = "AI Upload turret control"; pixel_y = -25},/obj/machinery/camera{c_tag = "Bridge Center"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWt" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWu" = (/obj/machinery/power/apc/highcap/five_k{dir = 2; name = "Bridge APC"; areastring = "/area/bridge"; pixel_y = -24},/obj/structure/cable,/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aWw" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/bridge) -"aWx" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/bridge) -"aWy" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/command/glass{dir = 4; name = "Bridge"; req_access_txt = "19"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aWz" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/bridge) -"aWA" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/command/glass{dir = 4; name = "Bridge"; req_access_txt = "19"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/bridge) -"aWB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWC" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWD" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWE" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWF" = (/turf/open/floor/plasteel/showroomfloor,/area/crew_quarters/kitchen) -"aWG" = (/obj/machinery/light,/turf/open/floor/wood,/area/crew_quarters/bar) -"aWH" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/crew_quarters/bar) -"aWI" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/carpet,/area/crew_quarters/bar) -"aWJ" = (/obj/structure/table,/obj/item/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/item/reagent_containers/glass/beaker{pixel_x = 5},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 3},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -3},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aWK" = (/obj/machinery/button/door{id = "kitchen2"; name = "Kitchen Shutters Control"; pixel_x = -24; pixel_y = 0; req_access_txt = "28"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aWL" = (/obj/machinery/processor,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aWM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 2; sortType = 16},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"aWN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/airalarm{pixel_y = 25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"aWO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"aWP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Library"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aWQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aWR" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aWS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aWT" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet,/area/library) -"aWU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aWV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/carpet,/area/chapel/main) -"aWW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet,/area/chapel/main) -"aWX" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/carpet,/area/chapel/main) -"aWZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"aXa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aXb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aXc" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aXd" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aXe" = (/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) -"aXf" = (/obj/machinery/door/airlock/external{dir = 4; name = "Escape Pod One"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plating,/area/hallway/secondary/entry) -"aXg" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{dir = 4; name = "Port Docking Bay 2"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"aXh" = (/obj/machinery/light{dir = 8},/obj/machinery/light_switch{pixel_x = -28},/turf/open/floor/wood,/area/security/vacantoffice) -"aXi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/wood,/area/security/vacantoffice) -"aXj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/security/vacantoffice) -"aXk" = (/turf/open/floor/carpet,/area/security/vacantoffice) -"aXl" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet,/area/security/vacantoffice) -"aXm" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aXn" = (/obj/machinery/light{dir = 4},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/wood,/area/security/vacantoffice) -"aXo" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port) -"aXp" = (/turf/closed/wall,/area/crew_quarters/toilet/locker) -"aXq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/toilet/locker) -"aXr" = (/obj/machinery/door/airlock{name = "Unisex Restrooms"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"aXs" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXt" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXu" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXv" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXw" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXy" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aXz" = (/obj/machinery/power/apc{dir = 8; name = "Port Maintenance APC"; areastring = "/area/maintenance/port"; pixel_x = -27; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/port) -"aXA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/quartermaster/warehouse) -"aXB" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/warehouse) -"aXC" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/quartermaster/warehouse) -"aXD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/warehouse) -"aXE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Warehouse Maintenance"; req_access_txt = "31"},/turf/open/floor/plating,/area/maintenance/port) -"aXF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"aXG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office) -"aXH" = (/obj/structure/closet/secure_closet/detective,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aXI" = (/obj/machinery/computer/med_data,/obj/machinery/newscaster{pixel_y = 32},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aXJ" = (/obj/machinery/computer/secure_data,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aXK" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/detectives_office) -"aXL" = (/obj/structure/table/wood,/obj/item/storage/box/evidence,/obj/item/hand_labeler{pixel_x = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aXM" = (/obj/structure/table/wood,/obj/item/taperecorder,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/button/door{id = "kanyewest"; name = "Privacy Shutters"; pixel_y = 24},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aXN" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXO" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXP" = (/obj/machinery/camera{c_tag = "Bridge West Entrance"; dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXQ" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aXR" = (/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge) -"aXS" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/bridge) -"aXT" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aXU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aXV" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aXW" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aXX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aXY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aXZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aYa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/highsecurity{name = "AI Upload Access"; req_access_txt = "16"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"aYb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aYc" = (/obj/machinery/status_display/ai,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aYd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aYe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"aYf" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aYg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/bridge) -"aYh" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYi" = (/obj/machinery/power/apc{dir = 2; name = "Central Hall APC"; areastring = "/area/hallway/primary/central"; pixel_y = -24},/obj/structure/cable,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYj" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"aYk" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-24"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/wood,/area/crew_quarters/bar) -"aYl" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters/preopen{id = "kitchen"; name = "kitchen shutters"},/obj/item/reagent_containers/food/snacks/pie/cream,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYm" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/medical/virology) -"aYn" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"aYo" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYp" = (/obj/machinery/food_cart,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYq" = (/obj/machinery/button/door{id = "kitchen"; name = "Kitchen Shutters Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "28"},/obj/machinery/light,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYr" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYs" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics) -"aYt" = (/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/hydroponics) -"aYu" = (/obj/machinery/hydroponics/constructable,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"aYv" = (/obj/structure/chair/stool,/obj/effect/landmark/start/botanist,/turf/open/floor/plasteel,/area/hydroponics) -"aYw" = (/obj/machinery/camera{c_tag = "Hydroponics South"; dir = 8},/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/hydroponics) -"aYx" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall,/area/hydroponics) -"aYy" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"aYz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"aYA" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Library"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aYB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/library) -"aYC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet,/area/library) -"aYD" = (/obj/machinery/holopad,/turf/open/floor/carpet,/area/library) -"aYE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/carpet,/area/chapel/main) -"aYF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"aYG" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/carpet,/area/chapel/main) -"aYH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/chapel/main) -"aYI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"aYJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"aYK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aYL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aYM" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aYN" = (/obj/machinery/camera{c_tag = "Escape Arm Airlocks"; dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"aYO" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"aYP" = (/obj/machinery/door/airlock/engineering/abandoned{dir = 4; name = "Vacant Office A"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aYQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aYR" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aYS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/security/vacantoffice) -"aYT" = (/obj/structure/chair/office/dark,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/wood,/area/security/vacantoffice) -"aYU" = (/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"aYV" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port) -"aYW" = (/obj/structure/toilet{pixel_y = 8},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"aYX" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/light,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aYY" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"aYZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"aZa" = (/obj/structure/table,/obj/item/razor,/obj/structure/window{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"aZb" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"aZc" = (/obj/structure/closet,/obj/item/clothing/under/suit_jacket/female{pixel_x = 3; pixel_y = 1},/obj/item/clothing/under/suit_jacket/really_black{pixel_x = -2},/obj/structure/window{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"aZd" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aZe" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aZf" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aZg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"aZh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"aZi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/warehouse) -"aZj" = (/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"aZk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"aZl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"aZm" = (/turf/closed/wall,/area/quartermaster/warehouse) -"aZn" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"aZo" = (/obj/machinery/light/small{dir = 8},/obj/structure/rack,/obj/item/storage/briefcase,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aZp" = (/turf/open/floor/carpet,/area/security/detectives_office) -"aZq" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aZr" = (/obj/machinery/firealarm{pixel_y = 24},/obj/machinery/camera{c_tag = "Detective's Office"; dir = 2},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aZs" = (/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aZt" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"aZu" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/hallway/primary/central) -"aZv" = (/turf/closed/wall/r_wall,/area/bridge/meeting_room) -"aZw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/bridge/meeting_room) -"aZx" = (/obj/machinery/door/airlock/command{name = "Conference Room"; req_access_txt = "19"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"aZy" = (/turf/closed/wall,/area/bridge/meeting_room) -"aZz" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"aZA" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload) -"aZB" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"aZC" = (/obj/machinery/porta_turret/ai{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"aZD" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) -"aZE" = (/obj/machinery/door/airlock/command{name = "Captain's Office"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/captain) -"aZF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) -"aZG" = (/obj/structure/chair/comfy/brown,/obj/effect/landmark/start/detective,/turf/open/floor/carpet,/area/security/detectives_office) -"aZH" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/closet/radiation,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"aZI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/engine,/area/engine/engineering) -"aZJ" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"aZK" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/clothing/head/welding,/obj/item/stack/sheet/mineral/plasma{amount = 35},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"aZL" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"aZM" = (/turf/open/floor/carpet,/area/crew_quarters/bar) -"aZN" = (/obj/structure/flora/bush,/turf/open/floor/grass,/area/hallway/secondary/exit) -"aZO" = (/turf/open/floor/grass,/area/hallway/secondary/exit) -"aZP" = (/obj/structure/flora/ausbushes/ywflowers,/turf/open/floor/grass,/area/hallway/secondary/exit) -"aZQ" = (/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/turf_decal/delivery,/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/turf/open/floor/plasteel,/area/bridge) -"aZR" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/preopen{id = "bridge blast"; name = "bridge blast door"},/obj/effect/turf_decal/delivery,/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/turf/open/floor/plasteel,/area/bridge) -"aZS" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters/preopen{id = "kitchen"; name = "kitchen shutters"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aZT" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters/preopen{id = "kitchen"; name = "kitchen shutters"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"aZU" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/hydroponics) -"aZV" = (/obj/effect/spawner/structure/window/reinforced,/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/hydroponics) -"aZW" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/hydroponics) -"aZX" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/northleft{name = "Hydroponics Desk"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics) -"aZY" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/westright{dir = 1; name = "Hydroponics Desk"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics) -"aZZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"baa" = (/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bab" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bac" = (/obj/machinery/vending/coffee,/turf/open/floor/wood,/area/library) -"bad" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/wood,/area/library) -"bae" = (/obj/structure/table/wood,/obj/item/pen,/turf/open/floor/wood,/area/library) -"baf" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/wood,/area/library) -"bag" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/wood,/area/library) -"bah" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/main) -"bai" = (/turf/open/floor/carpet{icon_state = "carpetsymbol"},/area/chapel/main) -"baj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/chapel/main) -"bak" = (/obj/machinery/power/apc{dir = 8; name = "Escape Hallway APC"; areastring = "/area/hallway/secondary/exit"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bal" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bam" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"ban" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bao" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bap" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/wood,/area/security/vacantoffice) -"baq" = (/obj/structure/table/wood,/obj/item/folder/blue,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/security/vacantoffice) -"bar" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bas" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bat" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Locker Restrooms APC"; areastring = "/area/crew_quarters/toilet/locker"; pixel_x = 27; pixel_y = 2},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/port) -"bau" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bav" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"baw" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"bax" = (/obj/structure/rack,/obj/item/stack/sheet/cardboard,/obj/item/stack/rods/fifty,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bay" = (/obj/structure/rack,/obj/item/electronics/apc,/obj/item/stock_parts/cell{maxcharge = 2000},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"baz" = (/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"baA" = (/obj/item/storage/secure/safe{pixel_x = -23},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"baB" = (/obj/structure/table/wood,/obj/item/camera/detective,/turf/open/floor/carpet,/area/security/detectives_office) -"baC" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baD" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"baE" = (/obj/machinery/door/airlock{dir = 4; name = "Kitchen"; req_access_txt = "28"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"baF" = (/obj/machinery/photocopier,/turf/open/floor/wood,/area/bridge/meeting_room) -"baG" = (/obj/machinery/button/door{id = "heads_meeting"; name = "Security Shutters"; pixel_y = 24},/turf/open/floor/wood,/area/bridge/meeting_room) -"baH" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/wood,/area/bridge/meeting_room) -"baI" = (/obj/machinery/camera{c_tag = "Conference Room"; dir = 2},/turf/open/floor/wood,/area/bridge/meeting_room) -"baJ" = (/turf/open/floor/wood,/area/bridge/meeting_room) -"baK" = (/obj/machinery/door/airlock{dir = 4; name = "Unit 1"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"baL" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"baM" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/wood,/area/bridge/meeting_room) -"baN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"baO" = (/obj/structure/table,/obj/item/aiModule/reset,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"baP" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"baQ" = (/obj/structure/table,/obj/item/folder/blue,/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"baR" = (/obj/structure/table,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"baS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"baT" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baU" = (/obj/machinery/light_switch{pixel_y = 28},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baV" = (/obj/machinery/power/apc{dir = 1; name = "Captain's Office APC"; areastring = "/area/crew_quarters/heads/captain"; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baW" = (/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baX" = (/obj/machinery/status_display/ai{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baY" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/computer/security/telescreen/entertainment{pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"baZ" = (/obj/structure/table/wood,/obj/machinery/computer/security/wooden_tv,/turf/open/floor/carpet,/area/security/detectives_office) -"bba" = (/obj/structure/table/wood,/obj/item/storage/fancy/cigarettes,/obj/item/clothing/glasses/sunglasses,/turf/open/floor/carpet,/area/security/detectives_office) -"bbb" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Diner"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bbc" = (/obj/structure/sign/barsign,/turf/closed/wall,/area/crew_quarters/bar) -"bbd" = (/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard) -"bbe" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbf" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Hydroponics"; req_access_txt = "35"},/turf/open/floor/plasteel,/area/hydroponics) -"bbh" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/library) -"bbi" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/chapel/main) -"bbj" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/secondary/exit) -"bbk" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bbl" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"bbm" = (/obj/machinery/power/apc{dir = 8; name = "Vacant Office APC"; areastring = "/area/security/vacantoffice"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/port) -"bbn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bbo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port) -"bbp" = (/obj/machinery/door/airlock{dir = 4; name = "Unit 2"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bbq" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bbr" = (/obj/machinery/washing_machine,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"bbs" = (/obj/machinery/washing_machine,/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/locker) -"bbt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Cargo Warehouse APC"; areastring = "/area/quartermaster/warehouse"; pixel_x = 26},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/port) -"bbu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bbv" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bbw" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bbx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/security{dir = 4; name = "Detective's Office"; req_access_txt = "4"},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bby" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_x = 3},/obj/item/lighter,/turf/open/floor/carpet,/area/security/detectives_office) -"bbz" = (/obj/machinery/status_display{pixel_y = 32},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbA" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/turf/open/floor/carpet,/area/security/detectives_office) -"bbB" = (/obj/machinery/vending/cigarette,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbC" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/shutters/preopen{id = "kanyewest"; name = "privacy shutters"},/turf/open/floor/plating,/area/security/detectives_office) -"bbD" = (/obj/machinery/door/poddoor/preopen{id = "heads_meeting"; name = "privacy shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/bridge/meeting_room) -"bbE" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room) -"bbF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bbG" = (/obj/structure/chair/comfy/black,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bbH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bbI" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/wood,/area/bridge/meeting_room) -"bbJ" = (/obj/machinery/vending/snack/random,/turf/open/floor/wood,/area/bridge/meeting_room) -"bbK" = (/obj/structure/table,/obj/item/aiModule/supplied/quarantine,/obj/machinery/camera/motion{dir = 4; network = list("aiupload")},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bbL" = (/obj/machinery/holopad,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bbM" = (/obj/structure/table,/obj/item/aiModule/supplied/freeform,/obj/structure/sign/plaques/kiddie{pixel_x = 32},/obj/machinery/camera/motion{dir = 8; network = list("aiupload")},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bbN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbO" = (/obj/structure/displaycase/captain,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbP" = (/obj/machinery/computer/arcade,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbQ" = (/obj/machinery/light{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbR" = (/obj/structure/chair/comfy/brown{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbS" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbT" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bbU" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Dorm"; location = "HOP2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbV" = (/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbW" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bbX" = (/obj/effect/spawner/structure/window,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bbY" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bbZ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bca" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bcb" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard) -"bcc" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bcd" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bce" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"bcf" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 2"; dir = 2},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard) -"bcg" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/hallway/secondary/exit) -"bch" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bci" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bcj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bck" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bcl" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bcm" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bcn" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bco" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bcp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bcq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port) -"bcr" = (/obj/effect/landmark/blobstart,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bcs" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port) -"bct" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port) -"bcu" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bcv" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/junction/flip{dir = 1},/turf/open/floor/plating,/area/maintenance/port) -"bcw" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bcx" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bcy" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bcz" = (/obj/machinery/camera{c_tag = "Locker Room South"; dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/locker) -"bcA" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/closet/crate/freezer,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bcB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bcC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bcD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/warehouse) -"bcE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/power/apc{dir = 4; name = "Detective's Office APC"; areastring = "/area/security/detectives_office"; pixel_x = 24},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/port) -"bcF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/security/detectives_office) -"bcG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bcH" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bcI" = (/obj/machinery/light/small,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bcJ" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/filingcabinet,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/grimy,/area/security/detectives_office) -"bcK" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "heads_meeting"; name = "privacy shutters"},/turf/open/floor/plating,/area/bridge/meeting_room) -"bcL" = (/obj/item/hand_labeler,/obj/item/assembly/timer,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room) -"bcM" = (/obj/structure/chair/comfy/black{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bcN" = (/obj/structure/table/wood,/obj/item/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Command)"},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bcO" = (/obj/item/book/manual/wiki/security_space_law,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room) -"bcP" = (/obj/structure/chair/comfy/black{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/bridge/meeting_room) -"bcQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"bcR" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/bridge/meeting_room) -"bcS" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bcT" = (/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bcU" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload) -"bcV" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bcW" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bcX" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bcY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bcZ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bda" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdb" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdc" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bde" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/junction{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdf" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdh" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=HOP2"; location = "Stbd"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdi" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bdj" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bdk" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bdl" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bdm" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bdn" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Cargo Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"bdo" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/hallway/secondary/exit) -"bdp" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Cargo Escape Airlock"},/turf/open/floor/plating,/area/hallway/secondary/exit) -"bdq" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bdr" = (/turf/closed/wall,/area/maintenance/disposal) -"bds" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/disposal) -"bdt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/disposal) -"bdu" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bdv" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bdw" = (/obj/machinery/door/airlock{dir = 4; name = "Unit 3"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bdx" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bdy" = (/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/port) -"bdz" = (/obj/effect/landmark/blobstart,/obj/item/clothing/suit/ianshirt,/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/port) -"bdA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/locker) -"bdB" = (/obj/machinery/door/airlock/maintenance{name = "Locker Room Maintenance"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bdC" = (/obj/structure/closet/crate/internals,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bdD" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bdE" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bdF" = (/obj/structure/closet/crate,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bdG" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/security/detectives_office) -"bdH" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard) -"bdI" = (/obj/item/storage/fancy/donut_box,/obj/structure/table,/turf/open/floor/wood,/area/bridge/meeting_room) -"bdJ" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room) -"bdK" = (/obj/item/folder/blue,/obj/structure/table/wood,/turf/open/floor/carpet,/area/bridge/meeting_room) -"bdL" = (/obj/structure/table,/obj/item/aiModule/core/full/asimov,/obj/item/aiModule/core/freeformcore,/obj/machinery/door/window{base_state = "right"; dir = 4; icon_state = "right"; name = "Core Modules"; req_access_txt = "20"},/obj/structure/window/reinforced,/obj/effect/spawner/lootdrop/aimodule_harmless,/obj/effect/spawner/lootdrop/aimodule_neutral,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/aiModule/core/full/custom,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bdM" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bdN" = (/obj/machinery/computer/upload/ai{dir = 1},/obj/machinery/flasher{id = "AI"; pixel_y = -21},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload) -"bdO" = (/obj/machinery/power/apc/highcap/five_k{dir = 2; name = "Upload APC"; areastring = "/area/ai_monitored/turret_protected/ai_upload"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload) -"bdP" = (/obj/machinery/computer/upload/borg{dir = 1},/obj/item/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_y = -29},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai_upload) -"bdQ" = (/obj/machinery/light,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bdR" = (/obj/structure/table,/obj/item/aiModule/supplied/oxygen,/obj/item/aiModule/zeroth/oneHuman,/obj/machinery/door/window{base_state = "left"; dir = 8; icon_state = "left"; name = "High-Risk Modules"; req_access_txt = "20"},/obj/item/aiModule/reset/purge,/obj/structure/window/reinforced,/obj/effect/spawner/lootdrop/aimodule_harmful,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/item/aiModule/supplied/protectStation,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai_upload) -"bdS" = (/obj/structure/table/wood,/obj/machinery/camera{c_tag = "Captain's Office"; dir = 8},/obj/item/storage/lockbox/medal,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdT" = (/obj/structure/table/wood,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdU" = (/obj/structure/table/wood,/obj/item/folder/blue,/obj/item/stamp/captain,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdV" = (/obj/structure/table/wood,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdX" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdY" = (/obj/structure/table/wood,/obj/item/hand_tele,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bdZ" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 1},/area/hallway/primary/starboard) -"bea" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=Stbd"; location = "HOP"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"beb" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bec" = (/obj/structure/sign/directions/evac{dir = 4; pixel_x = 32; pixel_y = 28},/obj/structure/sign/directions/security{dir = 1; pixel_x = 32; pixel_y = 36},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bed" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bee" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bef" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"beg" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Chapel"},/turf/open/floor/carpet,/area/chapel/main) -"beh" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bei" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway"; dir = 2},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bej" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/hallway/primary/starboard) -"bek" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bel" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bem" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"ben" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"beo" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bep" = (/obj/machinery/status_display{layer = 4; pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"beq" = (/obj/effect/turf_decal/loading_area{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"ber" = (/turf/closed/wall,/area/security/checkpoint/medical) -"bes" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bet" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"beu" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bev" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/light,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bew" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/secondary/exit) -"bex" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay 4"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"bey" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Port Docking Bay 3"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"bez" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"beA" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"beB" = (/obj/structure/disposaloutlet{dir = 4},/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"beC" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"beD" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"beE" = (/obj/machinery/conveyor{dir = 4; id = "garbage"},/obj/machinery/recycler,/obj/structure/sign/warning/securearea{name = "\improper STAY CLEAR HEAVY MACHINERY"; pixel_y = 32},/turf/open/floor/plating,/area/maintenance/disposal) -"beF" = (/obj/machinery/conveyor{dir = 6; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"beG" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port) -"beH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"beI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"beJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"beK" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 1},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port) -"beL" = (/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"beM" = (/obj/machinery/camera{c_tag = "Locker Room Toilets"; dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"beN" = (/obj/machinery/power/apc{dir = 1; name = "Locker Room APC"; areastring = "/area/crew_quarters/locker"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port) -"beO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"beP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"beQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"beR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port) -"beS" = (/obj/structure/closet/crate/medical,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"beT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/stack/sheet/cardboard,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"beU" = (/obj/item/clothing/gloves/color/rainbow,/obj/item/clothing/head/soft/rainbow,/obj/item/clothing/shoes/sneakers/rainbow,/obj/item/clothing/under/color/rainbow,/turf/open/floor/plating,/area/maintenance/port) -"beV" = (/turf/closed/wall,/area/quartermaster/sorting) -"beW" = (/obj/structure/disposalpipe/trunk,/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"beX" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/turf/open/floor/plating,/area/quartermaster/sorting) -"beY" = (/obj/machinery/conveyor{dir = 4; id = "packageSort2"},/obj/structure/plasticflaps,/turf/open/floor/plating,/area/quartermaster/sorting) -"beZ" = (/obj/machinery/disposal/deliveryChute{dir = 8},/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/quartermaster/sorting) -"bfa" = (/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfb" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Bridge"; departmentType = 5; name = "Bridge RC"; pixel_y = -30},/obj/machinery/light,/turf/open/floor/wood,/area/bridge/meeting_room) -"bfc" = (/turf/open/floor/carpet,/area/bridge/meeting_room) -"bfd" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bfe" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bff" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/carpet,/area/bridge/meeting_room) -"bfg" = (/obj/structure/noticeboard{dir = 8; pixel_x = 27},/turf/open/floor/wood,/area/bridge/meeting_room) -"bfh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfi" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfj" = (/obj/machinery/status_display/ai,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfk" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfl" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfm" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai_upload) -"bfo" = (/obj/effect/landmark/event_spawn,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfp" = (/obj/structure/table/wood,/obj/item/pinpointer/nuke,/obj/item/disk/nuclear,/obj/item/storage/secure/safe{pixel_x = 35; pixel_y = 5},/obj/machinery/light{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfq" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_x = -30},/obj/structure/filingcabinet,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfr" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/effect/landmark/start/captain,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfs" = (/obj/machinery/computer/communications{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bft" = (/obj/structure/table/wood,/obj/item/book/manual/wiki/security_space_law,/obj/item/coin/plasma,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bfv" = (/turf/closed/wall,/area/medical/chemistry) -"bfw" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall,/area/medical/medbay/central) -"bfx" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/medbay/central) -"bfy" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bfz" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bfA" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bfB" = (/turf/closed/wall,/area/medical/morgue) -"bfC" = (/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "6"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bfD" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/checkpoint/medical) -"bfE" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer2"; name = "Medbay Doors Control"; normaldoorcontrol = 1; pixel_y = 26; req_access_txt = "5"},/obj/item/book/manual/wiki/security_space_law,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bfF" = (/obj/machinery/camera{c_tag = "Security Post - Medbay"; dir = 2},/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bfG" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bfH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/science/robotics/mechbay) -"bfI" = (/turf/closed/wall,/area/science/robotics/mechbay) -"bfJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/poddoor/shutters{id = "Skynet_launch"; name = "mech bay"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bfK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{name = "Mech Bay"; req_access_txt = "29"},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bfL" = (/turf/closed/wall/r_wall,/area/science/robotics/lab) -"bfM" = (/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bfN" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bfO" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 5"; dir = 2},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bfP" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfQ" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bfR" = (/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/hallway/primary/starboard) -"bfS" = (/turf/closed/wall/r_wall,/area/science/lab) -"bfT" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/hallway/secondary/exit) -"bfU" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/hallway/secondary/exit) -"bfV" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bfW" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/exit) -"bfX" = (/obj/machinery/camera{c_tag = "Arrivals Bay 3 & 4"; dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bfY" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/hallway/secondary/entry) -"bfZ" = (/obj/machinery/conveyor/inverted{dir = 5; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"bga" = (/obj/machinery/conveyor{dir = 8; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"bgb" = (/obj/machinery/conveyor{dir = 10; id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"bgc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/closed/wall,/area/maintenance/disposal) -"bgd" = (/obj/machinery/power/apc{dir = 8; name = "Disposal APC"; areastring = "/area/maintenance/disposal"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bge" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bgf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bgg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bgh" = (/obj/machinery/door/airlock{dir = 4; name = "Unit 4"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bgi" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel/freezer,/area/crew_quarters/toilet/locker) -"bgj" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port) -"bgk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port) -"bgl" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bgm" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bgn" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bgo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/power/apc{dir = 2; name = "Cargo Bay APC"; areastring = "/area/quartermaster/storage"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port) -"bgp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/quartermaster/warehouse) -"bgq" = (/obj/structure/closet/cardboard,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bgr" = (/obj/machinery/button/door{id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = -1; pixel_y = -24; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bgs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bgt" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/closed/wall,/area/quartermaster/sorting) -"bgu" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/closed/wall,/area/quartermaster/sorting) -"bgv" = (/obj/machinery/conveyor_switch/oneway{id = "packageSort2"},/obj/machinery/camera{c_tag = "Cargo Delivery Office"; dir = 4},/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bgw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bgx" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bgy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/table/reinforced,/obj/item/destTagger,/obj/item/destTagger,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bgz" = (/obj/vehicle/ridden/wheelchair,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bgA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/sorting) -"bgB" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bgC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bgD" = (/obj/machinery/light,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bgE" = (/obj/machinery/door/window/eastright{dir = 1; name = "Bridge Delivery"; req_access_txt = "19"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/bridge/meeting_room) -"bgF" = (/obj/structure/reagent_dispensers/water_cooler,/turf/open/floor/wood,/area/bridge/meeting_room) -"bgG" = (/obj/machinery/computer/slot_machine,/turf/open/floor/wood,/area/bridge/meeting_room) -"bgH" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_y = -32},/turf/open/floor/wood,/area/bridge/meeting_room) -"bgI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"bgJ" = (/obj/machinery/vending/coffee,/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/bridge/meeting_room) -"bgK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bgL" = (/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bgM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bgN" = (/obj/structure/table/wood,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/item/camera,/obj/item/storage/photo_album{pixel_y = -10},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bgO" = (/obj/item/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Command)"; pixel_x = -28},/obj/machinery/suit_storage_unit/captain,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bgP" = (/obj/machinery/computer/card{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bgQ" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/item/melee/chainofcommand,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bgR" = (/turf/open/floor/plasteel/white,/area/science/lab) -"bgS" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/white,/area/science/lab) -"bgT" = (/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bgU" = (/obj/machinery/door/window/southright{base_state = "left"; dir = 4; icon_state = "left"; name = "Bar Door"; req_one_access_txt = "25;28"},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/wood,/area/crew_quarters/bar) -"bgV" = (/obj/machinery/power/apc{dir = 1; name = "Chemistry APC"; areastring = "/area/medical/chemistry"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bgW" = (/obj/machinery/camera{c_tag = "Chemistry"; dir = 2},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bgX" = (/obj/machinery/chem_dispenser,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bgY" = (/obj/machinery/chem_master,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bgZ" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/mint,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bha" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{dir = 4; name = "Port Docking Bay 2"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"bhb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhc" = (/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhd" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhe" = (/obj/structure/chair,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhf" = (/obj/structure/table,/obj/item/storage/firstaid/regular,/obj/machinery/camera{c_tag = "Medbay Lobby"; dir = 2; pixel_y = 18},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhg" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-10"},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bhh" = (/obj/structure/filingcabinet,/obj/machinery/newscaster{pixel_x = 32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bhi" = (/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bhj" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bhk" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bhl" = (/obj/structure/table,/obj/item/storage/box/bodybags,/obj/item/pen,/obj/machinery/light/small{dir = 8},/obj/item/paper/guides/jobs/medical/morgue{pixel_x = 5; pixel_y = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bhm" = (/obj/machinery/power/apc{dir = 1; name = "Morgue APC"; areastring = "/area/medical/morgue"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bhn" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bho" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/sorting/mail/flip{dir = 2; sortType = 14},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bhp" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Mech Bay Maintenance"; req_access_txt = "29"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/science/robotics/mechbay) -"bhq" = (/obj/machinery/button/door{dir = 2; id = "Skynet_launch"; name = "Mech Bay Door Control"; pixel_x = 6; pixel_y = 24},/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bhr" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bhs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bht" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bhu" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bhv" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{dir = 4; name = "Robotics Lab"; req_access_txt = "29"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bhw" = (/obj/machinery/airalarm{pixel_y = 25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bhx" = (/obj/machinery/requests_console{department = "Robotics"; departmentType = 2; name = "Robotics RC"; pixel_y = 30; receive_ore_updates = 1},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/rnd/production/circuit_imprinter,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bhy" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"bhz" = (/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/robotics/lab) -"bhA" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 2; icon_state = "left"; name = "Robotics Desk"; req_access_txt = "29"},/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"bhB" = (/turf/closed/wall,/area/science/research) -"bhC" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/research{name = "Research Division Access"; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/science/research) -"bhD" = (/obj/machinery/door/poddoor/shutters/preopen{id = "rnd"; name = "research lab shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/lab) -"bhE" = (/obj/structure/table/reinforced,/obj/machinery/door/window/southright{name = "Research and Development Desk"; req_one_access_txt = "7;29"},/obj/machinery/door/poddoor/shutters/preopen{id = "rnd"; name = "research lab shutters"},/turf/open/floor/plating,/area/science/lab) -"bhF" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/sheet/metal/fifty,/obj/item/clothing/glasses/welding,/turf/open/floor/plasteel/white,/area/science/lab) -"bhG" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = 2; pixel_y = 3},/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/white,/area/science/lab) -"bhH" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard) -"bhI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/starboard) -"bhJ" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay 4"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"bhK" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Port Docking Bay 3"},/turf/open/floor/plating,/area/hallway/secondary/entry) -"bhL" = (/obj/machinery/conveyor{id = "garbage"},/turf/open/floor/plating,/area/maintenance/disposal) -"bhM" = (/obj/structure/disposalpipe/trunk{dir = 2},/obj/machinery/disposal/deliveryChute{dir = 4},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window{base_state = "right"; dir = 4; icon_state = "right"; layer = 3},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bhN" = (/obj/machinery/mineral/stacking_machine{input_dir = 1; stack_amt = 10},/turf/open/floor/plating,/area/maintenance/disposal) -"bhO" = (/obj/machinery/mineral/stacking_unit_console{dir = 2; machinedir = 8},/turf/closed/wall,/area/maintenance/disposal) -"bhP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port) -"bhQ" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bhR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port) -"bhS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/crew_quarters/toilet/locker) -"bhT" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window{dir = 8},/turf/open/floor/plating,/area/maintenance/port) -"bhU" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window{dir = 1},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port) -"bhV" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/window,/turf/open/floor/plating,/area/maintenance/port) -"bhW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bhX" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bhY" = (/turf/closed/wall,/area/quartermaster/storage) -"bhZ" = (/obj/machinery/door/poddoor/shutters{id = "qm_warehouse"; name = "warehouse shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/warehouse) -"bia" = (/obj/structure/disposalpipe/sorting/wrap{dir = 1},/turf/closed/wall,/area/quartermaster/sorting) -"bib" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"bic" = (/obj/machinery/door/window/eastleft{dir = 4; icon_state = "right"; name = "Incoming Mail"; req_access_txt = "50"},/turf/open/floor/plating,/area/quartermaster/sorting) -"bid" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bie" = (/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bif" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"big" = (/obj/structure/table/reinforced,/obj/item/hand_labeler{pixel_y = 8},/obj/item/hand_labeler{pixel_y = 8},/obj/item/storage/box,/obj/item/storage/box,/obj/item/storage/box,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bih" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/sorting) -"bii" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bij" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=1"; dir = 1; freq = 1400; location = "Bridge"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/bridge/meeting_room) -"bik" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/bridge/meeting_room) -"bil" = (/obj/effect/turf_decal/bot_white/right,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bim" = (/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bin" = (/obj/effect/turf_decal/bot_white/left,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bio" = (/obj/machinery/camera{c_tag = "Research and Development"; dir = 2; network = list("ss13","rd"); pixel_x = 22},/obj/machinery/button/door{dir = 2; id = "rnd"; name = "Shutters Control Button"; pixel_x = -6; pixel_y = 24; req_access_txt = "47"},/turf/open/floor/plasteel/white,/area/science/lab) -"bip" = (/obj/machinery/newscaster/security_unit{pixel_x = -32},/obj/machinery/keycard_auth{pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"biq" = (/obj/machinery/door/window{base_state = "right"; dir = 4; icon_state = "right"; name = "Captain's Desk Door"; req_access_txt = "20"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bir" = (/obj/machinery/requests_console{department = "Chemistry"; departmentType = 2; pixel_x = -30; receive_ore_updates = 1},/obj/machinery/light{dir = 8},/obj/structure/closet/secure_closet/chemical,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bis" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bit" = (/turf/open/floor/plasteel/white,/area/medical/chemistry) -"biu" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/chemist,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"biv" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry) -"biw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bix" = (/obj/structure/bed/roller,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"biy" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/window{name = "Gateway Chamber"; req_access_txt = "62"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 2},/turf/open/floor/plasteel/dark,/area/gateway) -"biz" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 2},/turf/open/floor/plasteel/dark,/area/gateway) -"biA" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 6},/turf/open/floor/plasteel/dark,/area/gateway) -"biB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"biC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"biD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/crew_quarters/bar) -"biE" = (/obj/item/radio/intercom{pixel_y = 25},/turf/open/floor/wood,/area/crew_quarters/bar) -"biF" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biG" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/camera{c_tag = "Central Hallway North-East"; dir = 2},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biH" = (/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biI" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/hallway/primary/central) -"biJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/wood,/area/crew_quarters/bar) -"biK" = (/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/crew_quarters/locker) -"biL" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"biM" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Diner"},/turf/open/floor/plasteel,/area/crew_quarters/bar) -"biN" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 10},/turf/open/floor/plasteel,/area/hydroponics) -"biO" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 8},/turf/open/floor/plasteel,/area/hydroponics) -"biP" = (/turf/open/floor/wood/airless,/area/crew_quarters/bar) -"biQ" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/turf/open/floor/plasteel,/area/hydroponics) -"biR" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/turf/open/floor/plasteel,/area/hydroponics) -"biS" = (/obj/effect/landmark/event_spawn,/turf/open/floor/wood/airless,/area/crew_quarters/bar) -"biT" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -2; pixel_y = 2},/turf/open/floor/wood,/area/crew_quarters/bar) -"biU" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -2; pixel_y = 2},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 5; pixel_y = -2},/turf/open/floor/wood,/area/crew_quarters/bar) -"biV" = (/obj/structure/table,/obj/item/reagent_containers/glass/beaker{pixel_x = 5},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/kitchen) -"biW" = (/obj/effect/landmark/start/botanist,/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 4},/turf/open/floor/plasteel,/area/hydroponics) -"biX" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 5},/turf/open/floor/plasteel,/area/hydroponics) -"biY" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 1},/turf/open/floor/plasteel,/area/hydroponics) -"biZ" = (/obj/effect/spawner/structure/window,/turf/open/floor/wood,/area/crew_quarters/bar) -"bja" = (/turf/open/floor/wood/cold,/area/crew_quarters/bar) -"bjb" = (/obj/structure/chair/wood{dir = 1},/turf/open/floor/wood,/area/crew_quarters/bar) -"bjc" = (/obj/structure/table/glass,/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/turf/open/floor/plasteel,/area/medical/sleeper) -"bjd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bje" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bjf" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bjg" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bjh" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/grass,/area/hallway/secondary/exit) -"bji" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjj" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bjk" = (/obj/structure/piano{icon_state = "piano"},/turf/open/floor/wood,/area/crew_quarters/bar) -"bjl" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/wood,/area/crew_quarters/bar) -"bjm" = (/obj/machinery/light,/obj/machinery/newscaster{pixel_y = -28},/turf/open/floor/wood,/area/crew_quarters/bar) -"bjn" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/closed/wall,/area/crew_quarters/kitchen) -"bjo" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjp" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/crew_quarters/bar) -"bjq" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Detective Maintenance"; req_access_txt = "4"},/turf/open/floor/plating,/area/maintenance/port) -"bjr" = (/obj/machinery/camera{c_tag = "Central Hallway East"; dir = 4},/obj/structure/disposalpipe/segment,/obj/machinery/status_display{pixel_x = -32},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjs" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Chapel"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet,/area/chapel/main) -"bjt" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bju" = (/obj/machinery/light,/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjv" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjw" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/machinery/light,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 2},/area/hallway/primary/starboard) -"bjx" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white/corner{dir = 8},/area/hallway/primary/starboard) -"bjy" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 3"; dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjA" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjB" = (/obj/machinery/camera{c_tag = "Starboard Primary Hallway 4"; dir = 1},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjC" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjD" = (/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjE" = (/turf/closed/wall,/area/medical/medbay/central) -"bjF" = (/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjG" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjH" = (/obj/structure/sign/warning/securearea{pixel_y = -32},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjI" = (/obj/machinery/light,/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bjJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjK" = (/obj/machinery/camera{c_tag = "Central Hallway West"; dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjL" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 9},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bjM" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 1},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bjN" = (/obj/effect/turf_decal/loading_area{dir = 5; icon_state = "trim"; name = "trim"},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bjO" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjP" = (/obj/machinery/vending/wardrobe/chem_wardrobe,/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bjQ" = (/obj/structure/chair,/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bjR" = (/obj/structure/chair,/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bjS" = (/obj/machinery/computer/rdconsole/robotics,/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bjT" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bjU" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bjV" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bjW" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bjX" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/depsec/medical,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bjY" = (/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bjZ" = (/obj/machinery/computer/secure_data{dir = 8},/obj/item/radio/intercom{pixel_x = 25},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bka" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bkb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/bodycontainer/morgue{dir = 8},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bkc" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bkd" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bke" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 4; name = "Mech Bay APC"; areastring = "/area/science/robotics/mechbay"; pixel_x = 26},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bkf" = (/obj/machinery/mech_bay_recharge_port{dir = 2},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/science/robotics/mechbay) -"bkg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"bkh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bki" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"bkj" = (/obj/machinery/mech_bay_recharge_port{dir = 2},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/science/robotics/mechbay) -"bkk" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/robotics/lab) -"bkl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bkm" = (/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bkn" = (/obj/structure/chair/office/light{dir = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bko" = (/obj/machinery/camera{c_tag = "Robotics Lab"; dir = 2; network = list("ss13","rd")},/obj/machinery/button/door{name = "Shutters Control Button"; dir = 2; pixel_x = 6; pixel_y = 24; req_access_txt = "29"; id = "robotics"},/obj/structure/table,/obj/item/book/manual/wiki/robotics_cyborgs{pixel_x = 2; pixel_y = 5},/obj/item/reagent_containers/glass/beaker/large,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bkp" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bkq" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bkr" = (/obj/structure/filingcabinet/chestdrawer,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bks" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/research) -"bkt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/science/research) -"bku" = (/obj/machinery/camera{c_tag = "Research Division Access"; dir = 2},/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/science/research) -"bkv" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_x = -30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"bkw" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/science/lab) -"bkx" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"bky" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel/white,/area/science/lab) -"bkz" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard) -"bkA" = (/obj/docking_port/stationary{dir = 2; dwidth = 11; height = 22; id = "whiteship_home"; name = "SS13: Auxiliary Dock, Station-Port"; width = 35},/turf/open/space/basic,/area/space) -"bkB" = (/obj/machinery/conveyor{id = "garbage"},/obj/structure/sign/warning/vacuum{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/disposal) -"bkC" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal) -"bkD" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"bkE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"bkF" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bkG" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Disposal Access"; req_access_txt = "12"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/disposal) -"bkH" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bkI" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/port) -"bkJ" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port) -"bkK" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bkL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bkM" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bkN" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bkO" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port) -"bkP" = (/obj/structure/table,/obj/item/clothing/head/soft,/obj/item/clothing/head/soft,/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkQ" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/hand_labeler,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_y = 30},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkR" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/radio/intercom{pixel_y = 20},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkS" = (/obj/machinery/camera{c_tag = "Cargo Bay North"},/obj/machinery/vending/wardrobe/cargo_wardrobe,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkT" = (/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkU" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkW" = (/obj/machinery/button/door{id = "qm_warehouse"; name = "Warehouse Door Control"; pixel_x = -1; pixel_y = 24; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bkX" = (/obj/machinery/photocopier,/obj/item/radio/intercom{pixel_y = 20},/turf/open/floor/plasteel,/area/quartermaster/office) -"bkY" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/quartermaster/office) -"bkZ" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/quartermaster/office) -"bla" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bld" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/cargo_technician,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"ble" = (/obj/machinery/door/firedoor,/obj/machinery/door/window/westleft{name = "Delivery Desk"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/bot,/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/quartermaster/sorting) -"blf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/hallway/primary/central) -"blh" = (/turf/closed/wall/r_wall,/area/maintenance/central) -"bli" = (/turf/open/floor/plating,/area/maintenance/central) -"blj" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/central) -"blk" = (/obj/machinery/power/apc{dir = 1; name = "Central Maintenance APC"; areastring = "/area/maintenance/central"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/central) -"bll" = (/obj/structure/closet/wardrobe/black,/turf/open/floor/plating,/area/maintenance/central) -"blm" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/wood,/area/bridge/meeting_room) -"bln" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) -"blo" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/science/lab) -"blp" = (/obj/structure/table/glass,/obj/item/reagent_containers/glass/beaker/large{pixel_x = -3; pixel_y = 3},/obj/item/reagent_containers/glass/beaker{pixel_x = 8; pixel_y = 2},/obj/item/reagent_containers/dropper,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/white,/area/science/lab) -"blq" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/lab) -"blr" = (/obj/structure/table/glass,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/micro_laser,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/science/lab) -"bls" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"blt" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"blu" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"blv" = (/obj/structure/table/glass,/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/glass/beaker/large,/obj/item/reagent_containers/dropper,/obj/item/reagent_containers/dropper,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"blw" = (/obj/machinery/smartfridge/chemistry/preloaded,/turf/closed/wall,/area/medical/chemistry) -"blx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bly" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/turf_decal/tile/blue{dir = 2},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blA" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blB" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blC" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blD" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"blE" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"blF" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"blG" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"blH" = (/obj/machinery/camera{c_tag = "Medbay Morgue"; network = list("ss13","medbay"); dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"blI" = (/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"blJ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"blK" = (/turf/open/floor/mech_bay_recharge_floor,/area/science/robotics/mechbay) -"blL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/circuit,/area/science/robotics/mechbay) -"blM" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit,/area/science/robotics/mechbay) -"blN" = (/turf/open/floor/circuit,/area/science/robotics/mechbay) -"blO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"blP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"blQ" = (/obj/machinery/light{dir = 4},/obj/machinery/status_display{pixel_x = 32},/obj/machinery/aug_manipulator,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"blR" = (/obj/structure/closet/firecloset,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"blS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"blT" = (/obj/machinery/shower{dir = 8},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"blU" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"blV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"blW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/lab) -"blX" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel/white,/area/science/lab) -"blY" = (/turf/closed/wall,/area/maintenance/starboard) -"blZ" = (/obj/machinery/conveyor{id = "garbage"},/obj/machinery/door/poddoor/preopen{id = "Disposal Exit"; name = "disposal exit vent"},/turf/open/floor/plating,/area/maintenance/disposal) -"bma" = (/obj/machinery/button/door{id = "Disposal Exit"; name = "Disposal Vent Control"; pixel_x = -25; pixel_y = 4; req_access_txt = "12"},/obj/machinery/button/massdriver{id = "trash"; pixel_x = -26; pixel_y = -6},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/disposal) -"bmb" = (/turf/open/floor/plating,/area/maintenance/disposal) -"bmc" = (/obj/effect/decal/cleanable/oil,/obj/machinery/light_switch{pixel_x = 25},/turf/open/floor/plating,/area/maintenance/disposal) -"bmd" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port) -"bme" = (/turf/closed/wall/r_wall,/area/maintenance/port) -"bmf" = (/obj/structure/sign/warning/docking,/turf/closed/wall/r_wall,/area/maintenance/port) -"bmg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/storage) -"bmh" = (/obj/machinery/door/airlock/maintenance{name = "Cargo Bay Maintenance"; req_access_txt = "31"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port) -"bmi" = (/turf/open/floor/plasteel,/area/quartermaster/storage) -"bmj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bmk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bml" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/storage) -"bmm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bmn" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bmo" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 2},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/quartermaster/office) -"bmp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Cargo Office"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bmq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bmr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bms" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bmt" = (/obj/structure/filingcabinet/filingcabinet,/obj/machinery/power/apc{dir = 2; name = "Delivery Office APC"; areastring = "/area/quartermaster/sorting"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bmu" = (/obj/structure/table/reinforced,/obj/item/radio/intercom{pixel_y = -26},/obj/item/paper_bin{pixel_x = -3},/obj/item/pen{pixel_x = -3},/obj/item/folder/yellow{pixel_x = 4},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bmv" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmw" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmx" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) -"bmy" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/central) -"bmz" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/power/apc{dir = 2; name = "Head of Personnel APC"; areastring = "/area/crew_quarters/heads/hop"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/central) -"bmA" = (/obj/effect/landmark/blobstart,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/central) -"bmB" = (/obj/machinery/power/apc{dir = 4; name = "Conference Room APC"; areastring = "/area/bridge/meeting_room"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/central) -"bmC" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bmD" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bmE" = (/obj/machinery/gravity_generator/main/station,/obj/effect/turf_decal/bot_white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bmF" = (/obj/machinery/camera{c_tag = "Gravity Generator Room"; dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bmG" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bmH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/crew_quarters/heads/captain) -"bmI" = (/obj/machinery/door/airlock/command{name = "Captain's Quarters"; req_access_txt = "20"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet,/area/crew_quarters/heads/captain) -"bmJ" = (/obj/machinery/door/airlock/maintenance{name = "Captain's Office Maintenance"; req_access_txt = "20"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/maintenance/central/secondary) -"bmK" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmL" = (/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bmM" = (/obj/structure/table/glass,/obj/item/storage/box/syringes,/obj/item/clothing/glasses/science{pixel_x = 2; pixel_y = 4},/obj/item/clothing/glasses/science,/obj/item/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bmN" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bmO" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bmP" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry) -"bmQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmR" = (/obj/structure/table/reinforced,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmS" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/drinks/britcup{desc = "Kingston's personal cup."},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmT" = (/obj/structure/table/reinforced,/obj/item/folder/white,/obj/item/pen,/obj/item/reagent_containers/glass/bottle/epinephrine,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmU" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmV" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmW" = (/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) -"bmX" = (/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bmY" = (/obj/machinery/power/apc{dir = 8; name = "Medbay Security APC"; areastring = "/area/security/checkpoint/medical"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bmZ" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bna" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = 30},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"bnb" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bnc" = (/obj/machinery/power/apc{dir = 4; name = "Morgue Maintenance APC"; areastring = "/area/maintenance/department/medical/morgue"; pixel_x = 26},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bnd" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bne" = (/obj/machinery/computer/mech_bay_power_console{dir = 4},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bnf" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bng" = (/obj/machinery/computer/mech_bay_power_console{dir = 8},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"bnh" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bni" = (/obj/machinery/conveyor_switch/oneway{id = "robo1"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bnj" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/mecha_part_fabricator,/turf/open/floor/plasteel,/area/science/robotics/lab) -"bnk" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass{amount = 20; pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bnl" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = 6},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/glasses/welding,/obj/item/multitool{pixel_x = 3},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bnm" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bnn" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table,/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,/obj/item/healthanalyzer,/obj/item/healthanalyzer,/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = 29},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bno" = (/obj/structure/closet/firecloset,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/science/research) -"bnp" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/white,/area/science/research) -"bnq" = (/obj/machinery/rnd/destructive_analyzer,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/lab) -"bnr" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/lab) -"bns" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/rnd/production/protolathe/department/science,/turf/open/floor/plasteel,/area/science/lab) -"bnt" = (/obj/machinery/light/small{dir = 1},/obj/structure/dresser,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/item/card/id/captains_spare,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bnu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bnv" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bnw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard) -"bnx" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard) -"bny" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard) -"bnz" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/obj/item/cigbutt,/turf/open/floor/plating,/area/maintenance/starboard) -"bnA" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard) -"bnB" = (/obj/machinery/light/small{dir = 8},/obj/machinery/mass_driver{id = "trash"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/disposal) -"bnC" = (/obj/machinery/conveyor_switch/oneway{dir = 8; id = "garbage"; name = "disposal conveyor"},/turf/open/floor/plating,/area/maintenance/disposal) -"bnD" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/disposal) -"bnE" = (/obj/structure/closet,/turf/open/floor/plating,/area/maintenance/disposal) -"bnF" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/storage) -"bnG" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnH" = (/obj/structure/closet/emcloset,/obj/machinery/airalarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnJ" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/firealarm{pixel_y = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnK" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnL" = (/mob/living/simple_animal/sloth/paperwork,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnN" = (/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Cargo Bay"; req_access_txt = "31"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bnO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{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) -"bnP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bnQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/office) -"bnR" = (/obj/machinery/status_display/supply,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/quartermaster/sorting) -"bnS" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/sorting) -"bnT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/quartermaster/sorting) -"bnU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{name = "Delivery Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/sorting) -"bnV" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/status_display/supply{pixel_x = -28; pixel_y = 2},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bnX" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/central) -"bnY" = (/turf/closed/wall,/area/crew_quarters/heads/hop) -"bnZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/crew_quarters/heads/hop) -"boa" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access_txt = "57"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/crew_quarters/heads/hop) -"bob" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hop) -"boc" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 10},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bod" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 2},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"boe" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 6},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bof" = (/turf/closed/wall,/area/crew_quarters/heads/captain) -"bog" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/lab) -"boh" = (/obj/item/stack/sheet/glass,/obj/structure/table/glass,/obj/item/stack/sheet/glass,/obj/item/stack/sheet/glass,/obj/item/stock_parts/matter_bin,/obj/item/stock_parts/matter_bin,/obj/machinery/light{dir = 4},/obj/item/stock_parts/scanning_module{pixel_x = 2; pixel_y = 3},/obj/item/stock_parts/scanning_module,/obj/machinery/power/apc{dir = 4; name = "Research Lab APC"; areastring = "/area/science/lab"; pixel_x = 26},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel/white,/area/science/lab) -"boi" = (/obj/structure/bed,/obj/item/bedsheet/captain,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"boj" = (/obj/machinery/door/airlock{dir = 4; name = "Private Restroom"},/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain) -"bok" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain) -"bol" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/central/secondary) -"bom" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bon" = (/obj/structure/table/glass,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/obj/item/reagent_containers/glass/bottle/epinephrine,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"boo" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bop" = (/obj/structure/disposalpipe/segment,/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"boq" = (/obj/machinery/chem_dispenser,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bor" = (/obj/machinery/chem_master,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bos" = (/obj/machinery/light,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bot" = (/obj/structure/table/reinforced,/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bou" = (/obj/structure/chair/office/light{dir = 8},/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer"; name = "Medbay Doors Control"; normaldoorcontrol = 1; pixel_x = -26; req_access_txt = "5"},/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bov" = (/obj/structure/chair/office/light{dir = 1},/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer2"; name = "Medbay Doors Control"; normaldoorcontrol = 1; pixel_x = 26; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bow" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"box" = (/obj/machinery/light,/obj/machinery/power/apc{dir = 4; name = "Medbay APC"; areastring = "/area/medical/medbay/central"; pixel_x = 24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Medbay Foyer"; network = list("ss13","medbay"); dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"boy" = (/obj/structure/closet/secure_closet/security/med,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"boz" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"boA" = (/obj/machinery/light_switch{pixel_x = 28},/obj/item/screwdriver{pixel_y = 10},/obj/item/radio/off,/obj/machinery/atmospherics/components/unary/vent_pump/on,/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 = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/medical) -"boB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/security/checkpoint/medical) -"boC" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"boD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"boE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/dark,/area/medical/morgue) -"boF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/maintenance/department/medical/morgue) -"boG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/medical/morgue) -"boH" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"boI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; name = "Morgue Maintenance"; req_access_txt = "6"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/morgue) -"boJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"boK" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/sorting/mail{sortType = 9},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"boL" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"boM" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"boN" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical,/obj/item/crowbar/large,/obj/machinery/camera{c_tag = "Mech Bay"; dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"boO" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"boP" = (/obj/machinery/recharge_station,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/robotics/mechbay) -"boQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/robotics/lab) -"boR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/machinery/light_switch{pixel_x = -23},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"boS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"boT" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/conveyor{dir = 4; id = "robo1"},/turf/open/floor/plasteel,/area/science/robotics/lab) -"boU" = (/obj/machinery/conveyor{dir = 4; id = "robo1"},/turf/open/floor/plasteel,/area/science/robotics/lab) -"boV" = (/obj/effect/turf_decal/bot,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel,/area/science/robotics/lab) -"boW" = (/turf/open/floor/plasteel,/area/science/robotics/lab) -"boX" = (/turf/closed/wall/r_wall,/area/science/research) -"boY" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/research{name = "Research Division Access"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"boZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/research) -"bpa" = (/obj/machinery/computer/rdconsole/core{dir = 4},/turf/open/floor/plasteel,/area/science/lab) -"bpb" = (/turf/open/floor/plasteel,/area/science/lab) -"bpc" = (/obj/item/reagent_containers/glass/beaker/sulphuric,/obj/machinery/rnd/production/circuit_imprinter/department/science,/turf/open/floor/plasteel,/area/science/lab) -"bpd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bpe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard) -"bpf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bpg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bph" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard) -"bpi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/starboard) -"bpj" = (/obj/machinery/door/poddoor{id = "trash"; name = "disposal bay door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/maintenance/disposal) -"bpk" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bpl" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bpm" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bpn" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bpo" = (/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Cargo Bay"; req_access_txt = "31"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bpp" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bpq" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/office) -"bpr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/quartermaster/office) -"bps" = (/obj/item/stamp{pixel_x = -3; pixel_y = 3},/obj/item/stamp/denied{pixel_x = 4; pixel_y = -2},/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bpt" = (/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/clipboard,/obj/item/pen/red,/obj/structure/table,/turf/open/floor/plasteel,/area/quartermaster/office) -"bpu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/office) -"bpv" = (/obj/machinery/computer/cargo/request,/turf/open/floor/plasteel,/area/quartermaster/office) -"bpw" = (/turf/open/floor/plasteel,/area/quartermaster/office) -"bpx" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bpy" = (/obj/machinery/firealarm{pixel_y = 27},/turf/open/floor/plasteel,/area/quartermaster/office) -"bpz" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/quartermaster/office) -"bpA" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpB" = (/obj/effect/turf_decal/tile/red{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpC" = (/obj/machinery/button/flasher{id = "hopflash"; pixel_x = 6; pixel_y = 36},/obj/machinery/button/door{id = "hop"; name = "Privacy Shutters Control"; pixel_x = 6; pixel_y = 25; req_access_txt = "57"},/obj/machinery/button/door{id = "hopqueue"; name = "Queue Shutters Control"; pixel_x = -4; pixel_y = 25; req_access_txt = "57"},/obj/machinery/light_switch{pixel_x = -4; pixel_y = 36},/obj/machinery/pdapainter,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bpD" = (/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bpE" = (/obj/machinery/computer/security/telescreen/vault{pixel_y = 30},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bpF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/bed/dogbed/ian,/obj/structure/medkit_cabinet{pixel_y = 27},/mob/living/simple_animal/pet/dog/corgi/Ian{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bpG" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bpH" = (/obj/structure/sign/warning/electricshock{pixel_x = -32},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/gravity_generator) -"bpI" = (/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/engine/gravity_generator) -"bpJ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering/glass{name = "Gravity Generator"; req_access_txt = "11"},/turf/open/floor/plasteel/dark,/area/engine/gravity_generator) -"bpK" = (/obj/structure/sign/warning/radiation/rad_area{pixel_x = 32},/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/gravity_generator) -"bpL" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"bpM" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"bpN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"bpO" = (/obj/structure/toilet{dir = 4},/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain) -"bpP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 8; name = "Central Maintenance APC"; areastring = "/area/maintenance/central/secondary"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/central/secondary) -"bpQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bpR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/chemistry) -"bpS" = (/obj/structure/table/glass,/obj/item/grenade/chem_grenade,/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/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bpT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bpU" = (/obj/structure/table,/obj/item/folder/white,/obj/item/radio/headset/headset_med,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bpV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/machinery/door/airlock/medical/glass{bound_height = 32; bound_width = 64; doorOpen = 'sound/machines/bigairlockopen.ogg'; icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; id_tag = "MedbayFoyer"; name = "Medbay"; note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bpW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/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,/area/medical/medbay/central) -"bpX" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/medbay/central) -"bpY" = (/obj/machinery/computer/med_data{dir = 1},/obj/item/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_y = -30},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bpZ" = (/obj/machinery/light,/obj/machinery/computer/crew{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bqa" = (/obj/machinery/door/airlock/medical/glass{bound_height = 32; bound_width = 64; doorOpen = 'sound/machines/bigairlockopen.ogg'; icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; id_tag = "MedbayFoyer2"; name = "Medbay"; note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; req_access_txt = "5"},/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) -"bqb" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bqc" = (/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/security/checkpoint/medical) -"bqd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/security/checkpoint/medical) -"bqe" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/medical{name = "Morgue"; req_access_txt = "6;5"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/morgue) -"bqf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/genetics) -"bqg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/genetics) -"bqh" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/genetics) -"bqi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics) -"bqj" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bqk" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/robotics/mechbay) -"bql" = (/turf/closed/wall,/area/science/robotics/lab) -"bqm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/power/apc{dir = 8; name = "Robotics Lab APC"; areastring = "/area/science/robotics/lab"; pixel_x = -25},/obj/structure/cable,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bqn" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bqo" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/science/robotics/lab) -"bqp" = (/obj/structure/table,/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/assembly/prox_sensor{pixel_x = -8; pixel_y = 4},/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/item/crowbar,/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/item/radio/headset/headset_sci{pixel_x = -3},/turf/open/floor/plasteel,/area/science/robotics/lab) -"bqq" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/research) -"bqr" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/research) -"bqs" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/research) -"bqt" = (/turf/closed/wall,/area/science/lab) -"bqu" = (/obj/item/folder/white,/obj/structure/table,/obj/item/disk/tech_disk,/obj/item/disk/tech_disk,/obj/item/disk/design_disk,/obj/item/disk/design_disk,/turf/open/floor/plasteel/white,/area/science/lab) -"bqv" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel/white,/area/science/lab) -"bqw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"bqx" = (/obj/structure/closet/secure_closet/captains,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bqy" = (/obj/structure/chair/comfy/brown{dir = 4},/obj/machinery/camera{c_tag = "Captain's Quarters"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bqz" = (/obj/structure/table/wood,/obj/item/storage/box/matches,/obj/item/razor{pixel_x = -4; pixel_y = 2},/obj/item/clothing/mask/cigarette/cigar,/obj/item/reagent_containers/food/drinks/flask/gold,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/captain) -"bqA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/plasticflaps/opaque,/turf/open/floor/plating,/area/science/lab) -"bqB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/lab) -"bqC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard) -"bqD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bqE" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard) -"bqF" = (/obj/structure/sign/warning/vacuum/external,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/storage) -"bqG" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad2"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bqH" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bqI" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/quartermaster/storage) -"bqJ" = (/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"bqK" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bqL" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bqM" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bqN" = (/obj/effect/landmark/start/cargo_technician,/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bqO" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/westleft{name = "Cargo Desk"; req_access_txt = "50"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bqP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/office) -"bqQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bqR" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqS" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/poddoor/shutters/preopen{id = "hopqueue"; name = "HoP Queue Shutters"},/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bqW" = (/obj/structure/table/reinforced,/obj/machinery/door/window/northleft{dir = 8; icon_state = "left"; name = "Reception Window"},/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 4; icon_state = "rightsecure"; name = "Head of Personnel's Desk"; req_access = null; req_access_txt = "57"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/flasher{id = "hopflash"; pixel_y = 28},/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; name = "Privacy Shutters"},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bqX" = (/obj/structure/chair/office/dark{dir = 8},/obj/structure/disposalpipe/segment{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/heads/hop) -"bqY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/lab) -"bqZ" = (/obj/machinery/light_switch{pixel_y = -23},/turf/open/floor/plasteel/white,/area/science/lab) -"bra" = (/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"brb" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"brc" = (/obj/structure/chair/office/light,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"brd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bre" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"brf" = (/obj/machinery/holopad,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"brg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"brh" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/carpet/royalblue,/area/crew_quarters/heads/hop) -"bri" = (/obj/machinery/shower{dir = 1},/obj/item/soap/deluxe,/obj/item/bikehorn/rubberducky,/obj/structure/curtain,/turf/open/floor/plasteel/freezer,/area/crew_quarters/heads/captain) -"brj" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/machinery/light_switch{pixel_x = -23},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"brk" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/table,/obj/item/book/manual/wiki/chemistry,/obj/item/book/manual/wiki/chemistry{pixel_x = 3; pixel_y = 3},/turf/open/floor/plasteel/white,/area/medical/chemistry) -"brl" = (/obj/structure/chair,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"brm" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"brn" = (/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer"; name = "Medbay Exit Button"; normaldoorcontrol = 1; pixel_y = 26},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bro" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brp" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{name = "Medbay Reception"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brq" = (/obj/structure/disposalpipe/segment{dir = 6},/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) -"brr" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brs" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/button/door{desc = "A remote control switch for the medbay foyer."; id = "MedbayFoyer2"; name = "Medbay Exit Button"; normaldoorcontrol = 1; pixel_y = 26},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brt" = (/obj/structure/sign/warning/nosmoking{pixel_y = 30},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bru" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brv" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brx" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bry" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"brz" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/genetics) -"brA" = (/obj/structure/table/glass,/obj/item/folder/white,/obj/item/radio/headset/headset_medsci,/obj/machinery/requests_console{department = "Genetics"; departmentType = 0; name = "Genetics Requests Console"; pixel_y = 30},/obj/item/storage/pill_bottle/mutadone,/obj/item/storage/pill_bottle/mannitol,/turf/open/floor/plasteel/white,/area/medical/genetics) -"brB" = (/obj/machinery/power/apc{dir = 1; name = "Genetics APC"; areastring = "/area/medical/genetics"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/white,/area/medical/genetics) -"brC" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/genetics) -"brD" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"brE" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 5},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/turf/open/floor/plasteel,/area/medical/genetics) -"brF" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 5},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics) -"brG" = (/turf/closed/wall/r_wall,/area/medical/genetics) -"brH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/robotics/lab) -"brI" = (/obj/structure/table,/obj/item/clothing/gloves/color/latex,/obj/item/surgical_drapes,/obj/item/razor,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"brJ" = (/obj/structure/table,/obj/item/hemostat,/obj/item/cautery{pixel_x = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"brK" = (/obj/structure/table,/obj/item/circular_saw,/obj/item/scalpel{pixel_y = 12},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"brL" = (/obj/structure/table,/obj/item/retractor,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"brM" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/mmi,/obj/item/mmi,/obj/item/mmi,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"brN" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"brO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"brP" = (/obj/machinery/conveyor_switch/oneway{id = "robo2"},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"brQ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/mecha_part_fabricator,/turf/open/floor/plasteel,/area/science/robotics/lab) -"brR" = (/obj/structure/table,/obj/item/storage/belt/utility,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass{amount = 20; pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel,/area/science/robotics/lab) -"brS" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/clothing/glasses/welding,/obj/item/multitool{pixel_x = 3},/turf/open/floor/plasteel,/area/science/robotics/lab) -"brT" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plasteel,/area/science/robotics/lab) -"brU" = (/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/effect/spawner/structure/window,/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/turf/open/floor/plating,/area/science/robotics/lab) -"brV" = (/turf/open/floor/plasteel/white/corner{dir = 2},/area/science/research) -"brW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/research) -"brX" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"brY" = (/obj/structure/table,/obj/machinery/computer/security/telescreen/rd,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"brZ" = (/obj/machinery/computer/aifixer{dir = 8},/obj/machinery/requests_console{announcementConsole = 1; department = "Research Director's Desk"; departmentType = 5; name = "Research Director RC"; pixel_x = -2; pixel_y = 30; receive_ore_updates = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsa" = (/obj/structure/table,/obj/machinery/button/door{id = "Biohazard"; name = "Biohazard Shutter Control"; pixel_x = -5; pixel_y = 5; req_access_txt = "47"},/obj/machinery/button/door{id = "rnd2"; name = "Research Lab Shutter Control"; pixel_x = 5; pixel_y = 5; req_access_txt = "47"},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsb" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/landmark/start/research_director,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsc" = (/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Research Division Delivery"; req_access_txt = "47"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/lab) -"bsd" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "Research Division"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/lab) -"bse" = (/turf/closed/wall/r_wall,/area/science/explab) -"bsf" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/machinery/door/poddoor{id = "QMLoaddoor2"; name = "supply dock loading door"},/turf/open/floor/plating,/area/quartermaster/storage) -"bsg" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/turf/open/floor/plating,/area/quartermaster/storage) -"bsh" = (/obj/machinery/conveyor{dir = 4; id = "QMLoad2"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage) -"bsi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bsj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bsk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bsl" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bsm" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bsn" = (/obj/machinery/autolathe,/obj/machinery/light_switch{pixel_x = -27},/turf/open/floor/plasteel,/area/quartermaster/office) -"bso" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bsp" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bsq" = (/obj/machinery/computer/cargo{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/office) -"bsr" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/office) -"bss" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/quartermaster/office) -"bst" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/office) -"bsu" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bsv" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bsw" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/hallway/primary/central) -"bsx" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bsy" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; name = "Privacy Shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"bsz" = (/obj/machinery/computer/card{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bsA" = (/obj/machinery/computer/robotics{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsB" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/folder/white,/obj/item/stamp/rd{pixel_x = 3; pixel_y = -2},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsC" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bsD" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/apc{dir = 8; name = "Gravity Generator APC"; areastring = "/area/engine/gravity_generator"; pixel_x = -25; pixel_y = 1},/obj/structure/table,/obj/item/paper/guides/jobs/engi/gravity_gen{layer = 3},/obj/item/pen/blue,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bsE" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bsF" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/holopad,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bsG" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/machinery/power/smes{charge = 5e+006},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bsH" = (/turf/closed/wall/r_wall,/area/teleporter) -"bsI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/teleporter) -"bsJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/teleporter) -"bsK" = (/obj/machinery/door/airlock/maintenance{name = "Teleporter Maintenance"; req_access_txt = "17"},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/central/secondary) -"bsL" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bsM" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bsN" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{name = "Chemistry Lab"; req_access_txt = "5; 33"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/chemistry) -"bsO" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/chemistry) -"bsP" = (/obj/structure/table/reinforced,/obj/machinery/door/window/southleft{dir = 1; name = "Chemistry Desk"; req_access_txt = "33"},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/chemistry) -"bsQ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsR" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsS" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsT" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/mob/living/simple_animal/bot/cleanbot{name = "C.L.E.A.N."},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsU" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = 0; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bsW" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bsX" = (/obj/structure/table/glass,/obj/item/storage/box/rxglasses,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bsY" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bsZ" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/geneticist,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bta" = (/obj/machinery/computer/scan_consolenew{dir = 8},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"btb" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics) -"btc" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/turf/open/floor/plasteel,/area/medical/genetics) -"btd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bte" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/robotics/lab) -"btf" = (/obj/structure/table,/obj/item/storage/box/bodybags,/obj/item/pen,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"btg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bth" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/window/eastright{name = "Robotics Surgery"; req_access_txt = "29"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"bti" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"btj" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"btk" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"btl" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/conveyor{dir = 4; id = "robo2"},/turf/open/floor/plasteel,/area/science/robotics/lab) -"btm" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/conveyor{dir = 4; id = "robo2"},/turf/open/floor/plasteel,/area/science/robotics/lab) -"btn" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/bot,/obj/effect/landmark/start/roboticist,/turf/open/floor/plasteel,/area/science/robotics/lab) -"bto" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/robotics/lab) -"btp" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/button/door{dir = 2; id = "robotics2"; name = "Shutters Control Button"; pixel_x = 24; pixel_y = -24; req_access_txt = "29"},/turf/open/floor/plasteel,/area/science/robotics/lab) -"btq" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{base_state = "left"; dir = 8; icon_state = "left"; name = "Robotics Desk"; req_access_txt = "29"},/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/item/folder/white,/obj/item/pen,/turf/open/floor/plating,/area/science/robotics/lab) -"btr" = (/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bts" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"btt" = (/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/lab) -"btu" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"btv" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/shutters/preopen{id = "rnd2"; name = "research lab shutters"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/lab) -"btw" = (/obj/structure/table,/obj/item/paper_bin{pixel_y = 6},/turf/open/floor/plasteel/white/corner{dir = 2},/area/science/explab) -"btx" = (/obj/structure/table,/obj/item/pen,/obj/machinery/camera{c_tag = "Experimentor Lab"; dir = 2; network = list("ss13","rd")},/obj/item/hand_labeler,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/explab) -"bty" = (/obj/structure/table,/obj/item/folder/white,/obj/item/folder/white,/obj/machinery/airalarm{pixel_y = 23},/obj/item/radio/off,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/explab) -"btz" = (/obj/structure/closet/l3closet/scientist,/turf/open/floor/plasteel/white/side{dir = 2},/area/science/explab) -"btA" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel/white/corner{dir = 8},/area/science/explab) -"btB" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard) -"btC" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{dir = 4; name = "Supply Dock Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/quartermaster/storage) -"btD" = (/turf/open/floor/plating,/area/quartermaster/storage) -"btE" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{dir = 4; name = "Supply Dock Airlock"; req_access_txt = "31"},/turf/open/floor/plating,/area/quartermaster/storage) -"btF" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/storage) -"btG" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) -"btH" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/quartermaster/storage) -"btI" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #1"},/obj/effect/turf_decal/bot,/mob/living/simple_animal/bot/mulebot{beacon_freq = 1400; home_destination = "QM #1"; suffix = "#1"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"btJ" = (/obj/structure/table,/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/obj/item/multitool,/obj/machinery/camera{c_tag = "Cargo Office"; dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"btK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Cargo Office"; req_access_txt = "50"},/turf/open/floor/plasteel,/area/quartermaster/office) -"btL" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/office) -"btM" = (/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"btN" = (/obj/structure/sign/warning/electricshock{pixel_y = -32},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/poddoor/shutters/preopen{id = "hop"; name = "Privacy Shutters"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hop) -"btO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/vending/cart,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"btP" = (/obj/machinery/computer/mecha{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"btQ" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"btR" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"btS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"btT" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"btU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"btV" = (/turf/open/floor/plasteel,/area/engine/gravity_generator) -"btW" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"btX" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"btY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"btZ" = (/turf/closed/wall,/area/teleporter) -"bua" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/table,/obj/item/beacon,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/teleporter) -"bub" = (/obj/structure/table,/obj/item/hand_tele,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/teleporter) -"buc" = (/obj/item/radio/intercom{broadcasting = 0; listening = 1; name = "Station Intercom (General)"; pixel_y = 20},/obj/structure/closet/crate,/obj/item/crowbar,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/teleporter) -"bud" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/teleporter) -"bue" = (/obj/machinery/camera{c_tag = "Teleporter"},/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/teleporter) -"buf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/teleporter) -"bug" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/teleporter) -"buh" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bui" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/central) -"buj" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central) -"buk" = (/obj/structure/table,/obj/item/crowbar,/obj/item/clothing/neck/stethoscope,/obj/item/reagent_containers/spray/cleaner,/obj/structure/sign/warning/nosmoking{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bul" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bum" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bun" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buo" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bup" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/camera{c_tag = "Medbay West"; network = list("ss13","medbay"); dir = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buq" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bur" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bus" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"but" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buu" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buv" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buw" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/tile/blue{dir = 2},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bux" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buy" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"buz" = (/obj/structure/table/glass,/obj/item/storage/box/disks{pixel_x = 2; pixel_y = 2},/turf/open/floor/plasteel/white,/area/medical/genetics) -"buA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/genetics) -"buB" = (/turf/open/floor/plasteel/white,/area/medical/genetics) -"buC" = (/obj/machinery/door/window/westleft{name = "Monkey Pen"; req_access_txt = "9"},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/turf/open/floor/plasteel,/area/medical/genetics) -"buD" = (/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics) -"buE" = (/obj/structure/bodycontainer/morgue,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"buF" = (/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"buG" = (/obj/structure/table/optable{name = "Robotics Operating Table"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"buH" = (/obj/machinery/computer/operating{dir = 1; name = "Robotics Operating Computer"},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"buI" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel/dark,/area/science/robotics/lab) -"buJ" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"buK" = (/obj/machinery/camera{c_tag = "Robotics Lab - South"; dir = 1; network = list("ss13","rd")},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"buL" = (/obj/machinery/light,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"buM" = (/obj/machinery/vending/wardrobe/robo_wardrobe,/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"buN" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"buO" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"buP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"buQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/noticeboard{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"buR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Research Division North"; dir = 2},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"buS" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/science/research) -"buT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"buU" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"buV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/science/research) -"buW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"buX" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/science/explab) -"buY" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"buZ" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/explab) -"bva" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bvb" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bvc" = (/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/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bvd" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Experimentation Lab Maintenance"; req_access_txt = "47"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bve" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/junction/flip{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bvf" = (/obj/machinery/camera{c_tag = "Cargo Receiving Dock"; dir = 4},/obj/machinery/button/door{id = "QMLoaddoor"; layer = 4; name = "Loading Doors"; pixel_x = -24; pixel_y = -8},/obj/machinery/button/door{dir = 2; id = "QMLoaddoor2"; layer = 4; name = "Loading Doors"; pixel_x = -24; pixel_y = 8},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bvg" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #2"},/obj/effect/turf_decal/bot,/mob/living/simple_animal/bot/mulebot{home_destination = "QM #2"; suffix = "#2"},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bvh" = (/obj/structure/table,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/folder/yellow,/turf/open/floor/plasteel,/area/quartermaster/office) -"bvi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bvj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bvk" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bvl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/computer/bounty{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bvm" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/office) -"bvn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/office) -"bvo" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bvp" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bvq" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bvr" = (/obj/machinery/computer/bounty{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bvs" = (/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bvt" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/item/stamp/hop,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bvu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bvv" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bvw" = (/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bvx" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bvy" = (/obj/machinery/power/apc{dir = 8; name = "Teleporter APC"; areastring = "/area/teleporter"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/teleporter) -"bvz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/teleporter) -"bvA" = (/obj/machinery/holopad,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/teleporter) -"bvB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/bluespace_beacon,/turf/open/floor/plasteel,/area/teleporter) -"bvC" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/teleporter) -"bvD" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/teleporter) -"bvE" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{dir = 4; name = "Teleport Access"; req_access_txt = "17"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/teleporter) -"bvF" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bvG" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bvH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central) -"bvI" = (/obj/structure/table,/obj/item/storage/box/masks,/obj/item/storage/box/gloves{pixel_x = 3; pixel_y = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvJ" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvL" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/item/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_y = -30},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvS" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvT" = (/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvU" = (/obj/item/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = 30},/obj/machinery/camera{c_tag = "Medbay East"; network = list("ss13","medbay"); dir = 8; pixel_y = -22},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bvV" = (/turf/closed/wall,/area/medical/genetics) -"bvW" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical/glass{id_tag = "GeneticsDoor"; name = "Genetics"; req_access_txt = "5; 68"},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bvX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bvY" = (/obj/structure/chair/office/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bvZ" = (/obj/machinery/computer/scan_consolenew{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bwa" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/maintenance/department/medical/morgue) -"bwb" = (/obj/machinery/door/poddoor/shutters/preopen{id = "robotics2"; name = "robotics lab shutters"},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/robotics/lab) -"bwc" = (/obj/machinery/door/airlock/research{name = "Robotics Lab"; req_access_txt = "29"},/turf/open/floor/plasteel/white,/area/science/robotics/lab) -"bwd" = (/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bwe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bwf" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bwg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bwh" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"bwi" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bwj" = (/obj/machinery/light,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bwk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bwl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{dir = 4; name = "Experimentation Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwo" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/explab) -"bwq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwr" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/explab) -"bws" = (/obj/machinery/power/apc{dir = 4; name = "Experimentation Lab APC"; areastring = "/area/science/explab"; pixel_x = 26},/obj/structure/cable,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/explab) -"bwt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/explab) -"bwu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bwv" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard) -"bww" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard) -"bwx" = (/obj/docking_port/stationary{dir = 8; dwidth = 5; height = 7; id = "supply_home"; name = "Cargo Bay"; width = 12},/turf/open/space/basic,/area/space) -"bwy" = (/obj/machinery/conveyor_switch/oneway{id = "QMLoad"; dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bwz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bwA" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #3"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bwB" = (/obj/structure/table,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/quartermaster/office) -"bwC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bwD" = (/obj/machinery/rnd/production/techfab/department/cargo,/turf/open/floor/plasteel,/area/quartermaster/office) -"bwE" = (/obj/effect/spawner/structure/window/reinforced,/obj/effect/decal/cleanable/dirt,/turf/open/floor/plasteel,/area/quartermaster/office) -"bwF" = (/obj/structure/chair{dir = 8},/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/office) -"bwG" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bwH" = (/obj/machinery/keycard_auth{pixel_x = -24},/obj/machinery/computer/cargo{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/heads/hop) -"bwI" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/head_of_personnel,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bwJ" = (/obj/structure/table,/obj/item/folder/blue,/obj/item/stack/packageWrap{pixel_x = -1; pixel_y = -1},/obj/item/hand_labeler,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bwK" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bwL" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/engine/gravity_generator) -"bwM" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bwN" = (/obj/machinery/light{dir = 4},/obj/machinery/camera{c_tag = "Gravity Generator Foyer"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bwO" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/closed/wall,/area/engine/gravity_generator) -"bwP" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/teleporter) -"bwQ" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/teleporter) -"bwR" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/teleporter) -"bwS" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/teleporter) -"bwT" = (/obj/machinery/shieldwallgen,/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/teleporter) -"bwU" = (/obj/machinery/shieldwallgen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/teleporter) -"bwV" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/teleporter) -"bwW" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bwX" = (/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = -30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bwY" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bwZ" = (/obj/machinery/vending/medical{pixel_x = -2},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bxa" = (/turf/closed/wall,/area/medical/sleeper) -"bxb" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/sleeper) -"bxc" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bxd" = (/obj/machinery/button/door{desc = "A remote control switch for the genetics doors."; id = "GeneticsDoor"; name = "Genetics Exit Button"; normaldoorcontrol = 1; pixel_x = 8; pixel_y = 24},/obj/structure/table,/obj/item/book/manual/wiki/medical_cloning{pixel_y = 6},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxe" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxf" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxh" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxi" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 9},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 10},/turf/open/floor/plasteel,/area/medical/genetics) -"bxj" = (/obj/structure/window/reinforced,/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 10},/obj/effect/turf_decal/loading_area{name = "steel pannel"; icon_state = "steel_panel"; dir = 6},/mob/living/carbon/monkey,/turf/open/floor/plasteel,/area/medical/genetics) -"bxk" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 2; sortType = 12},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxl" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bxm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/research) -"bxn" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/research) -"bxo" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"bxp" = (/obj/machinery/camera{c_tag = "Research Division West"; dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bxq" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bxr" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bxs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 10},/area/science/research) -"bxt" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/research) -"bxu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 6},/area/science/research) -"bxv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bxw" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/science/research) -"bxx" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bxy" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"bxz" = (/turf/closed/wall,/area/crew_quarters/heads/hor) -"bxA" = (/obj/machinery/light_switch{pixel_x = -20},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/explab) -"bxB" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = -30; receive_ore_updates = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/explab) -"bxC" = (/turf/open/floor/plasteel/white,/area/science/explab) -"bxD" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/white,/area/science/explab) -"bxE" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/explab) -"bxF" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard) -"bxG" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_one_access_txt = "8;12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard) -"bxH" = (/turf/open/floor/plating,/area/maintenance/starboard) -"bxI" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard) -"bxJ" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard) -"bxK" = (/obj/machinery/conveyor{dir = 8; id = "QMLoad"},/obj/machinery/door/poddoor{id = "QMLoaddoor"; name = "supply dock loading door"},/turf/open/floor/plating,/area/quartermaster/storage) -"bxL" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 8; id = "QMLoad"},/turf/open/floor/plating,/area/quartermaster/storage) -"bxM" = (/obj/machinery/conveyor{dir = 8; id = "QMLoad"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage) -"bxN" = (/obj/machinery/conveyor{dir = 8; id = "QMLoad"},/obj/machinery/light,/obj/machinery/status_display/supply{pixel_y = -32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/quartermaster/storage) -"bxO" = (/obj/machinery/light,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bxP" = (/obj/machinery/camera{c_tag = "Cargo Bay South"; dir = 1},/turf/open/floor/plasteel,/area/quartermaster/storage) -"bxQ" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 8; freq = 1400; location = "QM #4"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/storage) -"bxR" = (/obj/structure/table,/obj/item/storage/firstaid/regular{pixel_x = 6; pixel_y = -5},/turf/open/floor/plasteel,/area/quartermaster/office) -"bxS" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/office) -"bxT" = (/obj/machinery/light,/obj/machinery/power/apc{dir = 2; name = "Cargo Office APC"; areastring = "/area/quartermaster/office"; pixel_x = 1; pixel_y = -24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/brown{dir = 2},/turf/open/floor/plasteel,/area/quartermaster/office) -"bxU" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/office) -"bxV" = (/obj/effect/turf_decal/loading_area{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/office) -"bxW" = (/turf/closed/wall,/area/security/checkpoint/supply) -"bxX" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/checkpoint/supply) -"bxY" = (/obj/machinery/camera{c_tag = "Cargo Bay Entrance"; dir = 4},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bxZ" = (/obj/machinery/door/poddoor/shutters/preopen{id = "hopqueue"; name = "HoP Queue Shutters"},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bya" = (/obj/item/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -28},/obj/structure/closet/secure_closet/hop,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"byb" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Head of Personnel's Desk"; departmentType = 5; name = "Head of Personnel RC"; pixel_y = -30},/obj/machinery/camera{c_tag = "Head of Personnel's Office"; dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"byc" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"byd" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bye" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"byf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/gravity_generator) -"byg" = (/obj/structure/closet/radiation,/obj/structure/sign/warning/radiation/rad_area{pixel_x = -32},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"byh" = (/obj/structure/closet/radiation,/obj/structure/sign/warning/radiation/rad_area{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"byi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/engine/gravity_generator) -"byj" = (/obj/machinery/computer/teleporter{dir = 1},/turf/open/floor/plating,/area/teleporter) -"byk" = (/obj/machinery/teleport/station,/turf/open/floor/plating,/area/teleporter) -"byl" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/teleporter) -"bym" = (/obj/structure/rack,/obj/item/tank/internals/oxygen,/obj/item/clothing/mask/gas,/turf/open/floor/plating,/area/teleporter) -"byn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"byo" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Medbay"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/medical/medbay/central) -"byp" = (/obj/machinery/door/window/eastleft{name = "Medical Delivery"; req_access_txt = "5"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/medbay/central) -"byq" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"byr" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bys" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"byt" = (/obj/machinery/computer/med_data{dir = 3},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"byu" = (/turf/open/floor/plasteel/white,/area/medical/sleeper) -"byv" = (/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper) -"byw" = (/obj/machinery/sleeper{dir = 8},/turf/open/floor/plasteel,/area/medical/sleeper) -"byx" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall,/area/medical/sleeper) -"byy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"byz" = (/obj/machinery/atmospherics/components/unary/cryo_cell,/turf/open/floor/plasteel,/area/medical/sleeper) -"byA" = (/obj/structure/table,/obj/machinery/cell_charger,/turf/open/floor/plasteel,/area/medical/sleeper) -"byB" = (/obj/structure/table/glass,/obj/machinery/camera{c_tag = "Medbay Cryogenics"; network = list("ss13","medbay"); dir = 2},/obj/item/reagent_containers/glass/beaker/cryoxadone,/obj/item/reagent_containers/glass/beaker/cryoxadone,/turf/open/floor/plasteel,/area/medical/sleeper) -"byC" = (/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"byD" = (/obj/machinery/camera{c_tag = "Genetics Cloning"; network = list("ss13","medbay"); dir = 4},/obj/structure/table,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/storage/box/rxglasses{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/bodybags,/obj/item/pen,/turf/open/floor/plasteel/white,/area/medical/genetics) -"byE" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/genetics) -"byF" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"byG" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/genetics) -"byH" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"byI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"byJ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"byK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"byL" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/research{dir = 4; name = "Genetics Research Access"; req_access_txt = "9"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"byM" = (/obj/structure/disposalpipe/sorting/mail{sortType = 23},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"byN" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"byO" = (/obj/machinery/door/airlock/research{dir = 4; name = "Genetics Research Access"; req_access_txt = "47"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"byP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/poddoor/preopen{id = "Biohazard"; name = "biohazard containment door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/research) -"byQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"byR" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"byS" = (/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/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"byT" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"byU" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/research) -"byV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"byW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"byX" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"byY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"byZ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bza" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bzb" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bzc" = (/obj/structure/rack,/obj/item/circuitboard/aicore{pixel_x = -2; pixel_y = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bzd" = (/obj/machinery/status_display/ai{pixel_y = 32},/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bze" = (/obj/effect/landmark/xmastree/rdrod,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bzf" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/explab) -"bzg" = (/turf/closed/wall,/area/science/explab) -"bzh" = (/obj/structure/table,/obj/item/clipboard,/obj/item/book/manual/wiki/experimentor,/turf/open/floor/plasteel/white/corner{dir = 4},/area/science/explab) -"bzi" = (/obj/machinery/computer/rdconsole/experiment{dir = 1},/turf/open/floor/plasteel/white/side{dir = 1},/area/science/explab) -"bzj" = (/obj/structure/closet/radiation,/turf/open/floor/plasteel/white/corner{dir = 1},/area/science/explab) -"bzk" = (/obj/machinery/button/door{id = "telelab"; name = "Test Chamber Blast Doors"; pixel_x = 25; req_access_txt = "47"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/explab) -"bzl" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard) -"bzm" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bzn" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bzo" = (/obj/structure/lattice,/obj/effect/landmark/carpspawn,/turf/open/space,/area/space/nearstation) -"bzp" = (/turf/closed/wall,/area/quartermaster/qm) -"bzq" = (/obj/machinery/door/airlock/mining/glass{name = "Quartermaster"; req_access_txt = "41"},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bzr" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/qm) -"bzs" = (/turf/closed/wall,/area/quartermaster/miningdock) -"bzt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/quartermaster/miningdock) -"bzu" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/mining{req_access_txt = "48"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bzv" = (/obj/machinery/mineral/ore_redemption{input_dir = 2; output_dir = 1},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bzw" = (/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bzx" = (/obj/item/book/manual/wiki/security_space_law,/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bzy" = (/obj/machinery/recharger{pixel_y = 4},/obj/structure/table,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bzz" = (/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bzA" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bzB" = (/obj/machinery/door/airlock/command{name = "Head of Personnel"; req_access_txt = "57"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/crew_quarters/heads/hop) -"bzC" = (/obj/machinery/status_display/ai,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bzD" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering{name = "Gravity Generator"; req_access_txt = "11"},/obj/effect/turf_decal/delivery,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/engine/gravity_generator) -"bzE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/closed/wall/r_wall,/area/engine/gravity_generator) -"bzF" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bzG" = (/obj/machinery/camera{c_tag = "Central Hallway South-East"; dir = 8},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bzH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/medical/sleeper) -"bzI" = (/obj/machinery/door/airlock/medical/glass{name = "Surgery Observation"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bzJ" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/structure/mirror{pixel_x = -28},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bzK" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bzL" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/medical/sleeper) -"bzM" = (/turf/open/floor/plasteel,/area/medical/sleeper) -"bzN" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel,/area/medical/sleeper) -"bzO" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper) -"bzP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel,/area/medical/sleeper) -"bzQ" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel,/area/medical/sleeper) -"bzR" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzT" = (/obj/structure/chair,/obj/effect/landmark/start/geneticist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzV" = (/obj/machinery/door/airlock/research/glass{dir = 4; name = "Genetics Research"; req_access_txt = "5; 9; 68"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzW" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzX" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzY" = (/obj/machinery/camera{c_tag = "Genetics Research"; dir = 1; network = list("ss13","medbay")},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/purple,/obj/effect/turf_decal/tile/purple{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bzZ" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/genetics) -"bAa" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bAb" = (/obj/machinery/camera{c_tag = "Genetics Access"; network = list("ss13","medbay"); dir = 8; pixel_y = -22},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bAc" = (/turf/closed/wall/r_wall,/area/science/server) -"bAd" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command{name = "Server Room"; req_access_txt = "30"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/science/server) -"bAe" = (/turf/closed/wall,/area/security/checkpoint/science) -"bAf" = (/obj/machinery/door/airlock/security/glass{name = "Security Office"; req_access_txt = "63"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/security/checkpoint/science) -"bAg" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/security/checkpoint/science) -"bAh" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/checkpoint/science) -"bAi" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"bAj" = (/obj/machinery/suit_storage_unit/cmo,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bAk" = (/obj/machinery/computer/crew,/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Medical Officer's Desk"; departmentType = 5; name = "Chief Medical Officer RC"; pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bAl" = (/obj/machinery/computer/med_data,/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bAm" = (/obj/structure/rack,/obj/item/aicard,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bAn" = (/obj/machinery/holopad,/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bAo" = (/obj/structure/displaycase/labcage,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bAp" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/hor) -"bAq" = (/obj/machinery/door/poddoor/preopen{id = "telelab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/firedoor/heavy,/turf/open/floor/engine,/area/science/explab) -"bAr" = (/obj/machinery/door/poddoor/preopen{id = "telelab"; name = "test chamber blast door"},/obj/machinery/door/firedoor/heavy,/turf/open/floor/engine,/area/science/explab) -"bAs" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard) -"bAt" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard) -"bAu" = (/obj/machinery/requests_console{department = "Cargo Bay"; departmentType = 2; pixel_x = -30},/obj/machinery/computer/bounty{dir = 4},/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/keycard_auth{pixel_y = 25},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAv" = (/obj/machinery/power/apc{dir = 1; name = "Quartermaster APC"; areastring = "/area/quartermaster/qm"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAw" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAx" = (/obj/machinery/holopad,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAy" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAz" = (/obj/structure/closet/secure_closet/quartermaster,/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bAA" = (/obj/machinery/power/apc{dir = 1; name = "Mining Dock APC"; areastring = "/area/quartermaster/miningdock"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bAB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bAC" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bAD" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bAE" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bAF" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/depsec/supply,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bAG" = (/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bAH" = (/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/computer/security/mining{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bAI" = (/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAJ" = (/obj/machinery/newscaster{pixel_y = 32},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAK" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAL" = (/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAM" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAN" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAO" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAP" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAR" = (/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAS" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAT" = (/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAU" = (/obj/machinery/newscaster{pixel_y = 32},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAV" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAW" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bAX" = (/obj/structure/chair,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bAY" = (/obj/structure/chair,/obj/machinery/camera{c_tag = "Surgery Observation"; network = list("ss13","medbay")},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bAZ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bBa" = (/obj/structure/chair,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bBb" = (/obj/structure/chair,/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bBc" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bBd" = (/obj/effect/landmark/start/medical_doctor,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bBe" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/open/floor/plasteel,/area/medical/sleeper) -"bBf" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper) -"bBg" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper) -"bBh" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bBi" = (/obj/machinery/dna_scannernew,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBj" = (/obj/machinery/computer/cloning{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBk" = (/obj/machinery/clonepod,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBl" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/medical/genetics) -"bBm" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light_switch{pixel_y = -28},/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBn" = (/obj/structure/closet/secure_closet/medical1,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBo" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBp" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/vending/wardrobe/gene_wardrobe,/turf/open/floor/plasteel/white,/area/medical/genetics) -"bBq" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"bBr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/aft) -"bBs" = (/obj/machinery/rnd/server,/turf/open/floor/circuit/telecomms/server,/area/science/server) -"bBt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4; external_pressure_bound = 140; pressure_checks = 0; name = "server vent"},/turf/open/floor/circuit/telecomms/server,/area/science/server) -"bBu" = (/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"; pixel_y = 32},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/server) -"bBv" = (/obj/machinery/atmospherics/pipe/simple{dir = 10},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/science/server) -"bBw" = (/obj/machinery/camera{c_tag = "Server Room"; dir = 2; network = list("ss13","rd"); pixel_x = 22},/obj/machinery/power/apc{dir = 1; name = "Server Room APC"; areastring = "/area/science/server"; pixel_y = 25},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel/dark,/area/science/server) -"bBx" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on,/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plasteel/dark,/area/science/server) -"bBy" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = -30},/obj/machinery/airalarm{pixel_y = 25},/obj/structure/closet/secure_closet/security/science,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bBz" = (/obj/machinery/light_switch{pixel_x = 8; pixel_y = 28},/obj/machinery/button/door{id = "Biohazard"; name = "Biohazard Shutter Control"; pixel_x = -5; pixel_y = 28; req_access_txt = "47"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bBA" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bBB" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/computer/security/telescreen/circuitry,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bBC" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bBD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bBE" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/hor) -"bBF" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bBG" = (/obj/machinery/power/apc{dir = 8; name = "RD Office APC"; areastring = "/area/crew_quarters/heads/hor"; pixel_x = -25},/obj/structure/cable,/obj/machinery/light_switch{pixel_y = -23},/obj/item/twohanded/required/kirbyplants/dead,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bBH" = (/obj/machinery/keycard_auth{pixel_y = -24},/obj/machinery/light,/obj/machinery/computer/card/minor/rd{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bBI" = (/obj/structure/rack,/obj/item/taperecorder{pixel_x = -3},/obj/item/paicard{pixel_x = 4},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bBJ" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bBK" = (/obj/machinery/modular_computer/console/preset/research{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/hor) -"bBL" = (/turf/open/floor/engine,/area/science/explab) -"bBM" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard) -"bBN" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bBO" = (/obj/machinery/power/apc{dir = 4; name = "Starboard Maintenance APC"; areastring = "/area/maintenance/starboard"; pixel_x = 26},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bBP" = (/obj/machinery/computer/cargo{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBQ" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBR" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBS" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/quartermaster,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBT" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBV" = (/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Quartermaster"; req_access_txt = "41"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bBW" = (/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/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bBX" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/shaft_miner,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bBY" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 1; sortType = 3},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bBZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bCa" = (/obj/machinery/door/airlock/security/glass{dir = 4; name = "Security Office"; req_access_txt = "63"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bCb" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bCc" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bCd" = (/obj/item/screwdriver{pixel_y = 10},/obj/machinery/light{dir = 4},/obj/item/radio/off,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bCe" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AIW"; location = "QM"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCf" = (/obj/machinery/door/firedoor,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCg" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AftH"; location = "AIW"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCh" = (/obj/machinery/holopad,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCi" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=CHE"; location = "AIE"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCj" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=HOP"; location = "CHE"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bCk" = (/obj/structure/chair,/obj/structure/sign/warning/nosmoking{pixel_x = -28},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bCl" = (/obj/structure/chair,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bCm" = (/obj/machinery/holopad,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bCn" = (/obj/structure/chair,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bCo" = (/obj/structure/chair,/turf/open/floor/plasteel/dark,/area/medical/sleeper) -"bCp" = (/obj/structure/closet/secure_closet/medical1,/obj/machinery/light{dir = 8},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bCq" = (/obj/machinery/sleeper{dir = 8},/obj/machinery/camera{c_tag = "Medbay Treatment Center"; network = list("ss13","medbay"); dir = 8},/turf/open/floor/plasteel,/area/medical/sleeper) -"bCr" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/medical/sleeper) -"bCs" = (/obj/structure/table/reinforced,/obj/item/wrench/medical,/turf/open/floor/plasteel,/area/medical/sleeper) -"bCt" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1; name = "Connector Port (Air Supply)"},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/light,/turf/open/floor/plasteel,/area/medical/sleeper) -"bCu" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1; name = "Connector Port (Air Supply)"},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/medical/sleeper) -"bCv" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 1},/turf/open/floor/plasteel,/area/medical/sleeper) -"bCw" = (/turf/open/floor/plating,/area/maintenance/aft) -"bCx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bCy" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bCz" = (/obj/machinery/airalarm/server{dir = 4; pixel_x = -22},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/dark/telecomms,/area/science/server) -"bCA" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/dark/telecomms,/area/science/server) -"bCB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{dir = 4; name = "Server Room"; req_access_txt = "30"},/turf/open/floor/plasteel/dark,/area/science/server) -"bCC" = (/obj/machinery/atmospherics/pipe/manifold{dir = 8},/turf/open/floor/plasteel/dark,/area/science/server) -"bCD" = (/obj/structure/chair/office/light,/obj/machinery/atmospherics/pipe/simple{dir = 4},/turf/open/floor/plasteel/dark,/area/science/server) -"bCE" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/dark,/area/science/server) -"bCF" = (/obj/machinery/camera{c_tag = "Security Post - Science"; dir = 4; network = list("ss13","rd")},/obj/machinery/newscaster{pixel_x = -30},/obj/machinery/light{dir = 8},/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bCG" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bCH" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bCI" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/depsec/science,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bCJ" = (/obj/structure/table,/obj/item/book/manual/wiki/security_space_law,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bCK" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/research) -"bCL" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bCM" = (/obj/machinery/door/airlock/command/glass{dir = 4; name = "Research Director"; req_access_txt = "30"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bCN" = (/obj/structure/table,/obj/item/cartridge/signal/toxins,/obj/item/cartridge/signal/toxins{pixel_x = -4; pixel_y = 2},/obj/item/cartridge/signal/toxins{pixel_x = 4; pixel_y = 6},/obj/machinery/camera{c_tag = "Research Director's Office"; dir = 1; network = list("ss13","rd")},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bCO" = (/obj/structure/closet/secure_closet/RD,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bCP" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bCQ" = (/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/hor) -"bCR" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bCS" = (/obj/machinery/rnd/experimentor,/turf/open/floor/engine,/area/science/explab) -"bCT" = (/obj/effect/landmark/blobstart,/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine,/area/science/explab) -"bCU" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard) -"bCV" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plating,/area/maintenance/starboard) -"bCW" = (/obj/machinery/camera{c_tag = "Quartermaster's Office"; dir = 4},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/machinery/status_display/supply{pixel_x = -32},/obj/machinery/computer/security/qm{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bCX" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bCY" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/stamp/qm,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bCZ" = (/obj/structure/table,/obj/item/folder/yellow,/obj/item/pen{pixel_x = 4; pixel_y = 4},/obj/item/pen/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bDa" = (/obj/structure/table,/obj/item/clipboard,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/item/cartridge/quartermaster{pixel_x = 6; pixel_y = 5},/obj/item/cartridge/quartermaster{pixel_x = -4; pixel_y = 7},/obj/item/cartridge/quartermaster,/obj/item/coin/silver,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bDb" = (/obj/structure/filingcabinet,/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/qm) -"bDc" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/quartermaster/qm) -"bDd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bDe" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bDf" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bDg" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/security/checkpoint/supply) -"bDh" = (/obj/machinery/light_switch{pixel_y = -25},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/closet/secure_closet/security/cargo,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bDi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bDj" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = -30},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bDk" = (/obj/structure/filingcabinet,/obj/structure/reagent_dispensers/peppertank{pixel_x = 30},/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/camera{c_tag = "Security Post - Cargo"; dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/supply) -"bDl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDm" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDn" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDo" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDp" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "Central Primary Hallway South-West"; dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDq" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDr" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDs" = (/obj/machinery/light,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDt" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDu" = (/obj/structure/disposalpipe/junction/flip{dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/sign/directions/engineering{pixel_x = -32; pixel_y = -40},/obj/structure/sign/directions/medical{dir = 4; pixel_x = -32; pixel_y = -24},/obj/structure/sign/directions/evac{dir = 4; pixel_x = -32; pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDv" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDw" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/status_display{pixel_y = -32},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDy" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/light,/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/camera{c_tag = "Central Primary Hallway South"; dir = 1},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDA" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDB" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 22},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDC" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDD" = (/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = -32},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDE" = (/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDF" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/junction/flip{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDG" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDH" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDI" = (/obj/effect/turf_decal/loading_area{dir = 4; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/loading_area{dir = 2; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bDJ" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/sleeper) -"bDK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/medical/sleeper) -"bDL" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/sleeper) -"bDM" = (/obj/machinery/door/airlock/medical/glass{name = "Recovery Room"},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bDN" = (/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bDO" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bDP" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/pen,/obj/machinery/requests_console{announcementConsole = 0; department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_y = 30},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bDQ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk,/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bDR" = (/turf/closed/wall,/area/crew_quarters/heads/cmo) -"bDS" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/chief_medical_officer,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bDT" = (/obj/machinery/keycard_auth{pixel_x = 24},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bDU" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_x = -2; pixel_y = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bDV" = (/obj/structure/table/glass,/obj/item/folder/white,/obj/item/stamp/cmo,/obj/item/clothing/glasses/hud/health,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bDW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"bDX" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bDY" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"bDZ" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{dir = 4; external_pressure_bound = 120; name = "server vent"},/turf/open/floor/circuit/telecomms/server,/area/science/server) -"bEa" = (/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/server) -"bEb" = (/obj/machinery/atmospherics/pipe/simple{dir = 9},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/dark,/area/science/server) -"bEc" = (/obj/machinery/computer/rdservercontrol{dir = 1},/turf/open/floor/plasteel/dark,/area/science/server) -"bEd" = (/obj/structure/table,/obj/item/folder/white,/obj/item/pen,/turf/open/floor/plasteel/dark,/area/science/server) -"bEe" = (/obj/item/radio/intercom{pixel_x = -25},/obj/structure/filingcabinet,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bEf" = (/obj/machinery/power/apc{dir = 2; name = "Science Security APC"; areastring = "/area/security/checkpoint/science"; pixel_y = -24},/obj/structure/cable,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bEg" = (/obj/item/screwdriver{pixel_y = 10},/obj/item/radio/off,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bEh" = (/obj/machinery/computer/secure_data{dir = 1},/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = -30},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bEi" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/science) -"bEj" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/research) -"bEk" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bEl" = (/obj/structure/table/glass,/obj/item/pen,/obj/item/clothing/neck/stethoscope,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/mob/living/simple_animal/pet/cat/Runtime,/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEm" = (/obj/structure/disposalpipe/segment,/obj/item/radio/intercom{pixel_x = 25},/obj/machinery/camera{c_tag = "Chief Medical Office"; network = list("ss13","medbay"); dir = 8; pixel_y = -22},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEn" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEo" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEp" = (/obj/structure/disposalpipe/segment,/obj/machinery/light_switch{pixel_x = 28},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEr" = (/obj/machinery/camera{c_tag = "Experimentor Lab Chamber"; dir = 1; network = list("ss13","rd")},/obj/machinery/light,/obj/structure/sign/warning/nosmoking{pixel_y = -32},/turf/open/floor/engine,/area/science/explab) -"bEs" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard) -"bEt" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_one_access_txt = "8;12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bEu" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard) -"bEv" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bEw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bEx" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bEy" = (/turf/closed/wall,/area/maintenance/port/aft) -"bEz" = (/turf/closed/wall,/area/storage/tech) -"bEA" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bEB" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{name = "Central Access"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/central) -"bEC" = (/turf/closed/wall,/area/janitor) -"bED" = (/obj/machinery/door/airlock{name = "Custodial Closet"; req_access_txt = "26"},/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/janitor) -"bEE" = (/turf/closed/wall,/area/maintenance/aft) -"bEF" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"bEG" = (/obj/machinery/vending/cigarette,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/hallway/primary/central) -"bEH" = (/obj/structure/disposalpipe/segment,/obj/structure/table,/obj/item/surgicaldrill,/turf/open/floor/plasteel,/area/medical/sleeper) -"bEI" = (/obj/structure/table,/obj/item/hemostat,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/sleeper) -"bEJ" = (/obj/structure/table,/obj/item/scalpel{pixel_y = 12},/obj/item/circular_saw,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEK" = (/obj/structure/table,/obj/item/retractor,/turf/open/floor/plasteel/white/side{dir = 2},/area/medical/sleeper) -"bEL" = (/obj/structure/table,/obj/item/cautery{pixel_x = 4},/turf/open/floor/plasteel,/area/medical/sleeper) -"bEM" = (/obj/structure/table,/obj/item/folder/white,/obj/item/gun/syringe,/obj/item/reagent_containers/dropper,/obj/item/soap/nanotrasen,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/effect/turf_decal/tile/blue{dir = 2},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEO" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/sleeper) -"bEP" = (/obj/structure/closet/l3closet,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEQ" = (/obj/machinery/vending/wardrobe/medi_wardrobe,/obj/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bER" = (/obj/structure/closet/secure_closet/medical3,/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bES" = (/obj/structure/closet/secure_closet/medical3,/obj/machinery/camera{c_tag = "Medbay Storage"; network = list("ss13","medbay"); dir = 2},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bET" = (/obj/structure/table,/obj/item/storage/box/bodybags{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/rxglasses,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEU" = (/obj/structure/disposalpipe/trunk,/obj/machinery/disposal/bin,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bEV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"bEW" = (/obj/machinery/holopad,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEX" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEY" = (/obj/structure/table,/obj/item/cartridge/medical{pixel_x = -2; pixel_y = 6},/obj/item/cartridge/medical{pixel_x = 6; pixel_y = 3},/obj/item/cartridge/medical,/obj/item/cartridge/chemistry{pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bEZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bFa" = (/turf/closed/wall/r_wall,/area/science/xenobiology) -"bFb" = (/turf/closed/wall,/area/science/storage) -"bFc" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bFd" = (/obj/machinery/door/firedoor/heavy,/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/research) -"bFe" = (/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bFf" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard) -"bFg" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard) -"bFh" = (/obj/structure/sign/warning/docking{pixel_y = 32},/turf/open/space,/area/space/nearstation) -"bFi" = (/obj/structure/table,/obj/item/folder/yellow,/obj/item/pen,/obj/machinery/requests_console{department = "Mining"; departmentType = 0; pixel_x = -30},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bFj" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/start/shaft_miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bFk" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bFl" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bFm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/power/apc{dir = 1; name = "Cargo Security APC"; areastring = "/area/security/checkpoint/supply"; pixel_x = 1; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFp" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFq" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFr" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/aft) -"bFs" = (/obj/structure/table,/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/assembly/flash/handheld,/obj/item/assembly/flash/handheld,/obj/machinery/status_display/ai{pixel_x = -32},/turf/open/floor/plating,/area/storage/tech) -"bFt" = (/obj/structure/table,/obj/item/electronics/apc,/obj/item/electronics/airlock,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/storage/tech) -"bFu" = (/obj/structure/table,/obj/item/screwdriver{pixel_y = 16},/obj/item/wirecutters,/turf/open/floor/plating,/area/storage/tech) -"bFv" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plating,/area/storage/tech) -"bFw" = (/obj/machinery/camera{c_tag = "Tech Storage"; dir = 2},/obj/machinery/power/apc{dir = 1; name = "Tech Storage APC"; areastring = "/area/storage/tech"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/storage/tech) -"bFx" = (/obj/structure/table,/obj/item/analyzer,/obj/item/healthanalyzer,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/storage/tech) -"bFy" = (/obj/structure/table,/obj/item/plant_analyzer,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/storage/tech) -"bFz" = (/turf/open/floor/plating,/area/storage/tech) -"bFA" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bFB" = (/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bFC" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bFD" = (/obj/machinery/vending/wardrobe/jani_wardrobe,/turf/open/floor/plasteel,/area/janitor) -"bFE" = (/obj/structure/closet/l3closet/janitor,/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/janitor) -"bFF" = (/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/camera{c_tag = "Custodial Closet"},/obj/vehicle/ridden/janicart,/turf/open/floor/plasteel,/area/janitor) -"bFG" = (/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/mixed,/turf/open/floor/plasteel,/area/janitor) -"bFH" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/janitor) -"bFI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/janitor) -"bFJ" = (/obj/machinery/portable_atmospherics/canister/water_vapor,/turf/open/floor/plasteel,/area/janitor) -"bFK" = (/obj/machinery/door/window/westleft{name = "Janitorial Delivery"; req_access_txt = "26"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/janitor) -"bFL" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=8"; dir = 1; freq = 1400; location = "Janitor"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/janitor) -"bFM" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/aft) -"bFN" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bFO" = (/obj/structure/disposalpipe/segment,/obj/structure/table,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/item/clothing/suit/apron/surgical,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel/white/side{dir = 4},/area/medical/sleeper) -"bFP" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFQ" = (/obj/effect/landmark/start/medical_doctor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFR" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFS" = (/obj/structure/table,/obj/item/surgical_drapes,/obj/item/razor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper) -"bFT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper) -"bFU" = (/obj/structure/table,/obj/structure/bedsheetbin{pixel_x = 2},/obj/item/clothing/suit/straight_jacket,/obj/item/clothing/mask/muzzle,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFX" = (/obj/machinery/door/airlock/medical/glass{dir = 4; name = "Medbay Storage"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bFZ" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bGa" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/medical/glass{dir = 4; name = "Medbay Storage"; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bGb" = (/obj/structure/disposalpipe/segment{dir = 4},/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) -"bGc" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bGd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bGe" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bGf" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bGg" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bGh" = (/obj/machinery/computer/card/minor/cmo{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bGi" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/machinery/computer/security/telescreen/cmo{dir = 1; pixel_y = -24},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bGj" = (/obj/structure/closet/secure_closet/CMO,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bGk" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bGl" = (/turf/open/floor/engine,/area/science/xenobiology) -"bGm" = (/obj/machinery/camera{c_tag = "Xenobiology Test Chamber"; dir = 2; network = list("xeno","rd")},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/engine,/area/science/xenobiology) -"bGn" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/storage) -"bGo" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/structure/sign/warning/nosmoking{pixel_y = 32},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/storage) -"bGp" = (/obj/machinery/power/apc{dir = 8; name = "Misc Research APC"; areastring = "/area/science/research"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bGq" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/research) -"bGr" = (/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bGs" = (/obj/machinery/vending/coffee,/turf/open/floor/plasteel/white,/area/science/research) -"bGt" = (/turf/closed/wall,/area/science/mixing) -"bGu" = (/obj/structure/closet/bombcloset,/obj/machinery/light_switch{pixel_y = 28},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGv" = (/obj/structure/closet/bombcloset,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGw" = (/obj/machinery/portable_atmospherics/canister,/obj/structure/window/reinforced{dir = 8},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/camera{c_tag = "Toxins Lab West"; dir = 2; network = list("ss13","rd")},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGx" = (/obj/machinery/portable_atmospherics/canister,/obj/item/radio/intercom{pixel_y = 25},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGy" = (/obj/machinery/portable_atmospherics/scrubber,/obj/item/storage/firstaid/toxin,/obj/effect/turf_decal/stripes/line{dir = 2},/obj/machinery/airalarm/unlocked{pixel_y = 24},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGz" = (/obj/machinery/portable_atmospherics/pump,/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGA" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGB" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGC" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) -"bGD" = (/turf/closed/wall/r_wall,/area/science/mixing) -"bGE" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 4; name = "4maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard) -"bGF" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard) -"bGG" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard) -"bGH" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard) -"bGI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/science/mixing) -"bGJ" = (/obj/machinery/camera{c_tag = "Mining Dock"; dir = 4},/obj/machinery/computer/security/mining,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bGK" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bGL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bGM" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/closet/wardrobe/miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bGN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/quartermaster/miningdock) -"bGO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bGP" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bGQ" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 15},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bGR" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bGS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/maintenance/port/aft) -"bGT" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bGU" = (/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/storage/tech) -"bGV" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bGW" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bGX" = (/obj/structure/table,/obj/item/aicard,/obj/item/aiModule/reset,/turf/open/floor/plating,/area/storage/tech) -"bGY" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = -3; pixel_y = 3},/obj/item/stack/cable_coil,/obj/item/stock_parts/cell/high/plus,/turf/open/floor/plating,/area/storage/tech) -"bGZ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/storage/tech) -"bHa" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bHb" = (/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bHc" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bHd" = (/turf/open/floor/plasteel,/area/janitor) -"bHe" = (/obj/structure/chair/stool,/obj/effect/landmark/start/janitor,/turf/open/floor/plasteel,/area/janitor) -"bHf" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel,/area/janitor) -"bHg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/janitor) -"bHh" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/janitor) -"bHi" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/mob/living/simple_animal/hostile/lizard{name = "Wags-His-Tail"; real_name = "Wags-His-Tail"},/turf/open/floor/plasteel,/area/janitor) -"bHj" = (/obj/item/mop,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plasteel,/area/janitor) -"bHk" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/power/apc{dir = 8; name = "Custodial Closet APC"; areastring = "/area/janitor"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bHl" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/aft) -"bHm" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 6},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/aft) -"bHn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/aft) -"bHo" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"bHp" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"bHq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; name = "Surgery Maintenance"; req_access_txt = "45"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bHr" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHt" = (/obj/structure/table/optable,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHu" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHw" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/medical{dir = 4; name = "Operating Theatre"; req_access_txt = "45"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/medical/sleeper) -"bHx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHy" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHz" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/iv_drip,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/sleeper) -"bHB" = (/obj/structure/table,/obj/item/storage/belt/medical{pixel_y = 2},/obj/item/storage/belt/medical{pixel_y = 2},/obj/item/storage/belt/medical{pixel_y = 2},/obj/item/clothing/neck/stethoscope,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHC" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHD" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/storage/box/syringes,/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = 7; pixel_y = -3},/obj/item/reagent_containers/glass/bottle/morphine{pixel_x = 8; pixel_y = -3},/obj/item/reagent_containers/syringe{pixel_x = 6; pixel_y = -3},/obj/item/radio/intercom{freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = 30},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bHE" = (/obj/item/radio/intercom{broadcasting = 0; freerange = 0; frequency = 1485; listening = 1; name = "Station Intercom (Medbay)"; pixel_x = -30},/obj/machinery/camera{c_tag = "Medbay South"; network = list("ss13","medbay"); dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bHF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bHG" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bHH" = (/obj/machinery/door/airlock/public/glass{dir = 4; name = "Central Access"},/turf/open/floor/plasteel,/area/hallway/primary/starboard) -"bHJ" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/science/storage) -"bHK" = (/turf/open/floor/plasteel,/area/science/storage) -"bHL" = (/obj/effect/decal/cleanable/oil,/obj/item/cigbutt,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/science/storage) -"bHM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/storage) -"bHN" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/storage) -"bHO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/science/storage) -"bHP" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bHQ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/science/research) -"bHR" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/research) -"bHS" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/mixing) -"bHT" = (/turf/open/floor/plasteel/white,/area/science/mixing) -"bHU" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plasteel/white,/area/science/mixing) -"bHV" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel/white,/area/science/mixing) -"bHW" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plasteel/white,/area/science/mixing) -"bHX" = (/obj/machinery/door/airlock/maintenance{req_one_access_txt = "8;12"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plating,/area/maintenance/starboard) -"bHY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/starboard) -"bHZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/science/mixing) -"bIa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/science/mixing) -"bIb" = (/obj/effect/turf_decal/bot,/obj/machinery/suit_storage_unit/rd,/turf/open/floor/plasteel,/area/science/mixing) -"bIc" = (/obj/machinery/doppler_array/research/science{dir = 4},/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/mixing) -"bId" = (/turf/closed/wall,/area/science/test_area) -"bIe" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/science/test_area) -"bIf" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/quartermaster/miningdock) -"bIg" = (/obj/machinery/computer/shuttle/mining{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bIh" = (/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bIi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bIj" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bIk" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bIl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bIm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/aft) -"bIn" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bIo" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/AI,/turf/open/floor/plasteel,/area/storage/tech) -"bIp" = (/obj/machinery/camera{c_tag = "Secure Tech Storage"; dir = 2},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/tech) -"bIq" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/storage/tech) -"bIr" = (/obj/structure/table,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/multitool,/turf/open/floor/plating,/area/storage/tech) -"bIs" = (/obj/structure/rack,/obj/structure/cable{icon_state = "1-2"},/obj/effect/spawner/lootdrop/techstorage/rnd,/turf/open/floor/plating,/area/storage/tech) -"bIt" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/service,/turf/open/floor/plating,/area/storage/tech) -"bIu" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/tcomms,/turf/open/floor/plating,/area/storage/tech) -"bIv" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/obj/item/key/janitor,/turf/open/floor/plasteel,/area/janitor) -"bIw" = (/obj/structure/table,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/item/grenade/chem_grenade/cleaner,/obj/machinery/requests_console{department = "Janitorial"; departmentType = 1; pixel_y = -29},/obj/item/reagent_containers/spray/cleaner,/turf/open/floor/plasteel,/area/janitor) -"bIx" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/janitor) -"bIy" = (/obj/structure/janitorialcart,/turf/open/floor/plasteel,/area/janitor) -"bIz" = (/obj/item/restraints/legcuffs/beartrap,/obj/item/restraints/legcuffs/beartrap,/obj/item/storage/box/mousetraps,/obj/item/storage/box/mousetraps,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/janitor) -"bIA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/janitor) -"bIB" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/janitor) -"bIC" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/aft) -"bID" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/aft) -"bIE" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"bIF" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"bIG" = (/obj/structure/disposalpipe/segment,/obj/machinery/power/apc{dir = 4; name = "Treatment Center APC"; areastring = "/area/medical/sleeper"; pixel_x = 26},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bIH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 4},/area/medical/sleeper) -"bII" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIJ" = (/obj/machinery/computer/operating{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIK" = (/obj/structure/closet/crate/freezer/surplus_limbs,/obj/item/reagent_containers/glass/beaker/synthflesh,/turf/open/floor/plasteel/white/side{dir = 8},/area/medical/sleeper) -"bIL" = (/obj/structure/sign/warning/nosmoking{pixel_x = -28},/obj/structure/bed,/obj/item/bedsheet/medical,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIM" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIN" = (/obj/machinery/vending/wallmed{pixel_x = 28},/obj/machinery/camera{c_tag = "Medbay Recovery Room"; network = list("ss13","medbay"); dir = 8},/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIO" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/gun/syringe,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIP" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/requests_console{department = "Medbay"; departmentType = 1; name = "Medbay RC"; pixel_x = 30},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bIQ" = (/obj/structure/table,/obj/item/folder/white,/obj/item/clothing/neck/stethoscope,/obj/machinery/vending/wallmed{pixel_y = 28},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIR" = (/obj/structure/chair/office/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIS" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/button/door{id = "medpriv4"; name = "Privacy Shutters"; pixel_y = 25},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIT" = (/obj/machinery/door/poddoor/preopen{id = "medpriv4"; name = "privacy door"},/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/medical/medbay/central) -"bIU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIW" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bIX" = (/obj/machinery/door/airlock/command/glass{dir = 4; name = "Chief Medical Officer"; req_access_txt = "40"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/crew_quarters/heads/cmo) -"bJb" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/crew_quarters/heads/cmo) -"bJc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bJd" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/sorting/mail{sortType = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bJe" = (/obj/effect/landmark/event_spawn,/turf/open/floor/engine,/area/science/xenobiology) -"bJf" = (/obj/machinery/power/apc{dir = 8; name = "Toxins Storage APC"; areastring = "/area/science/storage"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Toxins Storage"; dir = 4; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/science/storage) -"bJg" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/storage) -"bJh" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plasteel,/area/science/storage) -"bJi" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/science/storage) -"bJj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/research{dir = 4; name = "Toxins Storage"; req_access_txt = "8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/storage) -"bJk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bJl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"bJm" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"bJn" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{dir = 4; name = "Toxins Lab"; req_access_txt = "7"},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJo" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJp" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bJr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) -"bJs" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) -"bJt" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/science/mixing) -"bJu" = (/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/science/mixing) -"bJv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/science/mixing) -"bJw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/item/radio/intercom{pixel_y = 25},/obj/machinery/light/small{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bJx" = (/obj/machinery/button/massdriver{dir = 2; id = "toxinsdriver"; pixel_y = 24},/obj/effect/landmark/event_spawn,/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bJy" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/mixing) -"bJz" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bJA" = (/obj/item/target,/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/science/test_area) -"bJB" = (/obj/item/stack/ore/iron,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bJC" = (/obj/structure/closet/crate,/obj/machinery/light/small{dir = 4},/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bJD" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bJE" = (/obj/effect/landmark/start/shaft_miner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bJF" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bJG" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/aft) -"bJH" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/maintenance/port/aft) -"bJI" = (/turf/open/floor/plating,/area/maintenance/port/aft) -"bJJ" = (/obj/structure/rack,/obj/machinery/light/small{dir = 8},/obj/effect/spawner/lootdrop/techstorage/command,/turf/open/floor/plasteel,/area/storage/tech) -"bJK" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/storage/tech) -"bJL" = (/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) -"bJM" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/storage/tech) -"bJN" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating,/area/storage/tech) -"bJO" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bJP" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bJQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bJR" = (/obj/machinery/door/airlock/engineering{dir = 4; name = "Tech Storage"; req_access_txt = "23"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bJS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bJT" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bJU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bJV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/janitor) -"bJW" = (/obj/machinery/door/airlock/maintenance{name = "Custodial Maintenance"; req_access_txt = "26"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bJX" = (/obj/machinery/power/apc{dir = 8; name = "Aft Maintenance APC"; areastring = "/area/maintenance/aft"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bJY" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/aft) -"bJZ" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/aft) -"bKa" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/aft) -"bKb" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bKc" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bKd" = (/obj/structure/closet/secure_closet/medical2,/turf/open/floor/plasteel,/area/medical/sleeper) -"bKe" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/sleeper) -"bKf" = (/obj/machinery/vending/wallmed{pixel_y = -28},/obj/machinery/camera{c_tag = "Surgery Operating"; network = list("ss13","medbay"); dir = 1; pixel_x = 22},/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKg" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/white/side{dir = 1},/area/medical/sleeper) -"bKh" = (/obj/structure/closet/crate/freezer,/obj/item/reagent_containers/blood,/obj/item/reagent_containers/blood,/obj/item/reagent_containers/blood/AMinus,/obj/item/reagent_containers/blood/BMinus{pixel_x = -4; pixel_y = 4},/obj/item/reagent_containers/blood/BPlus{pixel_x = 1; pixel_y = 2},/obj/item/reagent_containers/blood/OMinus,/obj/item/reagent_containers/blood/OPlus{pixel_x = -2; pixel_y = -1},/obj/item/reagent_containers/blood/random,/obj/item/reagent_containers/blood/random,/obj/item/reagent_containers/blood/APlus,/obj/item/reagent_containers/blood/random,/turf/open/floor/plasteel,/area/medical/sleeper) -"bKi" = (/obj/structure/bed,/obj/item/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKj" = (/obj/machinery/light,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKk" = (/obj/structure/closet/wardrobe/pjs,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKl" = (/obj/structure/table,/obj/machinery/light,/obj/item/reagent_containers/spray/cleaner,/obj/item/clothing/glasses/hud/health,/obj/item/clothing/glasses/hud/health,/obj/item/clothing/glasses/hud/health,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKm" = (/obj/structure/table,/obj/item/storage/firstaid/o2{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/o2,/obj/item/storage/firstaid/regular{pixel_x = -3; pixel_y = -3},/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKn" = (/obj/structure/table,/obj/item/storage/firstaid/toxin{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/regular{pixel_x = -3; pixel_y = -3},/obj/machinery/door/window/northleft{name = "First-Aid Supplies"; red_alert_access = 1; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKo" = (/obj/structure/table,/obj/item/storage/firstaid/fire{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/regular{pixel_x = -3; pixel_y = -3},/obj/machinery/door/window/northright{name = "First-Aid Supplies"; red_alert_access = 1; req_access_txt = "5"},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKp" = (/obj/structure/table,/obj/item/storage/firstaid/brute{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/brute,/obj/item/storage/firstaid/regular{pixel_x = -3; pixel_y = -3},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKq" = (/obj/machinery/light,/obj/machinery/rnd/production/techfab/department/medical,/turf/open/floor/plasteel/white,/area/medical/sleeper) -"bKr" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKt" = (/obj/machinery/door/airlock/medical{dir = 4; name = "Patient Room"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKu" = (/obj/structure/disposalpipe/junction/flip{dir = 2},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKv" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bKw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/crew_quarters/heads/cmo) -"bKB" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/science/xenobiology) -"bKC" = (/obj/structure/disposaloutlet{dir = 1},/obj/structure/disposalpipe/trunk,/turf/open/floor/engine,/area/science/xenobiology) -"bKD" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage) -"bKE" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage) -"bKF" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/science/storage) -"bKG" = (/obj/machinery/portable_atmospherics/scrubber/huge,/turf/open/floor/plasteel,/area/science/storage) -"bKH" = (/obj/structure/sign/warning/nosmoking{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bKI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"bKJ" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/science/research) -"bKK" = (/obj/item/assembly/prox_sensor{pixel_x = -4; pixel_y = 1},/obj/item/assembly/prox_sensor{pixel_x = 8; pixel_y = 9},/obj/item/assembly/prox_sensor{pixel_x = 9; pixel_y = -2},/obj/item/assembly/prox_sensor{pixel_y = 2},/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/science/mixing) -"bKL" = (/obj/structure/chair/stool,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel/white,/area/science/mixing) -"bKM" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/screwdriver{pixel_y = 10},/obj/item/analyzer,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) -"bKN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bKO" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bKP" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bKQ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/research{dir = 4; name = "Toxins Launch Room Access"; req_access_txt = "7"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bKR" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bKS" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bKT" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bKU" = (/obj/machinery/door/airlock/research{dir = 4; name = "Toxins Launch Room"; req_access_txt = "7"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bKV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bKW" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/science/mixing) -"bKX" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/mixing) -"bKY" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/computer/security/telescreen/toxins{dir = 1; network = list("toxins"); pixel_y = -28},/obj/structure/chair{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bKZ" = (/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'BOMB RANGE"; name = "BOMB RANGE"},/turf/closed/wall,/area/science/test_area) -"bLa" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area) -"bLb" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/science/test_area) -"bLc" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area) -"bLd" = (/obj/docking_port/stationary{dir = 8; dwidth = 3; height = 5; id = "mining_home"; name = "mining shuttle bay"; roundstart_template = /datum/map_template/shuttle/mining/box; width = 7},/turf/open/space/basic,/area/space) -"bLe" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Mining Dock Airlock"; req_access_txt = "48"; shuttledocked = 1},/turf/open/floor/plating,/area/quartermaster/miningdock) -"bLf" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/mining/glass{dir = 4; name = "Mining Dock"; req_access_txt = "48"},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bLg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bLh" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"bLi" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/port/aft) -"bLj" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/RnD_secure,/turf/open/floor/plasteel,/area/storage/tech) -"bLk" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/storage/tech) -"bLl" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/storage/tech) -"bLm" = (/obj/structure/table,/obj/item/stock_parts/subspace/analyzer,/obj/item/stock_parts/subspace/analyzer,/obj/item/stock_parts/subspace/analyzer,/turf/open/floor/plating,/area/storage/tech) -"bLn" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/medical,/turf/open/floor/plating,/area/storage/tech) -"bLo" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/security,/turf/open/floor/plating,/area/storage/tech) -"bLp" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/techstorage/engineering,/turf/open/floor/plating,/area/storage/tech) -"bLq" = (/obj/machinery/light_switch{pixel_x = 27},/turf/open/floor/plating,/area/storage/tech) -"bLr" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bLs" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bLt" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bLu" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bLv" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bLw" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bLx" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bLy" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bLz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bLA" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"bLB" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/aft) -"bLC" = (/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bLD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bLE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plating,/area/maintenance/aft) -"bLF" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/sleeper) -"bLG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/sleeper) -"bLH" = (/turf/closed/wall/r_wall,/area/medical/medbay/central) -"bLI" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bLJ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bLK" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/shieldwallgen/xenobiologyaccess,/turf/open/floor/plating,/area/science/xenobiology) -"bLL" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bLM" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bLN" = (/obj/machinery/door/window/southleft{dir = 1; name = "Test Chamber"; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"bLO" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bLP" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "misclab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bLQ" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/shieldwallgen/xenobiologyaccess,/obj/structure/sign/poster/official/safety_eye_protection{pixel_x = 32},/turf/open/floor/plating,/area/science/xenobiology) -"bLR" = (/turf/closed/wall,/area/science/xenobiology) -"bLS" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bLT" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/research) -"bLU" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel/white,/area/science/research) -"bLV" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel/white,/area/science/mixing) -"bLW" = (/obj/machinery/vending/wardrobe/science_wardrobe,/turf/open/floor/plasteel/white,/area/science/mixing) -"bLX" = (/obj/item/assembly/signaler{pixel_y = 8},/obj/item/assembly/signaler{pixel_x = -8; pixel_y = 5},/obj/item/assembly/signaler{pixel_x = 6; pixel_y = 5},/obj/item/assembly/signaler{pixel_x = -2; pixel_y = -2},/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/science/mixing) -"bLY" = (/obj/item/transfer_valve{pixel_x = -5},/obj/item/transfer_valve{pixel_x = -5},/obj/item/transfer_valve,/obj/item/transfer_valve,/obj/item/transfer_valve{pixel_x = 5},/obj/item/transfer_valve{pixel_x = 5},/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = -30; receive_ore_updates = 1},/obj/structure/table/reinforced,/turf/open/floor/plasteel/white,/area/science/mixing) -"bLZ" = (/obj/item/assembly/timer{pixel_x = 5; pixel_y = 4},/obj/item/assembly/timer{pixel_x = -4; pixel_y = 2},/obj/item/assembly/timer{pixel_x = 6; pixel_y = -4},/obj/item/assembly/timer,/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/science/mixing) -"bMa" = (/obj/structure/tank_dispenser,/turf/open/floor/plasteel/white,/area/science/mixing) -"bMb" = (/obj/machinery/power/apc{dir = 4; name = "Toxins Lab APC"; areastring = "/area/science/mixing"; pixel_x = 26},/obj/structure/cable,/turf/open/floor/plasteel/white,/area/science/mixing) -"bMc" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bMd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/science/mixing) -"bMe" = (/obj/machinery/camera{c_tag = "Toxins Launch Room Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/science/mixing) -"bMf" = (/obj/machinery/door/window/southleft{name = "Mass Driver Door"; req_access_txt = "7"},/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel,/area/science/mixing) -"bMg" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/mixing) -"bMh" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating/airless,/area/science/test_area) -"bMi" = (/turf/open/floor/plating/airless,/area/science/test_area) -"bMj" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating/airless,/area/science/test_area) -"bMk" = (/obj/item/stack/ore/silver,/obj/item/stack/ore/silver,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMl" = (/obj/machinery/camera{c_tag = "Mining Dock External"; dir = 8},/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMm" = (/obj/structure/sign/warning/vacuum/external,/turf/closed/wall,/area/quartermaster/miningdock) -"bMn" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMo" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/obj/item/pickaxe{pixel_x = 5},/obj/item/shovel{pixel_x = -5},/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMp" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMq" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMr" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/plasteel,/area/quartermaster/miningdock) -"bMs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/aft) -"bMt" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bMu" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/storage/tech) -"bMv" = (/obj/structure/table,/obj/item/stock_parts/micro_laser,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/manipulator,/obj/item/stock_parts/capacitor,/obj/item/stock_parts/micro_laser/high,/obj/item/stock_parts/micro_laser/high,/obj/item/stock_parts/micro_laser/high,/obj/item/stock_parts/micro_laser/high,/turf/open/floor/plating,/area/storage/tech) -"bMw" = (/obj/structure/table,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/obj/item/stock_parts/subspace/amplifier,/turf/open/floor/plating,/area/storage/tech) -"bMx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bMy" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/storage/tech) -"bMz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/storage/tech) -"bMA" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bMB" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bMC" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bMD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/aft) -"bME" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/aft) -"bMF" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/closed/wall/r_wall,/area/maintenance/aft) -"bMG" = (/obj/structure/closet,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMH" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMI" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMJ" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bML" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"bMM" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/securearea{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMN" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bMO" = (/obj/structure/disposalpipe/sorting/mail{dir = 8; sortType = 11},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMP" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bMQ" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"bMR" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"bMS" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "Medbay APC"; areastring = "/area/medical/medbay/central"; pixel_x = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bMT" = (/obj/machinery/chem_master,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMU" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/airalarm{pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/firealarm{dir = 2; pixel_y = 24},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMW" = (/obj/machinery/door/airlock/medical{dir = 4; name = "Apothecary"; req_access_txt = "5"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMX" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bMY" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/medical/medbay/central) -"bMZ" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bNa" = (/obj/machinery/power/apc{dir = 1; name = "CM Office APC"; areastring = "/area/crew_quarters/heads/cmo"; pixel_y = 24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bNb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bNc" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bNd" = (/obj/item/wrench,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNe" = (/obj/machinery/computer/security/telescreen{name = "Test Chamber Monitor"; network = list("xeno"); pixel_y = 2},/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNf" = (/obj/machinery/button/door{id = "misclab"; name = "Test Chamber Blast Doors"; pixel_y = -2; req_access_txt = "55"},/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "1-2"},/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNg" = (/obj/machinery/door/window/southleft{name = "Test Chamber"; req_access_txt = "55"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNh" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNi" = (/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/structure/table,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNj" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/science/xenobiology) -"bNk" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/science/xenobiology) -"bNl" = (/obj/machinery/light{dir = 8},/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bNm" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/firedoor/heavy,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/research) -"bNn" = (/obj/machinery/camera{c_tag = "Research Division South"; dir = 8},/obj/machinery/door/firedoor/heavy,/turf/open/floor/plasteel/white/side{dir = 9},/area/science/research) -"bNo" = (/obj/structure/sign/warning/fire,/turf/closed/wall,/area/science/research) -"bNp" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/science/mixing) -"bNq" = (/obj/structure/sign/warning/nosmoking{pixel_x = -32},/turf/open/floor/plasteel/white,/area/science/mixing) -"bNr" = (/turf/closed/wall,/area/maintenance/starboard/aft) -"bNs" = (/obj/machinery/door/airlock/maintenance{req_one_access_txt = "8;12"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bNt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/maintenance/starboard/aft) -"bNu" = (/obj/machinery/mass_driver{dir = 4; id = "toxinsdriver"},/turf/open/floor/plating,/area/science/mixing) -"bNv" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/turf/open/floor/plating,/area/science/mixing) -"bNw" = (/turf/open/floor/plating,/area/science/mixing) -"bNx" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/science/mixing) -"bNy" = (/obj/machinery/door/poddoor{id = "toxinsdriver"; name = "toxins launcher bay door"},/obj/structure/fans/tiny,/turf/open/floor/plating,/area/science/mixing) -"bNz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating/airless,/area/science/test_area) -"bNA" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating/airless,/area/science/test_area) -"bNB" = (/obj/item/beacon,/turf/open/floor/plating/airless,/area/science/test_area) -"bNC" = (/obj/item/target/alien/anchored,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera/preset/toxins{dir = 8},/turf/open/floor/plating{luminosity = 2; initial_gas_mix = "o2=0.01;n2=0.01"},/area/science/test_area) -"bND" = (/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) -"bNE" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"bNF" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/aft) -"bNG" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bNH" = (/obj/structure/table,/obj/item/stock_parts/subspace/transmitter,/obj/item/stock_parts/subspace/transmitter,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/subspace/treatment,/obj/item/stock_parts/subspace/treatment,/turf/open/floor/plating,/area/storage/tech) -"bNI" = (/obj/structure/table,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/item/stock_parts/subspace/filter,/obj/machinery/light/small,/turf/open/floor/plating,/area/storage/tech) -"bNJ" = (/obj/structure/table,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/ansible,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/obj/item/stock_parts/subspace/crystal,/turf/open/floor/plating,/area/storage/tech) -"bNK" = (/obj/structure/rack,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/clothing/gloves/color/yellow,/obj/item/t_scanner,/obj/item/multitool,/turf/open/floor/plating,/area/storage/tech) -"bNL" = (/obj/structure/rack,/obj/item/storage/toolbox/electrical{pixel_x = 1; pixel_y = -1},/obj/item/multitool,/obj/item/clothing/glasses/meson,/obj/machinery/light/small,/turf/open/floor/plating,/area/storage/tech) -"bNM" = (/obj/machinery/requests_console{department = "Tech storage"; pixel_y = -32},/turf/open/floor/plating,/area/storage/tech) -"bNN" = (/obj/machinery/vending/assist,/turf/open/floor/plating,/area/storage/tech) -"bNO" = (/obj/structure/disposalpipe/segment,/obj/machinery/camera{c_tag = "Aft Primary Hallway 2"; dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bNP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bNQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bNR" = (/obj/structure/closet/emcloset,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/hallway/primary/aft) -"bNS" = (/turf/closed/wall/r_wall,/area/engine/atmos) -"bNT" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNU" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNV" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNW" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/atmos) -"bNX" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/atmos) -"bNY" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/maintenance{name = "Atmospherics Maintenance"; req_access_txt = "24"},/turf/open/floor/plating,/area/maintenance/aft) -"bNZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"bOa" = (/obj/machinery/atmospherics/pipe/simple/supply/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"bOb" = (/obj/machinery/light/small{dir = 8},/obj/machinery/chem_dispenser,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bOc" = (/obj/structure/chair/office/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bOd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/chem_heater,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bOe" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/medical/medbay/central) -"bOf" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bOg" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/medbay/central) -"bOh" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Medbay Maintenance"; req_access_txt = "5"},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bOi" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bOj" = (/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/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bOk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bOl" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/junction,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"bOm" = (/obj/machinery/power/apc{dir = 8; name = "Xenobiology APC"; areastring = "/area/science/xenobiology"; pixel_x = -25},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bOn" = (/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bOo" = (/obj/structure/chair/stool,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bOp" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bOq" = (/obj/machinery/monkey_recycler,/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/xenobiology) -"bOr" = (/obj/machinery/processor/slime,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bOs" = (/obj/machinery/smartfridge/extract/preloaded,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bOt" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/table/glass,/obj/machinery/reagentgrinder{desc = "Used to grind things up into raw materials and liquids."; pixel_y = 5},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bOu" = (/obj/structure/closet/l3closet/scientist,/obj/item/extinguisher,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bOv" = (/obj/structure/closet/l3closet/scientist,/obj/machinery/light_switch{pixel_y = 28},/obj/item/extinguisher,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/science/xenobiology) -"bOw" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/xenobiology) -"bOx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bOy" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/research) -"bOz" = (/obj/machinery/door/poddoor/incinerator_toxmix,/turf/open/floor/engine/vacuum,/area/science/mixing) -"bOA" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/engine/vacuum,/area/science/mixing) -"bOB" = (/obj/machinery/sparker/toxmix{dir = 2; pixel_x = 25},/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxins_mixing_output{dir = 4},/turf/open/floor/engine/vacuum,/area/science/mixing) -"bOC" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/closed/wall/r_wall,/area/science/mixing) -"bOD" = (/obj/machinery/airlock_sensor/incinerator_toxmix{pixel_y = 24},/obj/machinery/atmospherics/components/binary/pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/engine,/area/science/mixing) -"bOE" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{pixel_x = -24},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel/white,/area/science/mixing) -"bOF" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "mix to port"},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bOG" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/mixing) -"bOH" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bOI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bOJ" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bOK" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area) -"bOL" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area) -"bOM" = (/obj/structure/disposalpipe/segment,/obj/machinery/status_display{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bON" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bOO" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/hallway/primary/aft) -"bOP" = (/turf/closed/wall,/area/engine/atmos) -"bOQ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plasteel,/area/engine/atmos) -"bOR" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bOS" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel,/area/engine/atmos) -"bOT" = (/obj/machinery/firealarm{dir = 2; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bOU" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bOV" = (/obj/machinery/pipedispenser,/turf/open/floor/plasteel,/area/engine/atmos) -"bOW" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bOX" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/meter/atmos/atmos_waste_loop,/turf/open/floor/plasteel,/area/engine/atmos) -"bOY" = (/obj/machinery/camera{c_tag = "Atmospherics North East"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Distro to Waste"},/turf/open/floor/plasteel,/area/engine/atmos) -"bOZ" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 2},/obj/machinery/meter/atmos/distro_loop,/turf/open/floor/plasteel,/area/engine/atmos) -"bPa" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bPb" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Air to Distro"},/turf/open/floor/plasteel,/area/engine/atmos) -"bPc" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"bPd" = (/turf/open/floor/plasteel,/area/engine/atmos) -"bPe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/medical/virology) -"bPf" = (/turf/closed/wall/r_wall,/area/medical/virology) -"bPg" = (/turf/closed/wall,/area/medical/virology) -"bPh" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/doorButtons/access_button{idDoor = "virology_airlock_exterior"; idSelf = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = -24; req_access_txt = "39"},/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/virology{autoclose = 0; frequency = 1449; id_tag = "virology_airlock_exterior"; name = "Virology Exterior Airlock"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel/white,/area/medical/virology) -"bPi" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/medical/virology) -"bPj" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/sorting/mail/flip{dir = 2; sortType = 13},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"bPk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; name = "Xenobiology Maintenance"; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bPl" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPn" = (/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/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPr" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPs" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{dir = 4; name = "Xenobiology Lab"; req_access_txt = "55"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bPt" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/white/side{dir = 5},/area/science/research) -"bPu" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/science/research) -"bPv" = (/turf/open/floor/engine/vacuum,/area/science/mixing) -"bPw" = (/obj/effect/landmark/event_spawn,/obj/machinery/air_sensor/atmos/toxins_mixing_tank,/turf/open/floor/engine/vacuum,/area/science/mixing) -"bPx" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior{dir = 4},/turf/open/floor/engine,/area/science/mixing) -"bPy" = (/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{dir = 2},/turf/open/floor/engine,/area/science/mixing) -"bPz" = (/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior{dir = 4},/turf/open/floor/engine,/area/science/mixing) -"bPA" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/mixing) -"bPB" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bPC" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/camera{c_tag = "Toxins Lab East"; dir = 8; network = list("ss13","rd"); pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/mixing) -"bPD" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPF" = (/obj/structure/closet/wardrobe/grey,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPG" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPH" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/beer,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bPJ" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating/airless,/area/science/test_area) -"bPK" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plating/airless,/area/science/test_area) -"bPL" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating/airless,/area/science/test_area) -"bPM" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/test_area) -"bPN" = (/turf/closed/wall,/area/construction) -"bPO" = (/obj/structure/closet/crate,/turf/open/floor/plating,/area/construction) -"bPP" = (/turf/open/floor/plating,/area/construction) -"bPQ" = (/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plating,/area/construction) -"bPR" = (/turf/open/floor/plasteel,/area/construction) -"bPS" = (/obj/structure/closet/toolcloset,/turf/open/floor/plasteel,/area/construction) -"bPT" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/hallway/primary/aft) -"bPU" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/turf/open/floor/plasteel,/area/engine/atmos) -"bPV" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bPW" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/atmos) -"bPX" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/camera{c_tag = "Atmospherics Monitoring"; dir = 2},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/engine/atmos) -"bPY" = (/obj/machinery/camera{c_tag = "Atmospherics North West"; dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bPZ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bQa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bQb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bQc" = (/obj/machinery/pipedispenser/disposal,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bQd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bQe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bQf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bQg" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix to Distro"},/turf/open/floor/plasteel,/area/engine/atmos) -"bQh" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"bQi" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bQj" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 10},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bQk" = (/obj/structure/grille,/turf/closed/wall/r_wall,/area/engine/atmos) -"bQl" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall/r_wall,/area/medical/virology) -"bQm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQn" = (/obj/item/storage/secure/safe{pixel_x = 5; pixel_y = 29},/obj/machinery/camera{c_tag = "Virology Break Room"; network = list("ss13","medbay")},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQo" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/airalarm{pixel_y = 23},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQp" = (/obj/structure/bed,/obj/item/bedsheet/medical,/turf/open/floor/plasteel/white,/area/medical/virology) -"bQq" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQr" = (/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) -"bQs" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Virology Airlock"; network = list("ss13","medbay"); dir = 2},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQt" = (/turf/open/floor/plasteel/white,/area/medical/virology) -"bQu" = (/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology) -"bQv" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bQw" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"bQx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/xenobiology) -"bQy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQz" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQA" = (/obj/effect/landmark/start/scientist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/chair/comfy/black,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQB" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQC" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQE" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bQF" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/sign/departments/xenobio{pixel_y = -32},/turf/open/floor/plating,/area/science/xenobiology) -"bQG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research) -"bQH" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research) -"bQI" = (/turf/open/floor/plasteel/white/side{dir = 1},/area/science/research) -"bQJ" = (/obj/machinery/sparker/toxmix{dir = 2; pixel_x = 25},/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{dir = 4},/turf/open/floor/engine/vacuum,/area/science/mixing) -"bQK" = (/obj/structure/sign/warning/fire{pixel_y = -32},/obj/machinery/atmospherics/components/binary/pump/on{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/engine,/area/science/mixing) -"bQL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/obj/machinery/button/door/incinerator_vent_toxmix{pixel_x = -25; pixel_y = 5},/obj/machinery/button/ignition/incinerator/toxmix{pixel_x = -25; pixel_y = -5},/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bQM" = (/obj/machinery/light,/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "port to mix"},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/science/mixing) -"bQN" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/mixing) -"bQO" = (/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQP" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQQ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance/abandoned{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQT" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQU" = (/obj/structure/table,/obj/effect/spawner/lootdrop/grille_or_trash,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bQV" = (/obj/item/target,/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/science/test_area) -"bQW" = (/obj/structure/barricade/wooden,/obj/structure/girder,/turf/open/floor/plating,/area/maintenance/port/aft) -"bQX" = (/obj/structure/light_construct{dir = 8},/turf/open/floor/plating,/area/construction) -"bQY" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plating,/area/construction) -"bQZ" = (/obj/structure/light_construct{dir = 4},/turf/open/floor/plasteel,/area/construction) -"bRa" = (/obj/structure/disposalpipe/segment,/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bRb" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bRc" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bRd" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/plasticflaps/opaque,/obj/machinery/navbeacon{codes_txt = "delivery;dir=4"; dir = 4; freq = 1400; location = "Atmospherics"},/obj/effect/turf_decal/delivery,/obj/machinery/door/window/northleft{dir = 4; icon_state = "left"; name = "Atmospherics Desk"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos) -"bRe" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRg" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRh" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bRi" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bRj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/engine/atmos) -"bRk" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/engine/atmos) -"bRl" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bRm" = (/obj/machinery/pipedispenser/disposal/transit_tube,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bRo" = (/obj/machinery/atmospherics/components/binary/pump/on{name = "Waste In"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRp" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bRq" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bRr" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"bRs" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix Outlet Pump"},/turf/open/floor/plasteel,/area/engine/atmos) -"bRt" = (/obj/machinery/atmospherics/components/binary/pump{name = "Air to Mix"},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRu" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bRv" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bRw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"bRx" = (/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos) -"bRy" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{dir = 8},/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bRz" = (/obj/machinery/camera{c_tag = "Atmospherics Waste Tank"},/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bRA" = (/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bRB" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/aft) -"bRC" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/white,/area/medical/virology) -"bRD" = (/obj/machinery/iv_drip,/turf/open/floor/plasteel/white,/area/medical/virology) -"bRE" = (/obj/machinery/shower{dir = 4},/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bRF" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/medical/virology) -"bRG" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/closet/l3closet,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bRH" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bRI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/mob/living/carbon/monkey,/turf/open/floor/plasteel/white,/area/medical/virology) -"bRJ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology) -"bRK" = (/obj/machinery/disposal/bin,/obj/structure/sign/warning/deathsposal{pixel_y = -32},/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRL" = (/obj/machinery/computer/camera_advanced/xenobio{dir = 1},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRM" = (/obj/structure/table/glass,/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 7},/obj/item/storage/box/syringes{pixel_y = 5},/obj/item/storage/box/monkeycubes{pixel_x = 2; pixel_y = -2},/obj/item/storage/box/monkeycubes,/obj/machinery/light,/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRN" = (/obj/structure/table/glass,/obj/item/paper_bin{pixel_y = 4},/obj/item/folder/white{pixel_x = 4; pixel_y = 4},/obj/item/pen{pixel_x = -4},/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRO" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bRP" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bRQ" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/portable_atmospherics/canister/bz,/turf/open/floor/plasteel,/area/science/xenobiology) -"bRR" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = -30; receive_ore_updates = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/table/reinforced,/obj/item/slime_scanner,/obj/item/clothing/gloves/color/latex,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/science/xenobiology) -"bRS" = (/obj/machinery/chem_master,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRT" = (/obj/structure/table/glass,/obj/item/stack/sheet/mineral/plasma{pixel_y = 4},/obj/item/stack/sheet/mineral/plasma{pixel_y = 4},/obj/item/stack/sheet/mineral/plasma{pixel_y = 4},/obj/item/stack/sheet/mineral/plasma{pixel_y = 4},/obj/item/reagent_containers/glass/beaker{pixel_x = 8; pixel_y = 2},/obj/item/reagent_containers/glass/beaker/large{pixel_x = -3; pixel_y = 3},/obj/item/reagent_containers/dropper,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRU" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/xenobiology) -"bRV" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/misc_lab) -"bRW" = (/obj/machinery/door/airlock/research{dir = 2; name = "Testing Lab"; req_access_txt = "47"},/turf/open/floor/plasteel,/area/science/misc_lab) -"bRX" = (/turf/closed/wall,/area/science/misc_lab) -"bRY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/science/mixing) -"bRZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/science/circuit) -"bSa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/science/circuit) -"bSb" = (/turf/closed/wall,/area/science/circuit) -"bSc" = (/turf/closed/wall/r_wall,/area/science/circuit) -"bSd" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bSe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bSf" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bSg" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 8; name = "8maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bSh" = (/obj/effect/spawner/lootdrop/keg,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSi" = (/obj/machinery/door/airlock/maintenance{dir = 4; name = "Maint Bar Access"; req_access_txt = "12"},/obj/structure/barricade/wooden{name = "wooden barricade (CLOSED)"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bSj" = (/obj/item/shard,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSk" = (/obj/effect/decal/cleanable/oil,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSl" = (/obj/structure/girder,/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSm" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSn" = (/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"bSo" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft) -"bSp" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/aft) -"bSq" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bSr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/construction) -"bSs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction) -"bSt" = (/obj/structure/closet/crate,/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction) -"bSu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plating,/area/construction) -"bSv" = (/obj/effect/landmark/xeno_spawn,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction) -"bSw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction) -"bSx" = (/obj/machinery/door/airlock/engineering/abandoned{dir = 4; name = "Construction Area"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/construction) -"bSy" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bSz" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/hallway/primary/aft) -"bSA" = (/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "Atmospherics Blast Door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bSB" = (/obj/structure/tank_dispenser{pixel_x = -1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bSC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bSD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bSE" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bSF" = (/obj/machinery/computer/atmos_control{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bSG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/engine/atmos) -"bSH" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bSI" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bSJ" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"bSK" = (/obj/structure/closet/crate,/turf/open/floor/plasteel,/area/engine/atmos) -"bSL" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos) -"bSM" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Mix to Filter"},/turf/open/floor/plasteel,/area/engine/atmos) -"bSN" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bSO" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bSP" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bSQ" = (/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bSR" = (/obj/machinery/computer/atmos_control/tank/mix_tank{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bSS" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bST" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating/airless,/area/engine/atmos) -"bSU" = (/obj/machinery/air_sensor/atmos/mix_tank,/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bSV" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bSW" = (/obj/structure/table,/obj/item/storage/box/donkpockets{pixel_x = 3; pixel_y = 3},/obj/machinery/newscaster{pixel_x = -30},/obj/item/stack/sheet/mineral/plasma,/obj/item/stack/sheet/mineral/plasma,/turf/open/floor/plasteel/white,/area/medical/virology) -"bSX" = (/obj/structure/chair/stool,/turf/open/floor/plasteel/white,/area/medical/virology) -"bSY" = (/obj/machinery/vending/wardrobe/viro_wardrobe,/turf/open/floor/plasteel/white,/area/medical/virology) -"bSZ" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/doorButtons/access_button{idDoor = "virology_airlock_interior"; idSelf = "virology_airlock_control"; name = "Virology Access Button"; pixel_x = 8; pixel_y = -28; req_access_txt = "39"},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology) -"bTa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/virology) -"bTb" = (/obj/structure/closet/l3closet,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) -"bTc" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel/white,/area/medical/virology) -"bTd" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bTe" = (/obj/machinery/door/firedoor,/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,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bTf" = (/obj/machinery/door/firedoor,/obj/machinery/light{dir = 4},/obj/machinery/camera{c_tag = "Xenobiology North"; dir = 8; network = list("ss13","rd")},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bTg" = (/obj/structure/closet/bombcloset,/obj/machinery/light_switch{pixel_x = -20},/turf/open/floor/plasteel,/area/science/misc_lab) -"bTh" = (/turf/open/floor/plasteel,/area/science/misc_lab) -"bTi" = (/obj/machinery/requests_console{department = "Science"; departmentType = 2; dir = 2; name = "Science Requests Console"; pixel_y = 30; receive_ore_updates = 1},/turf/open/floor/plasteel,/area/science/misc_lab) -"bTj" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/storage/toolbox/mechanical,/obj/item/clothing/ears/earmuffs,/obj/machinery/camera{c_tag = "Testing Lab North"; dir = 2; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/science/misc_lab) -"bTk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"bTl" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/engine,/area/science/misc_lab) -"bTm" = (/obj/machinery/atmospherics/components/trinary/filter{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"bTn" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/engine,/area/science/misc_lab) -"bTo" = (/obj/structure/table/reinforced,/obj/item/integrated_circuit_printer,/obj/machinery/computer/security/telescreen/circuitry{pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bTp" = (/obj/structure/table/reinforced,/obj/item/multitool,/obj/item/screwdriver,/obj/machinery/camera{c_tag = "Circuitry Lab North"; network = list("ss13","rd")},/turf/open/floor/plasteel/white,/area/science/circuit) -"bTq" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/item/stack/sheet/metal/ten,/turf/open/floor/plasteel/white,/area/science/circuit) -"bTr" = (/obj/structure/sign/poster/official/random{pixel_y = 32},/turf/open/floor/plasteel/white,/area/science/circuit) -"bTs" = (/obj/machinery/vending/assist,/turf/open/floor/plasteel/white,/area/science/circuit) -"bTt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bTu" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/maintenance/port/aft) -"bTv" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bTw" = (/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bTx" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bTy" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bTz" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; name = "Construction Area Maintenance"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bTA" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction) -"bTB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/construction) -"bTC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/construction) -"bTD" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/construction) -"bTE" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/construction) -"bTF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/construction) -"bTG" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bTH" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bTI" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor/heavy,/obj/machinery/door/window/northleft{dir = 4; icon_state = "left"; name = "Atmospherics Desk"; req_access_txt = "24"},/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "Atmospherics Blast Door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"bTJ" = (/obj/structure/chair{dir = 8},/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bTK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bTL" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/landmark/start/atmospheric_technician,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bTM" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bTN" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/engine/atmos) -"bTO" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/engine/atmos) -"bTP" = (/obj/machinery/atmospherics/components/trinary/mixer{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bTQ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bTR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) -"bTS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bTT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/atmos/glass{dir = 4; name = "Distribution Loop"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos) -"bTU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"bTV" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"bTW" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Pure to Mix"},/turf/open/floor/plasteel,/area/engine/atmos) -"bTX" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) -"bTY" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Unfiltered to Mix"},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bTZ" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bUa" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bUb" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"bUc" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{dir = 8},/turf/open/floor/engine/vacuum,/area/engine/atmos) -"bUd" = (/obj/structure/table,/obj/machinery/light_switch{pixel_x = -23},/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/white,/area/medical/virology) -"bUe" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/medical/virology) -"bUf" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/firedoor,/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/virology{autoclose = 0; frequency = 1449; id_tag = "virology_airlock_interior"; name = "Virology Interior Airlock"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bUg" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/medical/virology) -"bUh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Monkey Pen"; req_access_txt = "39"},/turf/open/floor/plasteel/white,/area/medical/virology) -"bUi" = (/obj/structure/disposalpipe/trunk{dir = 4},/obj/structure/disposaloutlet,/turf/open/floor/engine,/area/science/xenobiology) -"bUj" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/engine,/area/science/xenobiology) -"bUk" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bUl" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/window/reinforced,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/science/xenobiology) -"bUm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bUn" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bUo" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio8"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/xenobiology) -"bUp" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio8"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bUq" = (/obj/structure/closet/l3closet/scientist{pixel_x = -2},/turf/open/floor/plasteel,/area/science/misc_lab) -"bUr" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/science/misc_lab) -"bUs" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/electropack,/obj/item/healthanalyzer,/obj/item/assembly/signaler,/turf/open/floor/plasteel,/area/science/misc_lab) -"bUt" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"bUu" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/meter,/turf/open/floor/engine,/area/science/misc_lab) -"bUv" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/engine,/area/science/misc_lab) -"bUw" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/engine,/area/science/misc_lab) -"bUx" = (/obj/structure/table/reinforced,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/item/stock_parts/cell/high,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bUy" = (/obj/effect/landmark/start/scientist,/obj/structure/chair/office/light{dir = 1},/turf/open/floor/plasteel/white,/area/science/circuit) -"bUz" = (/obj/structure/table/reinforced,/obj/item/integrated_electronics/analyzer,/obj/item/integrated_electronics/debugger,/obj/item/integrated_electronics/wirer,/turf/open/floor/plasteel/white,/area/science/circuit) -"bUA" = (/turf/open/floor/plasteel/white,/area/science/circuit) -"bUB" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel/white,/area/science/circuit) -"bUC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"bUD" = (/obj/effect/spawner/lootdrop/crate_spawner,/turf/open/floor/plating,/area/maintenance/port/aft) -"bUE" = (/obj/effect/spawner/lootdrop/grille_or_trash,/turf/open/floor/plating,/area/maintenance/port/aft) -"bUF" = (/obj/structure/grille/broken,/turf/open/floor/plating,/area/maintenance/port/aft) -"bUG" = (/obj/structure/rack,/obj/item/tank/internals/emergency_oxygen,/obj/item/tank/internals/emergency_oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/port/aft) -"bUH" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/port/aft) -"bUI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bUJ" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating,/area/construction) -"bUK" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/construction) -"bUL" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/construction) -"bUM" = (/obj/machinery/power/apc{name = "Construction Area APC"; areastring = "/area/construction"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/construction) -"bUN" = (/obj/machinery/camera{c_tag = "Construction Area"; dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plating,/area/construction) -"bUO" = (/obj/structure/rack,/obj/item/clothing/suit/hazardvest,/turf/open/floor/plating,/area/construction) -"bUP" = (/obj/structure/table,/obj/item/stack/cable_coil{amount = 5},/obj/item/flashlight,/turf/open/floor/plating,/area/construction) -"bUQ" = (/obj/structure/table,/turf/open/floor/plating,/area/construction) -"bUR" = (/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bUS" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bUT" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "Atmospherics Blast Door"},/turf/open/floor/plating,/area/engine/atmos) -"bUU" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/table,/obj/item/tank/internals/emergency_oxygen{pixel_x = -8},/obj/item/tank/internals/emergency_oxygen{pixel_x = -8},/obj/item/clothing/mask/breath{pixel_x = 4},/obj/item/clothing/mask/breath{pixel_x = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bUV" = (/obj/structure/sign/plaques/atmos{pixel_y = -32},/obj/structure/table,/obj/item/storage/box,/obj/item/storage/box,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bUW" = (/obj/machinery/computer/station_alert{dir = 8},/obj/machinery/light{dir = 4},/obj/machinery/button/door{id = "atmos"; name = "Atmospherics Lockdown"; pixel_x = 24; pixel_y = 4; req_access_txt = "24"},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bUX" = (/obj/structure/table,/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 7},/obj/item/clothing/head/welding{pixel_x = -5; pixel_y = 3},/obj/machinery/light{dir = 8},/obj/item/multitool,/turf/open/floor/plasteel,/area/engine/atmos) -"bUY" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty,/obj/item/storage/belt/utility,/obj/item/t_scanner,/obj/item/t_scanner,/obj/item/t_scanner,/turf/open/floor/plasteel,/area/engine/atmos) -"bUZ" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty{pixel_x = 2; pixel_y = 2},/turf/open/floor/plasteel,/area/engine/atmos) -"bVa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/atmos) -"bVb" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bVc" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bVd" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bVe" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bVf" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"bVg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVi" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology{dir = 4; name = "Break Room"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVj" = (/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVk" = (/obj/machinery/doorButtons/airlock_controller{idExterior = "virology_airlock_exterior"; idInterior = "virology_airlock_interior"; idSelf = "virology_airlock_control"; name = "Virology Access Console"; pixel_x = 8; pixel_y = 22; req_access_txt = "39"},/obj/machinery/light_switch{pixel_x = -4; pixel_y = 24},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVl" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVm" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/firealarm{pixel_y = 25},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVn" = (/obj/machinery/power/apc/highcap/five_k{dir = 1; name = "Virology APC"; areastring = "/area/medical/virology"; pixel_y = 24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/camera{c_tag = "Virology Module"; network = list("ss13","medbay")},/turf/open/floor/plasteel/white,/area/medical/virology) -"bVo" = (/obj/machinery/vending/medical,/turf/open/floor/plasteel/white,/area/medical/virology) -"bVp" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_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) -"bVq" = (/obj/machinery/door/window/northleft{dir = 4; name = "Containment Pen"; req_access_txt = "55"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) -"bVr" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bVs" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_access_txt = "55"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/xenobiology) -"bVt" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/window/northleft{dir = 4; name = "Containment Pen"; req_access_txt = "55"},/obj/machinery/door/poddoor/preopen{id = "xenobio8"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"bVu" = (/obj/structure/rack,/obj/item/clothing/mask/gas{pixel_x = 3; pixel_y = 3},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas{pixel_x = -3; pixel_y = -3},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/plasteel,/area/science/misc_lab) -"bVv" = (/obj/structure/table,/obj/machinery/cell_charger{pixel_y = 5},/obj/item/stack/cable_coil,/obj/item/multitool,/obj/item/stock_parts/cell/high/plus,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab) -"bVw" = (/turf/open/floor/engine,/area/science/misc_lab) -"bVx" = (/obj/machinery/atmospherics/components/binary/valve,/turf/open/floor/engine,/area/science/misc_lab) -"bVy" = (/obj/machinery/atmospherics/components/trinary/mixer/flipped{dir = 1},/turf/open/floor/engine,/area/science/misc_lab) -"bVz" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/engine,/area/science/misc_lab) -"bVA" = (/obj/structure/table,/obj/item/assembly/igniter{pixel_x = -5; pixel_y = 3},/obj/item/assembly/igniter{pixel_x = 5; pixel_y = -4},/obj/item/assembly/igniter{pixel_x = 2; pixel_y = 6},/obj/item/assembly/igniter{pixel_x = 2; pixel_y = -1},/obj/machinery/light{dir = 4},/obj/item/assembly/timer{pixel_x = -3; pixel_y = 3},/obj/item/assembly/timer{pixel_x = -3; pixel_y = 3},/obj/item/assembly/timer{pixel_x = -3; pixel_y = 3},/obj/item/assembly/timer{pixel_x = -3; pixel_y = 3},/turf/open/floor/engine,/area/science/misc_lab) -"bVB" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/obj/machinery/cell_charger{pixel_y = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bVC" = (/obj/structure/table/reinforced,/obj/item/stack/sheet/glass/fifty,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/white,/area/science/circuit) -"bVD" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) -"bVE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"bVF" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bVG" = (/obj/machinery/portable_atmospherics/canister/air,/turf/open/floor/plating,/area/maintenance/port/aft) -"bVH" = (/obj/machinery/door/airlock/maintenance/abandoned{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bVI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall,/area/maintenance/port/aft) -"bVJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/port/aft) -"bVK" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bVL" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/closed/wall,/area/maintenance/port/aft) -"bVM" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bVN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/port/aft) -"bVO" = (/obj/machinery/power/apc{name = "Aft Hall APC"; areastring = "/area/hallway/primary/aft"; dir = 8; pixel_x = -25; pixel_y = 1},/obj/structure/cable{icon_state = "0-4"},/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bVP" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bVQ" = (/obj/item/crowbar,/obj/item/wrench,/obj/structure/window/reinforced,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner,/area/hallway/primary/aft) -"bVR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/atmos) -"bVS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/engine/atmos) -"bVT" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos/glass{name = "Atmospherics Monitoring"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos) -"bVU" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bVV" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"bVW" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"bVX" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"bVY" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bVZ" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bWa" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "N2O Outlet Pump"},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/engine/atmos) -"bWb" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{dir = 8},/turf/open/floor/engine/n2o,/area/engine/atmos) -"bWc" = (/turf/open/floor/engine/n2o,/area/engine/atmos) -"bWd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/medical/virology) -"bWe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/medical/virology) -"bWf" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall,/area/medical/virology) -"bWg" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/white,/area/medical/virology) -"bWh" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bWi" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bWj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology) -"bWk" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio3"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bWl" = (/obj/structure/table/reinforced,/obj/machinery/button/door{id = "xenobio3"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/xenobiology) -"bWm" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bWn" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/xenobiology) -"bWo" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio8"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bWp" = (/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/disposaloutlet{dir = 1},/turf/open/floor/engine,/area/science/xenobiology) -"bWq" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab) -"bWr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel,/area/science/misc_lab) -"bWs" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/table,/obj/item/hand_labeler,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/turf/open/floor/plasteel,/area/science/misc_lab) -"bWt" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/engine,/area/science/misc_lab) -"bWu" = (/obj/structure/table,/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/grenade/chem_grenade,/obj/item/grenade/chem_grenade,/turf/open/floor/engine,/area/science/misc_lab) -"bWv" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bWw" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/science/circuit) -"bWx" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 2},/turf/open/floor/plating/airless,/area/maintenance/port/aft) -"bWy" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWA" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWB" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bWC" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWD" = (/obj/structure/disposalpipe/junction/yjunction{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bWE" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWF" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWG" = (/obj/machinery/power/apc{dir = 2; name = "Telecomms Monitoring APC"; areastring = "/area/tcommsat/computer"; pixel_y = -24},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/aft) -"bWJ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bWK" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"bWL" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos) -"bWM" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/engine/atmos) -"bWN" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/atmos) -"bWO" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bWP" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos{dir = 4; name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWQ" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Air to External"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWR" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bWS" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"bWT" = (/obj/item/beacon,/turf/open/floor/plasteel,/area/engine/atmos) -"bWU" = (/obj/machinery/atmospherics/components/binary/pump{name = "Air to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWV" = (/obj/machinery/atmospherics/components/binary/pump{name = "Mix to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWW" = (/obj/machinery/atmospherics/components/binary/pump{name = "Pure to Port"},/turf/open/floor/plasteel,/area/engine/atmos) -"bWX" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"bWY" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"bWZ" = (/obj/machinery/computer/atmos_control/tank/nitrous_tank{dir = 8},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"bXa" = (/obj/machinery/air_sensor/atmos/nitrous_tank,/turf/open/floor/engine/n2o,/area/engine/atmos) -"bXb" = (/obj/machinery/portable_atmospherics/canister/nitrous_oxide,/turf/open/floor/engine/n2o,/area/engine/atmos) -"bXc" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/n2o,/area/engine/atmos) -"bXd" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bXe" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"bXf" = (/obj/machinery/smartfridge/chemistry/virology/preloaded,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bXg" = (/obj/structure/chair/stool,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bXh" = (/obj/machinery/computer/pandemic,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bXi" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/medical/virology) -"bXj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation A"; req_access_txt = "39"},/turf/open/floor/plasteel/white,/area/medical/virology) -"bXk" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/virology) -"bXl" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/virology/glass{name = "Isolation B"; req_access_txt = "39"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/medical/virology) -"bXm" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall,/area/science/xenobiology) -"bXn" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bXo" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bXp" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab) -"bXq" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/science/misc_lab) -"bXr" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab) -"bXs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/misc_lab) -"bXt" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty{pixel_x = 3; pixel_y = 3},/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/mineral/plasma,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/misc_lab) -"bXu" = (/obj/machinery/light_switch{pixel_x = -20},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bXv" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/circuit) -"bXw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/circuit) -"bXx" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/science/circuit) -"bXy" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/target_stake,/turf/open/floor/plasteel,/area/science/circuit) -"bXz" = (/obj/structure/disposaloutlet{dir = 8},/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"bXA" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/space/nearstation) -"bXB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/maintenance/port/aft) -"bXC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating/airless,/area/maintenance/port/aft) -"bXD" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Mix to Space"},/turf/open/floor/plating/airless,/area/maintenance/port/aft) -"bXE" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/port/aft) -"bXF" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"bXG" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/open/floor/plating,/area/maintenance/port/aft) -"bXH" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/obj/structure/sign/warning/deathsposal{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/port/aft) -"bXI" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft) -"bXJ" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible,/turf/open/floor/plating,/area/maintenance/port/aft) -"bXK" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/machinery/atmospherics/components/unary/portables_connector/visible,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plating,/area/maintenance/port/aft) -"bXL" = (/obj/structure/sign/warning/nosmoking{pixel_x = -28},/turf/open/floor/plating,/area/maintenance/port/aft) -"bXM" = (/obj/machinery/door/airlock/maintenance,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/wood,/area/maintenance/port/aft) -"bXN" = (/turf/closed/wall/r_wall,/area/tcommsat/server) -"bXO" = (/turf/closed/wall/r_wall,/area/tcommsat/computer) -"bXP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"bXQ" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos) -"bXR" = (/obj/machinery/camera{c_tag = "Atmospherics Access"; dir = 4},/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/engine/atmos) -"bXS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bXT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bXU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner,/area/engine/atmos) -"bXV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/structure/sign/warning/securearea,/turf/closed/wall,/area/engine/atmos) -"bXW" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "External to Filter"},/turf/open/floor/plasteel,/area/engine/atmos) -"bXX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bXY" = (/obj/structure/reagent_dispensers/watertank/high,/turf/open/floor/plasteel,/area/engine/atmos) -"bXZ" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/atmos) -"bYa" = (/obj/structure/rack,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/suit/hazardvest,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/gloves/color/black,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/open/floor/plasteel,/area/engine/atmos) -"bYb" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bYc" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"bYd" = (/obj/machinery/atmospherics/pipe/manifold{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bYe" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"bYf" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"bYg" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{dir = 8},/turf/open/floor/engine/n2o,/area/engine/atmos) -"bYh" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/aft) -"bYi" = (/obj/structure/table/glass,/obj/item/clothing/gloves/color/latex,/obj/machinery/requests_console{department = "Virology"; name = "Virology Requests Console"; pixel_x = -32},/obj/item/healthanalyzer,/obj/item/clothing/glasses/hud/health,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bYj" = (/obj/structure/table,/obj/item/hand_labeler,/obj/item/radio/headset/headset_med,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bYk" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/medical/virology) -"bYl" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bYm" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bYn" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bYo" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"bYp" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/button/door{id = "xenobio7"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/xenobiology) -"bYq" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"bYr" = (/obj/item/radio/intercom{pixel_x = -25},/turf/open/floor/plasteel,/area/science/misc_lab) -"bYs" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2},/turf/open/floor/plasteel,/area/science/misc_lab) -"bYt" = (/obj/structure/chair/office/light,/obj/effect/landmark/start/scientist,/turf/open/floor/plasteel,/area/science/misc_lab) -"bYu" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/science/misc_lab) -"bYv" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel,/area/science/misc_lab) -"bYw" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/science/misc_lab) -"bYx" = (/obj/structure/sign/nanotrasen,/turf/closed/wall,/area/science/circuit) -"bYy" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bYz" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/science/circuit) -"bYA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/science/circuit) -"bYB" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/science/circuit) -"bYC" = (/obj/machinery/power/apc{areastring = "/area/science/circuit"; name = "Circuitry Lab APC"; pixel_x = 30},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plasteel,/area/science/circuit) -"bYD" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/maintenance/port/aft) -"bYE" = (/turf/open/floor/plasteel,/area/maintenance/port/aft) -"bYF" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft) -"bYG" = (/obj/machinery/atmospherics/pipe/manifold4w/general,/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/port/aft) -"bYH" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/open/floor/plating,/area/maintenance/port/aft) -"bYI" = (/turf/open/floor/wood,/area/maintenance/bar) -"bYJ" = (/obj/structure/mineral_door/wood,/turf/open/floor/wood,/area/maintenance/bar) -"bYK" = (/obj/machinery/power/apc{areastring = "/area/storage/art"; dir = 1; name = "Maint bar"; pixel_y = 24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/wood,/area/maintenance/bar) -"bYL" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/wood,/area/maintenance/bar) -"bYM" = (/obj/machinery/vending/cola/random,/turf/open/floor/wood,/area/maintenance/bar) -"bYN" = (/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"bYO" = (/obj/machinery/telecomms/server/presets/engineering,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bYP" = (/obj/machinery/telecomms/bus/preset_four,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bYQ" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/power/apc/highcap/five_k{dir = 1; name = "Telecomms Server APC"; areastring = "/area/tcommsat/server"; pixel_y = 25},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"bYR" = (/obj/machinery/telecomms/processor/preset_three,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bYS" = (/obj/machinery/telecomms/server/presets/security,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bYT" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plating,/area/tcommsat/computer) -"bYU" = (/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},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bYV" = (/obj/item/radio/intercom{dir = 8; freerange = 1; name = "Station Intercom (Telecomms)"; pixel_y = 26},/turf/open/floor/plasteel,/area/tcommsat/computer) -"bYW" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/announcement_system,/turf/open/floor/plasteel,/area/tcommsat/computer) -"bYX" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/structure/disposalpipe/segment,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"bYY" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"bYZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos) -"bZa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "Atmospherics Blast Door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"bZb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/machinery/door/poddoor/preopen{id = "atmos"; name = "Atmospherics Blast Door"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/atmos) -"bZc" = (/turf/closed/wall/r_wall,/area/security/checkpoint/engineering) -"bZd" = (/obj/item/radio/intercom{freerange = 0; frequency = 1459; name = "Station Intercom (General)"; pixel_x = -30},/turf/open/floor/plasteel,/area/engine/atmos) -"bZe" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/camera{c_tag = "Atmospherics West"; dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bZf" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/obj/machinery/atmospherics/components/binary/pump{name = "Air to Port"},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"bZg" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"bZh" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Engine"},/turf/open/floor/plasteel,/area/engine/atmos) -"bZi" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bZj" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"bZk" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"bZl" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/space,/area/space/nearstation) -"bZm" = (/obj/structure/door_assembly/door_assembly_mai,/turf/open/floor/plating,/area/maintenance/aft) -"bZn" = (/obj/structure/table/glass,/obj/item/radio/intercom{pixel_x = -25},/obj/machinery/light{dir = 8},/obj/item/storage/box/beakers{pixel_x = 2; pixel_y = 2},/obj/item/storage/box/syringes,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZo" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZp" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/virologist,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZq" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -2; pixel_y = 5},/obj/item/pen/red,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZr" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/virology) -"bZs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZt" = (/obj/structure/table,/turf/open/floor/plasteel/white,/area/medical/virology) -"bZu" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"bZv" = (/mob/living/simple_animal/slime,/turf/open/floor/engine,/area/science/xenobiology) -"bZw" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_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) -"bZx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/window/northleft{dir = 4; name = "Containment Pen"; req_access_txt = "55"},/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"bZy" = (/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/science/misc_lab) -"bZz" = (/obj/structure/table,/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/button/ignition{id = "testigniter"; pixel_x = -6; pixel_y = 2},/obj/machinery/button/door{id = "testlab"; name = "Test Chamber Blast Doors"; pixel_x = 4; pixel_y = 2; req_access_txt = "55"},/turf/open/floor/plasteel,/area/science/misc_lab) -"bZA" = (/obj/structure/table,/obj/item/folder/white,/obj/item/folder/white,/obj/item/pen,/obj/item/taperecorder,/turf/open/floor/plasteel,/area/science/misc_lab) -"bZB" = (/obj/structure/table,/obj/item/paper_bin{pixel_y = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/science/misc_lab) -"bZC" = (/obj/structure/rack,/obj/item/wrench,/obj/item/crowbar,/obj/machinery/computer/security/telescreen{name = "Test Chamber Monitor"; network = list("test"); pixel_y = -30},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/science/misc_lab) -"bZD" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab) -"bZE" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab) -"bZF" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/science/misc_lab) -"bZG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel/white,/area/science/misc_lab) -"bZH" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/science/circuit) -"bZI" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"bZJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/science/circuit) -"bZK" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/circuit) -"bZL" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/science/circuit) -"bZM" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bZN" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bZO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/maintenance/port/aft) -"bZP" = (/obj/effect/landmark/blobstart,/turf/open/floor/plasteel,/area/maintenance/port/aft) -"bZQ" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel,/area/maintenance/port/aft) -"bZR" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; name = "Incinerator Access"; req_access_txt = "12"},/obj/structure/barricade/wooden{name = "wooden barricade (CLOSED)"},/turf/open/floor/plating,/area/maintenance/port/aft) -"bZS" = (/turf/closed/wall,/area/maintenance/bar) -"bZT" = (/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/bar) -"bZU" = (/turf/open/floor/wood{icon_state = "wood-broken7"},/area/maintenance/bar) -"bZV" = (/obj/machinery/vending/snack/random,/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/maintenance/bar) -"bZW" = (/obj/machinery/telecomms/server/presets/common,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bZX" = (/obj/machinery/telecomms/processor/preset_four,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"bZY" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"bZZ" = (/obj/machinery/telecomms/bus/preset_three,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"caa" = (/obj/machinery/telecomms/server/presets/command,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cab" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer) -"cac" = (/obj/machinery/computer/message_monitor{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cad" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cae" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"caf" = (/obj/structure/table,/obj/item/paper_bin,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cag" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/scrubber,/obj/machinery/light/small,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white/corner{dir = 1},/area/engine/atmos) -"cah" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/atmos) -"cai" = (/obj/machinery/door/firedoor/heavy,/obj/machinery/door/airlock/atmos{name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plasteel,/area/engine/atmos) -"caj" = (/obj/structure/sign/warning/securearea,/turf/closed/wall/r_wall,/area/engine/atmos) -"cak" = (/obj/machinery/power/apc{dir = 8; name = "Engineering Security APC"; areastring = "/area/security/checkpoint/engineering"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/newscaster{pixel_y = 32},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cal" = (/obj/machinery/requests_console{department = "Security"; departmentType = 5; pixel_y = 30},/obj/structure/closet/secure_closet/security/engine,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cam" = (/obj/structure/filingcabinet,/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"can" = (/obj/structure/fireaxecabinet{pixel_x = -32},/turf/open/floor/plasteel,/area/engine/atmos) -"cao" = (/obj/structure/closet/secure_closet/atmospherics,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cap" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/engine/atmos) -"caq" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"car" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cas" = (/obj/machinery/atmospherics/pipe/manifold4w,/turf/open/floor/plasteel,/area/engine/atmos) -"cat" = (/obj/effect/turf_decal/bot{dir = 2},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/turf/open/floor/plasteel{dir = 2},/area/engine/atmos) -"cau" = (/obj/machinery/atmospherics/pipe/manifold/yellow/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cav" = (/obj/machinery/camera{c_tag = "Atmospherics East"; dir = 8},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Plasma Outlet Pump"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) -"caw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation) -"cax" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{dir = 8},/turf/open/floor/engine/plasma,/area/engine/atmos) -"cay" = (/turf/open/floor/engine/plasma,/area/engine/atmos) -"caz" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/plasma,/area/engine/atmos) -"caA" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/aft) -"caB" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) -"caC" = (/obj/structure/table/glass,/obj/structure/reagent_dispensers/virusfood{pixel_x = -30},/obj/item/book/manual/wiki/infections{pixel_y = 7},/obj/item/reagent_containers/syringe/antiviral,/obj/item/reagent_containers/dropper,/obj/item/reagent_containers/spray/cleaner,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"caD" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/white,/area/medical/virology) -"caE" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plasteel/white,/area/medical/virology) -"caF" = (/obj/machinery/disposal/bin,/obj/structure/sign/warning/deathsposal{pixel_y = -32},/obj/structure/disposalpipe/trunk{dir = 8},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/medical/virology) -"caG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/medical/virology) -"caH" = (/obj/structure/closet/secure_closet/personal/patient,/turf/open/floor/plasteel/white,/area/medical/virology) -"caI" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "xenobio2"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"caJ" = (/obj/structure/table/reinforced,/obj/machinery/button/door{id = "xenobio2"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/xenobiology) -"caK" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio7"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"caL" = (/turf/closed/wall/r_wall,/area/science/misc_lab) -"caM" = (/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/misc_lab) -"caN" = (/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/misc_lab) -"caO" = (/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/engine,/area/science/misc_lab) -"caP" = (/obj/structure/reagent_dispensers/fueltank,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab) -"caQ" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab) -"caR" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/disposalpipe/junction/flip,/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/science/misc_lab) -"caS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/misc_lab) -"caT" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research/glass{dir = 4; name = "Circuitry Lab"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/white,/area/science/circuit) -"caU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"caV" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/circuit) -"caW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/stripes/line,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/science/circuit) -"caX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/stripes/line,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/science/circuit) -"caY" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/camera{c_tag = "Circuitry Lab"; dir = 8; network = list("ss13","rd")},/turf/open/floor/plasteel,/area/science/circuit) -"caZ" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cba" = (/obj/structure/closet/crate,/obj/item/clothing/under/color/lightpurple,/obj/item/stack/spacecash/c200,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cbb" = (/turf/open/floor/plating,/area/space) -"cbc" = (/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/port/aft) -"cbd" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft) -"cbe" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel,/area/maintenance/port/aft) -"cbf" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Space"},/turf/open/floor/plasteel,/area/maintenance/port/aft) -"cbg" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plasteel,/area/maintenance/port/aft) -"cbh" = (/obj/machinery/vending/boozeomat/all_access,/turf/closed/wall,/area/maintenance/bar) -"cbi" = (/obj/structure/table/wood,/obj/item/reagent_containers/rag,/obj/machinery/light/small{dir = 1},/turf/open/floor/wood,/area/maintenance/bar) -"cbj" = (/obj/structure/chair/stool/bar,/turf/open/floor/wood,/area/maintenance/bar) -"cbk" = (/obj/structure/chair/wood/normal,/turf/open/floor/wood,/area/maintenance/bar) -"cbl" = (/obj/structure/chair/wood/normal,/turf/open/floor/wood{icon_state = "wood-broken4"},/area/maintenance/bar) -"cbm" = (/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cbn" = (/obj/machinery/blackbox_recorder,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cbo" = (/obj/machinery/telecomms/broadcaster/preset_right,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cbp" = (/obj/machinery/telecomms/receiver/preset_right,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cbq" = (/obj/machinery/computer/telecomms/server{dir = 4; network = "tcommsat"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cbr" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cbs" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cbt" = (/obj/structure/table,/obj/item/folder/blue,/obj/item/pen/blue,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cbu" = (/turf/closed/wall,/area/engine/break_room) -"cbv" = (/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/engine/break_room) -"cbw" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark/corner{dir = 1},/area/engine/break_room) -"cbx" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/checker,/area/engine/break_room) -"cby" = (/turf/closed/wall,/area/security/checkpoint/engineering) -"cbz" = (/obj/item/screwdriver{pixel_y = 10},/obj/machinery/button/door{desc = "A remote control-switch for the engineering security doors."; id = "Engineering"; name = "Engineering Lockdown"; pixel_x = -24; pixel_y = -6; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/obj/item/radio/off,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/light_switch{pixel_x = -27; pixel_y = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cbA" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cbB" = (/obj/machinery/camera{c_tag = "Security Post - Engineering"; dir = 8},/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/machinery/light{dir = 4},/obj/machinery/vending/wardrobe/sec_wardrobe,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cbC" = (/obj/machinery/suit_storage_unit/atmos,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cbD" = (/obj/structure/sign/warning/nosmoking,/turf/closed/wall,/area/engine/atmos) -"cbE" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"cbF" = (/obj/effect/turf_decal/bot{dir = 2},/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Turbine"},/turf/open/floor/plasteel{dir = 2},/area/engine/atmos) -"cbG" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cbH" = (/obj/machinery/computer/atmos_control/tank/toxin_tank{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cbI" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cbJ" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"cbK" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/floor/plating/airless,/area/engine/atmos) -"cbL" = (/obj/machinery/air_sensor/atmos/toxin_tank,/turf/open/floor/engine/plasma,/area/engine/atmos) -"cbM" = (/obj/machinery/portable_atmospherics/canister/toxins,/turf/open/floor/engine/plasma,/area/engine/atmos) -"cbN" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/plasma,/area/engine/atmos) -"cbO" = (/obj/structure/closet/l3closet/virology,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cbP" = (/obj/structure/closet/secure_closet/medical1,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/medical/virology) -"cbQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/medical/virology) -"cbR" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/camera{c_tag = "Xenobiology South"; dir = 4; network = list("ss13","rd")},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cbS" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cbT" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/engine,/area/science/misc_lab) -"cbU" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/engine,/area/science/misc_lab) -"cbV" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/misc_lab) -"cbW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/white,/area/science/misc_lab) -"cbX" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/science/circuit) -"cbY" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel/white,/area/science/circuit) -"cbZ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/white,/area/science/circuit) -"cca" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"ccb" = (/obj/structure/disposalpipe/trunk{dir = 1},/obj/machinery/disposal/bin,/turf/open/floor/plasteel/white,/area/science/circuit) -"ccc" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ccd" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cce" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plating,/area/maintenance/port/aft) -"ccf" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"ccg" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Port"},/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/aft) -"cch" = (/obj/machinery/chem_dispenser/drinks/beer,/obj/structure/table/wood,/turf/open/floor/wood,/area/maintenance/bar) -"cci" = (/obj/machinery/chem_dispenser/drinks,/obj/structure/table/wood,/turf/open/floor/wood,/area/maintenance/bar) -"ccj" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/maintenance/bar) -"cck" = (/obj/structure/chair/stool/bar,/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/bar) -"ccl" = (/obj/structure/chair/wood/normal{dir = 4},/turf/open/floor/wood{icon_state = "wood-broken6"},/area/maintenance/bar) -"ccm" = (/obj/structure/chair/wood/normal{icon_state = "wooden_chair"; dir = 8},/turf/open/floor/wood,/area/maintenance/bar) -"ccn" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"cco" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"ccp" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"ccq" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"ccr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/tcommsat/computer) -"ccs" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer) -"cct" = (/obj/machinery/status_display,/turf/closed/wall,/area/tcommsat/computer) -"ccu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/tcommsat/computer) -"ccv" = (/obj/machinery/door/airlock/command/glass{name = "Control Room"; req_access_txt = "19; 61"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"ccw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/tcommsat/computer) -"ccx" = (/obj/machinery/door/firedoor,/obj/structure/disposalpipe/segment,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ccy" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ccz" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ccA" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/light_switch{pixel_x = -23},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"ccB" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"ccC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel,/area/engine/break_room) -"ccD" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"ccE" = (/obj/machinery/door/airlock/security/glass{dir = 4; name = "Security Office"; req_access_txt = "63"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"ccF" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"ccG" = (/obj/structure/chair/office/dark,/obj/effect/landmark/start/depsec/engineering,/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"ccH" = (/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/computer/security/telescreen/engine{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"ccI" = (/obj/machinery/power/apc{dir = 8; name = "Atmospherics APC"; areastring = "/area/engine/atmos"; pixel_x = -24},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/atmos) -"ccJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/atmos) -"ccK" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/item/wrench,/turf/open/floor/plasteel,/area/engine/atmos) -"ccL" = (/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/engine/atmos) -"ccM" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"ccN" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"ccO" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation) -"ccP" = (/obj/machinery/atmospherics/pipe/simple{dir = 4},/obj/structure/grille,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"ccQ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{dir = 8},/turf/open/floor/engine/plasma,/area/engine/atmos) -"ccR" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/aft) -"ccS" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/maintenance/aft) -"ccT" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"ccU" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/medical/virology) -"ccV" = (/obj/machinery/airalarm{pixel_y = 23},/obj/item/wrench,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"ccW" = (/obj/machinery/atmospherics/components/binary/valve/on{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"ccX" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"ccY" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft) -"ccZ" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) -"cda" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/door/poddoor/preopen{id = "xenobio1"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"cdb" = (/obj/structure/window/reinforced,/obj/structure/table/reinforced,/obj/machinery/button/door{id = "xenobio6"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/science/xenobiology) -"cdc" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"cdd" = (/obj/item/radio/intercom{pixel_x = -25},/turf/open/floor/engine,/area/science/misc_lab) -"cde" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/misc_lab) -"cdf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/misc_lab) -"cdg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/science/misc_lab) -"cdh" = (/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/science/circuit) -"cdi" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/turf/open/floor/plasteel/white,/area/science/circuit) -"cdj" = (/obj/structure/table,/obj/item/flashlight/lamp,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cdk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"cdl" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Incinerator Access"; req_access_txt = "12"},/obj/structure/barricade/wooden{name = "wooden barricade (CLOSED)"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cdm" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/wood,/area/maintenance/bar) -"cdn" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/wood,/area/maintenance/bar) -"cdo" = (/obj/structure/chair/wood/normal{dir = 4},/obj/effect/landmark/blobstart,/turf/open/floor/wood,/area/maintenance/bar) -"cdp" = (/obj/machinery/ntnet_relay,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"cdq" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"cdr" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"cds" = (/obj/machinery/telecomms/hub/preset,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cdt" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/engineering/glass{name = "Server Room"; req_access_txt = "61"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tcommsat/computer) -"cdu" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tcommsat/computer) -"cdv" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/engineering/glass{name = "Server Room"; req_access_txt = "61"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tcommsat/computer) -"cdw" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cdx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cdy" = (/obj/structure/closet/emcloset,/obj/machinery/camera{c_tag = "Telecomms Monitoring"; dir = 8; network = list("tcomms")},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cdz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft) -"cdA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cdB" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cdC" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cdD" = (/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cdE" = (/obj/structure/table,/obj/item/clothing/glasses/meson,/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/engine/break_room) -"cdF" = (/turf/open/floor/plasteel,/area/engine/break_room) -"cdG" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cdH" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/engine/break_room) -"cdI" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/security/checkpoint/engineering) -"cdJ" = (/obj/structure/table,/obj/machinery/recharger{pixel_y = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cdK" = (/obj/structure/table,/obj/item/book/manual/wiki/security_space_law,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cdL" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = 1; pixel_y = 9},/obj/item/pen,/obj/structure/reagent_dispensers/peppertank{pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/security/checkpoint/engineering) -"cdM" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/security/checkpoint/engineering) -"cdN" = (/obj/machinery/requests_console{department = "Atmospherics"; departmentType = 4; name = "Atmos RC"; pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cdO" = (/obj/machinery/light{dir = 8},/obj/machinery/camera{c_tag = "Atmospherics Central"; dir = 4},/obj/machinery/atmospherics/components/binary/pump{name = "Port to Filter"},/turf/open/floor/plasteel,/area/engine/atmos) -"cdP" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/engine/atmos) -"cdQ" = (/obj/machinery/atmospherics/components/unary/thermomachine/heater{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cdR" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/space,/area/space/nearstation) -"cdS" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cdT" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/aft) -"cdU" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/aft) -"cdV" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) -"cdW" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plating,/area/maintenance/aft) -"cdX" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cdY" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"cdZ" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cea" = (/obj/structure/chair/stool{pixel_y = 8},/obj/machinery/light/small{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"ceb" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plating,/area/maintenance/aft) -"cec" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/portable_atmospherics/canister/air,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"ced" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"cee" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cef" = (/obj/machinery/door/window/northleft{base_state = "right"; dir = 8; icon_state = "right"; name = "Containment Pen"; req_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) -"ceg" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/door/window/northleft{dir = 4; name = "Containment Pen"; req_access_txt = "55"},/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/turf/open/floor/engine,/area/science/xenobiology) -"ceh" = (/obj/machinery/sparker{id = "testigniter"; pixel_x = -25},/turf/open/floor/engine,/area/science/misc_lab) -"cei" = (/obj/item/beacon,/turf/open/floor/engine,/area/science/misc_lab) -"cej" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"cek" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"cel" = (/obj/machinery/door/poddoor/preopen{id = "testlab"; name = "test chamber blast door"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/research/glass{dir = 4; name = "Test Chamber"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/science/misc_lab) -"cem" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/misc_lab) -"cen" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/research/glass{dir = 4; name = "Test Chamber"; req_access_txt = "47"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/science/misc_lab) -"ceo" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/science/misc_lab) -"cep" = (/obj/structure/table/reinforced,/obj/item/radio/intercom{pixel_x = -30},/obj/item/stock_parts/cell/high,/obj/item/stock_parts/cell/high,/turf/open/floor/plasteel/white,/area/science/circuit) -"ceq" = (/obj/structure/chair/office/light,/turf/open/floor/plasteel/white,/area/science/circuit) -"cer" = (/obj/structure/sign/poster/official/random{pixel_x = 32},/turf/open/floor/plasteel/white,/area/science/circuit) -"ces" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"cet" = (/obj/structure/table,/obj/item/paper_bin{pixel_x = -2; pixel_y = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ceu" = (/obj/structure/table,/obj/item/folder/white,/obj/item/folder/white,/obj/item/pen,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cev" = (/obj/structure/closet/secure_closet/freezer/kitchen/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"cew" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft) -"cex" = (/obj/machinery/door/airlock/maintenance/abandoned{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cey" = (/obj/effect/spawner/lootdrop/keg,/turf/open/floor/wood,/area/maintenance/bar) -"cez" = (/turf/open/floor/wood{icon_state = "wood-broken6"},/area/maintenance/bar) -"ceA" = (/obj/structure/reagent_dispensers/keg/gargle,/turf/open/floor/wood,/area/maintenance/bar) -"ceB" = (/obj/structure/chair/wood/normal{dir = 1},/turf/open/floor/wood{icon_state = "wood-broken7"},/area/maintenance/bar) -"ceC" = (/obj/structure/chair/wood/normal{dir = 1},/turf/open/floor/wood,/area/maintenance/bar) -"ceD" = (/obj/machinery/camera{c_tag = "Telecomms Server Room"; dir = 4; network = list("tcomms")},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"ceE" = (/obj/machinery/power/terminal{dir = 1},/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"ceF" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer) -"ceG" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/tcommsat/computer) -"ceH" = (/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'SERVER ROOM'."; name = "SERVER ROOM"},/turf/closed/wall,/area/tcommsat/computer) -"ceI" = (/turf/open/floor/plasteel,/area/tcommsat/computer) -"ceJ" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"ceK" = (/obj/machinery/requests_console{announcementConsole = 1; department = "Telecomms Admin"; departmentType = 5; name = "Telecomms RC"; pixel_x = 30},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"ceL" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 2; sortType = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ceM" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ceN" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/camera{c_tag = "Aft Primary Hallway 1"; dir = 8; pixel_y = -22},/obj/effect/turf_decal/tile/yellow{dir = 2},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"ceO" = (/obj/machinery/power/apc{dir = 8; name = "Engineering Foyer APC"; areastring = "/area/engine/break_room"; pixel_x = -24},/obj/structure/cable{icon_state = "0-2"},/turf/open/floor/plasteel,/area/engine/break_room) -"ceP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"ceQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"ceR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/security/checkpoint/engineering) -"ceS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"ceT" = (/obj/machinery/vending/wardrobe/atmos_wardrobe,/turf/open/floor/plasteel,/area/engine/atmos) -"ceU" = (/obj/machinery/space_heater,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/engine/atmos) -"ceV" = (/obj/machinery/space_heater,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"ceW" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"ceX" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Port to Filter"},/turf/open/floor/plasteel,/area/engine/atmos) -"ceY" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/obj/item/cigbutt,/turf/open/floor/plasteel,/area/engine/atmos) -"ceZ" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cfa" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "CO2 Outlet Pump"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cfb" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{dir = 8},/turf/open/floor/engine/co2,/area/engine/atmos) -"cfc" = (/turf/open/floor/engine/co2,/area/engine/atmos) -"cfd" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cfe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cff" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cfg" = (/obj/machinery/door/airlock/atmos/abandoned{name = "Atmospherics Maintenance"; req_access_txt = "12;24"},/turf/open/floor/plating,/area/maintenance/aft) -"cfh" = (/obj/structure/disposalpipe/segment{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"cfi" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cfj" = (/obj/structure/cable,/obj/structure/cable{icon_state = "0-4"},/obj/machinery/door/poddoor/preopen{id = "xenobio1"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"cfk" = (/obj/structure/table/reinforced,/obj/machinery/button/door{id = "xenobio1"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55"},/obj/structure/window/reinforced{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/science/xenobiology) -"cfl" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cfm" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable,/obj/machinery/door/poddoor/preopen{id = "xenobio6"; name = "containment blast door"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/engine,/area/science/xenobiology) -"cfn" = (/obj/machinery/camera{c_tag = "Testing Chamber"; dir = 1; network = list("test","rd")},/obj/machinery/light,/turf/open/floor/engine,/area/science/misc_lab) -"cfo" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/science/misc_lab) -"cfp" = (/obj/machinery/power/apc{dir = 4; name = "Testing Lab APC"; areastring = "/area/science/misc_lab"; pixel_x = 26},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/science/misc_lab) -"cfq" = (/obj/structure/table/reinforced,/obj/item/integrated_circuit_printer,/obj/machinery/computer/security/telescreen/circuitry{dir = 1; pixel_y = -30},/turf/open/floor/plasteel/white,/area/science/circuit) -"cfr" = (/obj/structure/table/reinforced,/obj/item/multitool,/obj/item/screwdriver,/obj/machinery/requests_console{department = "Science"; departmentType = 2; name = "Science Requests Console"; pixel_y = -30; receive_ore_updates = 1},/turf/open/floor/plasteel/white,/area/science/circuit) -"cfs" = (/obj/structure/table/reinforced,/obj/machinery/light,/obj/item/stack/sheet/metal/ten,/turf/open/floor/plasteel/white,/area/science/circuit) -"cft" = (/obj/structure/closet/crate,/obj/item/target/alien,/obj/item/target/alien,/obj/item/target/clown,/obj/item/target/clown,/obj/item/target/syndicate,/obj/item/target/syndicate,/obj/item/gun/energy/laser/practice,/obj/item/gun/energy/laser/practice,/turf/open/floor/plasteel/white,/area/science/circuit) -"cfu" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/solar{id = "portsolar"; name = "Port Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/aft) -"cfv" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cfw" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/solar{id = "portsolar"; name = "Port Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/aft) -"cfx" = (/obj/structure/table,/obj/machinery/microwave,/turf/open/floor/plating,/area/maintenance/port/aft) -"cfy" = (/obj/structure/sink/kitchen{dir = 8; pixel_x = 11},/turf/open/floor/plating,/area/maintenance/port/aft) -"cfz" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cfA" = (/obj/structure/falsewall,/turf/open/floor/plating,/area/maintenance/bar) -"cfB" = (/obj/machinery/telecomms/message_server,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cfC" = (/obj/machinery/telecomms/broadcaster/preset_left,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cfD" = (/obj/machinery/telecomms/receiver/preset_left,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cfE" = (/obj/structure/table,/obj/item/multitool,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cfF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cfG" = (/obj/machinery/light_switch{pixel_x = 27},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cfH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/tcommsat/computer) -"cfI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfJ" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfK" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfL" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfM" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfN" = (/obj/item/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cfO" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/engine/break_room) -"cfP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cfQ" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cfR" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cfS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cfT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/break_room) -"cfU" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/break_room) -"cfV" = (/obj/machinery/vending/snack/random,/turf/open/floor/plasteel,/area/engine/break_room) -"cfW" = (/turf/closed/wall/r_wall,/area/engine/engineering) -"cfX" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel,/area/engine/atmos) -"cfY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/atmos) -"cfZ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"cga" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"cgb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 9},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/atmos) -"cgc" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "N2 to Pure"},/turf/open/floor/plasteel,/area/engine/atmos) -"cgd" = (/obj/machinery/computer/atmos_control/tank/carbon_tank{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cge" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/floor/plating/airless,/area/engine/atmos) -"cgf" = (/obj/machinery/air_sensor/atmos/carbon_tank,/turf/open/floor/engine/co2,/area/engine/atmos) -"cgg" = (/obj/machinery/portable_atmospherics/canister/carbon_dioxide,/turf/open/floor/engine/co2,/area/engine/atmos) -"cgh" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/co2,/area/engine/atmos) -"cgi" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"cgj" = (/obj/structure/sign/warning/nosmoking{pixel_y = 28},/turf/open/floor/plating,/area/maintenance/aft) -"cgk" = (/obj/structure/chair/stool,/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cgl" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"cgm" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cgn" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/aft) -"cgo" = (/obj/structure/disposalpipe/segment{dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cgp" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"cgq" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"cgr" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cgs" = (/obj/structure/sign/poster/official/safety_internals{pixel_x = -32},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cgt" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"cgu" = (/obj/structure/rack,/obj/item/clothing/shoes/winterboots,/obj/item/clothing/suit/hooded/wintercoat,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/xenobiology) -"cgv" = (/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab) -"cgw" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/science/misc_lab) -"cgx" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/science/misc_lab) -"cgy" = (/obj/structure/table,/obj/effect/decal/cleanable/cobweb,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cgz" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cgA" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cgB" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/sugar,/turf/open/floor/plating,/area/maintenance/port/aft) -"cgC" = (/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/port/aft) -"cgD" = (/obj/machinery/light/small{dir = 1},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"cgE" = (/obj/machinery/vending/kink,/turf/open/floor/plating,/area/maintenance/bar) -"cgF" = (/turf/open/floor/plating,/area/maintenance/bar) -"cgG" = (/obj/structure/reagent_dispensers/keg/aphro/strong,/obj/item/reagent_containers/glass/beaker,/turf/open/floor/plating,/area/maintenance/bar) -"cgH" = (/obj/structure/chair/wood/normal{dir = 4},/turf/open/floor/wood,/area/maintenance/bar) -"cgI" = (/obj/machinery/telecomms/server/presets/supply,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cgJ" = (/obj/machinery/telecomms/bus/preset_two,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cgK" = (/obj/machinery/telecomms/processor/preset_one,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cgL" = (/obj/machinery/telecomms/server/presets/medical,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"cgM" = (/obj/machinery/computer/telecomms/monitor{dir = 4; network = "tcommsat"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cgN" = (/obj/structure/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cgO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cgP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cgQ" = (/obj/machinery/door/airlock/engineering{dir = 4; name = "Telecommunications"; req_access_txt = "61"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cgR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgS" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgU" = (/obj/machinery/navbeacon{codes_txt = "patrol;next_patrol=AIE"; location = "AftH"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgV" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgW" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cgX" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{dir = 4; name = "Engineering"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cgY" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cgZ" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cha" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/engine/break_room) -"chb" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"chc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"chd" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/engine/break_room) -"che" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel,/area/engine/atmos) -"chf" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"chg" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/atmos) -"chh" = (/obj/machinery/atmospherics/pipe/manifold/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"chi" = (/obj/machinery/atmospherics/components/trinary/mixer/airmix{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"chj" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "O2 to Pure"},/turf/open/floor/plasteel,/area/engine/atmos) -"chk" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{dir = 1},/turf/open/floor/plasteel,/area/engine/atmos) -"chl" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"chm" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{dir = 8},/turf/open/floor/engine/co2,/area/engine/atmos) -"chn" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/aft) -"cho" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/aft) -"chp" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"chq" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"chr" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"chs" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"cht" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"chu" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/aft) -"chv" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"chw" = (/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"chx" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chy" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 2; external_pressure_bound = 140; pressure_checks = 0; name = "killroom vent"},/obj/machinery/camera{c_tag = "Xenobiology Kill Room"; dir = 4; network = list("ss13","rd")},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"chz" = (/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"chA" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{dir = 2; external_pressure_bound = 120; name = "killroom vent"},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"chB" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/biohazard,/turf/open/floor/plating,/area/science/xenobiology) -"chC" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"chD" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/xenobiology) -"chE" = (/obj/structure/closet/emcloset,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chF" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chG" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chH" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab) -"chI" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chJ" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chK" = (/obj/structure/table,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"chL" = (/obj/structure/table,/obj/item/kitchen/knife,/obj/item/storage/box/donkpockets,/turf/open/floor/plating,/area/maintenance/port/aft) -"chM" = (/obj/structure/table/glass,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_y = 2},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 2},/obj/item/reagent_containers/food/snacks/mint{pixel_y = 9},/turf/open/floor/plating,/area/maintenance/port/aft) -"chN" = (/obj/machinery/power/apc{dir = 8; name = "Port Quarter Maintenance APC"; areastring = "/area/maintenance/port/aft"; pixel_x = -25; pixel_y = 1},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"chO" = (/obj/effect/spawner/lootdrop/maintenance,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"chP" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"chQ" = (/obj/item/clothing/head/kitty,/obj/item/clothing/under/maid,/obj/item/clothing/mask/muzzle,/turf/open/floor/plating,/area/maintenance/bar) -"chR" = (/obj/item/clothing/under/color/grey,/turf/open/floor/plating,/area/maintenance/bar) -"chS" = (/obj/structure/table/wood,/turf/open/floor/wood{icon_state = "wood-broken5"},/area/maintenance/bar) -"chT" = (/obj/machinery/vending/clothing,/obj/machinery/light/small{dir = 4},/turf/open/floor/wood,/area/maintenance/bar) -"chU" = (/obj/machinery/telecomms/server/presets/service,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"chV" = (/obj/machinery/telecomms/processor/preset_two,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"chW" = (/obj/structure/sign/warning/nosmoking{pixel_y = -32},/obj/machinery/light,/turf/open/floor/circuit/telecomms/mainframe,/area/tcommsat/server) -"chX" = (/obj/machinery/telecomms/bus/preset_one,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"chY" = (/obj/machinery/telecomms/server/presets/science,/turf/open/floor/plasteel/dark/telecomms,/area/tcommsat/server) -"chZ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/cable,/turf/open/floor/plating,/area/tcommsat/computer) -"cia" = (/obj/structure/table,/obj/item/radio/off,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cib" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cic" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/light,/obj/structure/filingcabinet/chestdrawer,/turf/open/floor/plasteel,/area/tcommsat/computer) -"cid" = (/obj/structure/rack,/obj/item/storage/toolbox/mechanical{pixel_x = -2; pixel_y = -1},/turf/open/floor/plasteel,/area/tcommsat/computer) -"cie" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cif" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cig" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cih" = (/obj/machinery/light,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cii" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cij" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/hallway/primary/aft) -"cik" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/break_room) -"cil" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/break_room) -"cim" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cin" = (/obj/machinery/camera{c_tag = "Engineering Foyer"; dir = 1},/obj/structure/noticeboard{dir = 1; pixel_y = -27},/turf/open/floor/plasteel,/area/engine/break_room) -"cio" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/break_room) -"cip" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"ciq" = (/obj/structure/extinguisher_cabinet{pixel_x = 27},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/break_room) -"cir" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering) -"cis" = (/obj/machinery/camera{c_tag = "Atmospherics South West"; dir = 4},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cit" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"ciu" = (/obj/machinery/atmospherics/components/binary/valve/digital{name = "Waste Release"},/turf/open/floor/plasteel,/area/engine/atmos) -"civ" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/plasteel,/area/engine/atmos) -"ciw" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/plating,/area/engine/atmos) -"cix" = (/obj/machinery/power/apc{dir = 2; name = "Incinerator APC"; areastring = "/area/maintenance/disposal/incinerator"; pixel_y = -24},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/aft) -"ciy" = (/obj/structure/sign/warning/fire{pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"ciz" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/maintenance/aft) -"ciA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"ciB" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"ciC" = (/obj/structure/sign/warning/biohazard,/turf/closed/wall,/area/maintenance/aft) -"ciD" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/aft) -"ciE" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/aft) -"ciF" = (/obj/structure/disposalpipe/segment,/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/aft) -"ciG" = (/obj/structure/disposalpipe/segment,/obj/structure/closet/l3closet,/turf/open/floor/plating,/area/maintenance/aft) -"ciH" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"ciI" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"ciJ" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/circuit/telecomms,/area/science/xenobiology) -"ciK" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/research{dir = 4; name = "Kill Chamber"; req_access_txt = "55"},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plating,/area/science/xenobiology) -"ciL" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/science/xenobiology) -"ciM" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plasteel/white,/area/science/xenobiology) -"ciN" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/obj/structure/table,/obj/item/folder/white,/obj/item/pen,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/science/xenobiology) -"ciO" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciP" = (/obj/machinery/atmospherics/components/binary/valve{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciQ" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciR" = (/obj/machinery/atmospherics/pipe/simple/cyan/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciS" = (/obj/machinery/portable_atmospherics/canister,/obj/effect/turf_decal/bot{dir = 2},/turf/open/floor/plasteel{dir = 2},/area/science/misc_lab) -"ciT" = (/obj/item/stack/sheet/cardboard,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciU" = (/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciV" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciW" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft) -"ciX" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciY" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ciZ" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cja" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjb" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjc" = (/obj/machinery/processor,/turf/open/floor/plating,/area/maintenance/port/aft) -"cjd" = (/obj/machinery/light/small,/turf/open/floor/plating,/area/maintenance/port/aft) -"cje" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cjf" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/port/aft) -"cjg" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/port/aft) -"cjh" = (/obj/machinery/door/airlock/maintenance/abandoned{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cji" = (/obj/item/restraints/handcuffs/fake,/turf/open/floor/plating,/area/maintenance/bar) -"cjj" = (/obj/structure/bed,/obj/item/tank/internals/anesthetic,/obj/item/clothing/mask/breath,/obj/effect/decal/cleanable/semen,/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/plating,/area/maintenance/bar) -"cjk" = (/obj/item/electropack/shockcollar,/obj/item/assembly/signaler,/turf/open/floor/plating,/area/maintenance/bar) -"cjl" = (/obj/machinery/vending/autodrobe,/turf/open/floor/wood,/area/maintenance/bar) -"cjm" = (/obj/machinery/door/airlock/maintenance{req_access_txt = "12"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"cjn" = (/turf/closed/wall/r_wall,/area/crew_quarters/heads/chief) -"cjo" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "ceprivacy"; name = "privacy shutter"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"cjp" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "ceprivacy"; name = "privacy shutter"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"cjq" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "ceprivacy"; name = "privacy shutter"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable,/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"cjr" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cjs" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cjt" = (/obj/machinery/light,/obj/structure/closet/firecloset,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/break_room) -"cju" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/n2,/turf/open/floor/plasteel,/area/engine/atmos) -"cjv" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/turf/open/space,/area/space/nearstation) -"cjw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space/nearstation) -"cjx" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/turf/closed/wall,/area/maintenance/disposal/incinerator) -"cjy" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/closed/wall,/area/maintenance/disposal/incinerator) -"cjz" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/closed/wall,/area/maintenance/disposal/incinerator) -"cjA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/disposal/incinerator) -"cjB" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/door/airlock/atmos{name = "Turbine Access"; req_access_txt = "32"},/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"cjC" = (/turf/closed/wall,/area/maintenance/disposal/incinerator) -"cjD" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/toy/minimeteor,/obj/item/poster/random_contraband,/turf/open/floor/plating,/area/maintenance/aft) -"cjE" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/obj/item/roller,/turf/open/floor/plating,/area/maintenance/aft) -"cjF" = (/obj/structure/disposalpipe/segment,/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance,/obj/item/reagent_containers/food/snacks/donkpocket,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cjG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/item/c_tube,/turf/open/floor/plating,/area/maintenance/aft) -"cjH" = (/obj/structure/mopbucket,/obj/item/caution,/turf/open/floor/plating,/area/maintenance/aft) -"cjI" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/science/xenobiology) -"cjJ" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/science/xenobiology) -"cjK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall,/area/maintenance/starboard/aft) -"cjL" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Air Supply Maintenance"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjM" = (/obj/machinery/door/airlock/maintenance{name = "Testing Lab Maintenance"; req_access_txt = "47"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjN" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/science/misc_lab) -"cjO" = (/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"cjP" = (/obj/structure/closet/cardboard,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjQ" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Firefighting equipment"; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cjR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/maintenance/solars/port/aft) -"cjS" = (/turf/closed/wall/r_wall,/area/maintenance/solars/port/aft) -"cjT" = (/obj/structure/grille,/turf/open/floor/plating,/area/maintenance/port/aft) -"cjU" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cjV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/port/aft) -"cjW" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"cjX" = (/obj/structure/closet/wardrobe/black,/obj/effect/decal/cleanable/cobweb,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/port/aft) -"cjY" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/disposalpipe/segment{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"cjZ" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"cka" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/port/aft) -"ckb" = (/obj/machinery/suit_storage_unit/ce,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/white,/area/crew_quarters/heads/chief) -"ckc" = (/obj/machinery/button/door{id = "ceprivacy"; name = "Privacy Shutters Control"; pixel_y = 26},/obj/machinery/holopad,/obj/machinery/light{dir = 1; pixel_y = 16},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"ckd" = (/obj/structure/rack,/obj/item/lighter,/obj/item/clothing/glasses/meson{pixel_y = 4},/obj/item/stock_parts/cell/high/plus,/obj/item/reagent_containers/pill/patch/silver_sulf,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cke" = (/obj/structure/filingcabinet/chestdrawer,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/mob/living/simple_animal/parrot/Poly,/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"ckf" = (/obj/structure/closet/secure_closet/engineering_chief{req_access_txt = "0"},/obj/machinery/power/apc/highcap/five_k{dir = 4; name = "CE Office APC"; areastring = "/area/crew_quarters/heads/chief"; pixel_x = 24},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"ckg" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall,/area/engine/engineering) -"ckh" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/engineering{name = "Engine Room"; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"cki" = (/obj/structure/sign/warning/radiation/rad_area,/turf/closed/wall,/area/engine/engineering) -"ckj" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plasteel,/area/engine/atmos) -"ckk" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/turf/open/floor/plasteel,/area/engine/atmos) -"ckl" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"ckm" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"ckn" = (/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"cko" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/atmos) -"ckp" = (/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 9},/turf/open/floor/plasteel,/area/engine/atmos) -"ckq" = (/obj/structure/window/reinforced,/turf/open/space/basic,/area/space) -"ckr" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/turf/open/space/basic,/area/space) -"cks" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/lattice,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"ckt" = (/obj/machinery/door/window/northright{req_access_txt = "24"},/obj/machinery/door/window/southleft{req_access_txt = "24"},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plating,/area/engine/atmos) -"cku" = (/obj/structure/lattice,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"ckv" = (/obj/structure/lattice,/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"ckw" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 9},/turf/closed/wall,/area/maintenance/disposal/incinerator) -"ckx" = (/obj/effect/decal/cleanable/cobweb,/obj/structure/reagent_dispensers/watertank,/obj/item/extinguisher,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cky" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "atmospherics mix pump"},/obj/structure/reagent_dispensers/fueltank,/obj/item/storage/toolbox/emergency,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"ckz" = (/obj/machinery/light_switch{pixel_y = 26},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"ckA" = (/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"ckB" = (/obj/machinery/disposal/bin,/obj/structure/sign/warning/deathsposal{pixel_y = 32},/obj/structure/disposalpipe/trunk,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"ckC" = (/obj/machinery/power/smes{capacity = 9e+006; charge = 10000},/obj/structure/cable{icon_state = "0-8"},/obj/effect/decal/cleanable/cobweb{icon_state = "cobweb2"},/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"ckD" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/aft) -"ckE" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"ckF" = (/obj/structure/disposalpipe/segment,/obj/structure/grille/broken,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"ckG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"ckH" = (/obj/structure/disposalpipe/segment,/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"ckI" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"ckJ" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/barricade/wooden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckK" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckL" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating/airless,/area/space/nearstation) -"ckM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckP" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckQ" = (/obj/machinery/space_heater,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckR" = (/obj/structure/sign/warning/securearea{pixel_y = 32},/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckT" = (/obj/structure/rack,/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckU" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Research Delivery access"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckV" = (/obj/machinery/light/small{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckW" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ckX" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"ckY" = (/obj/structure/sign/warning/vacuum/external{pixel_x = -32},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"ckZ" = (/obj/machinery/power/terminal{dir = 4},/obj/structure/cable{icon_state = "0-2"},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cla" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"clb" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/maintenance/solars/port/aft) -"clc" = (/obj/machinery/camera{c_tag = "Aft Port Solar Access"; dir = 4},/obj/machinery/light/small{dir = 8},/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/aft) -"cld" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cle" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/port/aft) -"clf" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/port/aft) -"clg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft) -"clh" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"cli" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/maintenance/port/aft) -"clj" = (/obj/machinery/button/door{id = "atmos"; name = "Atmospherics Lockdown"; pixel_x = -24; pixel_y = 10; req_access_txt = "24"},/obj/machinery/button/door{desc = "A remote control-switch for secure storage."; id = "Secure Storage"; name = "Engineering Secure Storage"; pixel_x = -24; req_access_txt = "11"},/obj/machinery/button/door{desc = "A remote control-switch for the engineering security doors."; id = "Engineering"; name = "Engineering Lockdown"; pixel_x = -24; pixel_y = -10; req_access_txt = "10"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"clk" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cll" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"clm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cln" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable{icon_state = "0-2"},/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "ceprivacy"; name = "privacy shutter"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"clo" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/engineering) -"clp" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"clq" = (/obj/machinery/camera{c_tag = "Engineering Access"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering) -"clr" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/machinery/portable_atmospherics/pump,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cls" = (/obj/machinery/computer/atmos_control/tank/nitrogen_tank{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"clt" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "N2 Outlet Pump"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"clu" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plasteel,/area/engine/atmos) -"clv" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"clw" = (/obj/machinery/computer/atmos_control/tank/oxygen_tank{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"clx" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "O2 Outlet Pump"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/engine/atmos) -"cly" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/cafeteria,/area/engine/atmos) -"clz" = (/obj/machinery/computer/atmos_control/tank/air_tank{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"clA" = (/obj/machinery/camera{c_tag = "Atmospherics South East"; dir = 1},/obj/machinery/atmospherics/components/binary/pump/on{dir = 1; name = "Air Outlet Pump"},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white/corner,/area/engine/atmos) -"clB" = (/obj/machinery/door/airlock/atmos{dir = 4; name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plating,/area/engine/atmos) -"clC" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/engine/atmos) -"clD" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/engine/atmos) -"clE" = (/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/engine/atmos) -"clF" = (/turf/open/floor/plating,/area/engine/atmos) -"clG" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/machinery/light/small,/turf/open/floor/plating,/area/engine/atmos) -"clH" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 6},/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plating,/area/engine/atmos) -"clI" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/obj/machinery/door/airlock/atmos{dir = 4; name = "Atmospherics"; req_access_txt = "24"},/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"clJ" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clK" = (/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to MiniSat"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clL" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clN" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clO" = (/obj/structure/disposalpipe/segment,/obj/structure/cable/yellow{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clP" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/airalarm/all_access{dir = 8; pixel_x = 24},/obj/structure/cable/yellow{icon_state = "0-8"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"clQ" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clR" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clT" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"clU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft) -"clV" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clW" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clX" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clY" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"clZ" = (/obj/structure/reagent_dispensers/watertank,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cma" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmb" = (/obj/structure/rack,/obj/structure/cable{icon_state = "4-8"},/obj/effect/spawner/lootdrop/maintenance,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmc" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmd" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cme" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmf" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmg" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmh" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmi" = (/obj/structure/closet/firecloset,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cmj" = (/obj/machinery/power/tracker,/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/port/aft) -"cmk" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cml" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cmm" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cmn" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cmo" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{dir = 4; name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmp" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmq" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{dir = 4; name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmr" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cms" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmt" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmu" = (/obj/machinery/door/airlock/engineering{dir = 4; name = "Port Quarter Solar Access"; req_access_txt = "10"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cmv" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cmw" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/port/aft) -"cmx" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cmy" = (/obj/structure/disposalpipe/sorting/mail/flip{dir = 8; sortType = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"cmz" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cmA" = (/obj/machinery/shieldgen,/turf/open/floor/plating,/area/engine/engineering) -"cmB" = (/obj/machinery/vending/engineering,/turf/open/floor/plating,/area/engine/engineering) -"cmC" = (/turf/closed/wall,/area/engine/engineering) -"cmD" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/glass/fifty,/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/engine/engineering) -"cmE" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/reagent_dispensers/watertank,/obj/machinery/power/apc/highcap/fifteen_k{dir = 1; name = "Engineering APC"; areastring = "/area/engine/engineering"; pixel_y = 25},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plasteel,/area/engine/engineering) -"cmF" = (/obj/effect/turf_decal/bot{dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/airalarm{pixel_y = 23},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel,/area/engine/engineering) -"cmG" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/reagent_dispensers/fueltank,/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering) -"cmH" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/table,/obj/item/clothing/gloves/color/yellow,/obj/item/clothing/gloves/color/yellow,/obj/item/clothing/gloves/color/yellow,/obj/item/clothing/gloves/color/yellow,/obj/structure/cable{icon_state = "2-8"},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel,/area/engine/engineering) -"cmI" = (/obj/machinery/computer/station_alert,/obj/item/radio/intercom{broadcasting = 0; name = "Station Intercom (General)"; pixel_y = 20},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cmJ" = (/obj/machinery/modular_computer/console/preset/engineering,/obj/structure/cable{icon_state = "0-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cmK" = (/obj/machinery/computer/atmos_alert,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cmL" = (/obj/machinery/computer/apc_control{dir = 4},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cmM" = (/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cmN" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high/plus,/obj/item/twohanded/rcl/pre_loaded,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cmO" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/paper/monitorkey,/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cmP" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cmQ" = (/obj/structure/cable,/obj/effect/spawner/structure/window/reinforced,/obj/machinery/door/poddoor/preopen{id = "ceprivacy"; name = "privacy shutter"},/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"cmR" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/closet/firecloset,/turf/open/floor/plasteel,/area/engine/engineering) -"cmS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cmT" = (/obj/machinery/light{dir = 4},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering) -"cmU" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cmV" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"cmW" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating,/area/engine/atmos) -"cmX" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/atmos) -"cmY" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/atmos) -"cmZ" = (/obj/structure/window/reinforced{dir = 1},/turf/open/space/basic,/area/space) -"cna" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/space,/area/space/nearstation) -"cnb" = (/obj/machinery/door/window/northright{req_access_txt = "24"},/obj/machinery/door/window/southleft{req_access_txt = "24"},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/plating,/area/engine/atmos) -"cnc" = (/obj/structure/lattice,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/space,/area/space/nearstation) -"cnd" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/window/reinforced{dir = 1},/turf/open/space,/area/space/nearstation) -"cne" = (/obj/machinery/atmospherics/components/unary/tank/toxins{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cnf" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "plasma tank pump"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cng" = (/obj/machinery/atmospherics/pipe/manifold4w/general{level = 2},/obj/machinery/meter,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cnh" = (/obj/effect/landmark/blobstart,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Mix to Incinerator"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cni" = (/obj/item/cigbutt,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cnj" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cnk" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{name = "output gas connector port"},/obj/machinery/portable_atmospherics/canister,/obj/structure/sign/warning/nosmoking{pixel_x = 28},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cnl" = (/obj/structure/table,/obj/item/cartridge/medical,/turf/open/floor/plating,/area/maintenance/aft) -"cnm" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/firecloset/full,/turf/open/floor/plating,/area/maintenance/aft) -"cnn" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/item/latexballon,/turf/open/floor/plating,/area/maintenance/aft) -"cno" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/landmark/event_spawn,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnr" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cns" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnt" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnu" = (/obj/structure/rack,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnv" = (/obj/effect/spawner/structure/window/reinforced/tinted,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnw" = (/obj/effect/spawner/structure/window/reinforced/tinted,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnx" = (/obj/machinery/power/apc{dir = 8; name = "Starboard Quarter Maintenance APC"; areastring = "/area/maintenance/starboard/aft"; pixel_x = -25},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/camera{c_tag = "Aft Starboard Solar Access"; dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cny" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnz" = (/obj/structure/closet/emcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cnA" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"cnB" = (/obj/machinery/power/solar_control{dir = 4; id = "portsolar"; name = "Port Quarter Solar Control"; track = 0},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cnC" = (/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cnD" = (/obj/machinery/power/apc{dir = 4; name = "Port Quarter Solar APC"; areastring = "/area/maintenance/solars/port/aft"; pixel_x = 23; pixel_y = 2},/obj/machinery/camera{c_tag = "Aft Port Solar Control"; dir = 1},/obj/structure/cable,/turf/open/floor/plating,/area/maintenance/solars/port/aft) -"cnE" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/port/aft) -"cnF" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"cnG" = (/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cnH" = (/obj/structure/closet/crate,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/rods/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/item/stock_parts/cell/high/plus,/obj/item/stack/sheet/mineral/plasma{amount = 30},/turf/open/floor/plating,/area/engine/engineering) -"cnI" = (/turf/open/floor/plating,/area/engine/engineering) -"cnJ" = (/obj/machinery/door/poddoor{id = "Secure Storage"; name = "secure storage"},/turf/open/floor/plating,/area/engine/engineering) -"cnK" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel{name = "floor"},/area/engine/engineering) -"cnL" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/engineering) -"cnM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering) -"cnN" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engineering) -"cnO" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cnP" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"cnQ" = (/obj/effect/turf_decal/delivery,/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/nosmoking{pixel_y = 32},/obj/machinery/camera{c_tag = "Engineering Power Storage"},/turf/open/floor/plasteel,/area/engine/engineering) -"cnR" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 9},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cnS" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/start/station_engineer,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cnT" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/computer/security/telescreen/engine{dir = 8; pixel_x = 30},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cnU" = (/obj/machinery/computer/card/minor/ce{dir = 4},/obj/machinery/requests_console{announcementConsole = 1; department = "Chief Engineer's Desk"; departmentType = 3; name = "Chief Engineer RC"; pixel_x = -32},/obj/machinery/camera{c_tag = "Chief Engineer's Office"; dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cnV" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/landmark/start/chief_engineer,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cnW" = (/obj/structure/table/reinforced,/obj/item/folder/yellow,/obj/item/stamp/ce,/obj/structure/disposalpipe/segment,/obj/effect/landmark/event_spawn,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cnX" = (/obj/machinery/light{dir = 4},/obj/item/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 27},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"cnY" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/delivery,/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cnZ" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering) -"coa" = (/obj/machinery/door/poddoor/preopen{id = "Engineering"; name = "engineering security door"},/obj/effect/turf_decal/delivery,/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cob" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/space,/area/space/nearstation) -"coc" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space/nearstation) -"cod" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{dir = 1},/obj/structure/lattice/catwalk,/turf/open/space,/area/engine/atmos) -"coe" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/space,/area/space/nearstation) -"cof" = (/obj/structure/sign/warning/nosmoking{pixel_x = -28},/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4; name = "input gas connector port"},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cog" = (/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "input port pump"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"coh" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"coi" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"coj" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cok" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Incinerator to Output"},/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"col" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/closed/wall,/area/maintenance/disposal/incinerator) -"com" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/closed/wall,/area/maintenance/aft) -"con" = (/obj/structure/disposalpipe/segment{dir = 10},/turf/closed/wall,/area/maintenance/aft) -"coo" = (/obj/structure/disposalpipe/segment,/obj/item/shard,/turf/open/floor/plating,/area/maintenance/aft) -"cop" = (/obj/structure/disposalpipe/segment,/obj/item/cigbutt/roach,/turf/open/floor/plating,/area/maintenance/aft) -"coq" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall,/area/maintenance/starboard/aft) -"cor" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cos" = (/obj/structure/chair,/obj/item/storage/fancy/cigarettes,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cot" = (/obj/structure/chair,/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cou" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/maintenance/starboard/aft) -"cov" = (/obj/structure/closet,/obj/structure/disposalpipe/segment{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cow" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cox" = (/obj/structure/grille,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"coy" = (/obj/structure/rack,/obj/effect/decal/cleanable/cobweb/cobweb2,/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"coz" = (/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/aft) -"coA" = (/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) -"coB" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/maintenance/solars/starboard/aft) -"coC" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"coD" = (/obj/structure/closet/crate,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft) -"coE" = (/turf/closed/wall/r_wall,/area/engine/engine_smes) -"coF" = (/obj/effect/spawner/lootdrop/maintenance,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"coG" = (/obj/machinery/portable_atmospherics/canister/toxins,/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "Engineering Secure Storage"; dir = 4},/turf/open/floor/plating,/area/engine/engineering) -"coH" = (/obj/effect/landmark/blobstart,/turf/open/floor/plating,/area/engine/engineering) -"coI" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"coJ" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"coK" = (/obj/effect/landmark/start/station_engineer,/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/effect/turf_decal/stripes/corner,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"coL" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering) -"coM" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"coN" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering) -"coO" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"coP" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"coQ" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"coR" = (/obj/machinery/computer/station_alert{dir = 4},/obj/machinery/computer/security/telescreen/ce{dir = 4; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"coS" = (/obj/machinery/keycard_auth{pixel_y = -28},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"coT" = (/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 4},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"coU" = (/obj/structure/table/reinforced,/obj/item/cartridge/engineering{pixel_x = 4; pixel_y = 5},/obj/item/cartridge/engineering{pixel_x = -3; pixel_y = 2},/obj/item/cartridge/engineering{pixel_x = 3},/obj/item/cartridge/atmos,/obj/structure/disposalpipe/segment{dir = 9},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"coV" = (/obj/machinery/light_switch{pixel_x = 27},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/crew_quarters/heads/chief) -"coW" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering) -"coX" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/engineering{name = "Engine Room"; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"coY" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/engine/atmos) -"coZ" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank In"},/turf/closed/wall/r_wall,/area/engine/atmos) -"cpa" = (/obj/machinery/atmospherics/pipe/simple,/obj/structure/grille,/obj/machinery/meter{name = "Mixed Air Tank Out"},/turf/closed/wall/r_wall,/area/engine/atmos) -"cpb" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"cpc" = (/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpd" = (/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpe" = (/obj/machinery/atmospherics/components/binary/valve{name = "Mix to Space"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpf" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpg" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cph" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpi" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpj" = (/obj/machinery/portable_atmospherics/canister,/obj/effect/decal/cleanable/cobweb,/turf/open/floor/plating,/area/maintenance/aft) -"cpk" = (/obj/machinery/door/airlock/maintenance/abandoned{name = "Biohazard Disposals"; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"cpl" = (/obj/structure/disposalpipe/segment,/turf/closed/wall,/area/maintenance/starboard/aft) -"cpm" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cpn" = (/obj/structure/reagent_dispensers/fueltank,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cpo" = (/obj/machinery/power/apc{dir = 8; name = "Starboard Quarter Solar APC"; areastring = "/area/maintenance/solars/starboard/aft"; pixel_x = -26; pixel_y = 3},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cpp" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cpq" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/smes,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cpr" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/maintenance/port/aft) -"cps" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cpt" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cpu" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cpv" = (/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cpw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"cpx" = (/obj/machinery/field/generator,/turf/open/floor/plating,/area/engine/engineering) -"cpy" = (/obj/machinery/power/emitter,/turf/open/floor/plating,/area/engine/engineering) -"cpz" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/table,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/obj/item/storage/box/lights/mixed,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"cpA" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/closet/crate/solarpanel_small,/turf/open/floor/plasteel,/area/engine/engineering) -"cpB" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cpC" = (/obj/effect/turf_decal/bot{dir = 1},/obj/machinery/portable_atmospherics/pump,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"cpD" = (/obj/effect/turf_decal/bot{dir = 1},/obj/structure/table,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/obj/item/electronics/apc,/obj/item/electronics/apc,/obj/item/stock_parts/cell/high/plus,/obj/item/stock_parts/cell/high/plus,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/obj/item/twohanded/rcl/pre_loaded,/obj/item/twohanded/rcl/pre_loaded,/turf/open/floor/plasteel,/area/engine/engineering) -"cpE" = (/obj/machinery/suit_storage_unit/engine,/obj/effect/turf_decal/bot{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cpF" = (/obj/structure/tank_dispenser,/obj/effect/turf_decal/bot{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cpG" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/crew_quarters/heads/chief) -"cpH" = (/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/crew_quarters/heads/chief) -"cpI" = (/obj/machinery/door/airlock/command/glass{name = "Chief Engineer"; req_access_txt = "56"},/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/crew_quarters/heads/chief) -"cpJ" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cpK" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cpL" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cpM" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) -"cpN" = (/obj/machinery/air_sensor/atmos/nitrogen_tank,/turf/open/floor/engine/n2,/area/engine/atmos) -"cpO" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{dir = 1},/turf/open/floor/engine/n2,/area/engine/atmos) -"cpP" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) -"cpQ" = (/obj/machinery/air_sensor/atmos/oxygen_tank,/turf/open/floor/engine/o2,/area/engine/atmos) -"cpR" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{dir = 1},/turf/open/floor/engine/o2,/area/engine/atmos) -"cpS" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) -"cpT" = (/obj/machinery/air_sensor/atmos/air_tank,/turf/open/floor/engine/air,/area/engine/atmos) -"cpU" = (/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{dir = 1},/turf/open/floor/engine/air,/area/engine/atmos) -"cpV" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/structure/table,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen,/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"cpW" = (/obj/machinery/light/small,/obj/structure/extinguisher_cabinet{pixel_y = -31},/obj/machinery/computer/turbine_computer{dir = 1; id = "incineratorturbine"},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpX" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/meter,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/computer/security/telescreen/turbine{dir = 1; pixel_y = -30},/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cpZ" = (/obj/machinery/button/door/incinerator_vent_atmos_aux{pixel_x = 6; pixel_y = -24},/obj/machinery/button/door/incinerator_vent_atmos_main{pixel_x = -6; pixel_y = -24},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cqa" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "Incinerator to Space"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cqb" = (/obj/machinery/button/ignition{id = "Incinerator"; pixel_x = -6; pixel_y = -24},/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/maintenance/disposal/incinerator) -"cqc" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cqd" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/general/hidden{dir = 1},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"cqe" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/components/binary/pump{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cqf" = (/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/machinery/meter,/turf/open/floor/plating,/area/maintenance/aft) -"cqg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"cqh" = (/obj/structure/disposalpipe/segment,/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/maintenance/aft) -"cqi" = (/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/aft) -"cqj" = (/obj/structure/rack,/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cqk" = (/obj/structure/rack,/obj/effect/spawner/lootdrop/maintenance{lootcount = 3; name = "3maintenance loot spawner"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cql" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"cqm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cqn" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cqo" = (/obj/structure/chair/stool,/obj/machinery/camera{c_tag = "Aft Starboard Solar Control"; dir = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cqp" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cqq" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cqr" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{dir = 4; name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cqs" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plating,/area/maintenance/port/aft) -"cqt" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{dir = 4; name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cqu" = (/obj/structure/closet,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/port/aft) -"cqv" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cqw" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/smes/engineering,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cqx" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cqy" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/smes/engineering,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cqz" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cqA" = (/obj/effect/spawner/structure/window,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering) -"cqB" = (/obj/effect/spawner/structure/window,/turf/open/floor/plating,/area/engine/engineering) -"cqC" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Power Storage"; req_access_txt = "11"},/turf/open/floor/plasteel,/area/engine/engineering) -"cqD" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering) -"cqE" = (/obj/effect/spawner/structure/window,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering) -"cqF" = (/obj/structure/table,/obj/item/crowbar/large,/obj/item/storage/box/lights/mixed,/obj/item/clothing/glasses/meson,/obj/item/clothing/glasses/meson,/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/structure/medkit_cabinet{pixel_y = 27},/turf/open/floor/plasteel,/area/engine/engineering) -"cqG" = (/obj/structure/rack,/obj/item/storage/belt/utility,/obj/item/wrench,/obj/item/weldingtool,/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cqH" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cqI" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cqJ" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"cqK" = (/obj/machinery/light{dir = 1; pixel_y = 16},/obj/structure/table,/obj/item/book/manual/wiki/engineering_hacking{pixel_x = 3; pixel_y = 3},/obj/item/book/manual/wiki/engineering_construction,/obj/item/clothing/glasses/meson,/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cqL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cqM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"cqN" = (/turf/open/floor/engine/n2,/area/engine/atmos) -"cqO" = (/obj/machinery/portable_atmospherics/canister/nitrogen,/turf/open/floor/engine/n2,/area/engine/atmos) -"cqP" = (/turf/open/floor/engine/o2,/area/engine/atmos) -"cqQ" = (/obj/machinery/portable_atmospherics/canister/oxygen,/turf/open/floor/engine/o2,/area/engine/atmos) -"cqR" = (/obj/effect/landmark/xeno_spawn,/turf/open/floor/engine/air,/area/engine/atmos) -"cqS" = (/obj/machinery/portable_atmospherics/canister/air,/obj/effect/landmark/event_spawn,/turf/open/floor/engine/air,/area/engine/atmos) -"cqT" = (/turf/open/floor/engine/air,/area/engine/atmos) -"cqU" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/disposal/incinerator) -"cqV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cqW" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cqX" = (/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{pixel_x = 38; pixel_y = 6},/turf/open/floor/engine,/area/maintenance/disposal/incinerator) -"cqY" = (/obj/machinery/atmospherics/pipe/simple/general/visible,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cqZ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cra" = (/obj/machinery/atmospherics/pipe/simple/general/hidden{dir = 9},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"crb" = (/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/maintenance/aft) -"crc" = (/obj/structure/disposalpipe/junction/yjunction{dir = 2},/turf/open/floor/plating,/area/maintenance/aft) -"crd" = (/obj/structure/disposalpipe/segment,/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"cre" = (/obj/structure/chair/stool{pixel_y = 8},/turf/open/floor/plating,/area/maintenance/aft) -"crf" = (/obj/effect/landmark/xeno_spawn,/obj/structure/disposalpipe/segment,/turf/open/floor/plating{icon_state = "platingdmg3"},/area/maintenance/starboard/aft) -"crg" = (/obj/structure/closet/toolcloset,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"crh" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cri" = (/obj/machinery/door/airlock/maintenance{dir = 4; req_access_txt = "12"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"crj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"crk" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/turf/closed/wall,/area/maintenance/starboard/aft) -"crl" = (/obj/machinery/power/solar_control{dir = 1; id = "starboardsolar"; name = "Starboard Quarter Solar Control"; track = 0},/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"crm" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"crn" = (/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cro" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"crp" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/yellow{icon_state = "0-4"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"crq" = (/obj/structure/cable/yellow{icon_state = "2-4"},/obj/structure/cable/yellow{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"crr" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable/yellow{icon_state = "0-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"crs" = (/obj/machinery/navbeacon{codes_txt = "delivery;dir=2"; freq = 1400; location = "Engineering"},/obj/structure/plasticflaps/opaque,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/engineering) -"crt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering) -"cru" = (/obj/structure/sign/warning/radiation/rad_area{pixel_x = -32},/obj/structure/disposalpipe/segment,/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"crv" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/structure/cable{icon_state = "2-4"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"crw" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crx" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"cry" = (/obj/structure/cable{icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crz" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/requests_console{announcementConsole = 0; department = "Engineering"; departmentType = 4; name = "Engineering RC"; pixel_y = 30},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crA" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crB" = (/obj/structure/sign/warning/nosmoking{pixel_y = 32},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crC" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"crD" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel,/area/engine/engineering) -"crE" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plasteel,/area/engine/engineering) -"crF" = (/turf/open/floor/plasteel,/area/engine/engineering) -"crG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"crH" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"crI" = (/obj/machinery/light/small,/turf/open/floor/engine/n2,/area/engine/atmos) -"crJ" = (/obj/machinery/light/small,/turf/open/floor/engine/o2,/area/engine/atmos) -"crK" = (/obj/machinery/light/small,/turf/open/floor/engine/air,/area/engine/atmos) -"crL" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 5},/turf/open/space,/area/space/nearstation) -"crM" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/turf/open/space,/area/space/nearstation) -"crN" = (/obj/structure/lattice,/obj/machinery/atmospherics/components/binary/pump/on{dir = 2; name = "Incinerator Output Pump"},/turf/open/space,/area/maintenance/disposal/incinerator) -"crO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"crP" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 2},/obj/machinery/light/small{dir = 8},/obj/structure/sign/warning/fire{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/airlock_sensor/incinerator_atmos{pixel_x = 8; pixel_y = 24},/turf/open/floor/engine,/area/maintenance/disposal/incinerator) -"crQ" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{dir = 8},/turf/open/floor/engine,/area/maintenance/disposal/incinerator) -"crR" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 1},/obj/structure/sign/warning/fire{pixel_x = 32},/obj/machinery/light/small{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/engine,/area/maintenance/disposal/incinerator) -"crS" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"crT" = (/obj/machinery/light/small,/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"crU" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/aft) -"crV" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/aft) -"crW" = (/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/aft) -"crX" = (/obj/machinery/light/small,/obj/structure/table,/obj/structure/disposalpipe/segment{dir = 9},/obj/effect/spawner/lootdrop/maintenance,/obj/item/clipboard,/turf/open/floor/plating,/area/maintenance/aft) -"crY" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/aft) -"crZ" = (/obj/structure/disposalpipe/segment,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"csa" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"csb" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"csc" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/port/aft) -"csd" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"cse" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csf" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/camera{c_tag = "SMES Room"; dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csg" = (/obj/machinery/door/window/southleft{base_state = "left"; dir = 2; icon_state = "left"; name = "Engineering Delivery"; req_access_txt = "10"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engineering) -"csh" = (/obj/structure/disposalpipe/segment,/obj/machinery/door/airlock/maintenance{name = "Engineering Maintenance"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/maintenance/port/aft) -"csi" = (/obj/machinery/camera{c_tag = "Engineering West"; dir = 4},/obj/structure/cable{icon_state = "1-2"},/obj/effect/landmark/start/station_engineer,/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"csj" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/turf/open/floor/plasteel,/area/engine/engineering) -"csk" = (/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel,/area/engine/engineering) -"csl" = (/obj/machinery/holopad,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/engine/engineering) -"csm" = (/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering) -"csn" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cso" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/maintenance/disposal/incinerator) -"csp" = (/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"csq" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 2},/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"csr" = (/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/engine,/area/maintenance/disposal/incinerator) -"css" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/closed/wall,/area/maintenance/aft) -"cst" = (/obj/machinery/atmospherics/components/binary/pump/on{dir = 2; name = "Waste Out"},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"csu" = (/obj/structure/disposalpipe/junction/flip{dir = 4},/turf/open/floor/plating,/area/maintenance/aft) -"csv" = (/obj/structure/closet/emcloset,/obj/structure/disposalpipe/segment{dir = 9},/turf/open/floor/plating,/area/maintenance/aft) -"csw" = (/obj/structure/disposalpipe/segment,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"csx" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"csy" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csz" = (/obj/structure/window/reinforced,/obj/structure/cable/yellow{icon_state = "0-4"},/obj/machinery/power/terminal{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csA" = (/obj/machinery/door/window{name = "SMES Chamber"; req_access_txt = "32"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/structure/cable/yellow{icon_state = "1-8"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csB" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/window/reinforced,/obj/structure/cable/yellow{icon_state = "0-8"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csC" = (/obj/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/engine/engine_smes) -"csD" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engine_smes) -"csE" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes) -"csF" = (/obj/machinery/door/firedoor,/obj/structure/cable{icon_state = "4-8"},/obj/machinery/camera{c_tag = "SMES Access"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/engine_smes) -"csG" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/electricshock{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel,/area/engine/engineering) -"csH" = (/obj/machinery/light/small{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel,/area/engine/engineering) -"csI" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csJ" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csK" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/sign/warning/nosmoking{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csL" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csM" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/airalarm{pixel_y = 23},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csO" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"csP" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"csQ" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 1},/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"csR" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering) -"csS" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 9},/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"csT" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"csU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering) -"csV" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"csW" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering) -"csX" = (/obj/machinery/camera{c_tag = "Engineering East"; dir = 8},/obj/machinery/vending/wardrobe/engi_wardrobe,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"csY" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{dir = 1},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"csZ" = (/obj/machinery/igniter{id = "Incinerator"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/air_sensor{pixel_x = -32; pixel_y = -32},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cta" = (/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{dir = 1},/obj/structure/sign/warning/vacuum/external{pixel_y = -32},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"ctb" = (/obj/machinery/door/poddoor/incinerator_atmos_aux,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"ctc" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/maintenance/aft) -"ctd" = (/obj/structure/disposalpipe/segment{dir = 5},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cte" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ctf" = (/obj/structure/table,/obj/item/weldingtool,/obj/structure/disposalpipe/segment{dir = 10},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ctg" = (/obj/machinery/space_heater,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cth" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Solar Maintenance"; req_access_txt = "10; 13"},/turf/open/floor/plating,/area/maintenance/solars/starboard/aft) -"cti" = (/obj/machinery/power/port_gen/pacman,/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctj" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctk" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctl" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctn" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/engineering{dir = 4; name = "SMES Room"; req_access_txt = "32"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engine_smes) -"cto" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctp" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctq" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/engineering{dir = 4; name = "SMES Room"; req_access_txt = "32"},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctr" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cts" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"ctt" = (/obj/structure/disposalpipe/segment,/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"ctu" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"ctv" = (/obj/machinery/door/firedoor,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"ctw" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel,/area/engine/engineering) -"ctx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"cty" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"ctz" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/engine/engineering) -"ctA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/yellow{icon_state = "2-8"},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctB" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/obj/structure/cable/yellow{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctC" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical,/obj/item/flashlight,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/item/pipe_dispenser,/turf/open/floor/engine,/area/engine/engineering) -"ctD" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/tank/internals/emergency_oxygen/engi{pixel_x = 5},/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/meson/engine,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctE" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctF" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/glasses/meson,/obj/item/geiger_counter,/obj/item/geiger_counter,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctG" = (/obj/structure/cable/yellow{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/table/reinforced,/obj/item/clothing/suit/radiation,/obj/item/clothing/head/radiation,/obj/item/clothing/glasses/meson,/obj/item/clothing/glasses/meson,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctH" = (/obj/structure/cable/yellow{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"ctI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/engine,/area/engine/engineering) -"ctJ" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"ctK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"ctL" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"ctM" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"ctN" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/vending/tool,/turf/open/floor/plasteel,/area/engine/engineering) -"ctO" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/vending/engivend,/turf/open/floor/plasteel,/area/engine/engineering) -"ctP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/obj/structure/closet/secure_closet/engineering_electrical,/turf/open/floor/plasteel,/area/engine/engineering) -"ctQ" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/obj/structure/closet/secure_closet/engineering_welding,/turf/open/floor/plasteel,/area/engine/engineering) -"ctR" = (/obj/structure/closet/emcloset,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating,/area/engine/engineering) -"ctS" = (/obj/machinery/power/compressor{comp_id = "incineratorturbine"; dir = 1; luminosity = 2},/obj/structure/cable/yellow,/obj/structure/cable/yellow{icon_state = "0-2"},/obj/machinery/camera{c_tag = "Turbine Chamber"; dir = 4; network = list("turbine")},/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"ctT" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/space,/area/maintenance/aft) -"ctU" = (/obj/machinery/door/airlock/maintenance/abandoned{req_access_txt = "12"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"ctV" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"ctW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctX" = (/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctY" = (/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plasteel,/area/engine/engine_smes) -"ctZ" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/engine_smes) -"cua" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/engine_smes) -"cub" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/engine/engine_smes) -"cuc" = (/obj/machinery/door/firedoor,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/engine_smes) -"cud" = (/obj/structure/sign/warning/electricshock{pixel_x = -32},/obj/machinery/computer/rdconsole/production{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cue" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cuf" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/engine/engineering) -"cug" = (/obj/structure/table,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/glass/fifty,/turf/open/floor/plasteel,/area/engine/engineering) -"cuh" = (/obj/structure/table,/obj/item/clothing/gloves/color/yellow,/obj/item/storage/toolbox/electrical{pixel_y = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"cui" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel,/area/engine/engineering) -"cuj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{dir = 4; name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering) -"cuk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/engine,/area/engine/engineering) -"cul" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cum" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cun" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cuo" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cup" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cuq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cur" = (/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/engineering) -"cus" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cut" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/engine,/area/engine/engineering) -"cuu" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{dir = 4; name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/engine,/area/engine/engineering) -"cuv" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cuw" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering) -"cux" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cuy" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "Escape Pod Four"},/turf/open/floor/plating,/area/engine/engineering) -"cuz" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "Escape Pod Four"; shuttledocked = 1},/turf/open/floor/plating,/area/engine/engineering) -"cuA" = (/obj/docking_port/stationary/random{dir = 4; id = "pod_lavaland4"; name = "lavaland"},/turf/open/space,/area/space/nearstation) -"cuB" = (/obj/machinery/power/turbine{luminosity = 2},/obj/structure/cable/yellow,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cuC" = (/obj/item/wrench,/obj/structure/lattice/catwalk,/turf/open/space,/area/space/nearstation) -"cuD" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/maintenance/aft) -"cuE" = (/obj/effect/decal/cleanable/dirt,/obj/structure/table_frame,/obj/item/wirerod,/obj/effect/spawner/lootdrop/maintenance,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cuF" = (/obj/effect/decal/cleanable/dirt,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cuG" = (/obj/structure/disposaloutlet,/obj/structure/disposalpipe/trunk{dir = 1},/turf/open/floor/plating/airless,/area/space/nearstation) -"cuH" = (/obj/machinery/door/airlock/abandoned{name = "Observatory Access"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cuI" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 2; name = "SMES room APC"; areastring = "/area/engine/engine_smes"; pixel_y = -24},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/engine/engine_smes) -"cuJ" = (/obj/structure/chair/office/light{dir = 4},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/engine/engine_smes) -"cuK" = (/obj/structure/table,/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -35},/obj/item/stock_parts/cell/high/plus,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/engine_smes) -"cuL" = (/obj/machinery/camera{c_tag = "Engineering Storage"; dir = 4},/obj/machinery/rnd/production/protolathe/department/engineering,/turf/open/floor/plasteel,/area/engine/engineering) -"cuM" = (/obj/structure/table,/obj/item/stack/rods/fifty,/turf/open/floor/plasteel,/area/engine/engineering) -"cuN" = (/obj/structure/table,/obj/item/storage/toolbox/mechanical{pixel_y = 5},/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/obj/item/flashlight{pixel_x = 1; pixel_y = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"cuO" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cuP" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering) -"cuQ" = (/obj/effect/turf_decal/stripes/corner,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 6},/turf/open/floor/engine,/area/engine/engineering) -"cuR" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cuS" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cuT" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/green/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cuU" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/machinery/camera{c_tag = "Engineering Supermatter Fore"; dir = 1; network = list("ss13","engine"); pixel_x = 23},/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cuV" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Gas to Filter"},/turf/open/floor/engine,/area/engine/engineering) -"cuW" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/button/door{id = "engsm"; name = "Radiation Shutters Control"; pixel_y = -24; req_access_txt = "10"},/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cuX" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light,/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cuY" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cuZ" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cva" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Atmos to Loop"},/turf/open/floor/engine,/area/engine/engineering) -"cvb" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cvc" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plating,/area/engine/engineering) -"cvd" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cve" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel,/area/engine/engineering) -"cvf" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 10},/turf/open/floor/plasteel,/area/engine/engineering) -"cvg" = (/obj/structure/sign/warning/pods{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/engine/engineering) -"cvh" = (/obj/machinery/camera{c_tag = "Engineering Escape Pod"; dir = 4},/turf/open/floor/plating,/area/engine/engineering) -"cvi" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 1},/turf/open/floor/plating/airless,/area/maintenance/disposal/incinerator) -"cvj" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/maintenance/disposal/incinerator) -"cvk" = (/obj/machinery/door/poddoor/incinerator_atmos_main,/turf/open/floor/engine/vacuum,/area/maintenance/disposal/incinerator) -"cvl" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cvm" = (/obj/effect/decal/cleanable/cobweb/cobweb2,/turf/open/floor/plating,/area/maintenance/port/aft) -"cvn" = (/obj/machinery/light{dir = 8},/obj/machinery/rnd/production/circuit_imprinter,/turf/open/floor/plasteel,/area/engine/engineering) -"cvo" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/disposalpipe/segment{dir = 5},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel,/area/engine/engineering) -"cvp" = (/obj/structure/disposalpipe/segment{dir = 4},/obj/effect/landmark/start/station_engineer,/turf/open/floor/plasteel,/area/engine/engineering) -"cvq" = (/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cvr" = (/obj/machinery/light{dir = 4},/obj/machinery/disposal/bin,/obj/structure/disposalpipe/trunk{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cvs" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access_txt = "10;13"},/turf/open/floor/plating,/area/engine/engineering) -"cvt" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/engine,/area/engine/engineering) -"cvu" = (/obj/item/wrench,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cvv" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{dir = 4},/obj/machinery/meter,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cvw" = (/obj/structure/sign/warning/radiation,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cvx" = (/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cvy" = (/obj/effect/decal/cleanable/dirt,/obj/machinery/door/airlock/engineering/glass/critical{heat_proof = 1; name = "Supermatter Chamber"; req_access_txt = "10"},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/engine,/area/engine/supermatter) -"cvz" = (/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cvA" = (/turf/closed/wall/r_wall,/area/engine/supermatter) -"cvB" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "External Gas to Loop"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cvC" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "External Gas to Loop"},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cvD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/engine,/area/engine/engineering) -"cvE" = (/obj/structure/rack,/obj/item/clothing/mask/gas{pixel_x = 3; pixel_y = 3},/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas{pixel_x = -3; pixel_y = -3},/turf/open/floor/plasteel,/area/engine/engineering) -"cvF" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"cvG" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cvH" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cvI" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering) -"cvJ" = (/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/closed/wall,/area/engine/engineering) -"cvK" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/space,/area/space/nearstation) -"cvL" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 9},/turf/open/space,/area/space/nearstation) -"cvM" = (/obj/machinery/door/airlock/external{name = "External Access"; req_access_txt = "13"},/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cvN" = (/obj/effect/decal/cleanable/dirt,/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/maintenance/starboard/aft) -"cvO" = (/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cvP" = (/obj/structure/table,/obj/effect/spawner/lootdrop/maintenance{lootcount = 2; name = "2maintenance loot spawner"},/turf/open/floor/plating,/area/maintenance/port/aft) -"cvQ" = (/obj/structure/chair,/turf/open/floor/plating,/area/maintenance/port/aft) -"cvR" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/maintenance/port/aft) -"cvS" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/stack/cable_coil,/obj/item/electronics/airlock,/obj/item/electronics/airlock,/turf/open/floor/plasteel,/area/engine/engineering) -"cvT" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/plasteel{amount = 10},/turf/open/floor/plasteel,/area/engine/engineering) -"cvU" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/closet/radiation,/turf/open/floor/plasteel,/area/engine/engineering) -"cvV" = (/obj/structure/table,/obj/item/folder/yellow,/obj/item/clothing/ears/earmuffs{pixel_x = -3; pixel_y = -2},/turf/open/floor/plasteel,/area/engine/engineering) -"cvW" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plasteel,/area/engine/engineering) -"cvX" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plasteel,/area/engine/engineering) -"cvY" = (/obj/machinery/light/small{dir = 8},/obj/structure/closet/emcloset/anchored,/turf/open/floor/plating,/area/engine/engineering) -"cvZ" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/turf/open/floor/plating,/area/engine/engineering) -"cwa" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/effect/turf_decal/bot,/obj/machinery/portable_atmospherics/canister,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cwb" = (/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Gas to Filter"},/obj/machinery/airalarm/engine{dir = 4; pixel_x = -23},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/engine,/area/engine/supermatter) -"cwc" = (/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/turf/open/floor/engine,/area/engine/supermatter) -"cwd" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Gas to Chamber"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/engine,/area/engine/supermatter) -"cwe" = (/obj/structure/sign/warning/fire,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwf" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cwg" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cwh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Supermatter Engine Room"; req_access_txt = "10"},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cwi" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"cwj" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering) -"cwk" = (/obj/machinery/camera{c_tag = "Engineering MiniSat Access"; dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cwl" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cwm" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/engine/engineering) -"cwn" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"cwo" = (/obj/structure/cable{icon_state = "0-2"},/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) -"cwp" = (/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwq" = (/obj/structure/table,/obj/item/taperecorder,/turf/open/floor/plating,/area/maintenance/port/aft) -"cwr" = (/obj/structure/table,/obj/item/storage/box/matches,/obj/item/storage/fancy/cigarettes,/turf/open/floor/plating,/area/maintenance/port/aft) -"cws" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating/airless,/area/engine/engineering) -"cwt" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/engine/engineering) -"cwu" = (/obj/structure/cable{icon_state = "0-4"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"cwv" = (/obj/structure/cable,/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/engine/engineering) -"cww" = (/obj/structure/cable{icon_state = "0-8"},/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/engine/engineering) -"cwx" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access_txt = "10;13"},/turf/open/floor/plating,/area/engine/engineering) -"cwy" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/camera{c_tag = "Engineering Supermatter Port"; dir = 4; network = list("ss13","engine")},/turf/open/floor/engine,/area/engine/engineering) -"cwz" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/engine,/area/engine/engineering) -"cwA" = (/obj/machinery/status_display/ai,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwB" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 6},/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwC" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwD" = (/obj/machinery/door/airlock/engineering/glass/critical{heat_proof = 1; name = "Supermatter Chamber"; req_access_txt = "10"},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/engine,/area/engine/supermatter) -"cwE" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwF" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 10},/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwG" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cwH" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/engine,/area/engine/engineering) -"cwI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/camera{c_tag = "Engineering Supermatter Starboard"; dir = 8; network = list("ss13","engine")},/turf/open/floor/engine,/area/engine/engineering) -"cwJ" = (/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cwK" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel,/area/engine/engineering) -"cwL" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cwM" = (/obj/machinery/door/airlock/command{dir = 4; name = "MiniSat Access"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel,/area/engine/engineering) -"cwN" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel,/area/engine/engineering) -"cwO" = (/obj/structure/transit_tube_pod,/obj/structure/transit_tube/station/reverse/flipped{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/engine/engineering) -"cwP" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwQ" = (/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwR" = (/obj/structure/cable{icon_state = "0-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwS" = (/obj/structure/cable{icon_state = "0-4"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwT" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwU" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"cwV" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"cwW" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space/nearstation) -"cwX" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"cwY" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space/nearstation) -"cwZ" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/turf/closed/wall/r_wall,/area/engine/engineering) -"cxa" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cxb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump/on{dir = 8; name = "Gas to Cooling Loop"},/turf/open/floor/engine,/area/engine/engineering) -"cxc" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/green/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cxd" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter) -"cxe" = (/obj/machinery/camera{c_tag = "Supermatter Chamber"; dir = 2; network = list("engine"); pixel_x = 23},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter) -"cxf" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/obj/machinery/power/rad_collector/anchored,/obj/structure/cable/yellow{icon_state = "0-8"},/obj/structure/window/plasma/reinforced{dir = 4},/turf/open/floor/engine,/area/engine/supermatter) -"cxg" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 9},/turf/open/floor/engine,/area/engine/supermatter) -"cxh" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 1},/turf/open/floor/engine,/area/engine/supermatter) -"cxi" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{dir = 5; icon_state = "trim"; name = "trim"},/turf/open/floor/engine,/area/engine/supermatter) -"cxj" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 4},/obj/machinery/power/rad_collector/anchored,/obj/structure/cable/yellow{icon_state = "0-4"},/obj/structure/window/plasma/reinforced{dir = 8},/turf/open/floor/engine,/area/engine/supermatter) -"cxk" = (/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/engine,/area/engine/supermatter) -"cxl" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter) -"cxm" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "1-8"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cxn" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 8; name = "Mix to Gas"},/turf/open/floor/engine,/area/engine/engineering) -"cxo" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cxp" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cxq" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cxr" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cxs" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper,/obj/machinery/door/airlock/external{name = "Engineering External Access"; req_access_txt = "10;13"},/turf/open/floor/plasteel,/area/engine/engineering) -"cxt" = (/obj/structure/closet/emcloset,/turf/open/floor/plasteel,/area/engine/engineering) -"cxu" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/engine/engineering) -"cxv" = (/obj/structure/transit_tube,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/engine/engineering) -"cxw" = (/obj/structure/cable,/obj/machinery/power/solar{id = "starboardsolar"; name = "Starboard Solar Array"},/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) -"cxx" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/turf/open/space,/area/space/nearstation) -"cxy" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 4},/turf/open/space,/area/space/nearstation) -"cxz" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/turf/open/space,/area/space/nearstation) -"cxA" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 6},/turf/closed/wall/r_wall,/area/engine/engineering) -"cxB" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/airalarm{dir = 4; pixel_x = -22},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cxC" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/green/visible,/turf/open/floor/engine,/area/engine/engineering) -"cxD" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/obj/item/tank/internals/plasma,/turf/open/floor/plating,/area/engine/supermatter) -"cxE" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 8},/turf/open/floor/engine,/area/engine/supermatter) -"cxF" = (/obj/machinery/power/supermatter_crystal/engine,/turf/open/floor/engine,/area/engine/supermatter) -"cxG" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 4},/turf/open/floor/engine,/area/engine/supermatter) -"cxH" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/decal/cleanable/oil,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter) -"cxI" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "1-8"},/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/cyan/visible,/turf/open/floor/engine,/area/engine/engineering) -"cxJ" = (/obj/machinery/atmospherics/pipe/manifold/general/visible{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cxK" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 8},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cxL" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/engine/engineering) -"cxM" = (/obj/structure/sign/warning/vacuum/external{pixel_x = 32},/obj/structure/closet/emcloset/anchored,/turf/open/floor/plating,/area/engine/engineering) -"cxN" = (/obj/structure/window/reinforced/fulltile,/obj/structure/transit_tube,/turf/open/floor/plating,/area/engine/engineering) -"cxO" = (/turf/closed/wall/r_wall,/area/space/nearstation) -"cxP" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 9},/turf/open/space,/area/space/nearstation) -"cxQ" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/engine/engineering) -"cxR" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cxS" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "1-4"},/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Cooling Loop Bypass"},/turf/open/floor/engine,/area/engine/engineering) -"cxT" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter) -"cxU" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 5},/obj/machinery/power/rad_collector/anchored,/obj/structure/cable/yellow{icon_state = "0-8"},/obj/structure/window/plasma/reinforced{dir = 4},/turf/open/floor/engine,/area/engine/supermatter) -"cxV" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 10},/turf/open/floor/engine,/area/engine/supermatter) -"cxW" = (/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 2},/turf/open/floor/engine,/area/engine/supermatter) -"cxX" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/effect/turf_decal/loading_area{name = "trim"; icon_state = "trim"; dir = 6},/turf/open/floor/engine,/area/engine/supermatter) -"cxY" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 9},/obj/machinery/power/rad_collector/anchored,/obj/structure/cable/yellow{icon_state = "0-4"},/obj/structure/window/plasma/reinforced{dir = 8},/turf/open/floor/engine,/area/engine/supermatter) -"cxZ" = (/obj/machinery/door/poddoor/shutters/preopen{id = "engsm"; name = "Radiation Chamber Shutters"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "4-8"},/turf/open/floor/plating,/area/engine/supermatter) -"cya" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/structure/cable/yellow{icon_state = "1-8"},/obj/machinery/atmospherics/components/binary/pump{dir = 1; name = "Mix Bypass"},/turf/open/floor/engine,/area/engine/engineering) -"cyb" = (/obj/machinery/atmospherics/components/unary/thermomachine/freezer{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cyc" = (/obj/structure/sign/warning/securearea,/turf/closed/wall,/area/engine/engineering) -"cyd" = (/obj/structure/transit_tube/curved/flipped{dir = 1},/turf/open/space,/area/space/nearstation) -"cye" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyf" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"cyg" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 6},/turf/open/space,/area/space/nearstation) -"cyh" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 10},/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"cyi" = (/obj/machinery/atmospherics/pipe/heat_exchanging/junction{dir = 8},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/engine/engineering) -"cyj" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering) -"cyk" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump/on{dir = 4; name = "Cooling Loop to Gas"},/turf/open/floor/engine,/area/engine/engineering) -"cyl" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/manifold/orange/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cym" = (/obj/structure/sign/warning/electricshock,/turf/closed/wall/r_wall,/area/engine/supermatter) -"cyn" = (/obj/effect/spawner/structure/window/plasma/reinforced,/turf/open/floor/plating,/area/engine/supermatter) -"cyo" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cyp" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/components/binary/pump{dir = 4; name = "Gas to Mix"},/turf/open/floor/engine,/area/engine/engineering) -"cyq" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cyr" = (/obj/machinery/atmospherics/pipe/simple/general/visible{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cys" = (/obj/machinery/atmospherics/pipe/manifold/general/visible,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cyt" = (/obj/structure/transit_tube/curved{dir = 4},/turf/open/space,/area/space/nearstation) -"cyu" = (/obj/structure/lattice,/obj/structure/transit_tube/crossing/horizontal,/turf/open/space,/area/space/nearstation) -"cyv" = (/obj/structure/transit_tube/horizontal,/turf/open/space,/area/space/nearstation) -"cyw" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/transit_tube/crossing/horizontal,/turf/open/space,/area/space/nearstation) -"cyx" = (/obj/structure/window/reinforced/fulltile,/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyy" = (/obj/structure/transit_tube/horizontal,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyz" = (/obj/structure/transit_tube/station/reverse,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyA" = (/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyB" = (/obj/structure/lattice,/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/space,/area/space/nearstation) -"cyC" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/heat_exchanging/simple,/turf/open/space,/area/space/nearstation) -"cyD" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cyE" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/orange/visible,/turf/open/floor/engine,/area/engine/engineering) -"cyF" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cyG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 6},/turf/open/floor/engine,/area/engine/engineering) -"cyH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light{dir = 1; pixel_y = 16},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cyI" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cyJ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/camera{c_tag = "Engineering Supermatter Aft"; dir = 2; network = list("ss13","engine"); pixel_x = 23},/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cyK" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cyL" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/manifold/cyan/visible{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cyM" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cyN" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/machinery/atmospherics/pipe/simple/cyan/visible{dir = 9},/turf/open/floor/engine,/area/engine/engineering) -"cyO" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cyP" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cyQ" = (/obj/structure/closet/firecloset,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cyR" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyS" = (/obj/machinery/atmospherics/components/unary/vent_pump/on,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cyT" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/engine/engineering) -"cyU" = (/obj/structure/cable{icon_state = "1-4"},/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/engine,/area/engine/engineering) -"cyV" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 5},/turf/open/floor/engine,/area/engine/engineering) -"cyW" = (/obj/structure/cable{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/orange/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cyX" = (/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{dir = 8; filter_type = "n2"},/turf/open/floor/engine,/area/engine/engineering) -"cyY" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cyZ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"cza" = (/obj/effect/turf_decal/delivery,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czb" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"czc" = (/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{dir = 8},/turf/open/floor/engine,/area/engine/engineering) -"czd" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"cze" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/open/floor/engine,/area/engine/engineering) -"czf" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/turf_decal/stripes/corner,/turf/open/floor/engine,/area/engine/engineering) -"czg" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/engine,/area/engine/engineering) -"czh" = (/obj/structure/table,/obj/item/pipe_dispenser,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czi" = (/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czj" = (/obj/structure/closet/secure_closet/engineering_personal,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czk" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/obj/machinery/door/airlock/external{name = "MiniSat External Access"; req_access_txt = "65;13"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czl" = (/obj/structure/sign/warning/vacuum/external{pixel_y = 32},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czm" = (/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/obj/machinery/door/airlock/external{name = "MiniSat External Access"; req_access_txt = "65;13"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czn" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czo" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"czp" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/closed/wall/r_wall,/area/engine/engineering) -"czq" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/closed/wall/r_wall,/area/engine/engineering) -"czr" = (/obj/structure/closet/wardrobe/engineering_yellow,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/engine/engineering) -"czs" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 6},/turf/open/floor/engine,/area/engine/engineering) -"czt" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"czu" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"czv" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"czw" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/open/floor/engine,/area/engine/engineering) -"czx" = (/obj/structure/cable{icon_state = "1-2"},/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/components/binary/valve{dir = 4; name = "Output to Waste"},/turf/open/floor/engine,/area/engine/engineering) -"czy" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible,/obj/machinery/meter,/turf/open/floor/engine,/area/engine/engineering) -"czz" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/machinery/atmospherics/components/binary/valve/digital/on{dir = 4; name = "Output Release"},/turf/open/floor/engine,/area/engine/engineering) -"czA" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 4},/turf/closed/wall/r_wall,/area/engine/engineering) -"czB" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{dir = 10},/turf/open/floor/plating,/area/engine/engineering) -"czC" = (/obj/structure/lattice/catwalk,/obj/machinery/atmospherics/pipe/simple/yellow/visible,/turf/open/space,/area/space/nearstation) -"czD" = (/obj/structure/closet/emcloset,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czE" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/securearea{pixel_y = -32},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czF" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/light/small,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czG" = (/obj/machinery/camera{c_tag = "MiniSat Pod Access"; dir = 1; network = list("minisat"); start_active = 1},/obj/machinery/atmospherics/components/unary/vent_scrubber/on,/obj/machinery/light/small,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"czH" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/engine/engineering) -"czI" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/engineering/glass{name = "Laser Room"; req_access_txt = "10"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/engine,/area/engine/engineering) -"czJ" = (/obj/effect/spawner/structure/window/plasma/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plating,/area/engine/engineering) -"czK" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/closed/wall/r_wall,/area/engine/engineering) -"czL" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,/turf/open/floor/plating/airless,/area/engine/engineering) -"czM" = (/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior) -"czN" = (/obj/machinery/door/airlock/hatch{name = "MiniSat Foyer"; req_one_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"czO" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior) -"czP" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior) -"czQ" = (/obj/machinery/atmospherics/components/unary/outlet_injector/on{dir = 8},/turf/open/floor/plating/airless,/area/ai_monitored/turret_protected/aisat_interior) -"czR" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"czS" = (/obj/structure/cable{icon_state = "0-2"},/obj/structure/cable{icon_state = "0-4"},/obj/structure/cable{icon_state = "0-8"},/obj/structure/cable,/obj/structure/lattice/catwalk,/turf/open/space,/area/solar/starboard/aft) -"czT" = (/obj/machinery/atmospherics/pipe/heat_exchanging/simple{dir = 5},/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"czU" = (/obj/structure/table,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = -7},/obj/item/stack/cable_coil,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czV" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czW" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering) -"czX" = (/obj/machinery/light{dir = 1; pixel_y = 16},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czY" = (/obj/structure/reflector/double/anchored{dir = 6},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"czZ" = (/obj/structure/reflector/box/anchored{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAa" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAb" = (/obj/structure/table,/obj/item/stack/sheet/metal/fifty,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAc" = (/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{dir = 1},/turf/open/floor/plating/airless,/area/engine/engineering) -"cAd" = (/obj/structure/table,/obj/machinery/light/small{dir = 1},/obj/item/folder{pixel_x = 3},/obj/item/phone{pixel_x = -3; pixel_y = 3},/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAe" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAf" = (/obj/structure/rack,/obj/machinery/light/small{dir = 1},/obj/machinery/light_switch{pixel_y = 28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/item/radio/off{pixel_y = 4},/obj/item/screwdriver{pixel_y = 10},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAg" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engineering) -"cAh" = (/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/plating,/area/engine/engineering) -"cAi" = (/obj/structure/cable{icon_state = "0-4"},/turf/open/floor/plating,/area/engine/engineering) -"cAj" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering) -"cAk" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/computer/station_alert,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAl" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAn" = (/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAo" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAp" = (/obj/machinery/door/poddoor/shutters{id = "teledoor"; name = "MiniSat Teleport Access"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAq" = (/obj/machinery/button/door{id = "teledoor"; name = "MiniSat Teleport Shutters Control"; pixel_y = 25; req_access_txt = "17;65"},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAr" = (/obj/machinery/teleport/hub,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cAs" = (/obj/machinery/airalarm{dir = 4; pixel_x = -22},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAt" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAu" = (/obj/structure/cable{icon_state = "1-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/engine/engineering) -"cAv" = (/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/emitter/anchored{dir = 4; state = 2},/turf/open/floor/plating,/area/engine/engineering) -"cAw" = (/obj/structure/cable{icon_state = "0-4"},/obj/machinery/power/emitter/anchored{dir = 8; state = 2},/turf/open/floor/plating,/area/engine/engineering) -"cAx" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAy" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -31},/obj/machinery/computer/monitor,/obj/structure/cable{icon_state = "0-4"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAz" = (/obj/structure/chair/office/dark{dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAA" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/structure/cable{icon_state = "2-8"},/obj/effect/landmark/start/cyborg,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAB" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAC" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAD" = (/obj/machinery/door/airlock/hatch{name = "MiniSat Teleporter"; req_access_txt = "17;65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAE" = (/obj/machinery/bluespace_beacon,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAF" = (/obj/machinery/teleport/station,/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cAG" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plating,/area/engine/engineering) -"cAH" = (/obj/structure/reflector/single/anchored{dir = 9},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAI" = (/obj/structure/girder,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAJ" = (/obj/structure/reflector/single/anchored{dir = 5},/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAK" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/engine/engineering) -"cAL" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible{dir = 10},/obj/structure/lattice,/turf/open/space,/area/space/nearstation) -"cAM" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 4},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAN" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAO" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/structure/cable{icon_state = "2-4"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAP" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/ai_monitored/turret_protected/aisat_interior) -"cAQ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc{dir = 4; name = "MiniSat Foyer APC"; areastring = "/area/ai_monitored/turret_protected/aisat_interior"; pixel_x = 27},/obj/structure/chair,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/closed/wall,/area/ai_monitored/turret_protected/aisat_interior) -"cAS" = (/obj/machinery/camera{c_tag = "MiniSat Teleporter"; dir = 1; network = list("minisat"); start_active = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cAT" = (/obj/machinery/computer/teleporter,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat_interior) -"cAU" = (/obj/structure/cable,/obj/machinery/power/tracker,/turf/open/floor/plasteel/airless/solarpanel,/area/solar/starboard/aft) -"cAV" = (/obj/item/wrench,/obj/item/weldingtool,/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/structure/rack,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAW" = (/obj/machinery/light,/turf/open/floor/plating,/area/engine/engineering) -"cAX" = (/obj/item/crowbar/large,/obj/structure/rack,/obj/item/flashlight,/turf/open/floor/plasteel/dark,/area/engine/engineering) -"cAY" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/atmos) -"cAZ" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/machinery/meter,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/atmos) -"cBa" = (/obj/structure/rack,/obj/machinery/status_display{pixel_y = -32},/obj/item/storage/box/donkpockets,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBb" = (/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_y = -29},/obj/machinery/light/small,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBc" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBd" = (/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/aisat_interior"; enabled = 1; icon_state = "control_standby"; name = "Antechamber Turret Control"; pixel_y = -24; req_access = null; req_access_txt = "65"},/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/camera/motion{c_tag = "MiniSat Foyer"; dir = 1; network = list("minisat")},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBe" = (/obj/machinery/status_display/ai{pixel_y = -32},/obj/structure/table,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBf" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/service) -"cBg" = (/obj/structure/lattice,/obj/structure/grille,/turf/open/space/basic,/area/space/nearstation) -"cBh" = (/obj/structure/lattice,/obj/structure/grille/broken,/turf/open/space/basic,/area/space/nearstation) -"cBi" = (/obj/structure/grille,/turf/open/floor/plating/airless,/area/space/nearstation) -"cBj" = (/obj/machinery/atmospherics/pipe/simple/yellow/visible,/obj/structure/rack,/obj/item/wrench,/obj/item/crowbar/red,/obj/item/clothing/head/welding,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBk" = (/obj/machinery/atmospherics/components/unary/tank/air,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBl" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior) -"cBm" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Antechamber"; req_one_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBn" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior) -"cBo" = (/obj/machinery/recharge_station,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"cBp" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/stripes/corner{dir = 2},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBq" = (/obj/machinery/atmospherics/components/binary/pump{dir = 2; name = "Mix to MiniSat"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBr" = (/obj/machinery/atmospherics/components/binary/pump{name = "Air Out"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBs" = (/obj/structure/showcase/cyborg/old{dir = 8; pixel_x = 9; pixel_y = 2},/obj/structure/extinguisher_cabinet{pixel_x = -5; pixel_y = 30},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBt" = (/obj/structure/showcase/cyborg/old{dir = 4; pixel_x = -9; pixel_y = 2},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBu" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBv" = (/obj/structure/showcase/cyborg/old{dir = 8; pixel_x = 9; pixel_y = 2},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBw" = (/obj/structure/showcase/cyborg/old{dir = 4; pixel_x = -9; pixel_y = 2},/obj/structure/extinguisher_cabinet{pixel_x = 5; pixel_y = 30},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"cBx" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"cBy" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "MiniSat Atmospherics"; dir = 4; network = list("minisat"); start_active = 1},/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/machinery/space_heater,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBz" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBA" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBB" = (/obj/machinery/light/small{dir = 4},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_x = 28},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBC" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat_interior) -"cBD" = (/obj/machinery/light/small{dir = 8},/obj/machinery/camera{c_tag = "MiniSat Antechamber"; dir = 4; network = list("minisat"); start_active = 1},/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/aisat/atmos"; enabled = 1; icon_state = "control_standby"; name = "Atmospherics Turret Control"; pixel_x = -27; req_access = null; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBE" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBF" = (/obj/machinery/light/small{dir = 4},/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/aisat/service"; enabled = 1; icon_state = "control_standby"; name = "Service Bay Turret Control"; pixel_x = 27; req_access = null; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/manifold4w/scrubbers,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBG" = (/obj/machinery/light/small{dir = 8},/obj/item/radio/intercom{name = "Station Intercom (General)"; pixel_x = -28},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBH" = (/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBI" = (/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBJ" = (/obj/machinery/light/small{dir = 4},/obj/machinery/camera{c_tag = "MiniSat Service Bay"; dir = 8; network = list("minisat"); start_active = 1},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/rack,/obj/item/storage/toolbox/electrical{pixel_x = -3; pixel_y = 3},/obj/item/storage/toolbox/mechanical,/obj/item/multitool,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"cBK" = (/obj/machinery/power/apc{dir = 8; name = "MiniSat Atmospherics APC"; areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; pixel_x = -27},/obj/structure/cable{icon_state = "0-4"},/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/atmos) -"cBL" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBM" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/ai_slipper{uses = 10},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBN" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBO" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Atmospherics"; req_one_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBP" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBQ" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "2-4"},/obj/machinery/ai_slipper{uses = 10},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/mob/living/simple_animal/bot/secbot/pingsky,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBR" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBS" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Service Bay"; req_one_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cBT" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBU" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/ai_slipper{uses = 10},/obj/structure/cable{icon_state = "2-8"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBV" = (/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cBW" = (/obj/machinery/power/apc{dir = 4; name = "MiniSat Service Bay APC"; areastring = "/area/ai_monitored/turret_protected/aisat/service"; pixel_x = 27},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/port_gen/pacman,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/service) -"cBX" = (/obj/machinery/porta_turret/ai{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/tile/blue,/mob/living/simple_animal/bot/floorbot,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/atmos) -"cBZ" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/machinery/porta_turret/ai{dir = 4},/obj/item/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_y = -29},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cCa" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/obj/machinery/turretid{control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; enabled = 1; icon_state = "control_standby"; name = "Chamber Hallway Turret Control"; pixel_x = 32; pixel_y = -24; req_access = null; req_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cCb" = (/obj/machinery/porta_turret/ai{dir = 4},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat_interior) -"cCc" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/mob/living/simple_animal/bot/cleanbot,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cCd" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cCe" = (/obj/machinery/porta_turret/ai{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/service) -"cCf" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/hallway) -"cCg" = (/turf/closed/wall,/area/ai_monitored/turret_protected/aisat/hallway) -"cCh" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCi" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Chamber Hallway"; req_one_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCj" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/aisat/hallway) -"cCk" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCl" = (/obj/machinery/portable_atmospherics/scrubber,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCm" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCn" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCo" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCp" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCq" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCr" = (/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCs" = (/obj/structure/rack,/obj/item/crowbar/red,/obj/item/wrench,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCt" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCu" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCv" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External NorthWest"; dir = 8; network = list("minisat"); start_active = 1},/turf/open/space,/area/space/nearstation) -"cCw" = (/obj/machinery/porta_turret/ai{dir = 4; installation = /obj/item/gun/energy/e_gun},/obj/machinery/light{dir = 8},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCx" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCy" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCz" = (/obj/machinery/porta_turret/ai{dir = 4; installation = /obj/item/gun/energy/e_gun},/obj/machinery/light{dir = 4},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCA" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External NorthEast"; dir = 4; network = list("minisat"); start_active = 1},/turf/open/space,/area/space/nearstation) -"cCB" = (/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCC" = (/obj/machinery/camera/motion{c_tag = "MiniSat Core Hallway"; dir = 4; network = list("aicore")},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCD" = (/obj/structure/sign/warning/securearea{pixel_x = -32},/obj/structure/cable{icon_state = "1-2"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCE" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCF" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCG" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCH" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCI" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCJ" = (/obj/structure/cable{icon_state = "2-4"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCK" = (/obj/machinery/door/airlock/maintenance_hatch{name = "MiniSat Maintenance"; req_access_txt = "65"},/obj/structure/cable{icon_state = "4-8"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCL" = (/obj/structure/cable{icon_state = "1-8"},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCM" = (/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCN" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCO" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCP" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/landmark/event_spawn,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCQ" = (/obj/structure/cable,/obj/machinery/power/apc{dir = 4; name = "MiniSat Chamber Hallway APC"; areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; pixel_x = 27},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/aisat/hallway) -"cCR" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 5},/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cCS" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCT" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/item/radio/intercom{broadcasting = 1; frequency = 1447; listening = 0; name = "Station Intercom (AI Private)"; pixel_x = -28; pixel_y = -29},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/aisat/hallway) -"cCU" = (/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"cCV" = (/obj/machinery/status_display,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"cCW" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/hatch{name = "MiniSat Chamber Observation"; req_one_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cCX" = (/obj/structure/sign/warning/securearea,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"cCY" = (/obj/machinery/status_display/ai,/turf/closed/wall/r_wall,/area/ai_monitored/turret_protected/ai) -"cCZ" = (/obj/machinery/light/small{dir = 1},/obj/structure/table/reinforced,/obj/item/paper_bin{pixel_x = -3; pixel_y = 7},/obj/item/pen{pixel_x = 4; pixel_y = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDa" = (/obj/machinery/airalarm{pixel_y = 23},/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDb" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDc" = (/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{dir = 8},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDd" = (/obj/structure/table/reinforced,/obj/item/folder/white,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDe" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDf" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDg" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDh" = (/obj/structure/chair/office/dark,/obj/structure/extinguisher_cabinet{pixel_x = 27},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDi" = (/obj/structure/grille,/turf/open/floor/plating,/area/ai_monitored/turret_protected/aisat/hallway) -"cDj" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"cDk" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/door/firedoor,/obj/machinery/door/airlock/command/glass{name = "AI Core"; req_access_txt = "65"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDl" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plating,/area/ai_monitored/turret_protected/ai) -"cDm" = (/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDn" = (/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDo" = (/obj/structure/cable{icon_state = "1-2"},/obj/machinery/ai_slipper{uses = 10},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDp" = (/obj/machinery/light{dir = 8},/obj/machinery/status_display{pixel_x = -32},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDq" = (/obj/structure/cable{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDr" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDs" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/holopad,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDt" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 5},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDu" = (/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 10},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDv" = (/obj/machinery/light{dir = 4},/obj/machinery/status_display/ai{pixel_x = 32},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDw" = (/obj/machinery/porta_turret/ai{dir = 4},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDx" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/machinery/turretid{name = "AI Chamber turret control"; pixel_x = 5; pixel_y = -24},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDy" = (/obj/machinery/door/window{dir = 1; name = "AI Core Door"; req_access_txt = "16"},/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDz" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/cable{icon_state = "0-8"},/obj/machinery/power/apc/highcap/five_k{dir = 2; name = "AI Chamber APC"; areastring = "/area/ai_monitored/turret_protected/ai"; pixel_y = -24},/obj/machinery/flasher{id = "AI"; pixel_x = -11; pixel_y = -24},/obj/machinery/camera/motion{c_tag = "MiniSat AI Chamber North"; dir = 1; network = list("aicore")},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDA" = (/turf/closed/wall,/area/ai_monitored/turret_protected/ai) -"cDB" = (/obj/effect/landmark/start/ai,/obj/item/radio/intercom{broadcasting = 0; freerange = 1; listening = 1; name = "Common Channel"; pixel_x = -27; pixel_y = -9},/obj/item/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_y = -31},/obj/item/radio/intercom{anyai = 1; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_x = 27; pixel_y = -9},/obj/machinery/newscaster/security_unit{pixel_x = -28; pixel_y = -28},/obj/machinery/requests_console{department = "AI"; departmentType = 5; pixel_x = 28; pixel_y = -28},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDC" = (/obj/machinery/ai_slipper{uses = 10},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDD" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External SouthWest"; dir = 8; network = list("minisat"); start_active = 1},/turf/open/space,/area/space/nearstation) -"cDE" = (/obj/effect/landmark/start/ai/secondary,/obj/item/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_y = 28},/obj/item/radio/intercom{broadcasting = 0; freerange = 1; listening = 1; name = "Common Channel"; pixel_x = -27; pixel_y = 5},/obj/item/radio/intercom{anyai = 1; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_y = -25},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDF" = (/obj/structure/cable{icon_state = "1-2"},/obj/structure/showcase/cyborg/old{dir = 8; pixel_x = 9; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDG" = (/obj/structure/showcase/cyborg/old{dir = 4; pixel_x = -9; pixel_y = 2},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDH" = (/obj/effect/landmark/start/ai/secondary,/obj/item/radio/intercom{anyai = 1; freerange = 1; listening = 0; name = "Custom Channel"; pixel_y = 28},/obj/item/radio/intercom{broadcasting = 0; freerange = 1; listening = 1; name = "Common Channel"; pixel_x = 27; pixel_y = 5},/obj/item/radio/intercom{anyai = 1; broadcasting = 0; freerange = 1; frequency = 1447; name = "Private Channel"; pixel_y = -25},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDI" = (/obj/structure/lattice,/obj/machinery/camera{c_tag = "MiniSat External SouthEast"; dir = 4; network = list("minisat"); start_active = 1},/turf/open/space,/area/space/nearstation) -"cDJ" = (/obj/structure/cable{icon_state = "1-4"},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDK" = (/obj/structure/cable{icon_state = "4-8"},/turf/closed/wall,/area/ai_monitored/turret_protected/ai) -"cDL" = (/obj/machinery/power/smes{charge = 5e+006},/obj/structure/cable{icon_state = "0-8"},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDM" = (/obj/machinery/camera/motion{c_tag = "MiniSat AI Chamber South"; dir = 2; network = list("aicore")},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDN" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/ai_slipper{uses = 10},/turf/open/floor/circuit,/area/ai_monitored/turret_protected/ai) -"cDO" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDP" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/machinery/holopad,/turf/open/floor/plasteel/dark,/area/ai_monitored/turret_protected/ai) -"cDQ" = (/obj/machinery/camera{c_tag = "MiniSat External South"; dir = 2; network = list("minisat"); start_active = 1},/turf/open/space,/area/space/nearstation) - -(1,1,1) = {" -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafaadaaaaadaaaaadaaaaadaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaagaagaahaaiaajaaiaajaaiaakaagaagaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaagaalaamaanaaoaapaaqaaraasaataagaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaagaauaavaawaavaavaavaaxaasaayaagaadaadaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaadaaaaadaaaaadaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaagaagaazaaAaaBaaCaaDaaqaaqaasaaEaagaadaadaadaadaadaadaadaadaadaadaadaaaaaaaaaaadaaaaadaaaaadaaaaadaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaFaagaaGaaqaaqaaqaaqaaHaaqaaqaaIaaJaagaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaadaaaaadaaaaadaaaaadaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaagaaKaaHaaqaaqaaLaaMaaHaaqaaNaaOaagaadaaPaadaadaadaadaadaadaadaadaadaadaadaadaadaaaaadaaaaadaaaaadaaaaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaQaaQaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaaRaaqaaqaaqaaSaaTaaUaaqaaqaaVaaWaagaagaaXaadaadaadaadaadaadaadaadaaaaaaaaaaaaaadaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaaYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZabaabbabcabdabeaaqabfaaqaaqaaqaaqaaqaaqaasaaqabgabhaaXabiabiabjabiabiabjabjabiabkabkablabkablabkabmabmabnabnabnabmabmaaaaaaaaaaaaaaaaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaaYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadaboaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpabqabrabsabtabuaaqaaqabvabwabxaaqabyabzabAaaqabBabCaaXaadaaaaaaaaaaaaaaaaaaaadablabDabEabEabEabFabmabGabHabIabJabKabmaaaaaaaaaaadaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadabLaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQabjabjabjabjaadaadaaaabMaaaaadaadaaQaaQaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpabNabOabPabtabQabRabQabQabQabSabQabQabQabTabQabQabUaaXaaXaaXaaXaaXaaXaaXaaXaaXaaXabVabEabWabXabDabmabYabZacaacbaccabmaaaaadacdaaeaaeaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaaQaaQaadaadaaaaceaaaacfaadaaQaaQaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaadaaaaadaaaaaaabMaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabpacgachaciabtacjaaqackabQaclacmacnabQacoacpacqabQacraaXacsactacuacvacwacxacyaczaaXacAabEabWacBabDabnacCacDacEacaacFabmaaaaadacGacHacGaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaaaaaaadaaaaadaaaaaaaceaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadacIacIacIacIacIaaaacJaaaacIacIacIacIacIaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZacKacLacMabtacNaaqacOabQacPacQacRabQacSacTacOabQacUaaXacVacWacXacXacXacXacXacYaaXacZabEabWacBabDabnadaadbadcacaaddabmaadaadacGadeacGaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadadfadfadfadfadfaaaadgaaaadfadfadfadfadfaadaaQaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadhadiadiadiadiadjadkadladmadmadmadmadnaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadoaaZaaZaaZadpadqadrabtadsadtaduabQadsadvabQabQabQadwaduabQabQaaXadxadyadzadAadBadCadDadEadFabEabEabWacBabDabmadGadHadIadJadKabmablablabkadLacGacGabkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadMadNadNadNadNadOadPadQadRadRadRadRadSaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadadTadTadTadTadTaaaadkaaaadTadTadTadTadTaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZadUadVadWadXadYadZaeaabwaebaecaedaeeaefaegaehaeiaejaekaelaaXaemaenaeoaepaeqaeraesaetaeuabEabEaevaewabkabmaexabmaeyabmaezabmaeAaeBacGaeCacGaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadaeDaeDaeDaeDaeDaaaadPaaaaeDaeDaeDaeDaeDaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaaaaadaaaaaaaaaadkaaaaaaaaaaadaaaaaaaaaaaYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZaeEaeFaeGaeHaeIaeJaeKaeLaeLaeMaeNaeLaeLaeLaeOaePaeQaeRaeSaaXaemaemaeTaeUaeVaeWaeXaeYaaXaeZafaafbafcabkafdafeaffafgafhafiaffafjafkaflafmafnafoaaaaaaaaaafpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaaaaadaaaaaaaaaadPaaaaaaaaaaadaaaaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadacIacIacIacIacIaaaadkaaaacIacIacIacIacIaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafqafrafsaftafuafvafwafxafyafzafzafAafBafCafDafDafDabQafEafFaaXaaXaaXafGafHafIafJafKafLaaXafMablafNafOabkafPafQafRafSafTafUafVafWafXacGafYacGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadadfadfadfadfadfaaaadPaaaadfadfadfadfadfaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadhadiadiadiadiadjadkadladmadmadmadmadnaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaZaaZaaZafZagaagbafwaagabQagcabQabQabQagdagdagdagdagdageagfaggaghagiagjagkaglagmagnagoaggagpaffagqagragsagtaguafRagvafTagwafVagxacGabkacGacGacGabkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadMadNadNadNadNadOadPadQadRadRadRadRadSaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQacfadTadTadTadTadTaaaadkaaaadTadTadTadTadTaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaZaaZaaZaaZafwaagagyagzagAagBagCagdagDagEagFagGagHagIagJagKagLagMagNaglagOaglagPagQagRagSagTagUafRagSagVagWagXagYagZahaahbahcahdaheahfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadaeDaeDaeDaeDaeDaaaadPaaaaeDaeDaeDaeDaeDaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaaaaadaaaaaaaaaadkaaaaaaaaaaadaaaaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadaadaagagCahgahhahiagCagdahjahkahlahmagHagIaggahnahoagKahpahqahrahsahtahuahvahwahxahyahzahzahyahAahBahCahDahEahFacGahGahHahfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaaaaadaaaaaaaaaadPaaaaaaaaaaadaaaaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadacIacIacIacIacIaaaadkaaaacIacIacIacIacIaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagCahgahIahiahJagdahKahLahlahMagHagIagJahNahOahPahQahRahSahTahUahVahWahXahYahZaiaaibaicaidaieaifaigaihaiiaijaikailaimaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadadfadfadfadfadfaaaadPaaaadfadfadfadfadfaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadhadiadiadiadiadjadkadladmadmadmadmadnaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaadaaaaaaaagainaioaioaipaiqagdairaisaitaiuagHagIaggaivaiwaixaiyaizaiAaiBaggaggabkaiCaiDabkabkacGacGacGacGacGacGacGacGacGaiEaiFaimaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaadMadNadNadNadNadOadPadQadRadRadRadRadSaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaiGadTadTadTadTadTaaaadkaaaadTadTadTadTadTaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaiHaiHaiIaiIaagaagabQabQadsaiJagdagdagdagdagdaiKaiLaiMaiNaiMaiMaiMaiMaiMaiMaiOaiPaiQaiRaiSaiTaiUaiVaiWaiXaiYaiZajaajbajcajdaiEaiFaimaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadaeDaeDaeDaeDaeDaaaadPaaaaeDaeDaeDaeDaeDaiGaaYaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaadaaaaadaaaaaaajeaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaiHajfajgajhajiajjajkajlajmajnajoajpajqajrajsajtajuajvajwajvajvajvajvajvajvajxajvajvajyajwajzajAajBajCajDajEajFajGajHajIajdaiEaiFahfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaadaaaaadaaaaaaadPaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaadaadaadaadajJajKajJaadaadaadaadaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadajLajMajNajOajPajQajRajSajTajUajVajWajXajYajZajWakaakbajZajWajXakcakdakdakdakeakfakgakhakiakjakkaklakmaklaklaklaknakoakoajdaiEaiFaimaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaadaadaadaadaadadPaadaadaadaadaadaaQaaQaaQaadaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaadaaaaaaaadaaaajJakpajJaaaaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiIaiIakqakraksaktakuaiUagdakvagdagdakwakxakyakzakAakBakyakzakAakCakDakzakEakFakzakGakHakzakIakJakKaiUakLakMakoakNakoakOakPakQajdaiEaiFaimaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaadaaaaaaakRaaaaaaaadaaaaaaaadaaaaadaadaadaaaaaaaaaaaaaaaaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaadaaaaaaaadajJajJakSajJajJaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaacakTakTakTakTakTaaaaaaaaaaaaaaaaaaakUakVakWakrakXakYakZaiUalaaiMalbagdalcaldaleagdalfaldaleagdalfalgaleagdalhalialjaldaldagdaldallalmaiUalnaloalpalqalpalralsakoajdaiEaiFaimaadaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaadaaaaaaaceaaaaaaaadaaaaaaaadaaaaaaaaaaadaadaaaaaaaaaaaaaaaaltalualtaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaadaaaaaaaadalvalwalxalyalvalzalzalzalzalzalzalzalzalzaaaaaaaaaaaaakTalAalBalCakTaaaaaaaaaaaaaaaaaaaiIaiIaiIalDalEalFalGaiUalHaldalIagdalJaldalKagdalLaldalMagdalNaldalOagdalPalQalRaldalkagdalTalUalVaiUalWalXalWalYalWalZalWalWajdaiEaiFahfahfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaadaaaamaambamaaaaaadaaaaaaaadaaaaaaaaaaaaaadaadaaaaaaaaaaaaaltamcaltaadaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalvamdameamfalvamgamgalzamhamiamjalzamkalzaaaaaaaaaaadalzamlamiammalzaaaaaaaaaaaaaaaaaaaaaaaaamnaiHaiIamoampaiUamqamramsaiUamtamuamuamvamuamuamuamvamuamuamuamvamwamxamyamzamAaiUaiUaiUaiUaiUamBamCamBajcamBamDamBajcajdamEamFamGahfahfahfaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaaaaadaaaamaamHamaaaaaadaadaadaadaaaaadaaaaaaaaaaadaadaaaaaaaaaaltamIaltaadaaaaadaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamJamJamJamJamJamJamJamJamJamJamJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalvamKamLamMalvamNamOaziamQamiamRalzalzalzakTalzakTakTalzamSamTamSalzaaaaaaaaaaaaaaaaaaaiIaiIaiIamUamVamWamXajLaiUaiUaiUaiUamYamYamYamZamYamYamYanaamYamYamYamZamYamYamYanbanbancandandandaneamBamCamBajcamBamDamBajcajdaiEaiFafmanfanganhaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaaaaaaaadamaamaaniamaamaaadaaaaaaaadaaaaadaaaaaaaaaaaaaadaadaaaaaaaltamIaltaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamJanjanjanjanjanjanjanjanjanjamJaadaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaalvalvankanlalvanmamialzamiamiamiaziamiamiannamialBamiamiamiamianoakTaaaaaaaaaaaaaaaanpanqakVanrakrakXakYakXansanbanbanbantanbanbanuanbanbanbanbanbanbanbanvanbanbanbanwanbanbanbanbanbanbanxajcanyanzanAanBanCanzajcapaanEanFanGanGanHahfaaeaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaaaaaaaaaaadanIanJanKanLanIaadaaaaaaaadaaaaadaaaaadaaaaaaaaaaadaltaltaltamIaltaltaltaltaltaltaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamJanjanjanjanjanjanjanjanjanjamJamJanMamJamJaadaaaaaaaaaaaaalzalzalzalzalzaadaadalzanNanOanPanQamOalzalzakTakTalzalzalzalzakTalzakTakTalzanRamianSalzaaaaaaaaaaaaaaaaaaaiIaiIanTanUanVanWanXaiHanYanYanYanYanYanZaoaanYanYanYanYanYanYanYaobaocaocaocaodaoeaocaofaogaohaoianeaojaokajdajdajdajdajdajdajdaiEaolahfaomaonahfaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaaaaaaaaaaaaaadanIaooaopaoqanIaadaaaaaaaadaaaaadaaaaadaltalualtalualtaoramIamIamIamIamIamIaosaltaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadamJanjanjanjanjanjanjanjanjanjaotaouaovaowamJaadaaeaaealzalzalzaoxaoyaozalzaaaaaaalzamianOanmamiaoAalzaoBaoBaadaoBaoBaadaadaaFaaFaoCaoCalzaoDamiaoEalzaaaaaaaaaaaaaaaaaaaaaaadajLaiHaoFaiHaoGaoHaoHaoHaoIaoHaoHaoHaoJaoKaoKaoKaoLaoKaoKaoMaoNaoOaoPanGaoQanGanGanGanGaoRanGaoSaoSaoSaoSaoTaoUaoVaoWaoXaoXaoYaoZazmapbapcahfaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaaaaaaaaaaeaaeaaeaaaaadanIapdapeapfanIapgapgapgapgapgalualualualtaphamIaosaltaltamIaltaltaltaltapialtaltaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadamJanjanjanjanjanjanjanjanjanjanMapjapkaplamJaadalzapmalzapnapoamiappamialzakTakTalzapqanOanmapqalzalzalzakTakTakTalzalzaaFapraadaadaaFalzalzamPalzalzaaaaaaaaaaaaaaaaaaaaaaadaiHapsakVaiHaptaoHapuapvapwapxapwaoHapyaoKapzapAapBapCaoKamYanbapDapEapFapGapGapGapGapGapHapIapGapGapGapGapGapJapKapLapMapNapOapPahfapQapRahfaadapSapTapTapTapTapTapUaadaadaaaaaaaaaaadaluapValuaaaapganIanIapWapXanIapYamIamIapZaltaqaamIaqbaltaqcamIamIaqdaltamIaltaqeaqfaltamIaqgaltaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadamJanjanjanjanjaqhanjanjanjaqiaqjapjapkaqkamJaadalzamialzaqlaqmanQaqnaqoalzaoEamiaqpamianOaqqamiamiamiamiamiamiamiamialzalzalzaadaaFaadaaFaqraqsaqraaaaaaaaaaaaaaaaaaaaaaaaaadaiHaqtaquaiHaqvaoHaqwaqxaqyapwapwaoHapyaoKaqzapBaqAaqBaqCamYanbandapEaiEaqDaqDaqDaqDaqDaqEaqFaqDaqDaqDaqDaqDaqDaqDaqDaqGaqHaqGaqIaqGaqGaqGaqGaqGaqJaqKaqKaqKaqKaqKaqJaqGaadaaaaaaaaaaadaqLamIaluaaaapgaqMaqNaqOaqPamIamIamIaltamIaltaqQamIamIaltamIaqRaqSaqTapiamIaltaqUaqValtamIapZaltaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadamJanjanjanjanjanjanjanjanjanjanMaqWapkaqXamJalzalzaqYalzalzalzamPaqZaraaraarbarcardarcarearfargarhalzamialzalzalzamialzarialzaaFaadaoBaadaqraqsaqraaaaaaaaaaaaaaaarjarjarjarjarjarjarjarjaptaoHarkarlarmapwarnaoHapyaroarparqarrarsaqCamYanbartapEaiEaqDaruarvarwarxaryarzaqDarAarBarCaqDarDarBarEaqGarFarGarHarIarJarKarLarMaqJaqKaqKaqKaqKaqKaqJaqGaadaadaadaadalualuarNalualuapgarOamIarPamIaoramIaltaltarQaltaltarRaltaltaqTarSarTamIaltamIarUarUarUarUarUarUarUarUarUarVarVarVarVaaFarVarVaadaadaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadamJanjanjanjanjanjanjanjanjanjanMarWapkarXamJarYarZasaasbasbasbasbasbasbascasdasealzalzalzalzamialzalzamiasfalzargamialzalzalzalzaoBaoBaoBaqrasgaqraaaaaaaaaaadaadarjashasiarjasjaskaslarjaptaoHapxasmapxasnapwaoHasoaspasqapBasrapBaqCamYanbassapEaiEaqDastasuasvaswasxasyaqDaszasAasBaqDasCasDasEaqGasFasGasHasHasHasHasIasJasKaqKaqKaqKaqKaqKaqJaqGaqGaqGaaaaaaaluasLamIamIapYapgasMaqTarPamIasNasOasPapiamIamIamIamIamIamIamIarSasQamIatOamIarUasSasTasUarUasVasWasXarUaadaoBaoBaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaamJanjanjanjanjanjanjanjanjanjanMarWasYasZamJamiamiataatbatcatcatcatcatcatcatdateatfaaFatgalzamiathapqargatialzatjamiamiamiatkakTaoBaoBaadaqraqsaqraaaaaaaaaarjarjarjaqsaqsarjaqsaqsaqsarjaptaoHapxatlatmatnapxaoHapyatoaoKatpatqatraoKatsanbandapEaiEaqDaqDaqDaqDaqDattatuaqDaqDatvaqFaqDaqDatwaqFaqGatxatyatzatAatAatBatCatDatEaqKaqKaqKaqKaqKatFatGatHatIatJatJaluamIamIatKamIapgatLamIatMatNatNatNatNavXatNatPamIamIamIamIamIamIamIamIaltasOarUatQatRatRarUatSatTatUarUaoBaoBaoBaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadaadamJanjanjanjanjanjanjanjanjanjanMatVatWatXamJatYatZauaaubanRaucaudaueaufalzaugateaaFauhatfakTamiasfalzalzalzalzalzalzalzauiatkakTaadaoBaadaqraqsaqraaeaaeaaeaujaukaulaqsaqsarjarjaumarjarjaptaoHaoHaunaoHauoaoHaoHaupauqaoKaoKaoKaoKaoKauranbausapEaiEaqDaruarvautarxauuauvauwauxauyauzauAauBauCauDauEauFatyauGauHauHauIauJarMatIaqKaqKaqKaqKaqKatIauKauLatIaoBaoBaltamIamIaltaltapgapgapgapgapgapgapgapgapgaltauMauNaltaltaltaltaltaltaltaltamIauOarUatRatRauPauQatQauRarUaoBaoBaoBaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSamJamJamJamJamJamJamJamJamJamJamJauTauUamJamJauValzataauWamiauXauYamiamialzaugateauZaadauZalzamiavaalzavbavcalzatjaqoavdaveaveaveavfavfavfavgavhaviavfavfavfavgaviavgavgavhavgavjavhavkavlavmavnavnavoavnavpavnavnavqavravnavnavnavnavsavtavuavuavvavwaqDastasvasvavxasxavyavzavAavBavCavDavEavFavGavHavIavJauGavKauHauIauJavLatIaqKaqKaqKaqKaqKatIavMauLaqGaltaltaltasLaqcamIavNaltavOaosavPavQaoraltatLaoraltavRamIaltavSamIaltavTavUavVavWavWavWawxavYavZawaawbawcawdarUarVarVaaFaaFarVarVarVarVaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaweawfawgawhawiawiawiawiaLLawiawiawjawkawlawmawnawoalzataauWawpamiawqamiawralzaugawsaveaveaveaveawtaveaseamiawqawuamiamiawvawwaDVawyawzawzawzawAawzawBawzawzawCawDawEawFawFawFawFawFawFawGawHawIawJawJawJawJawKawJawJawKawJawLawLawLawLawLawMawNawOawPawQaqDaqDaqDaqDaqDattawRawSawTawUawVawWawXawYawZaxaaxbaxcaxdaxeaxeaxfauJaxgatEaqKaqKaqKaqKaqKaxhaxiaxjaxkamIasLaltamIamIamIamIamIamIaxlatNatNatNatNatNatNatNaxmamIamIamIamIasRamIamIaxnaxoaxpaxqaxraxsaxtatRatRatRaxuarUaadaoBaoBaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxvaaaaaaaaaaxwaXfaxyaxzaxAaxBaxAaxCaxDaxDaxEaxFaxDaxGaxHaxDaxDaxIaveaxJauWaxKamiamiaxLaxMalzaxNaxOatZatZatZatZatZaxPateaxQamialzarYarYateaxRalzaxSaxTaxUaxUaxVaxUaxWaxUaxUaxXaxYaxZayaayaayaayaayaayaayaaybaycaydayeayfaygayhayiayjaykaylaymaynayoaypayqayranbaysahfafmaqDaruarvaytarxayuayvawSawSawSawTaywayxayyayzauEayAayBayCayDayEayFayGayHayIaqKaqKaqKaqKaqKayJaqGaqGaqGamIamIaltaorayKayKayKayKaltarPaltaltayLaltaltapialtarPasLaltaltapialtamIasLaxnayMarSarUayNayOayPayQayRayOaySarUaadaoBaoBaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaweayTaweayUayVayUayWaxBaxBayXayUayVayUayYayZazaazbalzataauWalzalzalzalzazcazcazdazeazcazcazcazcazcaugawsaveaveaveaveaveazfaxRaoEaxSaaaaadaaaazgaaaazhaaaaadaaaaxYaxZayaaAAazjazkazlaCWayaaybaznazoazpazpazqazrazpazpazpazsaztaztazuazvayqazwanbazxahfafmaqDastasvasvazyasxazzazAazBazCazDazEazFazFazGazFaqGazHazIazJazKazLazMazNayJaqKaqKaqKaqKaqKayJaltapZamIamIamIaltaltayKazOazPayKapZarPaltazQamIaltazRamIaltazSazTaltazUamIaltapiapiaxnazVapiarUazWayOazXazYazXayOazZarUaadaadaadaoBaoBaoBaoBaoBaoBaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSaAaauSaAbaxyayUaAcaAdaAeaAfayUaxyaAbayUauSaAgaAhalzaAiaAjaAkaAkaAkaAlazcaAmaAnaAoaApaAqaAraAmazcaAsaAtaAuaAvaAvaAvaAvaAvaAwarYaxSaadaAxaAxaAyaAxaAzaAxaAxaadaxYaxZayaaCXaABaACaADaCYayaaAEaAFaAGaAHaAIaAJaAKaALaAMaANaAOaAPayoayoayoaAQazwanbaARahfafmaASaASaASaASaASaATatuazFazFazFazFazFazFaAUaAVaAWazFaqGaqGaqGaqGaJgaJhaltayJaqKaqKaqKaqKaqKayJaltaltamIamIamIaltaAYayKaAZaBaayKamIarPaltamIasNaltamIamIaltarPasOaltamIamIaltaBbamIaxnayMaqTarUarUarUarUarUarUarUarUarUarVarVarVarVarVaadaoBaoBaoBaoBaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUaBcayUayUayUayUayUayUaBcayUaaaauSaBdazbaBeaBfaBgaBeaBeaBeaBhazcaAmaBiaBjaBkaBlaBmaAmazcaBnaBoaBnaBnaBnaBnaBnaBnaBpaBnaBqaaaaAxaBraBsaBtaBuaBvaAxaaaaxYaxZayaaCXaBwaBxaByaCYayaaqsaBzaydaBAaBBaBCaBDaBEaAPaBFaBGayoayoaBHayoaAQazwanbazxahfafmaASaBIaBJaBKaBLayuatuazFaBMaBNaBOaBOazFaBSaBPaAWazFaBQaZMaBRaqGaAXauJaltaBVaBWaBWaBWaBWaBWaBXaltaltaBYaBZaCaaltaltayKaCbaCcayKaCdaCealtaltaltaltaltaltaCfaCgaChaCiaCiaCiaCjaCkaClaCmaCnaCoaCpaCqaCraCsaCtaCuaCvaCwaCwaCwaadaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSayWaCxaBeaCyaCzaCAaCBaCCaCDazcaAmaCEaCFaCGaCFaCFaAmazcaCHaCIaCJaCKaCLaCMaCNaCOaCPaCQaBqaadaAxaCRaCSaCTaCUaCVaAxaadaxYaxZayaaCZaDabiybizbiAayaaqsaDbaydaDcaDdaDeayoaDfaDgaDhaDiaDjaAQayqaDkayqazwanbazxahfafmaASaDlaDmaDnaDoasxaDpaDqaDraDsaDtaDtaDuaDvaDwaDBaDxaBUaDyaDzaDAaDCaDDaltaHwaltaHwaltaHwaltaHwaltaltaBYaDEaDFaDGaDHayKaDIaDJayKarPamIaltaaaaltaDKaDLaDLaDMaDNaDOaDOaDOaDOaDOaDPaDQaDRaDSaDTaDTaDTaDUaVqaDWaDXaDYaDZaEaaEbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayWaEcaBeaEdaEeaEfaEgaEhaEiazcaEjaCFaCFaCFaCFaCFaCFaEkaElaCIaElaEmaElaElaElaElaCPaElaBqaaaaAxaEnaEoaEoaEpaEqaAxaaaaxYaxZayaaEraEsaEtaEuaEvayaaqsaEwaydaydaDiaExaEyaEzaEAaydaydayoayoayqaEBayqazwanbazxahfafmaASaDlaECaEDalSaEFaEGaEHaEIaEJaEKaEKaEKaEKaEKaELazFaEMaEOaFHaqGaHCaHDaltaltaltaltaltaltaltaltaltaltaltaltaltaEPaltayKaEQaERaESaETaEUaEVaEWaEVaEXaEYaDOaEZaFaaFbaFbaFbaFbaFcaFdaFeaFcaFcaFcaFcaFcaFcaFcaFfaFgaFhaCwaCwaCwaadaadaadaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayWaFiaBeaFjaFkaFlaFmaFnaFoazcaFpaCFaCFaCFaCFaCFaFqazcaFraFsaFtaFuaElaElaElaFvaFwaFxaBqaadaAxaFyaFzaFAaFBaFCaAxaadaxYaFDayaaFEaFFaEtaFGaENayaaqsaFIayqaFJayoaFKaFLaFMayoaFNayqaFOaFPayqaFLayqaFQaoNaFRahfafmaASaDlaFSaFTaFUattatuazFaFVaFWazFaFXazFaFZazFaFYaZMaZMaWIaGbaGcaGeaGfaGgaHHaGiaGiaGjaGkaHyaHzaGkaGlaGmaGkaGkaGnaGiaGoaGpaCnaGqaGraGsaGtaGuaGtaGvaGwaFbaGxaGyaFbaGzaGAaGBaFcaGCaGDaFcaGEaGFaGGaGHaGIaGJaGKaGLaGMaGNaGOaGPaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaGQayUayWaGRaBeaBeaGSaGTaGUaGTaBeazcazcazcazcaGVaCFaGWaGXazcaGYaCIaElaElaElaGZaElaElaCPaHaaBqaaaaAxaAxaHbaHcaHbaAxaAxaaaaxYaxZayaaHdaHeaHfaHgaHhayaaqsaHiayqaHjayoaHkaFLaHlayoaHmayqaAQaAQayqaHnayqaHoaHpaHqahfanDaASaASaASaASaASaHraHsazFaHtaHuazFaHvazFaHxazFaGdaGhaHJaGhaHAaHGbiBbiCaHEaHFaHIaHIaIYaIZaJcaKmaHIaHKaHLaHMaxpaxpaxpaHNaHOaHPaHQaHRamIaHSaHSaHSaHTaHUaFbaHVaHWaHXaHYaHZaIaaFcaIbaIcaFcaIdaIeaIfaIgaGIaIhaFfaFgaDYaIiaIjaGPaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayWaxBaIkaIlaImaIlaInaxBaIoaIpaIqaIrazcaIsaCFaCFaItazcaIuaCIaElaIvaIwaIxaIyaIzaIAaIBaBqaaaaadaaaaICaIDaICaaaaadaaaaxYaxZayaaIEaIFaIGaFGaIHayaaqsapyayqaIIayoaFLaFLaFLaIJaIKayqaaaaaaaILaIMaINaIOaIPaIQaIRaISaILaaaaaaaITaIUaIVaIWazFaIXaHuaHuaHuaHuaHuazFaJaaJbaJdaJeaJdaJdaNtaPQbiDaBTaBTaJfaKhaKiaKjaKkaJiaJiaJjaJkaJlaJiaJmaHSaHSaJnaHTaHSaHSaHSaJoaJpaHTaHUaFbaJqaJraJsaJtaJuaJvaFcaJwaJxaJyaJzaJAaJBaJCaJDaIhaFfaJEaDYaGNaJFaGPaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayWaxBaJGaJHaJIaJHaJJaJHaJHaJHaJKaxBazcaJLaJMaJLazcazcaJNaJOaJNaBnaBnaBnaBnaJNaJPaJQaBqaJRaJSaJSaJTaJUaJVaJSaJSaJWaxYaJXayaaJYayaaJZaKaaKbayaarjaoJayqayqayqaAQaKcaAQayqayqayqaILaILaILaKdaIPaIPaIPaIPaIPaKeaILaILaILaITaKfaIVaKgazFaLMazFazFazFazFazFaJdaGaaKsbiEaKtbgUaKoaMcaLQaLcaLTaBTaKpaKraKraKjaLSaJiaLUaKuaKvaKwaJiaKxaKyaKzaKAaKBaKCaKDaKEaKFaKGaHTaHUaFbaKHaKIaKJaJtaJuaKKaFcaKLaKMaKNaKOaKPaKQaKRaFcaFcaKSaFgaDYaIiaIjaGPaaaaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSaKTaxBaKUaKVaKWaKXaKYaKZaweaLaaLbaxBaLjaLdaLeaLeaLfaLeaLeaLgaLeaLeaLeaLeaLeaLeaLhaLiaLqaLkaLlaLmaLmaLnaLmaLmaLmaLmaLoaLpaLxaLraLmaLsaLmaLtaMWaLuaLvaLwaLRaEEaIRaIRaIRaLNaLPaLPbiFaLPaLPaLAaLBaLCaLDaLEaLFaLGaLPaLPbiFaLHaLIaLJaLKaPJbcXaNKbiGaLPbiHbiIaOCaLVaKsaLWaWHaLXaLYaOvaNjaNlaNnaBTaLZaMaaMbaNkaNmaJiaMdaKuaMeaMfaJiaJiaMgaMhaMiaMjaMkaMlaMmaMnaMoaHTaHUaFbaMpaMpaMqaMraMpaMpaFcaMsaMtaFcaMuaKRaKRaKRaFcaMvaMwaMxaDYaCwaCwaCwaMyaMyaMyaMzaMzaMzaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayVayUayUayUayUayUayUayVayUaaaauSaBdaMAaKUaMBaMCaMDaMEaMFaweaMGaLbaMHaIkaLdaMIaMJaMKaMLaMLaMMaLeaLeaLeaLeaLeaLeaLeaLiaLeaLdaMNaLeaLeaMOaMPaMQaMQaMQaMRaMSaMQaMTaMQaMUaMQaMVaOnaMXaMYaMZaIPaIPaIPaIPaIPaIPaIPaIPaLzaIPaIPaNaaNbaNcaNdaNeaNfaNgaIPaIPaLzaIPaNhaIPaIPaIPaIPaIPaIPaIPaNiaIPaOCaNoaNpaNqaNraStaNsbiJaOwaOxaOyaBTaNuaOuaOuaHBaOzaJiaNvaKuaNwaNxaNyaJiaHSaHSaNzaHSaHSaHSaNAaNBaNAaHTaHUaFbaNCaMpaMpaNDaMpaNEaFcaFcaFcaFcaFcaFcaFcaNFaFcaFfaFfaFgaDYaNGaNHaCwaNIaNJaRkaNLaNMaMzaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSaAaauSayUaxyayUaNNaNOaNPaNQayUaxyayUayUauSayWaxBaKUaNRaNSaMDaMEaMFaweaNTaLbaxBaIkaLdaLeaNUaNVaNVaNVaNWaNXaNYaNVaNZaNVaNVaNVaOaaNVaObaNVaNVaNVaOcaOdaOeaOfaOfaOfaOgaOhaOiaOjaOkaOlaOmaWUaOoaOpaIPaOqaOqaOqaOraOqaOqaOqaOqaOsaOqaOqaOqaOqaOqaOqaOtaOqaOqaOqaOqaPPaOqaOqaOqaOqaOqaOqaOtaOqaIPaIPaIPaJdaPLaStaStaStaStaRiaMcaLQaPOaNnaBTaBTaPKaBTaBTaBTaJiaOAaOBaODaWFaOEaJiaHSaOFaOGaOHaOIaOHaOHaOJaOKaHTaHUaFbaOLaOLaOMaONaOOaOOaOPaFbaOQaORaOSaCwaFfaGNaOTaFfaFfaOUaOVaCwaOWaCwaOXaOYaOZaPaaPbaMzaMzaMzaMzaMzaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaweawfaweayUaBcayUayWaxBaxBayXayUaBcayUaPcaPdaPeaxBaKUaPfaPgaKXaPhaKZaweaPiaLbaxBaPjaPjaPjaPkaPlaPlaPlaPlaPlaPlaPmaPnaPlaPoaPlaPlaPlaPpaPqaPraPqaPsaPtaPuaLeaLeaPvaPwaPxaLeaPyaPzaLeaPAaPAaPMaRgaRmaILaILaILaILaILaILaILaILaPCaPDaPEaPFaPEaPEaPEaPGaPEaPHaPEaPIaPCaILaILaILaILaILaILaILaILaPMaTSaUTaJdaVjaRiaRiaRiaRiaKsaMcaLQaRjaKsaRsaKsaKsaVnaJiaRnaJiaJiaPRaJkaJiaJiaJiaJiaOHaPSaPTaPTaPTaPTaPUaOHaHTaHUaFbaPVaMpaOMaONaMpaMpaPWaFbaPXaPYaPZaCwaFfaIiaQaaQbaQbaQcaQdaQeaQfaCwaQgaQhaQiaQjaQjaQkaQlaQlaQmaQlaQnaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQoaaaaaaaaaaxwaXfaxyaxzaQpaxBaQqaPeaxBaxBaQraQqaxBaQpaPeaxBaxBaxBaQsaQtaQuaQvaQwaQxaQxaQyaQzaxBaPjaQAaPjaQBaPlaQCbiKaQEaQFaQGaQDaQHaQIaQJaQKaQLaQMaPpaQNaQOaQPaPsaQQaPuaPuaQRaPuaPuaPAaPAaQSaQTaPAaPAaPAaQUbiLbbeaILaaaaaaaaaaaaaaaaaaaaaaPCaKnaQVaQWaQXaQYaQZaRaaRbaRcaRdaReaPCaaaaaaaaaaaaaaaaaaaaaaILaIOaIPaIPbiMaKsaKsaKsaRlaKsaKsaRfaSfaRjaKsaSraKsaKsaKsbaEaSBaRoaRpaRqaRraRtaRuaSuaJiaOHaRvaVsbiNbiNbiOaRxaOHaHTaRyaFbaRzaRzaOMaONaRAaRAaRBaFbaFbaRCaFbaCwaRDaGNaOTaREaRFaOUaOVaCwaCwaCwaMzaRGaRHaMzaMzaMzaMzaMzaMzaMzaRIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaweaRJawgaRKaRLaRLaRLaRLaRLaRLaRLaRLaRKaRLaRMaxBaxBaIkaxBaRNaROaxBaRPaxBaRQaRRaRSaPjaRTaPjaQBaPlaRUaQDaQDaQDaQDaQDaQHaQDaQDaQDaQDaQMaPpaRVaQOaQOaPsaQQaPuaRWaRXaRXaRYaPAaRZaSaaSbaScaSdaSeaIPbiLbbeaILaaaaaaaaaaaaaPCaPCaPCaPCaSgaShaSiaSjaSkaSlaSmaSnaSoaSpaSvaPCaPCaPCaPCaaaaaaaaaaaaaILaIOaIPaIPaSqaKsaKsaSsaStaSwbiPaSzaSAaRjaSsaTTaSwaKsaTUaJiaWKaSCaSDaSEaSFaSGaSHaSBaSIaSJaSKbiQaSLaSMbiRaSNaOHaHTaHUaFbaMpaMpaOMaONaRAaRAaMpaSOaSPaMpaSQaCwaKSaSRaSSaREaREaSTaSUaSVaCwaSWaSXaQhaQiaQjaQjaSYaQlaQlaQlaQlaSZaTaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaauSauSauSauSayUayUayUayUayUayUayUayUauSauSaweaIkaTbaTcaTcaTdaTcaTcaTcaTcaTeaTcaTcaPjaRTaTfaTgaPlaThaQDaTiaTjaTkaTlaTmaTnaToaQDaQDaTpaPpaTqaTraTsaPsaQQaPuaTtaTuaTvaTwaPAaTxaTyaSbaTzaTAaSeaIPaPBbbeaILaILaTBaPCaPCaPCaTCaTDaTEaTFaTGaTHaTIaTJaTHaTKaTHaTLaTMaTNaTOaTPaTQaPCaPCaPCaTBaILaILaLzaLzbbfaJdaKsaKsaSsaVmaSwbiSaWIaTVaKqaSsbiTaSwaKsaKsaVoaSBaSBaWJaTXaTYaTZaUaaSBaUbaUcaUdbiQaUeaUfbiRaUgaUhaHTaHUaFbaUiaUiaOMaONaUjaMpaMpaUkaMpaUlaUmaCwaUnaUoaUpaREaREaUqaUraFfaCwaUsaQjaQhaQiaQjaPbaMzaMzaMzaMzaMzaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUaAcazaaUtaTcaUuaUvaUwaUxaUwaUyaUzaUwaTcaRTaRTaUAaUBaPlaUCaUDaUEaUFaUGaUHaUIaUJaUKaULaUMaQMaPpaPpaPpaPpaPsaQQaPuaPuaPuaPuaPuaPAaUNaUOaUPaTzaUQaSeaIPaIPaLyaIRaIRaURaUSaZQaPCaUUaUVaUWaUXaUYaUXaUZaVaaVbaVcaVdaVeaVfaVdaVgaVhaViaPCaZRaUSaVkaVlaIRaIOaIPaxxaJdaSyaKsaSsbiUaSwaKsaZMaZMaKsaSsaStaSwaKsaKsaVoaSBaSBbgZbiVaVpaVpaUaaWLaJiaVraUdbiWbiXbiXbiYaUgaVtaHTaVuaFbaFbaFbaOMaONaVvaVwaMpaVxaVyaKJaVzaCwaFfaSRaSSaREaREaVAaSUaVBaCwaVCaQjaQhaQiaQjaPbaMzaZNaZOaZPaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVDayUayUayWaxBaTcaVEaVFaVGaUuaVHaVIaUzaUwaTcaVJaVKaVLaPjaPlaVMaVNaVOaVPaVQaVQaVRaVQaVQaVQaVSaVTaPlaVUaVVaVWaVXaVYaVZaWaaWbaWcaWdaWdaWdaWdaWdaWdaWdaWdbbVaIPaIPaIPaIPaWeaWfaWgaWhaWiaWjaWkaWlaWmaWnaWoaWpaWqaWraWsaWtaWuaWvaWkaWwaWxaWyaWzaWAaWBaWCaWDaWEaIPaIPbbXbiZaKsaKsaKsaKsbjaaZMaZMaKsaSsaStaSwaKsaKsaVoaSBaSBaSBaSBaSBaSBaUaaYoaJiaOHaUdaRwaRwaRwaRwaUgaOHaHTaWMaWNaWOaWPaWQaWRaWSaWSaWTaOMaOMaOMaOMbegaREaREaREaREaREaWVaWWaWXaYIaWZaXaaXbaXcaPaaXdaMzaZPaZOaZOaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaXeaXgaxybhaaxBaxBaTcaXhaXiaXjaXkaXkaXlaXmaXnaTcaXoaRTaVLaXpaXpaXpaXqaXraXpaXsaXtaXuaXvaXwaXwaXxaXyaPlaXzaXAaXBaXCaXDaXEaXBaXFaXGaXGaXHaXIaXJaXKaXLaXMaWdbbVaIPaXNaXOaXPaXQaXRaXSaPCaXTaXUaXVaXWaXXaXYaXYaXZaYaaYbaYcaYdaYeaYfaXVaYgaXTaPCaXSaXRaYhaYiaXOaYjaIPaIPbebbbXbiZaKsaKsaKsaKsaKsaKsaKsaRlbjbaKsaKsaKsaJiaYpaYqaSBaSBaYraSBaYXbhyaJiaYsaYtaRwaYuaYuaYvaYtaYwaYxaYyaYzaYzaYAaYBaYCaOMaOMaYDaOMaOMaOMaOMbegaYEaYFaYFaYFaYFaYFaYGaYHbjsaYJaYKaYLaYMaQjaYNaMzbjhaZOaZNaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUayUayUayWaYOaYPaYQaYRaYSaYSaYSaYSaYTaUuaTcaYUaYVaVLaXpaYWbaKaYYaYZaXpaZaaZbaZcaPlaZdaZeaZfaZgaPlaZhaZiaZjaZkaZjaZlaZmaZnaWdaZoaZpaZpaZqaZraZsaZtaWdbbYaLzaZuaZvaZvaZvaZvaZvaZvaZwaZxaZyaXXaXZaZzaZAaZAaZBaZAaZAaZCaYbaYeaZDaZEaZFaZDaZDaZDaZDaZDaZDbjiaIPaIPbgTbjjbbXbiZbjkaSwbjlaKsaKsaKsaWGaKsaKsbjmaYkaJibjnaJiaZSaYlaZTaZTaJiaJiaJiaZUaRwaRwaZVaZWaZXaZYaZWaHTaZZbaababaFbbacbadbaeaVwaMpbafaUkaVwbagaCwbahaFfbaiaREaREbaiaFfbajaCwbakbalbamaQiaQjaPbaMzaMzaMzaMzaMzaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUbanaPebaoaTcaUwaVFaUwaUubapaUwbaqaUwaTcbarbasbataXpaXpaXpbaubavaXpaZbbawaZbaPlaZdaZeaZfaZgaPlaZhaZibaxbayaZjbazaZmaZnaWdbaAaZpaZpaZGbaBaZpbaDbbxaIPaIPbbZaZvbaFbaGbaHbaIbaJbcebaLbaMbaNbaOaZAaZAbaPbaQbaPaZAaZAbaRbaSbaCbaTbaUbaXbaYbbzbaVbaWaZDbjoaIPaIPbgTbgTbjpbbXaJdaJdaJdbbbaSqbbbaJdbbcaJdaJdaJdaJibcbbdZbbdbbdbbdbbdbcfbdHaJiaZWbbgbbgaZWbaabaabaabaaaHTaZZbaababaFbaFbaFbbbhaFbbbhaFbbbhaFbaFbaCwaCwbbibbibbibbibbibbiaCwaCwbbjaQjbbkaQiaQjaQjbblaQlaQlaQlaQlaSZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadauSauSayUayUayUayUayUayUayUayUauSauSaweaxBaxBaTcaTcaTdaTcaTcaTcaTcaTeaTcaTcbbmbbnbboaXpaYWbbpbaubbqaXpbbrbbsbbraPlaZdaZeaZfaZgaPlbbtaZiaZjbbubbvbbwaZmaZnbjqaZsbbybaZbbabbAaZpbaDbbCaIPaIPaXNbbDbbEbaJbbFbbGbbGbbHbbIbbJbaNbbKaZAaZAbaPbbLbaPaZAaZAbbMbaSbbBbbNbpdbbRbbSbcWbaWbbOaZDbjobbUaIPaIPbaabaabaabecbGkbehbaabaabaabeibembembembembeobaabaabaabaabaabaabaabaabehbaabaabaabaabaabaabaabcabepbccbcdbaabesbembembaabembaabembaabembekbeobfObaabaabaabaabaabaabbWbcgaSXaQjbchbcibcjbckaMzaMzaMzaMzaMzaRIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaayUawhawiawiawiawiawiawiawiawiawhawibclaxDaxDbcmbcnbcobcpbcpbcpbcqbcrbcsaPjbctbcubcvaXpaXpaXpbcwbcxaXpaPlaPlaPlaPlaZdaZebcybczaPlaZhaZiaZjbcAbcBbcCbcDbcEbcFbcGbcGbcGbcHbcIaZsbcJaWdaQUaNhaXNbcKbcLbaJbcMbcNbcObcPbcQbcRbaNbcSbaPaZAbcTbcUbcTaZAbaPaZCbaSbbPbbNbpdbbRbdVbcWbaWbaWaZDbjraIPaIPaIPbaabaabaabaabHGbbWbaabaabaabaabcYbaabaabaabaabaabcZaYzaYzaYzaYzbdabaabbWbaabaabaabaabaabaabdbbdcbddbdebdfbdfbdfbdgbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdfbdhbdibdjbdkbdkbdlaQibdmaQjbdnaQlaQlbdoaQlbdpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadayUaxAaxBaxAazaaxBaxBbdqaxAaxBaxAazaaxBaxBaxBbdrbdsbdrbdrbdrbdrbdtbduaPjaPjaPjbdvaVLaXpaYWbdwbdxbbqaXpbdybdzbdyaPlaPlaPlbdAbdBaPlaZhaZibdCbdDbdEbdFaZmaPjaWdaWdaWdaWdaWdaWdaWdbdGaWdbfPaIPaXNbcKbdIbaJbcMbdJbdKbcPbcQbaJbaNbdLbdMaZAbdNbdObdPaZAbdQbdRbaSbbQbbTbcVbdWbdXbjdbaWbdSaZDbjobeaaIPbedbgBbgBbgBbiibHHbjtbeebeebeebfAbefbeebeebjubgBbgBbgBbgBbgBbjvbjwbejbjxbjtbgBbgBbaabaabaabelbjybenbjzbjAbeqbeqbeqbaabgBbgDbjBbgBbgBbaabaabaabaabaabaabaabaabaabaabaabbWbetbeubevbewaQiaQjaPbaMzaMzaMzaMzaMzaMzaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaweayUbexayUayWaxBaxBayXayUbeyayUayYbezbeAbeAbdrbeBbeCbeDbeEbeFbdtbeGbeHbeIbeIbeJbeKaXpaXpaXpbeLbeMaXpaPjaPjaPjaPjbeNbeObePbeQbeObeRaZibeSbeTaZjaZlaZmbeUbeVbeWbeXbeXbeXbeXbeYbeZbeVbjCaIPbbZaZvbaJbfbbfcbfdbfebffbcQbfgbfhaXYbfibfjbfkbfkbfkbflbfmaYdbfnbdTbdUbdYbpxbfobjdbaWbfpaZDbjoaIPbjDbfvbfvbfvbfvbfvbfvbfvbfwbfxbfxbfxbfybfzbfzbfwbjEbjEbjEberberberberberbfBbfBbfBbfCbfBbfBbfBbfBbfBbfGbfHbfIbfJbfJbfJbfKbfLbfLbfLbfLbfLbfMbfNbfNbjFbjGbfNbjHbjIbfNbfNbfRbfSbfSbfSbfSbfTbfUbfVbfWaMzaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaAaauSaAbaxyayUaAcaAdbfXbfYayUaxyaAbayUauSaAaawebdrbfZbgabgabgabgbbgcbgdbgebeObeObgfbggaXpaYWbghbeLbgiaXpbgjbgjaRTbgkbglbgmbgnbgmbgmbgobgpbgqaZkbgrbgsaZmaRTbgtbgubeVbgvbgwbgxbgyaPNbgAbjJbgCbjKaZvbgEaZybgFbgGbgHbgIbcQbgJaZvaadbgKbjLbjMbjMbjMbjNbgMaadaZDbfqbfrbfsbftbaWbfubaWbgNaZDbjoaIPbjObfvbjPbgVbgWbgXbgYbfvbhfbjQbjQbjQbhbbhcbhcbhdbhebjRbhgbfDbfEbfFbhhberbhlbhibhjbhkbhibhmbhnbfBbfBbhobhpbhqbhrbhsbhtbhubhvbhwbhxbjSbfLbhzbhAbhzbfLbhBbhCbhBbfSbhDbhEbhDbfSbhFbhGbfSbhHbhIaMzaMzaMzaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaadaadaadaadayUbhJayUayUayUayUayUayUbhKayUaadaadaadaaabdrbhLbdrbhMbgabhNbhObdraRTaTfbhPbhQbhRbhSbhSbhSbhSbhSbhSbhTbhUbhVbhWbhXbhYbhYbhYbhYbhYbhYaZmbhZaZiaZmbhYbhYbiabibbicbidbiebifbiebigbihbfaaIPbjTaZvbijaZyaZyaZyaZybgIbcQbikaZvaadbgKbjUbilbimbinbjVbgMaadaZDbgObbNbgPbgQbaWbjdbaWbaWaZDbjoaIPbjDbfvbirbisbitbitbiubivbhcbiwbhcbhcbhbbjWbhcbhcbhcbhcbixbfDbjXbjYbjZberbkabhibhibkbbkabkcbhibfBbkdbkebfHbkfbkgbkhbkibkjbkkbklbkmbknbkobkpbkqbkrbfLbksbktbkubfSbgRbgSbgRbiobgRbgRbfSbkzbhIaaaaadaaaaadaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabkAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaabdrbkBbkCbkDbkEbkEbkFbkGbkHbkIaPjbkJbkKbkLbkLbkLbkMbkMbkMbkMbkMbkMbkNbkObhYbkPbkQbkRbkSbkTbkUbkVbkWbhYbkXbkYbkZbeVbeVblablbblcblbbldbleblfblgbbZblhblibljblkbllaZyblmbcQaZvaZvaadbgKbjUbimbgLbimbjVbgMaadaZDaZDbipbpdbiqbaWbjebjfbjgaZDbjoaIPbjDbfvblsbisbltblublvblwbhcblxblyblzblAblBblCblCblDbhcbixbfDblEblFblGberbkabhibhibkbbkabkcblHbfBblIblJbfHblKblLblMblNblKbkkblOblPbkmbkmbkmbkmblQbfLblRblSblTbfSbkvbgRbgRbkwbkxbkybfSbkzbhIblYblYblYblYaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrblZbdrbmabmbbmbbmcbdrbmdbmdaPjbmebmfbmebmebmebmfbmeaPjaPjbhYbhYbmgbmhbhYbmibmibmibmibmibmibmjbmkbmlbmmbmnbmobmpbmqbmrbmqbmsbmtbmubihbfabmvbmwbmxbmybmzbmAbmBaZybgIbcQaZvaadaadbmCbmDbinbmEbilbmFbmGaadaadaZDbmHbmIaZDaZDaZDaZDbmJaZDbmKaIPbmLbfvbmMbmNbmObitbiubmPbhcblxbmQbmRbmSbmTbmUbmVbmWbmXbixberbmYbmZbnaberbkabhibhibkbbkabnbbncbfBbndblJbfHbnebkgbnfbkibngbkkbnhbnibnjbnkbnlbnmbnnbfLbnoblSbnpbfSbnqbnrbnsblnbloblpbfSbkzbnwbnxbnybnzbnAaaaaaaaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrbnBbkCbnCbmbbnDbnEbdraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabnFbnGbnHbnIbnJbnKbmibmibmibnLbmibmibnMbnNbnObnPbnQbnRbnSbnTbihbnUbeVbeVbeVbnVbnWaLzblhbnXbnYbnYbnYbnYbnZboabobaadaaabgKbocbodbodbodboebgMaaaaadbofbntbnubnvbojbokaZDbolaZDbjiaIPbombfvbonboobopboqborbfvbosblxbmQbotboubhcbovbotbmWbowboxberboybozboAboBboCboCboDboEboFboGboHboIboJboKbfHboLboMboNboOboPboQboRboSboTboUboVboWaRhbfLboXboYboZbfSbpabpbbpcblqbgRblrbfSbpebpfbpgbphbphbphbphbphbphbpiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabdrbpjbkCbkCbkCbdrbdrbdraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabnFbpkbplbpmbpnbpnbpnbpnbpnbpnbpnbpnbpnbpobppbpqbprbpsbptbpubpvbpwbpwbpybpzbfabpAbpBblhblhbobbpCbpDbpEbpFbpGbobaaaaaabgKbpHbpIbpJbpIbpKbgMaaaaaabofboibpdbpxbofbpOaZDbpPaZDbjiaIPbpQbpRbpSboobpTbitbpUbfvbjEbpVbpWbpXbpYbhcbpZbpXbqabqbbjEberberbqcberbqdbqebqfbqfbqfbqgbqhbqibqibqibqjbqkbfIbfIbfIbfIbfIbqlbqmbkmbqnboWboWbqobqpbqlbqqbqrbqsbqtblUblVblWblXbogbohbfSbqAbqBbqCbqDbqDbqDbqDbqDbqEbhIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqFbnFbnFbqGbplbkVbmibqHbqHbqHbqHbmibmibmibmibqIbqJbqKbqLbqMbqNbqObqPbqQbpwbpwbpzbqRbqSbqTbqUbqVbqWbqXbpLbpMbpNbrbbobaadaaabgKbrcbrdbrdbrdbrebgMaaaaadbofbqxbqybqzbofbriaZDbolaZDbjiaIPbpQbfvbrjboobrkbrlbrmbfvbrnblxbrobpXbjEbrpbjEbpXbrqbrrbrsbrtbrubrvbrwbrxbrybrzbrAbrBbrCbrDbrEbrFbrGblJbrHbrIbrJbrKbrLbrMbrNbrObrPbrQbrRbrSboWbrTbrUbrVbrWaSxbqtbqubqvbqwbqYbgRbqZbscbsdbfSbsebsebsebsebsebsebkzbhIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabsfbsgbsfbshbsibsjbskbslbmibmibmibmibmibsmbhYbhYbsnbpwbsobspbsqbpubsrbpwbssbpwbstbsubpAbsvbswbsxbsybszbrabrfbpNbsCbobaaaaaabgKbsDbsEbsFbsEbsGbgMaaaaaabsHbsIbsJbsHbsHbsHbsHbsKbsHbsLaLzbsMbfvbfvbsNbsObsPbfvbfvbhcbsQbsRbsSbsTbsSbsUbsSbsWbqbbhcbhcbhcbqbbhcbhbbrybrzbsXbsYbsZbtabtbbtcbrGbtdbtebtfbtgbtgbtgbthbtibtjbtkbtlbtmbtnbtobtpbtqbtrblSbtsbqtbqtbttbtubtvbttbqtbfSbfSbfSbtwbtxbtybtzbtAbsebtBbhIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabtCbtDbtEbtFbmibkVbmibqHbqHbtGbqHbmibmibtHbtIbhYbtJbpwbsobspbpwbtKbpwbpwbtLbpwbstbsubpAaIPbswbtMbtNbtObrgbrgbrhbtRbobaadaadbtSbtTbtUbtVbtWbtXbtYaadaadbtZbuabubbucbudbuebufbugbsHbuhaIPbuibujbukbulbumbunbuobupbuqburbusbutbutbutbutbutbuubuvbutbutbutbuwblCbuxbuybrzbuzbuAbuBbuBbuCbuDbrGblJbrHbuEbuFbuGbuHbuIbuJbuKbkmbuLbkmbkmbkmbuMbqlbuNbuObuPbuQbuRbuSbuTbuUbuVbuWbuXbuYbuZbvabvbbvbbvbbvcbvdbvebhIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqFbnFbnFbvfbmibkVbmibmibmibmibmibmibmibtHbvgbhYbvhbvibvjbvkbvlbvmbvnbvobpwbvpbpzbvqbpAaIPbswbsxbobbvrbvsbvtbvubvvbobaaaaaaaadbgKbvwbvxbvwbgMaadaaaaaabtZbvybvzbvAbvBbvCbvCbvDbvEbvFbvGaMXbvHbvIbvJbvKbvLbvMbvNbvMbvMbvObvPbvQbvRbvRbvRbvSbvTbhcbhcbvUbvVbvVbvWbrzbrzbrzbvXbvYbvZbtbbuDbrGbwabrHbfLbqlbqlbqlbqlbqlbqlbqlbqlbqlbwbbwcbwbbqlbwdbwebwfbwgbwgbwgbwhbwibwjbwkbwlbwmbwnbwobwpbwqbwrbwsbwtbwubwvblYbwwbwwblYaadaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabwxbtCbtDbtEbpkbwybmjbwzbnKbmibwybmibmibmibtHbwAbhYbwBbpwbsobwCbwDbwEbpwbpwbpwbwFbpzbvqbpAaXNbswbwGbobbwHbwIbwJbwKbpGbobaaaaaaaadbwLbwMbrdbwNbwOaadaaaaaabtZbwPbwQbwRbwSbwTbwUbwVbsHbwWaIPbjDbjEbjEbwXbwYbsWbwZbxabxbbxcbxcbxbbxabxbbxabxbbxabxbbxabfzbfzbvVbxdbuBbxebxfbrzbvXbxgbxhbxibxjbrGbxkbxlbxmbxnbxobwgbwgbxpbwgbwgbxqbxrbxsbxtbxubwgbxvbxwbxxbxybxybxybxzbxzbxzbxzbxzbxAbxBbxCbxDbxCbxEbxCbsebxFbxGbxHbxIbxJblYaadaaaaaaaaaaaaaaaaaaaadaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabxKbxLbxKbxMbxNbxMbxMbxMbxMbxMbxObxPbmibtHbxQbhYbxRbxSbxTbxUbxVbxWbxXbxXbxXbxWbxWbxYbpAaKebxZbsxbobbyabybbycbydbyebobaaaaaaaadbyfbygbtVbyhbyiaadaaaaaabtZbyjbykbylbymbwTbwUbwVbsHbynaIPbjDbyobypbyqbwYbyrbysbxabytbyubyvbywbyxbjcbyzbyAbyzbyBbxabhcbyCbvVbyDbuBbyEbyFbyGbyHbyIbyJbyJbyKbyLbyMbyNbyObyPbyQbyRbySbyRbyRbyTbyRbyRbyUbyVbyRbyRbyWbyXbyYbxybrXbrYbrZbzcbzdbzebxzbzfbzgbzhbzibzjbzgbzkbsebxFbhIbzlbzmbznblYaaaaaaaaaaaaaaaaaaaaaaadbzoaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabqFbnFbnFbnFbhYbnFbnFbnFbzpbzpbzpbzpbzqbzrbzrbzpbzpbzsbztbzubzvbxWbzwbzxbzybzzbxWbzAbpAbbeaTBaTBbobbobbobbobbobbzBbobaILaILaILbtSbzCbzDbzEbtYaILaILaILbsHbsHbsHbsHbsHbsHbsHbsHbsHbzFaIPbzGbxabxabzHbzIbxabxabxabzJbyubzKbyubzLbzMbzNbzObzPbzQbzLbhcbyCbvVbzRbzSbzTbzUbzVbzWbzXbzUbzUbzYbzZbAabAbbAcbAcbAcbAcbAdbAcbAcbAcbAebAebAfbAgbAhbAhbtrbAibtsbxybsabsbbsAbAmbAnbAobApbsebsebAqbAqbAqbsebArbsebxFbhIbAsbzmbAtblYaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaabzpbAubAvbAwbAxbAybAzbzrbAAbABbACbADbxXbAEbAFbAGbAHbxWbzAbpAaIPaLPbAIbAJbAKaLPbiFbALbAMbANaWDaWDaWDbAObAPbAQbARbASaIPaIPaIPaIPaLOaIPaLzbATaIPaIPbAUaIPbAVaIPbAWbxabAXbAYbAZbBabBbbxabBcbyubBdbyubzLbzMbzMbBebBfbBgbzLbhcbBhbvVbuBbBibBjbBkbBlbBmbBnbBobBpbrGbrGbBqbBrbAcbBsbBtbBubBvbBwbBxbAcbBybBzbBAbBBbBCbAhbtrbAibBDbBEbsBbsVbtPbBIbBJbBKbApbBLbBLbBLbBLbBLbBLbBLbsebxFbhIbBMbBNbBOblYaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaabzrbBPbBQbBRbBSbBTbBUbBVbBWbBXbBYbBZbCabCbbAGbCcbCdbxWbzAbCeaIPaIPaIPaIPaIPaIPbCfaIPbpAaIPaIPaIPaIPaIPbCgbChbCiaIPaIPaIPaIPaIPaIPaIPaLzaIPaIPaIPaIPaNhbAVbCjbjDbxabCkbClbCmbCnbCobxabCpbyubyvbCqbxabCrbCsbCtbCubCvbxabhcbyCbvVbvVbvVbvVbvVbrGbrGbrGbrGbrGbrGbCwbCxbCybAcbCzbCAbCBbCCbCDbCEbAcbCFbCGbCHbCIbCJbAhbtrbCKbCLbCMbtQbyybyybyZbzabzbbApbBLbBLbCSbCTbBLbBLbBLbsebxFbhIbCUbzmbCVblYaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabzpbCWbCXbCYbCZbDabDbbDcbDdbDebDfbDdbDgbDhbDibDjbDkbxWbDlbDmbDnaKlbDnbDobDnbDnbDpbDnbDqbfQbDrbDsbfQbDtbDubDvbDwbDxbDybDzbDAbDAbDBbDAbDCbDDbDAbDEbDFbDGbDHbfQbDIbxabDJbDKbDLbxbbxbbxabxbbDMbxbbxabxabxabxabxabxabxabxabhcbhcbDNbDObDPbwZbDQbDRbAjbAkbAlbBFbDRbDWbDXbDYbAcbBsbDZbEabEbbEcbEdbAcbEebEfbEgbEhbEibAhbtrbEjbEkbxzbBGbBHbCNbCObCPbCQbApbBLbBLbBLbErbBLbBLbBLbsebEsbEtbEubzmbznblYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabzpbzpbzrbzrbzrbzrbzpbzpbEvbEwbACaTRbxWbxWbxWbxWbxWbxWbExbEyaITaITaITaITbEzbEzbEzbEzbEzbEzbEzbEzbEzbEzbEAaHpbEBbECbECbECbECbECbEDbECbECbECbECbEEbEFbEEaIUaKfbEGbxabEHbEIbEJbEKbELbxabEMbyubENbEObEPbEQbERbESbETbEUbEOblDbhcbhcbhcbhcbhcbsWbEVbCRbDSbCRbDTbDRbEZbCxbFabFabFabFabFabFabFabFabFabFbbFbbFbbFbbFbbFbbFcbFdbFebxzbxzbxzbxzbxzbxzbxzbApbsebsebsebsebsebsebsebsebxFbhIbFfbFgblYblYaadaadaadaaeaaeaaeaaeaaeaaeaaeaaeaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabFhaaaaaaaaaaadaaaaaabzsbFibFjbFkbFlbFlbFmbFnbFobFpbFqbFrbEyaaaaaaaadaaabEzbFsbFtbFubFvbFwbFxbFybFzbEzbFAbFBbFCbECbFDbFEbFFbFGbFHbFIbFJbFKbFLbFMbFNbEEbEEbEEbEEbxabFObFPbFQbFRbFSbFTbFUbFVbFWbFXbFVbFVbFVbFYbyubFZbGabGbbGcbGcbGdbGebGfbGgbEVbDUbDVbElbEmbDRbEZbCxbFabGlbGlbGlbGmbGlbGlbGlbFabGnbGnbGobGnbGnbFbbGpbGqbGrbGsbGtbGubGvbGwbGxbGybGzbGAbGBbGCbGDbGEbGFbGGbGGbGHbGIbGtbGtblYaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaabzsbzsbGJbGKbGLbDdbGMbGNbGObGObGPbGQbGRbGSaadbGTbGUbGVbGWbGXbFzbGYbFzbGZbFzbFzbFzbEzbHabHbbHcbECbHdbHebHfbHgbHhbHibHjbECbECbHkbHlbHmbHnbHobHpbHqbHrbHsbHtbHubHvbHwbHxbHybHzbHAbHBbHCbyubyubyubHDbjEbjEbjEbjEbjEbHEbHFbwYbEVbEnbEobCRbEpbDRbEZbCxbFabGlbGlbGlbGlbGlbGlbGlbFabHJbHKbHLbHMbHNbHObHPbHQbGrbHRbHSbHTbHTbHTbHTbHTbHTbHUbHVbHWbGDblYbHXbHYbHZbHZbIabIbbIcbGtatJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbIdbIebIdaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabIfbIfbIfbzsbIgbIhbEwbIibIhbIjbzsbEybIkbEybEybIlbImaaabInbIobIpbIqbFzbFzbIrbFzbIsbItbIubFzbEzbHabHbaTWbECbIvbIwbIxbIybIzbIAbIBbECbCwbICbIDbIEbIDbIFbIGbHAbIHbIIbIJbyubIKbxabILbIMbINbxabIObyubyubyubyubIPbjEbIQbIRbISbITbIUbIVbIWbIXbEqbCRbEWbEXbJbbJcbJdbFabGlbGlbJebGlbGlbGlbGlbFabJfbJgbJgbJhbJibJjbJkbJlbGrbJmbJnbHTbHTbHTbJobJpbJqbJqbJqbJqbJrbJsbJtbJubJvbJwbJxbJybJzbHSatJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbIebIdbJAbIdbIeaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabIfbJBbJCbzsbJDbIhbJEbIhbJFbIjbzsbJGbJHbJIbEybIlbImaadbInbJJbJKbJLbJMbJNbJMbJMbJObJPbJQbJQbJRbJSbJTbJUbECbECbECbECbECbJVbJWbECbECbJXbJYbJZbKabJZbKbbKcbxabKdbKebKfbKgbKhbxabKibKjbKkbxabKlbKmbKnbKobKpbKqbjEbgzbKrbKsbKtbKsbKubKvbKwbEYbGhbGibGjbDRbEZbCxbFabFabKBbGlbGlbKCbKBbFabFabKDbKEbKFbKFbKGbFbbKHbKIbGrbKJbHSbHTbHTbKKbKLbKMbHTbKNbKObKPbKQbKRbKSbKTbKUbKVbKWbKXbKYbHSatJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbKZbIebLabLbbLcbIebKZaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabLdbLebIhbIhbLfbJDbIhbLgbIhbIhbIjbzsbLhbJIbLibEybIlbImaaabInbLjbLkbLlbFzbFzbLmbFzbLnbLobLpbLqbEzbLrbLsbLtbLubLvbLvbLvbLvbLwbLxbLvbLvbLybLzbLAbLBbLCbLDbLEbFTbFTbFTbFTbFTbFTbFTbFTbFTbFTbLFbLFbLFbLFbLFbLFbLGbLHbjEbjEbjEbjEbLIbLJblxbDRbDRbDRbDRbDRbDRbEZbCxbFabLKbLLbLMbLNbLObLPbLQbLRbKDbKEbKFbKFbKGbFbbLSbLTbGrbLUbGtbLVbLWbLXbLYbLZbMabHTbHTbMbbGDbMcbMdbMebGtbMfbMgbMgbGtbGtaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadatJaadaadbIebIebMhbMibMibMibMjbIebIeaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabIfbMkbMlbMmbMnbIhbMobMpbMqbMrbzsbEybEybEybEybIlbMsaadbMtbGUbMubGWbMvbFzbMwbFzbFzbFzbMxbMybMzbMAbMBbMCbMDbMEbMEbMEbMEbMFbMEbMGbMHbMIbMJbMKbMLbMMbMNbMObMPbMQbMPbMPbMPbMPbMPbMPbMPbMPbMPbMPbMPbMPbMPbMRbMSbLHbMTbMUbMVbMWbIUbIVbMXbMYbMZbMZbNabNbbMJbMKbNcbFabNdbNebNfbNgbNhbNibNjbLRbLRbLRbLRbLRbLRbNkbNlbNmbNnbNobGtbGDbGDbGDbGDbNpbGDbNqbHTbHTbGDbNrbNsbNtbGtbNubNvbNwbNxbNyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNzbNAbNzbMibNBbMibNCbNDbIdaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabIfbIfbIfbzsbzsbIfbIfbIfbzsbzsbzsbNEbEyaaabNFbNGbImaaaaaaaadaaabEzbNHbNIbNJbFzbNKbNLbNMbNNbEzbNObNPbNQbNRbNSbNTbNUbNVbNWbNSbNSbNSbNSbNSbNXbNYbNSbNSbNZbNSbOabNSbNSbNSbNSbNSbEEbEEbEEbEEbEEbEEbEEbEEbCxbEZbLHbObbOcbOdbOebKsbOfbOgbOhbOibOibOjbOibOibOkbOlbFabOmbOnbOobOnbOnbOnbOpbOqbOrbOsbOtbOubOvbOwbOxbKIbGrbOyaadbOzbOAbOBbOCbODbOCbOEbOFbOGbGDbOHbOIbOJbGtbGtbGtbGtbGtbGtaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadatJaadaadbIebIebOKbMibMibMibOLbIebIeaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaoBaoBaoBaadaaFaadaoBaadaaFaadbNFbJIbNFaadbNFbIlbImaadaadaadaadbEzbEzbEzbEzbEzbEzbEzbEzbEzbEzbOMbNPbONbOObNSbNTbNUbNVbNWbOPbOPbOQbORbOSbOTbOUbOVbOWbOXbOYbOZbPabPbbPcbPdbNSaadaadaadaadaadaadaadbEEbCxbPebPfbPfbPfbPfbPfbPgbPhbPibPfbPfbPfbPfbPfbPfbPebPjbPkbPlbPmbPnbPmbPobPmbPpbPqbPrbPqbPqbPqbPqbPsbPtbPubGrbOyaadbOzbPvbPwbPxbPybPzbPAbPBbPCbGDbPDbOIbPEbNrbPFbPGbPHbPIaadatJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbKZbIebPJbPKbPLbPMbKZaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaoBaoBaoBaadaaFaadaoBaadaaFaadbNFbJIbNFbNFbNFbIlbImaaaaaaaaaaadbPNbPObPObPPbPQbPRbPRbPSbPSbPNbHabNPbONbPTbNSbPUbPVbPVbPWbPXbOPbPYbPZbPdbQabQbbQcbQdbQebQfbPdbQgbPdbQhbQibQjaadbQkbQkbQkbQkbQkaadbEEbCxbQlbQmbQnbQobQpbPfbQqbQrbQsbPfbQtbQubQvbQubQtbQlbQwbQxbQybQzbQybQAbQBbQybQCbQybQDbQybQEbQybQybQFbQGbQHbQIbOyaadbOzbPvbQJbOCbQKbOCbQLbQMbQNbGDbQObQPbQQbQRbQSbQTbQUbPIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbIebIdbQVbIdbPMaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbEybEybEybEybEybEybEybEybEybEybEybEybNFbNFbNFbEybEybEybJIbJIbJIbQWbIlbImaaaaaaaaaaadbPNbQXbPPbPPbPPbQYbPRbPRbQZbPNbRabNPbRbbRcbRdbRebRfbRgbRhbRibRjbRfbRfbRfbRkbRlbRmbRnbRobRpbRqbRrbRsbRtbRubRvbRwbRxbRybRzbRAbQkaadbRBbCxbPebRCbQtbQtbRDbPfbREbRFbRGbPfbQubQtbQubRHbRIbRJbCxbFabRKbRLbRMbRLbRNbRObRPbOnbRQbRRbRSbRTbRUbLRbRVbRWbRVbRXbRXbGDbGDbGDbGDbRYbRZbSabSbbSbbScbScbScbSdbNrbSebSfbSgbPIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbIdbIebIdaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEybShbJIbJIbJIbJIbSibSjbSkbJIbSlbSmbSnbSobJIbJIbQWbJIbJIbNFbNFbNFbNGbImaaaaadbSpbSqbSrbSsbSsbStbSsbSubSvbSwbSwbSxbSybNPbHbbSzbSAbSBbSCbSDbSEbSFbSGbSDbSHbSDbSIbSJbSKbOWbSLbSMbSNbSObSPbSQbSRbSSaadbSTbSUbRAbSVbQkaadbRBbCxbPebSWbSXbQtbSYbPfbSZbTabTbbPfbQtbQtbTcbQtbQtbPebCxbFabLRbLRbLRbLRbNkbTdbTebTfbNkbLRbLRbLRbLRbLRbTgbThbThbTibTjbTkbTlbTmbTlbTnbSbbTobTpbTqbTrbTsbScbTtbNrbSebNrbNrbNraadaadaadaaeaaeaaeaaeaaeaaeaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEybEybShbJIbSkbJIbEybJIbEybJIbTubTvbJIbJIbJIbTwbEybNFbNFbEyaaabNFbIlbImaaaaadbTxbTybTzbTAbTBbTCbTCbTDbTCbTCbTEbTFbTGbTHbHbbOObTIbTJbTKbPdbTLbTMbTNbTObTPbTQbTRbTSbTSbTTbTUbRqbTVbTWbTXbTYbTZbUabUbbRxbUcbRAbRAbQkaadbRBbCxbPebUdbUeaYmbPgbPfbPfbUfbPfbPfbUgbUgbUhbUgbUgbPebCxbFabUibUjbUjbUkbUlbOnbUmbUnbUobUpbGlbGlbGlbLRbUqbThbThbUrbUsbTkbUtbUubUvbUwbSbbUxbUybUzbUAbUBbScbUCbNrbSebNraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaebNFbUDbJIbJIbJIbUEbEybUFbEybUGbEybTvbJIbJIbUHbNEbEyaaaaadaaaaaabNFbIlbMsbEybEybMsbUIbPNbUJbUKbULbUMbUNbUObUPbUQbPNbURbUSbHbbOObUTbUUbUVbPdbPdbUWbOPbUXbUYbUZbVabPdbPdbOWbVbbVcbVdbVcbVdbVebVdbVfaadbQkbQkbQkbQkbQkaadbEEbCxbPebQtbVgbVhbVibVjbVkbVlbVmbVnbQtbQtbQtbQtbVobPebCxbFabGlbGlbGlbVpbVqbOnbVrbOnbVsbVtbGlbGlbGlbLRbVubThbThbThbVvbVwbVxbVybVzbVAbSbbVBbUAbVCbUAbVDbScbVEbNrbSebNraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabEybEybShbJIbJIbJIbVFbJIbTubVGbEybEybEybVHbEybEybEybNFbNFbNFbVIbVJbVKbVLbVMbGObVNbUIbPNbPNbPNbPNbPNbPNbPNbPNbPNbPNbVObVPbHbbVQbNSbVRbVSbTNbVTbTNbOPbPdbPdbPdbVabVUbQibQibVVbVWbVXbRrbVYbVZbWabRvbRwbRxbWbbWcbWcbQkaadbEEbCxbWdbWebWebWebWfbWgbQtbWhbVhbWibVhbVhbVhbVhbWjbPebCxbFabGlbGlbGlbWkbWlbUnbWmbOnbWnbWobUjbUjbWpbLRbWqbWrbThbThbWsbTkbWtbVzbVwbWubSbbWvbUAbWwbUAbUAbScbVEbNrbSebNraadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaoBaaeaadaadbWxaoBbEybEybEybEybEybEybEybEybEybEybJIbJIbJIbJIbJIbWybWzbWAbWAbWBbWCbWDbFnbFnbFnbFnbWEbWFbWFbWFbWFbWFbWGbWHbWHbWIbEybURbWJbHbbWKbWLbWMbWNbQibQibWObWPbQibQibWQbWRbWSbPdbWTbWUbWVbWWbPdbWXbWYbWZbSSaadbSTbXabXbbXcbQkaadbRBbXdbMPbMPbMPbXebPebXfbQtbXgbXhbXibXjbXkbXkbXkbXlbPebCxbFabLRbLRbLRbLRbXmbXnbVrbXobXmbLRbLRbLRbLRbLRbXpbXqbThbThbXrbXsbXsbXsbXsbXtbSbbXubXvbXwbXxbXybScbVEbNrbSebNraaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabXzbXAbXAbXAbXAbXBbXCbXCbXDbXEbXFbXGbXHbXIbXJbXKbEybXLbEybEybEybEybEybXMbEybEybMsbNGbXNbXNbXNbXNbXNbXNbXNbXNbXObXObXObXObXObNEbXPbEybURbWJbHbbWKbXQbXRbXSbXTbTSbXUbXVbTSbTSbXWbXXbXYbXZbYabYbbYcbYdbPdbWXbYebYfbUabUbbRxbYgbWcbWcbQkaadbRBbYhbEEbEEbEEbCxbPebYibQtbQtbYjbYkbYlbQpbXkbQpbYmbPebCxbFabUibUjbUjbYnbUlbOnbYobUnbYpbYqbGlbGlbGlbLRbYrbYsbYtbThbYubThbThbThbYvbYwbYxbYybYzbYAbYBbYCbScbVEbNrbSebNraadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaadaaeaoBaadaoBaoBbNFbNFbNFbJIbYDbYEbYFbYGbYHbEybJIbEybYIbYJbYIbYKbYLbYIbYMbMsbNGbXNbYNbYObYPbYQbYRbYSbYNbYTbYUbYVbYWbXObXObXPbEybYXbWJbHbbYYbYZbZabZabZbbZcbZcbZcbZcbZcbZdbZebOPbOPbOPbZfbPdbWVbZgbZhbZibZjbZkbZlbQkbQkbQkbQkbQkaadbRBbYhbZmbCwbCwbCxbQlbZnbZobZpbZqbZrbZsbZtbXkbZtbZubPebCxbFabGlbZvbGlbZwbVqbOnbVrbOnbVsbZxbGlbZvbGlbLRbZybZzbZAbZBbZCbZDbZEbZEbZFbZGbZHbZIbYzbZJbZKbZLbScbVEbNrbSebNrbNrbNraaeaaeaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaadaaeaaeaaeaaeaaebZMbJIbZNbJIbZObZPbYEbZQbJIbZRbJIbEybYIbZSbYIbZTbZUbYIbZVbMsbNGbXNbYNbZWbZXbZYbZZcaabYNcabcaccadcaecafbXObXPbEybURbWJbHbcagcahbNScaicajbZccakcalcambZccanbVacaobOPcapcaqcarcascatcaubVZcavbRvcawbRxcaxcaycazbQkaadbEEbYhbEEcaAcaBbCxbPecaCcaDcaEcaFcaGcaDcaHbXkcaHbRHbRJbCxbFabGlbGlbGlcaIcaJbUnbWmbOnbWncaKbUjbUjbWpbFacaLcaMcaNcaOcaLcaLcaPcaQcaRcaScaTcaUcaVcaWcaXcaYbScbVEbNrcaZbNrcbabNraadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBcbbaoBaoBaoBaadaadbNFbNFbNFcbccbdcbecbfcbgbJIbEybEycbhbYIcbicbjbYIcbkcblbYIbMsbNGbXNcbmcbncbobZYcbpcbmcbmcabcbqcbrcbscbtbXObXPbEybURbWJaYncbucbucbvcbwcbxcbycbzcbAcbBbZcbPdbVacbCcbDcapcbEcarcascbFcbGbVZcbHcbIcbJcbKcbLcbMcbNbQkaadbEEbYhbEEbJZbJZbCxbPebPfcbOcbPbPfcbQbPfbPfbPfbPfbPfbPebCxbFabLRbLRbLRbLRbXmcbRbVrcbSbXmbLRbLRbLRbLRbFabVwcbTbVwcbUbVwcaLcaPcaQcbVcbWcbXcbYcbZccabUAccbbScbVEbNrcccccdbQSbPIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaadaadaadbNFcceccfccfccgbYHbNEbEycchccibYIccjcckcclccjccjccmbImbNGbXNcbmcbmccnccoccpccqccrccscctccuccvccwbXObXPbEyccxccycczcbuccAccBccCccDccEccFccGccHbZcccIccJcaobOPcapccKcarcbEccLbWXccMccNbUaccOccPccQcaycaybQkaadbRBbYhccRbEEccSbCxccTbWebWeccUbPfccVccWccXbEEccYccZbEZbCxbFabUibUjbUjcdabUlbOnbYobUncdbcdcbGlbGlbGlbFacddbVwbVwbVwbVwcaLcdecdecdfcdgbYxcdhbUAcdibUAbVDbScbVEbNrcdjbQTcdkbPIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaaQaaQaaQaaQaaQaaQaaYaaQaaQaaQaaQaaQaaaaaabEybEybEybEybEybEycdlbEybEybEybEycdmcdnbYIccjcbjcdoccjccjccmbImbNGbXNcdpcdqcdrcdsbYNbYNcdtcducdvcdwcdxcdybXOcdzcdAcdBcdCcdDcbucdEcdFcdGcdHcdIcdJcdKcdLcdMbRpcdNbOPbOPbOPcdObPdcdPcdQbWXbWYbPdbSScdRcdSbQkbQkbQkbQkaadbRBcdTcdUbEEcdVcdWcdXbMPcdYcdZbEEceacebcecbEEcedbOibOkceebFabGlbGlbGlcefbVqbOnbVrbOnbVscegbGlbGlbGlbFacehbVwceicejcekcelcemcenceocdgbSbcepceqbUzbUAcerbSccesbNrcetceubSebPIaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaadaaaaadaaaacfaaaaadaaaaadaaaaaQaadaadbEycevcewbJIcexbJIbJIbJIbJIbNEbEyceycezceAccjcbjbYIceBceCbYIbImbNGbXNceDceEbYNbYNbYNcbmceFceGceHceIceJceKbXObEybEyceLceMceNcbucbuceOcePceQceRceRceRceRbZcbPdceSceTceUceVceWceXceYceZcaubVZcfabRvcawccPcfbcfccfcbQkaadbRBbCwbYhbEEbEEcfdbBrbEEcfecffbEEbEEcfgbEEbEEcffcfhbJccfibFabGlbGlbJecfjcfkbUncflbOnbWncfmbUjbUjbWpbFabVwbVwcfnbVwbVwcaLcdecdecfocfpbSbcfqcfrcfsbUAcftbScbVEbNrbNrbNrbSebNraadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaacfucfvcfwaaacfucfvcfwaaacfucfvcfwaaaaaQaaaaaabEycfxbJIcfybEybEycfzbEybEybEybEybZScfAbZSbZSbYIcbkcbkbYIbYIbImbNGbXNcbmcfBcfCbYNcfDcbmcbmcabcfEcaecfFcfGcfHcfIcfJcfKcfLcfMcfNcfOcfPcfQcfRcfScfTcfUcfVcfWcfXcfYcfZbTScgacgbbVUcgcbVYbTVbWYcgdbSScdRcgecgfcggcghbQkaadbEEbEEbYhcgicgjcfdcgkbEEcfecglbOicgmcgncgobOicgpcgqbNtcgrbFabFabFabFabFabFacgscgtcgubFabFabFabFabFabFacaLcaLcaLcaLcaLcaLcgvcgvcgwcgxbScbScbScbScbScbScbScbVEbNrcgycgzbSebNraadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcfucgAcfwaaacfucgAcfwaaacfucgAcfwaadaadaaaaaabEycgBbJIcgCbEybUGbJIcgDbSnbVGbEycgEcgFcgGbZScgHccjccjccmbYIbMsbNGbXNbYNcgIcgJbYNcgKcgLbYNcabcgMcgNcgOcgPcgQcgRcgScgTcgUcgVcgWcgXcgYcgZchachbchccePchdcfWchebPdceSbVUchfchgchhchichjbPcchkchlbUaccOccPchmcfccfcbQkaadbEEbCwchnchochpchqchrbEEchschtchucgqbEZcgqcfhchvchwbNtchxbFachychzchzchAchBchCcgtchDbFaaadaadaadaadbNrchEbPGchFchGchGcaLchHchHcgwcdgcaLchIbQObQObQOchJbNrbVEbNrchKbQObSebNrbNrbNraaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaacfucgAcfwaadcfucgAcfwaadcfucgAcfwaaaaadaadaadbEychLcgCchMbEychNbWAchOchPbUHbEychQcgFchRbZScgHccjchSccmchTbMsbNGbXNbYNchUchVchWchXchYbYNchZciacibciccidbXOciecifcigcihciicijcikcilcimceQcinciocipciqcircisbPdceScitciubPdbPdcitcitcitbWYcivciwcdRcdSbQkbQkbQkbQkaadbEEcdVcixciycizciAciBbEEbEEciCciDciEbEZciFciGbEEbEEbNtchxbFaciHciIciIciJciKciLciMciNbFaaadaaaaaaaadbNrbQOciOciPciQciRcaLciSciScgwcdgcaLbNrbNrciTciUciVciWciXccdccdccdciYciZcjacjbaaeaaeaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadcfucgAcfwaaacfucgAcfwaaacfucgAcfwaadaadaaaaaabEycjccjdcjebEycjfcjgbEycjhbEybEycjicjjcjkbZSbYIceCceCbYIcjlbMsbNGbXNbXNbXNbXNbXNbXNbXNbXNbXObXObXObXObXObXObEycjmbEybEycjncjncjncjocjpcjqcjncjrcjscjtcfWbPdbSOcjucitceWbTQbPdbQhbWScitbWYcitbNScjvcjwbZlaadaadaadaadcjxcjycjzcjAcjBcjCcjCcjCcjDcjEcjFciEcjGciEciEbEEcjHbNtchxbFabFacjIcjIbFabFacjIcjJcjIbFaaaaaaaaaaaaabNrbNrcjKcjLbNrbNrcaLcaLcaLcjMcjNcaLchJbNrcjObSecjPbNrcesbNrbNrcjQbNrbNrbNrbNraaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaadaaacfucgAcfwaaacfucgAcfwaaacfucgAcfwaaaaadaaaaaacjRcjScjScjScjSbEybEycjTcjUbEybEybEybEybEybEybNFbNFbNFbNFbEycjVcjWbVJcjXcjYcjZcjZcjZcjZcjZcjZcjZcjZcjZcjZcjZcjZckabJIcjfcjnckbckcckdckeckfcjnckgckhckicfWckjckkbTXcklckmcknckocklckocklckpcitbNSckqckrckscktckuckvcjyckwckxckyckzckAckBckCcjCckDbCwckEckFckGckHckIbNbbNbckJckKbNraaaaaaaaaaaaaaaaadckLaadaaaaaaaaaaaaaaabNrckMckNckOckOckPciWckQckRckSckTbNrbNrbNrbNrckUbNrbNrbVEbNrckVckWbQObNraaaaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaaaaaackXaaaaaaaaackXaaaaaaaaackXaaaaaaaadcjRcjRcjRckYckZclaclbclcbJIcldcleclfbWAbWAbWAbWAbWAbWAbWAbWAbWAbWAbWAclgbWHclhclicfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcjncjncljclkcllclmclncloclpclqcfWckjclrclscltcluclvclwclxbPdclyclzclAclBclCclDclEclFclGclHclIclJclKclLclMclNclOclPcjCbCwbCwciEciEbBrciEcgqbCwbCwbNtclQbNrbNrbPIbPIbNrbNrbPIclRbPIbNrbNrbPIbPIbPIbNrclSclTclUclVclWclXclXclXclYclZcmacmbcmccmdcmecmfcmgcmhbNrcgzbQOcmibNraaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcmjcmkcmkcmlcmmcmmcmmcmmcmmcmmcmmcmmcmmcmmcmmcmncmocmpcmqcmrcmscmtcmubWAbWAcmvbSnbEybNFbNFbNFbNFbNFbNFbNFbNFbNFbEybEycmwcmxcmycmzcfWcmAcmAcmBcfWcmCcmDcmEcmFcmGcmHcmCcmIcmJcmKcjncmLcmMcmNcmOcmPcmQcmRcmScmTcfWbNScmUbOWcmVcmWcmXbOWcmVbOWbSSbOWcmYbNScmZcmZcnacnbcnccndcjCcnecnfcngcnhcnicnjcnkcjCcnlbCwcgqcgqcnmciEcgqbCwcnnbNtcnocnpcnpcnpcnpcnpcnqcnpcnrckOckOckOckOckOckOcnscntbPEbNrcnucdkbNrbNrbPIbPIbNrbNrcnvbSecnwclUcnxcnycnzbNrbNrbNrbNrbNraaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaaaaaacnAaaaaaaaaacnAaaaaaaaaacnAaaaaaaaadcjRcjRcjRcnBcnCcnDcjSbJIbJIbJIbJIbEyaaaaaaaadaaaaaaaadaaaaaaaadaaabEycnEbEycnFcnGcfWcnHcnIcnIcnJcnKcnLcnMcnNcnOcnPcnQcnRcnScnTcjncnUcmMcnVcnWcnXcjncnYcnZcoacfWaadcobaadcoccodcobaadcocaadcoeaadcoeaadaadaoBcdRaoBaadcoccjCcofcogclLcohcoicojcokcolcomconcoocgqbEZcgqcopcfhchvcoqcorcorcorcorcorcorcorcoscotcorcorcorcorcorcorcoucovcowbNrcoxbSebNraaaaaaaaaaaabNrbQObSecoycozcozcoAcoBcozaaaaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaadaaacfucoCcfwaaacfucoCcfwaaacfucoCcfwaaaaadaaaaaacjRcjScjScjScjScoDbNEbJIbJIbEybEybNFcoEcoEcoEcoEcoEcoEcoEaadbEybEybEycoFbUIcfWcoGcoHcnIcnJcnKcoIcoJcoKcoLcoMcoNcoOcoPcoQcjncoRcoScoTcoUcoVcjncoWcoXcfWcfWbQkcoYbSTcoYbQkcoYbSTcoYbQkcoZbSTcpabQkaoBaoBcdRaoBaoBcoccpbcpccpdcpecpfcpgcphcpicjAcpjciEciEciEcpkciEciEciEbEEbEEbNrbNrbPIbPIbPIbNrbNrbPIbPIbPIbNrbNrbPIbPIbPIbNrcplbNrbNrcpmbSebNrbNrbPIbPIbNrbNrbQObSecpncozcpocppcpqcozaaaaaaaadaadaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadcfucoCcfwaaacfucoCcfwaaacfucoCcfwaadaadaadaaaaaaaaaaaaaaebEybEybEycprbJIbEycprbLicoEcpscptcpucptcpvcoEaaabEybUHbJIcpwbUIcfWcpxcpxcpycfWcmCcpzcpAcpBcpCcpDcmCcpEcpFcpEcjncjncjncpGcpHcpIcjncpJcpKcpLcfWbQkcpMcpNcpObQkcpPcpQcpRbQkcpScpTcpUbQkaoBaoBcdRaoBaoBcoccjCcpVcpWcpXcpYcpZcqacqbcjAcqccqdcqecqfcqgcqhcgqcgqbCwcqibCwbRBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaabNrcqjchJbNrcqkcccccdciWccdccdccdccdcqlcqmcqncozcqocqpcqqcozaadaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoBaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaacfucoCcfwaadcfucoCcfwaadcfucoCcfwaaaaadaadaadaaaaaaaaaaaecqrcqscqtbJIbJIbVFbJIcqucoEcqvcqwcqxcqycqzcoEaaabEycjgbJIcpwbUIcfWcpxcpxcpycfWcmCcqAcqBcqCcqDcqEcmCcqBcqBcqBcfWcqFcqGcqHcqIcqJcqKcqLcqMaZHcfWbQkcqNcqOcqNbQkcqPcqQcqPbQkcqRcqScqTbQkaadaadcdRaadaadcoccjCcjCcjCcqUcqVcqWcqXcqYcqZcqccracgqcrbcrccrdchwcgqcrebEEbCwbRBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaabNrcrfckWbNrcrgcrhcrhcricrhclUclUclUcrjcrjcrkcozcrlcrmcrncozaadaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcfucoCcfwaaacfucoCcfwaaacfucoCcfwaadaadaaaaadaadaaaaaaaaebEybEybEybEybJIbEybEybEycoEcrocrpcrqcrrcrocoEaadbEycfWcrscrtcrucfWcpxcpycpycfWcrvcrwcqHcqIcrxcrycrzcrAcrAcrAcrBcrCcrDcrDcrDcrEcrFcrGclpcrHcfWbQkcqNcrIcqNbQkcqPcrJcqPbQkcqTcrKcqTbQkaadaadcdRaoBaoBcrLcrMaoBaoBcrNcrOcrPcrQcrRcrSbCwcrTcrUbJccrVcrWcfhcrXcrYbEEcqibRBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaabNrcrZbQObNrbNrbNrbNrbNrbQObNraadaaaaaaaaaaadcsacsacsbcsacsaaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaacfucsccfwaaacfucsccfwaaacfucsccfwaaaaaQaaaaaaaadaadaaaaaaaaaaaaaaabNFbJIbNFaaaaaacoEcsdcqwcsecqycsfcoEcoEcoEcfWcsgcrtcshcfWcfWcfWcfWcfWcsicsjcrFcrFcrxcqMcrFcskcrFcslcrFcrFcrFcrFcrFcsmcrFcrxcqMcsncfWbQkbQkbQkbQkbQkbQkbQkbQkbQkbQkbQkbQkbQkaadaoBcdRaoBaoBaoBcocaoBaoBcsocspcsqcsrcqYcspbEEcsschvcstcsuchvcsvbEEbEEbEEaaeaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbNrcswbQObQObQObQObQObQObQObNraadaaaaaaaaaaadaaacsacsxcsaaaaaadaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaadaaaaadaaaaadaaaaadaaaaadaaaaaQaaaaaaaaaaadaadaaaaaaaaaaaabNFbJIbNFaaaaaacoEcsycszcsAcsBcsCcsDcsEcsFcsDcsGcsHcsIcsJcsKcsLcsMcsNcsOcsPcsQcsRcsScsTcfWcfWcsUcsVcsUcfWcfWcsVcsVcfWcsVcsWcqMcsXcfWcfWcfWcfWcfWcmCcmCcmCcmCcfWaaaaaaaaaaaaaoBaoBcdRaoBaoBaoBcocaoBaoBcsocspcsYcsZctactbaadbEEciCctcbRBbRBbEEbEEaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbNrctdctectfchIctgbOHbPDbNrbNraadaaaaaaaaaaadaaacsacthcsaaaaaadaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaaQaaQaaYaaQaaQaaQaaQaaQaaQaaQaaQaaQaaaaaaaaaaaaaadaadaaaaaaaadbNFbJIbNFaadaadcoEctictjctkctlctmctnctoctpctqctrctscttctuctuctuctvctuctwctxctyctzctActBctCctDctEctEctEctFctGctEctHctIctJctKctLctMctNctOctPctQcfWctRcmCaaaaaaaaaaaaaaaaaaaaaaoBaoBcdRaoBaoBaoBcocaoBaoBcsocspcspctScspcspaaaaadaaactTaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNrbNrbNrctUbNrcplbNrbPIbPIbNrbNraaaaadaaaaaaaaaaadaaaaaactVaaaaaaaadaaaaadaaaaaaaadaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaabNFbJIbNFaaaaaacoEctWctXctYctZcuacoEcubcuccoEcudcuecufcskcrFcugcqBcuhcuicujcukculcumcuncuocuncuncuncuncuncupcuqcurcuscutcuucuvcuvcuvcuwcqMcuxcuycnIcuzafoaaaaaaaaacuAaaaaaaaoBaoBcdRaoBaoBaoBcocaoBaoBcsoaaecspcuBcspcuCaadaadaaacuDaoBaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNrcuEcuFcuFbNrcuGaadaaaaaaaadaaaaaaaadaaaaaaaaaaadaaaaaactVaaaaaaaadaaaaadaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadbEybEycuHbEybEyaaacoEcuIcuJcuKcoEcoEcoEcoEcoEcfWcuLcrFcufcrFcrFcuMcqBcuNcrFcsVcuOcuPcuQcuRcuScuTcuUcuVcuWcuXcuYcuYcuZcvacvbcvccvdcvecvfcrxcqMcvgcfWcvhcmCaaaaaaaaaaaaaaaaaaaaaaoBaoBcdRaoBaacaoBcocaoBaoBcviaaecvjcvkcvjaaeaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPIbPIbPIcuFcuFcvlbNraaaaadaaaaaaaadaaaaaQaaQaaQaaYaadaadaadaadctVaadaadaadaadaadaaYaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadbEycnEbJIcvmbEyaadcoEcoEcoEcoEcoEaadaaaaaaaadcfWcvncrFcvocvpcvqcvrcmCcmCcvscfWcuOcuPcvtcvucvvcvwcvxcvycvzcvAcvBcvCcvDcuPaZIcmCcvEcrFcvFcvGcvHcvIcvIcvJcvJcvJcvJcvIcvKcvKcvKcvKcvKcvKcvLaadaadaadcocaoBaoBaadaaeaaaaaaaaaaaeaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPIbQOcvMcuFcuFcvNbNraaaaadaaaaaaaadaaaaaQaaaaaaaadaaaaadaaaaaacvOaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNFcvPcvQcvRbEyaadaaaaaaaadaaaaaaaadaaaaaaaadcfWcvScvTcvUcvVcvWcvXcmCcvYcvZcfWcuOcuPcvtcwacwacvAcwbcwccwdcwecwfcwfcvDcuPcwgcfWcsVcwhcfWcrxcwicwjcwkcwlcwmcwnaaaaadaadaadaadaadaoBaoBaadaoBaoBaoBcocaoBaoBaoBaaeaaeaaeaaeaaeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabPIcvMbPIbPIbPIbPIbNraaaaadaaaaaaaadaaaaaQaadcwocwocwocwocwoaaacwpaaacwocwocwocwocwoaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNFcwqcwrbLhbEycmCcwscwscwscwscwscwscwscwscmCcfWcwtcwucwvcwwcwtcfWcfWcfWcwxcfWcwycuPcwzcwAcvAcwBcwCcwDcwEcwFcvAcwGcwHcuPcwIcfWcwJaZJcfWcwKcwLcwMcwNcrFcwOcwnaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaacocaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeaaeaaeaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaQaaacwPcwQcwQcwQcwQcwRcwpcwScwTcwTcwTcwTcwUaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabNFbNFbNFbNFbEyaadaaaaaaaaaaaaaaaaaaaadaadaadaaaaaacwVcwWcwXcwWcwYcwWcwYcwWcwZcxacxbcxccxdcxecxfcxgcxhcxicxjcxkcxlcxmcxncxocxpcxqcxrcfWcxscfWcfWcxtcxucxvcwnaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaacocaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaQacfcxwcxwcxwcxwcxwaaacwpaaacxwcxwcxwcxwcxwaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiaadaadcxxcxycxycxycxycxycxycxzcxAcxBcuPcxCcxDcxkcxfcxEcxFcxGcxjcxkcxHcxIcuPcwgcwJcxJcxKcfWcxLcxMcfWcmCcmCcxNcmCaadaadaadaadaadaadaadaadaadaadaadaadcocaadaadaadaadaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaQaaaaaaaaaaadaaaaaaaaacwpaaaaaaaaaaadaaaaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaaaaaacwVcwWcwXcwWcwXcwWcwXcxPcxQcxRcuPcxScxTcxkcxUcxVcxWcxXcxYcxkcxZcyacuPcwgcwJcxJcybcfWcwxcyccmCaadaaacydaaaaadaaaaaaaaaaadaaaaaaaaaaadaaaaaaaaacocaaaaaaaaacyecyecyecyecyeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcwocwocwocwocwoaaacwpaaacwocwocwocwocwoaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaaaaaacyfcygcyhcygcyhcygcyhcygcyicyjcykcylcwGcvAcvAcymcyncwecvAcvAcwAcyocypcyqcyrcyscybcsVaaeaaeaaeaadaaaaaacytcyucyvcyvcyvcyucyvcyvcyvcyucyvcyvcyvcywcyvcyvcyvcyxcyycyzcyAcyeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaacwPcwQcwQcwQcwQcwRcwpcwScwTcwTcwTcwTcwUaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaadaadcyBcyCcyCcyCcyCcyCcyCcyCcxQcyDcuPcyEcyFcyGcyHcyIcyJcyKcyHcyLcyMcyNcuPcyOcyPcwJcyQcsVaaaaaaaaeaadaaaaaaaaaaadaaaaaaaaaaadaaaaaaaaaaadaaaaaaaaacocaaecyecyecyecyRcyScyRcyeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcxwcxwcxwcxwcxwaaacwpaaacxwcxwcxwcxwcxwaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaaaaaacyfcyBcyfcyBcyfcyBcyfcyBcxQcyTcyUcyVcyWcyXcyYcyZczaczbcyYczcczdczeczfczgczhcziczjcsVaaaaaaaaeaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadaadcocaaeczkczlczmcyAczncyAcyeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaYaaaaaaaaaaadaaaaaaaaaczoaaaaaaaaaaadaaaaaaaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaaaaaacyfcyBcyfcyBcyfcyBcyfcyBczpczqczrczscztczuczuczvczaczwczuczuczxczyczzczAczBcfWcfWcfWaaaaaaaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeaaeczCaaecyeczDczEczFcznczGczEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcwocwocwocwocwoaaactVaaacwocwocwocwocwoaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaadaadcyBcyCcyCcyCcyCcyCcyCcyCaaaczpcsRczHczIcsVcfWcsVcsVcsVcfWcsVczIczJcirczKczLaaeaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacocaaeczMczMczMczMczNczOczPczQaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaacwPcwQcwQcwQcwQczRczSczRcwTcwTcwTcwTcwUaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOabiaaaaaaczTcxPczTcxPczTcxPczTcxPaaacfWczUczVczWcnIczXczYczZcwJczXcnIczWcAacAbcfWcAcaaeaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacocaaaaaaczMczMcAdcAecAfczMczMczMczMczMaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcxwcxwcxwcxwcxwaaactVaaacxwcxwcxwcxwcxwaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiabiaaaaaaaaaaadaaaaadaaaaadaaaaadaaacfWcwJczVcAgcAhcwJcwJcwJcwJcwJcAicAjcAacwJcfWaaeaaeaadaadaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacocaaaaaaczMcAkcAlcAmcAncAocApcAqcArczMaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaaaaadaaaaadaaaaaactVaaaaaaaadaaaaadaaaaaaaaQaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaadaaaaadaaaaadaaaaadaaacfWcAscAtcAucAvcwJcwJczZcwJcwJcAwcAjcAxaZJcfWaaaaadaaaaadcxOabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacocaaaaaaczMcAycAzcAAcABcACcADcAEcAFczMaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaQaaQaaQaaQaaQaadaadaaactVaaaaadaadaaQaaQaaQaaYaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadaadabiabiabiabiabiabiabiabiabiaadcfWcwJcwJcAGcAvcwJcAHcAIcAJcwJcAicAKcwJcwJcfWaadaadaadaadcxOabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcrLcALaadczMcAMcANcAOcAPcAQcARcAScATczMaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaadcAUaadaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabicxOcxOaadaaaabicxOcxOcxOcxOcxOcxOcxOabiaaacfWcAVcwJcAWcnIcwJcwJcwJcwJcwJcnIcAWcwJcAXcfWaaaaadcxOcxOcxOabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcAYcAZcAYcAYcBacBbcBccBdcBecBfcBfcBfcBfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaaaadaaaaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabicxOaadaaaabiabiabiabiabiabiabiabiabiaaacfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWcfWaaaaadabiabiabiabicBgcBgcBhcBgcBhatJcBhcBgcBicBgcBgcBhcBgcBhcBhcBicAYcAYcBjcBkcAYcBlcBlcBmcBncBlcBfcBocBocBfcBfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaQaaQaaQaaQaaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabiabiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatJaaaaaaaaaaaaaadaaaaadaaaaaaaadaadaaaaadaadaadaaaaaaatJaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAYcBpcBqcBrcBscBlcBtcBucBvcBlcBwcBxcBxaZKcBfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaacBgabiabiabiabiabiabiabiabiabiabiabiabiabiabiaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAYcBycBzcBAcBBcBCcBDcBEcBFcBCcBGcBHcBIcBJcBfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaadabicxOcxOcxOcxOcxOcxOcxOcxOcxOcxOcxOcxOcxOabiaadaadaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAYcBKcBLcBMcBNcBOcBPcBQcBRcBScBTcBUcBVcBWcBfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaacBgabiabiabiabiabiabiabiabiabiabiabiabiabiabiaaaaadaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacAYcAYcBXcBzcBYcBlcBZcCacCbcBlcCccCdcCecBfcBfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCgcChcCgcCfcCfcCicCjcCfcCgcCkcCgcCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcClcCmcCgcCncCocCpcCqcCncCgcCrcCscCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCtcCmcCgcCncCocCpcCqcCncCgcCrcCucCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCvcCfcCfcCmcCgcCwcCocCxcCycCzcCgcCrcCfcCfcCAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadcCfcCBcCgcCCcCocCpcCqcCncCgcCDcCfaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCEcCFcCGcCHcCIcCqcCJcCKcCLcCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCMcCgcCNcCOcCPcCqcCQcCgcCMcCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadcCfcCMcCgcCwcCRcCScCqcCzcCgcCMcCfaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCfcCMcCgcCncCocCpcCqcCncCgcCMcCfcCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCfcCMcCMcCgcCncCocCTcCqcCncCgcCMcCMcCfaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcCMcCUcCUcCVcCUcCWcCXcCYcCUcCUcCMcCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcCMcCUcCUcCZcDacDbcDcaZLcCUcCUcCMcCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcCMcCUcCUcDdcDecDfcDgcDhcCUcCUcCMcCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcDicCUcCUcDjcDjcDkcDlcDjcCUcCUcDicCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCfcDicCUcDmcDmcDncDocDgcDmcDmcCUcDicCfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcDpcDqcDrcDscDtcDucDvcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcDwcDbcDxcDycDzcDgcDwcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCUcCUcCUcDmcDocDAcDBcDAcDCcDmcCUcCUcCUaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacDDcCUcCUcDEcDncDFcDAcDAcDAcDGcDncDHcCUcCUcDIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCUcCUcCUcDwcDJcDKcDLcDAcDncDwcCUcCUcCUaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcDpcDncDMcDNcDmcDncDvcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcDmcDncDOcDPcDncDncDmcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcCUcCUcCUcCUcCUcCUcCUcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacCUcCUcCUcCUcCUcCUcCUcCUcCUcCUcCUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadcCUcCUcCUcCUcCUcCUcCUcCUcCUaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaadaaaaaacDQaaaaaaaadaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaacaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/open/space/basic, +/area/space) +"aab" = ( +/obj/docking_port/stationary{ + dheight = 1; + dir = 8; + dwidth = 12; + height = 17; + id = "syndicate_ne"; + name = "northeast of station"; + width = 23 + }, +/turf/open/space, +/area/space/nearstation) +"aac" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space) +"aad" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aae" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"aaf" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aag" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"aah" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"aaj" = ( +/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/security/prison) +"aak" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aal" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/ambrosia, +/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/security/prison) +"aam" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/carrot, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aan" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/security/prison) +"aao" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/glowshroom, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aap" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/hydroponics/soil, +/obj/item/plant_analyzer, +/obj/machinery/camera{ + c_tag = "Prison Common Room"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaq" = ( +/turf/open/floor/plasteel, +/area/security/prison) +"aar" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/security/prison) +"aas" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aat" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/security/prison) +"aau" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/prison) +"aav" = ( +/turf/open/floor/plating, +/area/security/prison) +"aaw" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/open/floor/plating, +/area/security/prison) +"aax" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating, +/area/security/prison) +"aay" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/security/prison) +"aaz" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaA" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/grass, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaB" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aaC" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaD" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaF" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aaG" = ( +/obj/structure/bookcase, +/turf/open/floor/plasteel, +/area/security/prison) +"aaH" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/security/prison) +"aaI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaJ" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaK" = ( +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaL" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/security/prison) +"aaM" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaO" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/cryopod{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaP" = ( +/obj/structure/lattice, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aaQ" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aaR" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plasteel, +/area/security/prison) +"aaS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/prison) +"aaT" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/turf/open/floor/plasteel, +/area/security/prison) +"aaU" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaV" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaW" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaX" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aaY" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space, +/area/space/nearstation) +"aaZ" = ( +/turf/closed/wall, +/area/security/execution/transfer) +"aba" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abe" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/plasteel, +/area/security/prison) +"abf" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/prison) +"abg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abh" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abi" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abj" = ( +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abk" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"abl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"abm" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"abn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"abo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"abp" = ( +/obj/machinery/door/poddoor{ + id = "executionspaceblast"; + name = "blast door" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"abq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "executionflash"; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abu" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/security/prison) +"abv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aby" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abB" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Unisex Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abC" = ( +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abD" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abE" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abF" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abG" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_y = 30 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -31 + }, +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abH" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abI" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abJ" = ( +/obj/machinery/computer/card/minor/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abL" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"abM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"abN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abO" = ( +/obj/structure/bed, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abP" = ( +/obj/machinery/sparker{ + dir = 2; + id = "executionburn"; + pixel_x = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abQ" = ( +/turf/closed/wall, +/area/security/prison) +"abR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell3"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt3"; + name = "Cell 3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell2"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "permacell1"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abU" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abV" = ( +/obj/structure/closet/bombcloset/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abW" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office"; + dir = 4 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abZ" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aca" = ( +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acb" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acc" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = 10 + }, +/obj/structure/table/wood, +/obj/item/radio/off, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acd" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"ace" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"acf" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space, +/area/space/nearstation) +"acg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ach" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aci" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acj" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 3"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ack" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt3"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acl" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 2"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acn" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt2"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aco" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 1"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acq" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt1"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acs" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"act" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acu" = ( +/obj/structure/rack, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acv" = ( +/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 + }, +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor"; + dir = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acw" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acx" = ( +/obj/structure/rack, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/armor/laserproof, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acy" = ( +/obj/structure/closet/secure_closet/lethalshots, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acz" = ( +/obj/vehicle/ridden/secway, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acA" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/camera{ + c_tag = "Brig Equipment Room"; + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acC" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acD" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acE" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acG" = ( +/turf/closed/wall, +/area/security/main) +"acH" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"acI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"acJ" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"acK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Transfer Room"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acO" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acR" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"acS" = ( +/obj/machinery/flasher{ + id = "PCell 1"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acU" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acV" = ( +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acY" = ( +/obj/machinery/power/apc/highcap/five_k{ + dir = 4; + areastring = "/area/ai_monitored/security/armory"; + name = "Armory APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acZ" = ( +/obj/machinery/vending/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"ada" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adb" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"add" = ( +/obj/item/storage/secure/safe/HoS{ + pixel_x = 35 + }, +/obj/structure/closet/secure_closet/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"ade" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"adg" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adk" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adl" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ado" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/turf/open/space, +/area/space/nearstation) +"adp" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/item/hemostat, +/obj/item/retractor, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adq" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/assembly/flash/handheld, +/obj/item/reagent_containers/spray/pepper, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adr" = ( +/obj/machinery/button/flasher{ + id = "executionflash"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionspaceblast"; + name = "Vent to Space"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ads" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/prison) +"adt" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 3"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/prison) +"adv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 2"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 1"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adx" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ady" = ( +/obj/item/storage/toolbox/drone, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adz" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/ai_monitored/security/armory) +"adA" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/ai_monitored/security/armory) +"adB" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/ai_monitored/security/armory) +"adC" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun/advtaser, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/ai_monitored/security/armory) +"adD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adF" = ( +/obj/machinery/door/window/eastleft{ + name = "armoury desk"; + req_access_txt = "1" + }, +/obj/machinery/door/window/westleft{ + name = "armoury desk"; + req_access_txt = "3" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adG" = ( +/obj/machinery/power/apc{ + dir = 8; + areastring = "/area/crew_quarters/heads/hos"; + name = "Head of Security's Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -25 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adJ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adL" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adP" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adT" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"adU" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adW" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adX" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/button/ignition{ + id = "executionburn"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionfireblast"; + name = "Transfer Area Lockdown"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"aea" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeb" = ( +/obj/machinery/button/door{ + id = "permacell3"; + name = "Cell 3 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 3"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aec" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aed" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aee" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aef" = ( +/obj/machinery/button/door{ + id = "permacell2"; + name = "Cell 2 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 2"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeg" = ( +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Prison Hallway"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aei" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aej" = ( +/obj/machinery/button/door{ + id = "permacell1"; + name = "Cell 1 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 1"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aek" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ael" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Prison Wing APC"; + areastring = "/area/security/prison"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aem" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aen" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aep" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aer" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aes" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aet" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeu" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_y = -26; + req_access_txt = "3" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aev" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aew" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aex" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aey" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aez" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aeA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"aeB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aeC" = ( +/obj/machinery/camera{ + c_tag = "Security Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aeD" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"aeE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeG" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/tank/internals/oxygen/red{ + pixel_x = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + dir = 4; + name = "Prisoner Transfer Centre"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeS" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeT" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeU" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeZ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afa" = ( +/obj/machinery/recharger, +/obj/structure/table, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afc" = ( +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afd" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afe" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aff" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afj" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afm" = ( +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afn" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afo" = ( +/obj/docking_port/stationary{ + dir = 4; + 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) +"afp" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland3"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"afq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4 + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Armory"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aft" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afv" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afw" = ( +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"afx" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afy" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 1; + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afz" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afA" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/storage/box/hug, +/obj/item/razor{ + pixel_x = -6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afC" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afD" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afL" = ( +/obj/structure/reagent_dispensers/peppertank, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"afM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/security/main) +"afN" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"afP" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afQ" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afR" = ( +/turf/open/floor/plasteel, +/area/security/main) +"afS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/head_of_security, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/main) +"afU" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afV" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afX" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aga" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/screwdriver, +/obj/item/wrench, +/obj/item/clothing/head/helmet, +/obj/item/assembly/signaler, +/obj/machinery/light/small, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agb" = ( +/obj/structure/closet/secure_closet/injection, +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 2; + name = "Prisoner Transfer Centre"; + areastring = "/area/security/execution/transfer"; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agc" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agd" = ( +/turf/closed/wall, +/area/security/brig) +"age" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agg" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"agh" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Brig Control Room"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agi" = ( +/obj/machinery/computer/prisoner, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agj" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agk" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agl" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agn" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ago" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agp" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agr" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ags" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agt" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agu" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agv" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agw" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"agx" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agB" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agC" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agD" = ( +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agE" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agF" = ( +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agJ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agP" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agR" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agS" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"agT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agV" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agY" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aha" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/main) +"ahd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/main) +"ahe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahf" = ( +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahg" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahh" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahi" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahj" = ( +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/item/reagent_containers/syringe{ + name = "steel point" + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahl" = ( +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahm" = ( +/obj/machinery/door/window/westleft{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahn" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Brig Control APC"; + areastring = "/area/security/warden"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aht" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahu" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahw" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"ahy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahA" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"ahC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahF" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Security Office APC"; + areastring = "/area/security/main"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahI" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahJ" = ( +/obj/machinery/camera{ + c_tag = "Brig Interrogation"; + dir = 8; + network = list("interrogation") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahK" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Brig Infirmary"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ahL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahM" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahN" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahO" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahP" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/warden, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahR" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahU" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"ahW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahY" = ( +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aia" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aib" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aic" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aid" = ( +/obj/machinery/camera{ + c_tag = "Security Office"; + dir = 1 + }, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aie" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aif" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aig" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aih" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aii" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aij" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aik" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ail" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aim" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ain" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aip" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"air" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ais" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ait" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aix" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Armory Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southleft{ + name = "Reception Desk"; + req_access_txt = "63" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiy" = ( +/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/security/warden) +"aiz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"aiC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aiD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/main) +"aiE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiG" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/space/nearstation) +"aiH" = ( +/turf/closed/wall, +/area/security/processing) +"aiI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"aiJ" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/firealarm{ + dir = 2; + 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/brig) +"aiP" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiQ" = ( +/obj/machinery/camera{ + c_tag = "Brig East" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiT" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiU" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"aiV" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/item/gavelhammer, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiW" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiX" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiY" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiZ" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aja" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajc" = ( +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajd" = ( +/turf/closed/wall, +/area/security/courtroom) +"aje" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ajf" = ( +/obj/machinery/gulag_teleporter, +/turf/open/floor/plasteel, +/area/security/processing) +"ajg" = ( +/obj/machinery/computer/gulag_teleporter_computer, +/turf/open/floor/plasteel, +/area/security/processing) +"ajh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/machinery/computer/security/labor, +/turf/open/floor/plasteel, +/area/security/processing) +"aji" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"ajk" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajl" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Brig APC"; + areastring = "/area/security/brig"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajm" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajn" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aju" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajw" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajD" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + broadcasting = 0; + dir = 8; + listening = 1; + name = "Station Intercom (Court)" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajE" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajF" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajI" = ( +/obj/machinery/door/window/southleft{ + name = "Court Cell"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajK" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajL" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"ajM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajO" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ajP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Labor Shuttle"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + 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) +"ajS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajY" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aka" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akc" = ( +/obj/machinery/camera{ + c_tag = "Brig Central"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ake" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akg" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aki" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"akj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"akl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ako" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"akp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akq" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"akr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aks" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"aku" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akx" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aky" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/security/brig) +"akA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akB" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akC" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akE" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"akF" = ( +/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/security/brig) +"akG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "innerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akJ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akK" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akL" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akM" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akP" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"akS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"akV" = ( +/turf/open/floor/plating, +/area/security/processing) +"akW" = ( +/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/plating, +/area/security/processing) +"akX" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"akY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"akZ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ala" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alb" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ald" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"ale" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"alh" = ( +/obj/machinery/button/door{ + id = "briggate"; + name = "Desk Shutters"; + pixel_x = -26; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/button/flasher{ + id = "brigentry"; + pixel_x = -28; + pixel_y = -8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ali" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alk" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"all" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"alm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aln" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alo" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alq" = ( +/obj/item/beacon, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alr" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"als" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alt" = ( +/turf/closed/wall, +/area/maintenance/starboard/fore) +"alu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"alv" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"alw" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Port Bow Solar Control"; + track = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aly" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alz" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"alA" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alC" = ( +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alD" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"alH" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alI" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alJ" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alK" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alL" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alM" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alN" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alO" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "outerbrig"; + name = "Brig Exterior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = -5; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "innerbrig"; + name = "Brig Interior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 5; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alQ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastright{ + name = "Brig Desk"; + req_access_txt = "2" + }, +/obj/item/restraints/handcuffs, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alS" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"alT" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alV" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + dir = 2; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "42" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"alZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/security/courtroom) +"ama" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amc" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amd" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ame" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amf" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amg" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amh" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ami" = ( +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amj" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/obj/item/bedsheet, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amk" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aml" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/toy/sword, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/obj/item/trash/plate, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amn" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/security/processing) +"amo" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"amp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"amq" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amr" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ams" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"amw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "briggate"; + name = "security blast door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amz" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "outerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amA" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + dir = 8; + name = "Courtroom APC"; + areastring = "/area/security/courtroom"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amI" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amJ" = ( +/turf/closed/wall, +/area/construction/mining/aux_base) +"amK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Port Bow Solar APC"; + areastring = "/area/maintenance/solars/port/fore"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amM" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amN" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amO" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amP" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amQ" = ( +/obj/item/trash/sosjerky, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amR" = ( +/obj/item/electronics/airalarm, +/obj/item/circuitboard/machine/seed_extractor, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amT" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amU" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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/processing) +"amX" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the exit."; + id = "laborexit"; + name = "exit button"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/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/processing) +"amY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"amZ" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ana" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"and" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ane" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"anf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ang" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anh" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ani" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anj" = ( +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"ank" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"anl" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"anm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ann" = ( +/obj/effect/decal/cleanable/egg_smudge, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ano" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anp" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/box; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"anq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"anr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plating, +/area/security/processing) +"ans" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ant" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anv" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Courtroom" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"any" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anz" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anA" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anD" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"anJ" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Starboard Bow Solar Control"; + track = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anL" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"anN" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anP" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anQ" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anR" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anS" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/monkey_recycler, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anT" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"anU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anZ" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway West"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aob" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aod" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoe" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aof" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway East"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aog" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoh" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoi" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoj" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aok" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aom" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aon" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aop" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aoq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aor" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aos" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aot" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aou" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aov" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aox" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoy" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoz" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoA" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoB" = ( +/turf/open/space, +/area/space) +"aoC" = ( +/turf/open/floor/plasteel/airless, +/area/space/nearstation) +"aoD" = ( +/obj/structure/table, +/obj/item/stamp, +/obj/item/poster/random_official, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoF" = ( +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/security/processing) +"aoG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoH" = ( +/turf/closed/wall, +/area/security/vacantoffice/b) +"aoI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/abandoned{ + name = "Vacant Office B"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aoJ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoK" = ( +/turf/closed/wall, +/area/lawoffice) +"aoL" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/turf/open/floor/plasteel, +/area/lawoffice) +"aoM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoN" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/courtroom) +"aoT" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Fore Maintenance APC"; + areastring = "/area/maintenance/fore/secondary"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apa" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air In" + }, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apc" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apd" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Starboard Bow Solar APC"; + areastring = "/area/maintenance/solars/starboard/fore"; + pixel_x = -25; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ape" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apf" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apg" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/fore) +"aph" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"api" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apk" = ( +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apl" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apn" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"apo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"app" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apr" = ( +/obj/effect/landmark/carpspawn, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aps" = ( +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/turf/open/floor/plating, +/area/security/processing) +"apt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"apu" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apw" = ( +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"apx" = ( +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"apz" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apB" = ( +/turf/open/floor/wood, +/area/lawoffice) +"apC" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/lawoffice) +"apD" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"apE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"apF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apK" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Dormitory APC"; + areastring = "/area/crew_quarters/dorms"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apN" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apP" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Fitness Room APC"; + areastring = "/area/crew_quarters/fitness"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apQ" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access"; + req_access_txt = "10" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apX" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"apY" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apZ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqa" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqb" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqe" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/coin/gold, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqf" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqg" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqh" = ( +/obj/docking_port/stationary{ + area_type = /area/construction/mining/aux_base; + dheight = 4; + dir = 8; + dwidth = 4; + height = 9; + id = "aux_base_zone"; + name = "aux base zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + width = 9 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqi" = ( +/obj/docking_port/stationary/public_mining_dock{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqj" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqk" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Auxillary Base Construction"; + dir = 8 + }, +/obj/machinery/computer/camera_advanced/base_construction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aql" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"aqm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqn" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqo" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqp" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Port Bow Maintenance APC"; + areastring = "/area/maintenance/port/fore"; + pixel_x = -1; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqs" = ( +/turf/open/floor/plating, +/area/maintenance/fore) +"aqt" = ( +/obj/item/bedsheet/red, +/mob/living/simple_animal/bot/secbot/beepsky{ + name = "Officer Beepsky" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + name = "\improper Beepsky's emergency battery" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqv" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Labor Shuttle Dock APC"; + areastring = "/area/security/processing"; + pixel_x = -24 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqw" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Law office"; + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/wood, +/area/lawoffice) +"aqA" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/lawoffice) +"aqB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/lawoffice) +"aqC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "lawyer_blast"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/lawoffice) +"aqD" = ( +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitories Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqG" = ( +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aqK" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aqL" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqM" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqN" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Starboard Bow Maintenance APC"; + areastring = "/area/maintenance/starboard/fore"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqQ" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqR" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqS" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqU" = ( +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqV" = ( +/obj/structure/closet, +/obj/item/coin/iron, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqX" = ( +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/obj/machinery/computer/security/telescreen/auxbase{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqY" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ara" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"arb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ard" = ( +/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/plating, +/area/maintenance/port/fore) +"are" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arf" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/fore) +"arg" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arh" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ari" = ( +/obj/machinery/monkey_recycler, +/obj/item/reagent_containers/food/snacks/monkeycube, +/obj/item/reagent_containers/food/snacks/monkeycube, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arj" = ( +/turf/closed/wall, +/area/maintenance/fore) +"ark" = ( +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"arl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arm" = ( +/obj/structure/table/wood, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aro" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/lawoffice) +"arp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arr" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ars" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"art" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aru" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arv" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arw" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm4"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/dorms) +"ary" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arz" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/semen, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arC" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arD" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arE" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arF" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arG" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arH" = ( +/obj/structure/closet/athletic_mixed, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arI" = ( +/obj/structure/closet/boxinggloves, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arJ" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room" + }, +/obj/structure/closet/masks, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arK" = ( +/obj/structure/closet/lasertag/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arL" = ( +/obj/structure/closet/lasertag/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arM" = ( +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arN" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arO" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arQ" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arS" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arT" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arU" = ( +/turf/closed/wall, +/area/maintenance/department/electrical) +"arV" = ( +/turf/closed/wall, +/area/space/nearstation) +"arW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arX" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arY" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ase" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"asf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"ash" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"asi" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"asj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"ask" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"asl" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plating, +/area/maintenance/fore) +"asm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"asn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aso" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Law Office Maintenance"; + req_access_txt = "38" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"asr" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"ass" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ast" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asu" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asw" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm4"; + name = "Dorm 4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asz" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asB" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm5"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asC" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asE" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm6"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asG" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"asL" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asM" = ( +/obj/structure/table, +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asO" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"asP" = ( +/obj/machinery/button/door{ + id = "maint3"; + name = "Blast Door Control C"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asS" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asT" = ( +/obj/item/stack/rods/fifty, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asU" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asV" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asW" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/maintenance/department/electrical) +"asX" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/maintenance/department/electrical) +"asY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"asZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"ata" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ate" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"atf" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged3" + }, +/area/space/nearstation) +"atg" = ( +/obj/item/paper/crumpled, +/turf/open/floor/plasteel/airless{ + icon_state = "damaged2" + }, +/area/space/nearstation) +"ath" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ati" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atk" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atl" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"atm" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office B"; + dir = 1 + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"atn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"ato" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/lawoffice) +"atp" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/cartridge/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"atq" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/prison{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/wood, +/area/lawoffice) +"atr" = ( +/obj/machinery/photocopier, +/obj/machinery/button/door{ + id = "lawyer_blast"; + name = "Privacy Shutters"; + pixel_x = 25; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ats" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Fore Primary Hallway APC"; + areastring = "/area/hallway/primary/fore"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway"; + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"att" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atv" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm5"; + name = "Cabin 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atw" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm6"; + name = "Cabin 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atx" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aty" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atz" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atD" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atH" = ( +/obj/machinery/camera{ + c_tag = "Holodeck" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"atJ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"atK" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atO" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atQ" = ( +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atR" = ( +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"atS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atX" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, +/obj/machinery/button/door{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + pixel_x = 24; + req_one_access_txt = "32;47;48" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Auxillary Base Construction APC"; + areastring = "/area/construction/mining/aux_base"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aua" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aub" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"auc" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aud" = ( +/obj/structure/frame/computer, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aue" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/computer/operating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auf" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aug" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auh" = ( +/obj/item/airlock_painter, +/obj/structure/lattice, +/obj/structure/closet, +/turf/open/space, +/area/space/nearstation) +"aui" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auj" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auk" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"aul" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aum" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Chemical Storage"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aun" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"auo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"aup" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/power/apc{ + dir = 8; + name = "Vacant Office B APC"; + areastring = "/area/security/vacantoffice/b"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auq" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Law Office APC"; + areastring = "/area/lawoffice"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/lawoffice) +"aur" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aus" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aut" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"auu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auw" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aux" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Dormitory North" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"auF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auK" = ( +/obj/machinery/computer/holodeck{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auO" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/maintenance/department/electrical) +"auP" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Electrical Maintenance APC"; + areastring = "/area/maintenance/department/electrical"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auR" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"auS" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"auT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auU" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction"; + req_one_access_txt = "32;47;48" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auV" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"auX" = ( +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auY" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/item/surgical_drapes, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auZ" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged5" + }, +/area/space/nearstation) +"ava" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avb" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ave" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"avf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"avg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avk" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Fore Maintenance APC"; + areastring = "/area/maintenance/fore"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avq" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avx" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm3"; + name = "Dorm 3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avB" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avC" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avD" = ( +/obj/structure/table/wood, +/obj/item/coin/silver, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avK" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"avL" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avM" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avN" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avP" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avQ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avR" = ( +/obj/machinery/button/door{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_x = -28; + pixel_y = 4 + }, +/obj/machinery/button/door{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_x = -28; + pixel_y = -6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avS" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avT" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avU" = ( +/obj/structure/table/glass, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avX" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"avZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awc" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awd" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"awe" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"awf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"awg" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/hallway/secondary/entry) +"awh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/entry) +"awp" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awq" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awr" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aws" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"awt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awu" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aww" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awy" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awD" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awG" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"awM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"awQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"awR" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awS" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awU" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awV" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awW" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awX" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"axa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axe" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axf" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axk" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"axl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axq" = ( +/obj/structure/sign/warning/electricshock, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axu" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axv" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland2"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"axw" = ( +/obj/docking_port/stationary{ + dir = 8; + 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) +"axx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"axy" = ( +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axz" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axA" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axB" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"axJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axK" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axL" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axM" = ( +/obj/structure/table/glass, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"axT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axU" = ( +/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/maintenance/fore) +"axV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axX" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"axZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aya" = ( +/turf/closed/wall/r_wall, +/area/gateway) +"ayb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayd" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aye" = ( +/obj/structure/closet/crate/rcd, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayf" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/hand_labeler, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayg" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayh" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "EVA Storage APC"; + areastring = "/area/ai_monitored/storage/eva"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayi" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/obj/item/assembly/timer, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayj" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayl" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aym" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayo" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayp" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayq" = ( +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"ayr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ays" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ayt" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm2"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"ayu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayw" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayx" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayD" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayK" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"ayL" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayN" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayR" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayS" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayT" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayZ" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aza" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"azb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"azc" = ( +/turf/closed/wall, +/area/hydroponics/garden) +"azd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics/garden) +"aze" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Garden Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"azg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space, +/area/space/nearstation) +"azh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/space, +/area/space/nearstation) +"azi" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azj" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azk" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azl" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azm" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"azn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"azo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "EVA Maintenance"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"azp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azv" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azx" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azy" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm2"; + name = "Dorm 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azB" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azC" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azD" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azE" = ( +/obj/structure/closet/wardrobe/pjs, +/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/crew_quarters/dorms) +"azF" = ( +/turf/closed/wall, +/area/crew_quarters/toilet) +"azG" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"azH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azK" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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/crew_quarters/fitness) +"azN" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room South"; + dir = 1 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azO" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/service"; + dir = 1; + name = "Service Hall APC"; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azP" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azQ" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azR" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azU" = ( +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azV" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azW" = ( +/obj/machinery/power/smes{ + charge = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"azY" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "backup power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azZ" = ( +/obj/machinery/power/smes{ + charge = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aAa" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"aAb" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aAc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAe" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 North"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAf" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aAi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Security Checkpoint APC"; + areastring = "/area/security/checkpoint/auxiliary"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAl" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Garden APC"; + areastring = "/area/hydroponics/garden"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAm" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/hydroponics/garden) +"aAn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAp" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAr" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAu" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Primary Tool Storage APC"; + areastring = "/area/storage/primary"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAx" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAB" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAC" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAD" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAE" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Gateway APC"; + areastring = "/area/gateway"; + pixel_x = -24; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAF" = ( +/obj/machinery/camera{ + c_tag = "EVA Maintenance"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aAH" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAI" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAN" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAO" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aAS" = ( +/turf/closed/wall, +/area/crew_quarters/cryopod) +"aAT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aAU" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAW" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aAY" = ( +/obj/item/clothing/under/rank/mailman, +/obj/item/clothing/head/mailman, +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aAZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBa" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBb" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aBd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aBe" = ( +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBj" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBk" = ( +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/structure/table/glass, +/obj/item/seeds/tower, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBn" = ( +/turf/closed/wall, +/area/storage/primary) +"aBo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Tool Storage Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/storage/primary) +"aBq" = ( +/turf/closed/wall/r_wall, +/area/storage/primary) +"aBr" = ( +/obj/machinery/computer/bank_machine, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBs" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBu" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Vault APC"; + areastring = "/area/ai_monitored/nuke_storage"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBv" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBw" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBx" = ( +/obj/machinery/gateway, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBy" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBA" = ( +/obj/machinery/requests_console{ + department = "EVA"; + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/pen{ + desc = "Writes upside down!"; + name = "astronaut pen" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aBH" = ( +/obj/machinery/camera{ + c_tag = "EVA East"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBI" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBJ" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/cryopod, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aBM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBO" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBP" = ( +/obj/effect/landmark/xeno_spawn, +/obj/item/bikehorn/rubberducky, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBQ" = ( +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/gun/ballistic/revolver/doublebarrel, +/obj/structure/table/wood, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c100, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBR" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBS" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBT" = ( +/turf/closed/wall, +/area/crew_quarters/theatre) +"aBU" = ( +/obj/machinery/reagentgrinder, +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBY" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCa" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCe" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"aCf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCg" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCj" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCk" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/main) +"aCt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCw" = ( +/turf/closed/wall, +/area/chapel/main) +"aCx" = ( +/obj/machinery/camera{ + c_tag = "Arrivals North"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aCy" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCA" = ( +/obj/machinery/computer/security{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCB" = ( +/obj/machinery/computer/card{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCC" = ( +/obj/machinery/computer/secure_data{ + pixel_y = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCF" = ( +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCG" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCH" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCJ" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCK" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCL" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/machinery/requests_console{ + department = "Tool Storage"; + departmentType = 0; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCM" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCO" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCQ" = ( +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCT" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCX" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCY" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDa" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aDc" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDd" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "EVA Storage"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDh" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDi" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aDj" = ( +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aDl" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDo" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"aDp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitory South"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aDq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDs" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDu" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDw" = ( +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aDB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + sortType = 18 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDH" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/table, +/obj/item/shovel/spade, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Chapel APC"; + areastring = "/area/chapel/main"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDV" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDZ" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Mass Driver"; + req_access_txt = "22" + }, +/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) +"aEa" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/chapel/main) +"aEb" = ( +/obj/machinery/door/poddoor{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/chapel/main) +"aEc" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Entry Hall APC"; + areastring = "/area/hallway/secondary/entry"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aEd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEg" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEk" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEl" = ( +/turf/open/floor/plasteel, +/area/storage/primary) +"aEm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/primary) +"aEn" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEo" = ( +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEq" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEr" = ( +/obj/machinery/camera{ + c_tag = "Gateway"; + dir = 4 + }, +/obj/structure/table, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEs" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel, +/area/gateway) +"aEt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEu" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel, +/area/gateway) +"aEv" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEw" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEx" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aEz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEA" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aEB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aEC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aED" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aEE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aEF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEH" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEJ" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Dormitory Bathrooms APC"; + areastring = "/area/crew_quarters/toilet"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEN" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEQ" = ( +/obj/machinery/door/airlock{ + name = "Service Hall"; + req_one_access_txt = "25;26;35;28" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aER" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hallway/secondary/service) +"aES" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/hallway/secondary/service) +"aET" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFb" = ( +/turf/closed/wall, +/area/library) +"aFc" = ( +/turf/closed/wall, +/area/chapel/office) +"aFd" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Chapel Office APC"; + areastring = "/area/chapel/office"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/chapel/office) +"aFe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFf" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aFj" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFl" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFm" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFn" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFo" = ( +/obj/item/radio/off, +/obj/item/crowbar, +/obj/item/assembly/flash/handheld, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFp" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFq" = ( +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFr" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFu" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFv" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFy" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/ore_silo, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFz" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 1; + network = list("vault") + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFC" = ( +/obj/structure/safe, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFE" = ( +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aFF" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/gateway) +"aFG" = ( +/turf/open/floor/plasteel, +/area/gateway) +"aFH" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFL" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFN" = ( +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFP" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFS" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFT" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFU" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aFV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFW" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFX" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFY" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aGa" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aGb" = ( +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil, +/obj/item/flashlight/lamp, +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aGd" = ( +/obj/machinery/power/apc{ + name = "Bar APC"; + dir = 2; + pixel_y = -24; + areastring = "/area/crew_quarters/bar" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGe" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGg" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGj" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 19 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 20 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aGv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 17 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/library) +"aGy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGz" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood, +/area/library) +"aGA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/wood, +/area/library) +"aGB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood, +/area/library) +"aGC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/chapel/office) +"aGD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/vending/wardrobe/chap_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGG" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Chapel Office"; + dir = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGH" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGI" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGJ" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGN" = ( +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aGO" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aGP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/chapel/main) +"aGQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"aGR" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/entry) +"aGS" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aGT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"aGU" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aGV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGW" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGX" = ( +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 4 + }, +/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/garden) +"aGY" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aGZ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHa" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aHc" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault{ + req_access_txt = "53" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aHd" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/gateway) +"aHg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHh" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHj" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/crowbar, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHu" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHv" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHw" = ( +/obj/structure/lattice, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHx" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHA" = ( +/obj/machinery/vending/cola/random, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aHC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aHH" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Bar Storeage"; + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHK" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Kitchen APC"; + areastring = "/area/crew_quarters/kitchen"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHM" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 21 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHR" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Hydroponics APC"; + areastring = "/area/hydroponics"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHS" = ( +/turf/closed/wall, +/area/hydroponics) +"aHT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/hydroponics) +"aHU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHV" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/library) +"aHW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/library) +"aHX" = ( +/obj/structure/chair/office/dark, +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHY" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aIa" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"aIb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aId" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIe" = ( +/obj/effect/landmark/start/chaplain, +/obj/structure/chair, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/crayons, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIh" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIi" = ( +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aIj" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aIk" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIl" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIo" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Lounge"; + dir = 2 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIq" = ( +/obj/structure/sign/map/left{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIr" = ( +/obj/structure/sign/map/right{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIs" = ( +/obj/structure/table/glass, +/obj/item/hatchet, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/reagent_containers/glass/bucket, +/obj/item/plant_analyzer, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIt" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIu" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/analyzer, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIv" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIw" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIx" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIz" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIB" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIC" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aID" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aIE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIF" = ( +/obj/machinery/button/door{ + id = "stationawaygate"; + name = "Gateway Access Shutter Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aIG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aII" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/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/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIJ" = ( +/obj/machinery/camera{ + c_tag = "EVA South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIK" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/central) +"aIM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North"; + dir = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIP" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIQ" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIT" = ( +/turf/closed/wall, +/area/hallway/primary/central) +"aIU" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aIV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIX" = ( +/obj/machinery/camera{ + c_tag = "Dormitory Toilets"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aIY" = ( +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aIZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJa" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJb" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aJc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJd" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"aJe" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJf" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aJg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJi" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJl" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Kitchen" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/crew_quarters/kitchen) +"aJm" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Hydroponics" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/hydroponics) +"aJn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJp" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/guides/jobs/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJr" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aJs" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"aJt" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aJu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aJv" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/office) +"aJz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJA" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJB" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJD" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/xmastree, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aJF" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aJG" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics/garden) +"aJM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aJN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJR" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJS" = ( +/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/hallway/primary/port) +"aJT" = ( +/obj/structure/cable, +/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/hallway/primary/port) +"aJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aJV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aJY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aJZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aKa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aKb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/gateway) +"aKc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aKd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKe" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKf" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aKg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKh" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aKi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aKn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/plasteel, +/area/bridge) +"aKo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/dresser, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKr" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKs" = ( +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKv" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKw" = ( +/obj/machinery/door/window/southleft{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Kitchen Delivery"; + req_access_txt = "28" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aKx" = ( +/obj/machinery/door/window/eastright{ + name = "Hydroponics Delivery"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKy" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKz" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKC" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKD" = ( +/obj/machinery/smartfridge/disks{ + pixel_y = 2 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKE" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKG" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/watertank, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKH" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/library) +"aKI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/library) +"aKJ" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aKK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aKL" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + dir = 4; + name = "Crematorium"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKR" = ( +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKS" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aKT" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aKU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aKV" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKW" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKX" = ( +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKY" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aLa" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aLb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLc" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLd" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLe" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + name = "Port Hall APC"; + areastring = "/area/hallway/primary/port"; + dir = 1; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLl" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 2"; + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLo" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLw" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West"; + dir = 2 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLA" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLB" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLD" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLF" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLG" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aLM" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet) +"aLN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLO" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLR" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLS" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aLT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLU" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aLV" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLW" = ( +/mob/living/carbon/monkey/punpun, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLZ" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMa" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aMd" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMe" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMf" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMg" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/glass/bucket, +/obj/item/wirecutters, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMh" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMi" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = -31 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMo" = ( +/obj/machinery/chem_master/condimaster, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMp" = ( +/turf/open/floor/wood, +/area/library) +"aMq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aMr" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aMs" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMu" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aMv" = ( +/obj/machinery/camera{ + c_tag = "Chapel North"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMy" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"aMz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aMA" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aMB" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chips, +/obj/item/reagent_containers/food/drinks/soda_cans/cola, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMD" = ( +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aME" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMF" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMG" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aMH" = ( +/turf/open/floor/goonplaque, +/area/hallway/secondary/entry) +"aMI" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aML" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMN" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNa" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNb" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNc" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "EVA" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNd" = ( +/obj/effect/landmark/observer_start, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "EVA2" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNf" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNh" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA2"; + location = "Dorm" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNl" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNm" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNn" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNo" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/bartender, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/bar) +"aNu" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Theatre APC"; + areastring = "/area/crew_quarters/theatre"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNv" = ( +/obj/structure/kitchenspike, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics) +"aNA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"aNB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aNC" = ( +/obj/machinery/bookbinder, +/turf/open/floor/wood, +/area/library) +"aND" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aNE" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/library) +"aNF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aNG" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNH" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNI" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNJ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNL" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNM" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNN" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNO" = ( +/obj/item/beacon, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 South" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNP" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNR" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aNS" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aNT" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aNU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNX" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNY" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOa" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOl" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_x = 32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = 32; + pixel_y = -40 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOp" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "CHW" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOr" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOs" = ( +/obj/machinery/light, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aOv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOx" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOy" = ( +/obj/machinery/computer/slot_machine, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aOA" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aOD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOE" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOG" = ( +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOH" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOI" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera{ + c_tag = "Hydroponics North"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOL" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/library) +"aOM" = ( +/turf/open/floor/carpet, +/area/library) +"aON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/library) +"aOO" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/library) +"aOP" = ( +/obj/machinery/computer/libraryconsole, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aOQ" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/engine/cult, +/area/library) +"aOR" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/engine/cult, +/area/library) +"aOS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/turf/open/floor/engine/cult, +/area/library) +"aOT" = ( +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aOV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOW" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aOX" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Holding Area"; + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPd" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPf" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPg" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPh" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPi" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aPj" = ( +/turf/closed/wall, +/area/maintenance/port) +"aPk" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aPl" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"aPm" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPo" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/crew_quarters/locker) +"aPp" = ( +/turf/closed/wall, +/area/storage/art) +"aPq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/art) +"aPr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aPs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/storage/art) +"aPt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aPu" = ( +/turf/closed/wall, +/area/storage/emergency/port) +"aPv" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPw" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPA" = ( +/turf/closed/wall, +/area/storage/tools) +"aPB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPC" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"aPD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aPE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPF" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aPL" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPM" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/central) +"aPN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/table/reinforced, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"aPO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPP" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/bar) +"aPR" = ( +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aPS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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) +"aPT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aPW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aPX" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/library) +"aPY" = ( +/obj/effect/landmark/blobstart, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/library) +"aPZ" = ( +/obj/structure/destructible/cult/tome, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/book/codex_gigas, +/turf/open/floor/engine/cult, +/area/library) +"aQa" = ( +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQb" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQe" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQf" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQj" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQl" = ( +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQo" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland1"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"aQp" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQA" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"aQB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"aQC" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQD" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQF" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQG" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQI" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQJ" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQK" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQL" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQM" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/open/floor/plasteel, +/area/storage/art) +"aQO" = ( +/turf/open/floor/plasteel, +/area/storage/art) +"aQP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aQQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aQR" = ( +/obj/machinery/door/airlock{ + name = "Port Emergency Storage" + }, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aQS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/storage/tools) +"aQT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aQU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aQV" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQW" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQX" = ( +/obj/machinery/computer/monitor{ + name = "bridge power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQY" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQZ" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRb" = ( +/obj/machinery/modular_computer/console/preset/command, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRc" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRd" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/bridge) +"aRf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aRg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aRh" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/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/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"aRi" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRk" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRl" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRm" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aRn" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRo" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRr" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Kitchen"; + dir = 2 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRt" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRu" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRw" = ( +/turf/open/floor/plasteel, +/area/hydroponics) +"aRx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Library APC"; + areastring = "/area/library"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aRz" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/library) +"aRA" = ( +/obj/structure/displaycase/trophy, +/turf/open/floor/wood, +/area/library) +"aRB" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aRC" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/open/floor/engine/cult, +/area/library) +"aRD" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aRE" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"aRF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/chapel/main) +"aRG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRH" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRI" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRJ" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aRK" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRM" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/entry) +"aRN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRO" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRP" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRR" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRS" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRT" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"aRU" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aRV" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil, +/obj/item/paper_bin/construction, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/storage/art) +"aRW" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRX" = ( +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRY" = ( +/obj/item/extinguisher, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRZ" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Auxiliary Tool Storage APC"; + areastring = "/area/storage/tools"; + pixel_y = 24 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSc" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage"; + dir = 2 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tools) +"aSf" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSg" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel, +/area/bridge) +"aSh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSi" = ( +/obj/structure/chair{ + dir = 1; + name = "Engineering Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSk" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/multitool, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSl" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = -2; + req_access_txt = "19" + }, +/obj/machinery/keycard_auth{ + pixel_x = 29; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSm" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSn" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSo" = ( +/obj/structure/chair{ + dir = 1; + name = "Crew Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSq" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "barShutters"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aSr" = ( +/obj/structure/chair/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSs" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSt" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSu" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/bridge) +"aSw" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"aSy" = ( +/obj/structure/table/wood, +/obj/item/instrument/guitar{ + pixel_x = -7 + }, +/obj/item/instrument/eguitar{ + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSz" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSA" = ( +/obj/effect/landmark/xmastree, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSB" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSD" = ( +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSI" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aSJ" = ( +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aSK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSL" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSM" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSO" = ( +/obj/machinery/door/window/northright{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Library Desk Door"; + req_access_txt = "37" + }, +/turf/open/floor/wood, +/area/library) +"aSP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/library) +"aSQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/library) +"aSR" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSS" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aST" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSU" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aSV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aSW" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aSX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aSY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aSZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aTa" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + id = "emergency_home"; + name = "BoxStation emergency evac bay"; + width = 32 + }, +/turf/open/space/basic, +/area/space) +"aTb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aTc" = ( +/turf/closed/wall, +/area/security/vacantoffice) +"aTd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTh" = ( +/obj/structure/closet/wardrobe/green, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTj" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTl" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTm" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTp" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTq" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/storage/art) +"aTr" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/storage/art) +"aTs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/turf/open/floor/plasteel, +/area/storage/art) +"aTt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTu" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTv" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTw" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTz" = ( +/turf/open/floor/plasteel, +/area/storage/tools) +"aTA" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTB" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"aTC" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTD" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTE" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTF" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/bridge) +"aTG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTH" = ( +/turf/open/floor/plasteel, +/area/bridge) +"aTI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aTM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/bridge) +"aTO" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTP" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTQ" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTR" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"aTS" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aTT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aTW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aTX" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTY" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTZ" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aUc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUe" = ( +/obj/machinery/vending/hydronutrients, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUf" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUh" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUi" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood, +/area/library) +"aUj" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"aUk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aUl" = ( +/obj/effect/landmark/start/librarian, +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/library) +"aUm" = ( +/obj/machinery/libraryscanner, +/turf/open/floor/wood, +/area/library) +"aUn" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aUo" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUp" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUq" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUr" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUs" = ( +/obj/machinery/computer/arcade, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aUt" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aUu" = ( +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUw" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUx" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUy" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUC" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUF" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUG" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUH" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUI" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUJ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUO" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUR" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aUT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aUU" = ( +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUV" = ( +/obj/structure/chair{ + dir = 1; + name = "Security Station" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aUZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVb" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVe" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVh" = ( +/obj/structure/chair{ + dir = 1; + name = "Logistics Station" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVi" = ( +/obj/machinery/camera{ + c_tag = "Bridge East"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVj" = ( +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVk" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVl" = ( +/obj/machinery/camera{ + c_tag = "Bridge East Entrance"; + dir = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVm" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVn" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen2"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVp" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aVt" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVu" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVv" = ( +/obj/structure/table/wood, +/obj/item/paper, +/turf/open/floor/wood, +/area/library) +"aVw" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aVx" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/wood, +/area/library) +"aVy" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aVz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/library) +"aVA" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aVB" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aVC" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aVD" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aVE" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVF" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVI" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVJ" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"aVK" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVM" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVP" = ( +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Art Storage"; + areastring = "/area/storage/art"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVX" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWa" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Port Emergency Storage APC"; + areastring = "/area/storage/emergency/port"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"aWd" = ( +/turf/closed/wall, +/area/security/detectives_office) +"aWe" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWf" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) +"aWm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWn" = ( +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWp" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWr" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWt" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWu" = ( +/obj/machinery/power/apc/highcap/five_k{ + dir = 2; + name = "Bridge APC"; + areastring = "/area/bridge"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWF" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aWG" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aWJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWK" = ( +/obj/machinery/button/door{ + id = "kitchen2"; + name = "Kitchen Shutters Control"; + pixel_x = -24; + pixel_y = 0; + req_access_txt = "28" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWL" = ( +/obj/machinery/processor, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aWU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aWX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aXa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXc" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXe" = ( +/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) +"aXf" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXg" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -28 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXk" = ( +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXo" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port) +"aXp" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aXs" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXy" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXz" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Port Maintenance APC"; + areastring = "/area/maintenance/port"; + pixel_x = -27; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXH" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXI" = ( +/obj/machinery/computer/med_data, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXJ" = ( +/obj/machinery/computer/secure_data, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXL" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXM" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXN" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXO" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXP" = ( +/obj/machinery/camera{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXR" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aXS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aXT" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aYb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYc" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYi" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Central Hall APC"; + areastring = "/area/hallway/primary/central"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-24" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aYl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/item/reagent_containers/food/snacks/pie/cream, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYm" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aYn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aYo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYp" = ( +/obj/machinery/food_cart, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYq" = ( +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "28" + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYs" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYt" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYu" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYv" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYw" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/hydroponics) +"aYy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aYD" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/library) +"aYE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aYK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYM" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYN" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Airlocks"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aYP" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Vacant Office A"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYR" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aYT" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYV" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYW" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYY" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aZa" = ( +/obj/structure/table, +/obj/item/razor, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZc" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/female{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/clothing/under/suit_jacket/really_black{ + pixel_x = -2 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZd" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZe" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZj" = ( +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZm" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/briefcase, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZp" = ( +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZs" = ( +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZt" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aZv" = ( +/turf/closed/wall/r_wall, +/area/bridge/meeting_room) +"aZw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/bridge/meeting_room) +"aZx" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"aZy" = ( +/turf/closed/wall, +/area/bridge/meeting_room) +"aZz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZA" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aZB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZC" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZD" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZE" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"aZF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZG" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZH" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aZI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"aZJ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"aZK" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/head/welding, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"aZL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aZM" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aZN" = ( +/obj/structure/flora/bush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZO" = ( +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZQ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZR" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZU" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hydroponics) +"aZW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics) +"aZX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"baa" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bab" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bac" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/library) +"bad" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/library) +"bae" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"baf" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"bag" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/library) +"bah" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bai" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"baj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bak" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Escape Hallway APC"; + areastring = "/area/hallway/secondary/exit"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bal" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bam" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ban" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bao" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bap" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"baq" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"bar" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bas" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bat" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Locker Restrooms APC"; + areastring = "/area/crew_quarters/toilet/locker"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bau" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bav" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baw" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bax" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bay" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baz" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baA" = ( +/obj/item/storage/secure/safe{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baB" = ( +/obj/structure/table/wood, +/obj/item/camera/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"baC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baE" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"baF" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baG" = ( +/obj/machinery/button/door{ + id = "heads_meeting"; + name = "Security Shutters"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baH" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baI" = ( +/obj/machinery/camera{ + c_tag = "Conference Room"; + dir = 2 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baJ" = ( +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baK" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baO" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baP" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baQ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baR" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baU" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Captain's Office APC"; + areastring = "/area/crew_quarters/heads/captain"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baW" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baX" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baZ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bba" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbc" = ( +/obj/structure/sign/barsign, +/turf/closed/wall, +/area/crew_quarters/bar) +"bbd" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bbe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bbh" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/library) +"bbi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"bbj" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bbk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bbl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bbm" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Vacant Office APC"; + areastring = "/area/security/vacantoffice"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bbo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbp" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbq" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbr" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbs" = ( +/obj/machinery/washing_machine, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Cargo Warehouse APC"; + areastring = "/area/quartermaster/warehouse"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbw" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Detective's Office"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bby" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3 + }, +/obj/item/lighter, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbz" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbB" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"bbD" = ( +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bbE" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbG" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbJ" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbK" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/quarantine, +/obj/machinery/camera/motion{ + dir = 4; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbL" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbM" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/freeform, +/obj/structure/sign/plaques/kiddie{ + pixel_x = 32 + }, +/obj/machinery/camera/motion{ + dir = 8; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbO" = ( +/obj/structure/displaycase/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbP" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbT" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbW" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bbX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bce" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcf" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2"; + dir = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcg" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bch" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bci" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bck" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bcm" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bco" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcr" = ( +/obj/effect/landmark/blobstart, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcs" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"bct" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bcu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcz" = ( +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bcE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Detective's Office APC"; + areastring = "/area/security/detectives_office"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port) +"bcF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"bcG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcI" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bcL" = ( +/obj/item/hand_labeler, +/obj/item/assembly/timer, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcM" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcN" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)" + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcO" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcP" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcR" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcS" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcT" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bcV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bcY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bda" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bde" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdj" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdo" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdp" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bdr" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"bds" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"bdt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal) +"bdu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdw" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 3" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdx" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdy" = ( +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/port) +"bdz" = ( +/obj/effect/landmark/blobstart, +/obj/item/clothing/suit/ianshirt, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/port) +"bdA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/locker) +"bdB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Locker Room Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdC" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdF" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdG" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/security/detectives_office) +"bdH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bdI" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bdJ" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdK" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdL" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/aiModule/core/full/custom, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdN" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdO" = ( +/obj/machinery/power/apc/highcap/five_k{ + dir = 2; + name = "Upload APC"; + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdP" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdQ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdR" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/zeroth/oneHuman, +/obj/machinery/door/window{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/reset/purge, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/aiModule/supplied/protectStation, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdS" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdU" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdV" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdY" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdZ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bea" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Stbd"; + location = "HOP" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bec" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 36 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bed" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bee" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bef" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"beh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bei" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway"; + dir = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bej" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/hallway/primary/starboard) +"bek" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bel" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bem" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ben" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beo" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bep" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ber" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"bes" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bet" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"beu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bev" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bew" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/exit) +"bex" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bey" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bez" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beB" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beC" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beD" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/recycler, +/obj/structure/sign/warning/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beF" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beL" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beM" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beN" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Locker Room APC"; + areastring = "/area/crew_quarters/locker"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beS" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beU" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/head/soft/rainbow, +/obj/item/clothing/shoes/sneakers/rainbow, +/obj/item/clothing/under/color/rainbow, +/turf/open/floor/plating, +/area/maintenance/port) +"beV" = ( +/turf/closed/wall, +/area/quartermaster/sorting) +"beW" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beX" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beY" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beZ" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfc" = ( +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfe" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bff" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfg" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfj" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfk" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfl" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfm" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfo" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfp" = ( +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/obj/item/storage/secure/safe{ + pixel_x = 35; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfq" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = -30 + }, +/obj/structure/filingcabinet, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfr" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfs" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bft" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfv" = ( +/turf/closed/wall, +/area/medical/chemistry) +"bfw" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/medical/medbay/central) +"bfx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bfy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfB" = ( +/turf/closed/wall, +/area/medical/morgue) +"bfC" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bfD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"bfE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_y = 26; + req_access_txt = "5" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Medbay"; + dir = 2 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bfH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfI" = ( +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "Skynet_launch"; + name = "mech bay" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfL" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"bfM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfN" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfO" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5"; + dir = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfR" = ( +/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/hallway/primary/starboard) +"bfS" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"bfT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/exit) +"bfU" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bfV" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfX" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 3 & 4"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfY" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfZ" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bga" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgb" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bgd" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Disposal APC"; + areastring = "/area/maintenance/disposal"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bge" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgh" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 4" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgi" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bgk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Cargo Bay APC"; + areastring = "/area/quartermaster/storage"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bgq" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgr" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgv" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgz" = ( +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bgA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgD" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgE" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Bridge Delivery"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bgF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgG" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgH" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgJ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgL" = ( +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bgM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgN" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/camera, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgO" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)"; + pixel_x = -28 + }, +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgP" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgQ" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/melee/chainofcommand, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgR" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgT" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bgU" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bgV" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Chemistry APC"; + areastring = "/area/medical/chemistry"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgW" = ( +/obj/machinery/camera{ + c_tag = "Chemistry"; + dir = 2 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgX" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgY" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bha" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhc" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhd" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhe" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhf" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + dir = 2; + pixel_y = 18 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhh" = ( +/obj/structure/filingcabinet, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bhi" = ( +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhl" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhm" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Morgue APC"; + areastring = "/area/medical/morgue"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bho" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 14 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bhp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Mech Bay Maintenance"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bhq" = ( +/obj/machinery/button/door{ + dir = 2; + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bht" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhw" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhx" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bhz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhB" = ( +/turf/closed/wall, +/area/science/research) +"bhC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bhD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) +"bhE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + name = "Research and Development Desk"; + req_one_access_txt = "7;29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/lab) +"bhF" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhG" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhH" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bhI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard) +"bhJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhL" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhN" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhO" = ( +/obj/machinery/mineral/stacking_unit_console{ + dir = 2; + machinedir = 8 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bhP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port) +"bhQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"bhT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhU" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhV" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhY" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"bhZ" = ( +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bia" = ( +/obj/structure/disposalpipe/sorting/wrap{ + dir = 1 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bib" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bic" = ( +/obj/machinery/door/window/eastleft{ + dir = 4; + icon_state = "right"; + name = "Incoming Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bid" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bie" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bif" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"big" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bih" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bii" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bij" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bik" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bil" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bim" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bin" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bio" = ( +/obj/machinery/camera{ + c_tag = "Research and Development"; + dir = 2; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/button/door{ + dir = 2; + id = "rnd"; + name = "Shutters Control Button"; + pixel_x = -6; + pixel_y = 24; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bip" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"biq" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bir" = ( +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bis" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bit" = ( +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biu" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"biw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bix" = ( +/obj/structure/bed/roller, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"biy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biz" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biA" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"biE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biG" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North-East"; + dir = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biH" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biK" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"biL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biN" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biO" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biP" = ( +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biQ" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biR" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biS" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biV" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"biW" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biX" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biY" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bja" = ( +/turf/open/floor/wood/cold, +/area/crew_quarters/bar) +"bjb" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjc" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bjd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bje" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjg" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjh" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bji" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjj" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjk" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjl" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjm" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"bjo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjp" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjq" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Detective Maintenance"; + req_access_txt = "4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bjr" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"bjt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bju" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjv" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 2 + }, +/area/hallway/primary/starboard) +"bjx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/primary/starboard) +"bjy" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjB" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjE" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"bjF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjG" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjH" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjI" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjK" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjL" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjM" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjP" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bjQ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjR" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjS" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bjT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjU" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjV" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjW" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjY" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bka" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bke" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Mech Bay APC"; + areastring = "/area/science/robotics/mechbay"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bkf" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bki" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkj" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkk" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bkl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkm" = ( +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkn" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bko" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + dir = 2; + network = list("ss13","rd") + }, +/obj/machinery/button/door{ + name = "Shutters Control Button"; + dir = 2; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "29"; + id = "robotics" + }, +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkq" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkr" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bks" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/research) +"bku" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access"; + dir = 2 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkv" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkw" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bky" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bkA" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"bkB" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkG" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Disposal Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bkO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkP" = ( +/obj/structure/table, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkQ" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkS" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkW" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkX" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkZ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/quartermaster/office) +"bla" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bld" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ble" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Delivery Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blh" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"bli" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"blj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"blk" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Central Maintenance APC"; + areastring = "/area/maintenance/central"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bll" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/central) +"blm" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bln" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blr" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bls" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blu" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blv" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blw" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/medical/chemistry) +"blx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bly" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blE" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blH" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + network = list("ss13","medbay"); + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"blI" = ( +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blK" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/science/robotics/mechbay) +"blL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blN" = ( +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blR" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"blT" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blY" = ( +/turf/closed/wall, +/area/maintenance/starboard) +"blZ" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "disposal exit vent" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bma" = ( +/obj/machinery/button/door{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_x = -25; + pixel_y = 4; + req_access_txt = "12" + }, +/obj/machinery/button/massdriver{ + id = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmb" = ( +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmc" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port) +"bme" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmf" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/storage) +"bmh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bmi" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bml" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bmm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmn" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmo" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 2 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bms" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmt" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/power/apc{ + dir = 2; + name = "Delivery Office APC"; + areastring = "/area/quartermaster/sorting"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmu" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/item/paper_bin{ + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -3 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmv" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmx" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Head of Personnel APC"; + areastring = "/area/crew_quarters/heads/hop"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmA" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmB" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Conference Room APC"; + areastring = "/area/bridge/meeting_room"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmE" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmF" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"bmI" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/captain) +"bmJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Captain's Office Maintenance"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bmK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmO" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bmQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmS" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmT" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmU" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmV" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmW" = ( +/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) +"bmX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmY" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Medbay Security APC"; + areastring = "/area/security/checkpoint/medical"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bmZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bna" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bnb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnc" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Morgue Maintenance APC"; + areastring = "/area/maintenance/department/medical/morgue"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnd" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bne" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bng" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bni" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bnj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/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, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bno" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnp" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnq" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bnr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bns" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bnt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/dresser, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/item/card/id/captains_spare, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnv" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bny" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnz" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/mass_driver{ + id = "trash" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnC" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnD" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnE" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bnG" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnH" = ( +/obj/structure/closet/emcloset, +/obj/machinery/airalarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnJ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnL" = ( +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnN" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + 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) +"bnP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnR" = ( +/obj/machinery/status_display/supply, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/sorting) +"bnS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bnV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/status_display/supply{ + pixel_x = -28; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnX" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"bnY" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"bnZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"boa" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/hop) +"bob" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"boc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bod" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"boe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bof" = ( +/turf/closed/wall, +/area/crew_quarters/heads/captain) +"bog" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boh" = ( +/obj/item/stack/sheet/glass, +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module, +/obj/machinery/power/apc{ + dir = 4; + name = "Research Lab APC"; + areastring = "/area/science/lab"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boi" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"boj" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Private Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bok" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bom" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bon" = ( +/obj/structure/table/glass, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bop" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boq" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bor" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bos" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bot" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bou" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + req_access_txt = "5" + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bov" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = 26; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bow" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"box" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + dir = 4; + name = "Medbay APC"; + areastring = "/area/medical/medbay/central"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + network = list("ss13","medbay"); + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"boy" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boA" = ( +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/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 = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"boC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/medical/morgue) +"boG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/morgue) +"boJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boL" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boP" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/robotics/lab) +"boR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boV" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boW" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boX" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"boY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"boZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/research) +"bpa" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bpb" = ( +/turf/open/floor/plasteel, +/area/science/lab) +"bpc" = ( +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bpd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bph" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpj" = ( +/obj/machinery/door/poddoor{ + id = "trash"; + name = "disposal bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bpk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpo" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bps" = ( +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpt" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpv" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpw" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpy" = ( +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpC" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 6; + pixel_y = 36 + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/button/door{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 36 + }, +/obj/machinery/pdapainter, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpD" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpE" = ( +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bed/dogbed/ian, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/mob/living/simple_animal/pet/dog/corgi/Ian{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpH" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpI" = ( +/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/engine/gravity_generator) +"bpJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bpK" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bpP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Central Maintenance APC"; + areastring = "/area/maintenance/central/secondary"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bpQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/chemistry) +"bpS" = ( +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade, +/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/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpU" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/radio/headset/headset_med, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + bound_height = 32; + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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, +/area/medical/medbay/central) +"bpX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bpY" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 0; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpZ" = ( +/obj/machinery/light, +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqa" = ( +/obj/machinery/door/airlock/medical/glass{ + bound_height = 32; + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer2"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/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) +"bqb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/medical) +"bqd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"bqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bqf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bqk" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"bql" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"bqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/power/apc{ + dir = 8; + name = "Robotics Lab APC"; + areastring = "/area/science/robotics/lab"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bqn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqp" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/crowbar, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqq" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqr" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqs" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqt" = ( +/turf/closed/wall, +/area/science/lab) +"bqu" = ( +/obj/item/folder/white, +/obj/structure/table, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqv" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqx" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqy" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/reagent_containers/food/drinks/flask/gold, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/science/lab) +"bqB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/lab) +"bqC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqF" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqG" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqH" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqM" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqN" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 8; + icon_state = "left"; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access = null; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 28 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bqX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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/heads/hop) +"bqY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bra" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"brc" = ( +/obj/structure/chair/office/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bre" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brf" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bri" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/structure/curtain, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"brj" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/table, +/obj/item/book/manual/wiki/chemistry, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brl" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brm" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brn" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bro" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/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) +"brr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brt" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bru" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bry" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/genetics) +"brA" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/radio/headset/headset_medsci, +/obj/machinery/requests_console{ + department = "Genetics"; + departmentType = 0; + name = "Genetics Requests Console"; + pixel_y = 30 + }, +/obj/item/storage/pill_bottle/mutadone, +/obj/item/storage/pill_bottle/mannitol, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brB" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Genetics APC"; + areastring = "/area/medical/genetics"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brC" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brD" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brF" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brG" = ( +/turf/closed/wall/r_wall, +/area/medical/genetics) +"brH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"brI" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brJ" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brK" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brL" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brM" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brN" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brP" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo2" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brR" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brS" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brT" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"brV" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 2 + }, +/area/science/research) +"brW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/science/research) +"brX" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brY" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brZ" = ( +/obj/machinery/computer/aifixer{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = -2; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsa" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "rnd2"; + name = "Research Lab Shutter Control"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsb" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/lab) +"bsd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/lab) +"bse" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"bsf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsg" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsh" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsm" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsn" = ( +/obj/machinery/autolathe, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bso" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsq" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bss" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bst" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bsx" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bsz" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsA" = ( +/obj/machinery/computer/robotics{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/folder/white, +/obj/item/stamp/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsC" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Gravity Generator APC"; + areastring = "/area/engine/gravity_generator"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen{ + layer = 3 + }, +/obj/item/pen/blue, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsH" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"bsI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access_txt = "17" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bsL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bsO" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/mob/living/simple_animal/bot/cleanbot{ + name = "C.L.E.A.N." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/requests_console{ + announcementConsole = 0; + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = 0; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsX" = ( +/obj/structure/table/glass, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bta" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"btb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btc" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bte" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"btf" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"btg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bth" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Robotics Surgery"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bti" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bto" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + dir = 2; + id = "robotics2"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/science/robotics/lab) +"btr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bts" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"btt" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/lab) +"btu" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btw" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 2 + }, +/area/science/explab) +"btx" = ( +/obj/structure/table, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Experimentor Lab"; + dir = 2; + network = list("ss13","rd") + }, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/science/explab) +"bty" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/science/explab) +"btz" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/science/explab) +"btA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/explab) +"btB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"btC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btD" = ( +/turf/open/floor/plating, +/area/quartermaster/storage) +"btE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btG" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btH" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btI" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #1" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btJ" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btM" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"btN" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"btO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/vending/cart, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btP" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btV" = ( +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btX" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btZ" = ( +/turf/closed/wall, +/area/teleporter) +"bua" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bub" = ( +/obj/structure/table, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"buc" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + listening = 1; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bud" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bue" = ( +/obj/machinery/camera{ + c_tag = "Teleporter" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bug" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bui" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"buj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"buk" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/clothing/neck/stethoscope, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bul" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bum" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bup" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Medbay West"; + network = list("ss13","medbay"); + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bur" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bus" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"but" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bux" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buB" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buC" = ( +/obj/machinery/door/window/westleft{ + name = "Monkey Pen"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buD" = ( +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buE" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buF" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buG" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buH" = ( +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buJ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buK" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buL" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buM" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"buO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"buQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Division North"; + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"buT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buU" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"buV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"buW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/explab) +"buY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"buZ" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bva" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvc" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvd" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Experimentation Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bve" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bvf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Receiving Dock"; + dir = 4 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/button/door{ + dir = 2; + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvg" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvh" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/folder/yellow, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/computer/bounty{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/office) +"bvn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvp" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvr" = ( +/obj/machinery/computer/bounty{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvs" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvt" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/hop, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvw" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bvx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bvy" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Teleporter APC"; + areastring = "/area/teleporter"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"bvA" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/bluespace_beacon, +/turf/open/floor/plasteel, +/area/teleporter) +"bvC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvF" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bvI" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 0; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvS" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvU" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 0; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Medbay East"; + network = list("ss13","medbay"); + dir = 8; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvV" = ( +/turf/closed/wall, +/area/medical/genetics) +"bvW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "5; 68" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvZ" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bwa" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bwb" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bwc" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bwd" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bwe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bwg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwj" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwr" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bws" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Experimentation Lab APC"; + areastring = "/area/science/explab"; + pixel_x = 26 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/explab) +"bwu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bww" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"bwy" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #3" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwB" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwD" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwH" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/computer/cargo{ + 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/heads/hop) +"bwI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwJ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwK" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwT" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwU" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwV" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/teleporter) +"bwW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwX" = ( +/obj/machinery/requests_console{ + announcementConsole = 0; + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwZ" = ( +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bxa" = ( +/turf/closed/wall, +/area/medical/sleeper) +"bxb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bxc" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bxd" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the genetics doors."; + id = "GeneticsDoor"; + name = "Genetics Exit Button"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxe" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxh" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 10 + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxj" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + name = "steel pannel"; + icon_state = "steel_panel"; + dir = 6 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxk" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 12 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"bxn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bxo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxp" = ( +/obj/machinery/camera{ + c_tag = "Research Division West"; + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxr" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"bxt" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"bxv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bxw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bxy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bxz" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hor) +"bxA" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxB" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxC" = ( +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxD" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxG" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxH" = ( +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxL" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxM" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxN" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/light, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxO" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxP" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #4" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxR" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxS" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxT" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + dir = 2; + name = "Cargo Office APC"; + areastring = "/area/quartermaster/office"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/brown{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxW" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"bxX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bxY" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bya" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/structure/closet/secure_closet/hop, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byc" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bye" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byg" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byh" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byj" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plating, +/area/teleporter) +"byk" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/teleporter) +"byl" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/teleporter) +"bym" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/plating, +/area/teleporter) +"byn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"byo" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Medbay" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byp" = ( +/obj/machinery/door/window/eastleft{ + name = "Medical Delivery"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byq" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bys" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byt" = ( +/obj/machinery/computer/med_data{ + dir = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byu" = ( +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byv" = ( +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"byw" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byx" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/medical/sleeper) +"byy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"byz" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byB" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + network = list("ss13","medbay"); + dir = 2 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byD" = ( +/obj/machinery/camera{ + c_tag = "Genetics Cloning"; + network = list("ss13","medbay"); + dir = 4 + }, +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byE" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"byH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "9" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byM" = ( +/obj/structure/disposalpipe/sorting/mail{ + sortType = 23 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byO" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"byQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byS" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"byX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"byZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bza" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzb" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzc" = ( +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzd" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bze" = ( +/obj/effect/landmark/xmastree/rdrod, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"bzg" = ( +/turf/closed/wall, +/area/science/explab) +"bzh" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/book/manual/wiki/experimentor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/explab) +"bzi" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/explab) +"bzj" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/explab) +"bzk" = ( +/obj/machinery/button/door{ + id = "telelab"; + name = "Test Chamber Blast Doors"; + pixel_x = 25; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bzl" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzm" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzn" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzo" = ( +/obj/structure/lattice, +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space/nearstation) +"bzp" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"bzq" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bzr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bzs" = ( +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzv" = ( +/obj/machinery/mineral/ore_redemption{ + input_dir = 2; + output_dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzw" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzx" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzy" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzz" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzB" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bzC" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bzE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzG" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South-East"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/medical/sleeper) +"bzI" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Surgery Observation" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bzJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzK" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzM" = ( +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzR" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzT" = ( +/obj/structure/chair, +/obj/effect/landmark/start/geneticist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzV" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzY" = ( +/obj/machinery/camera{ + c_tag = "Genetics Research"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzZ" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bAa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAb" = ( +/obj/machinery/camera{ + c_tag = "Genetics Access"; + network = list("ss13","medbay"); + dir = 8; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAc" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"bAd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bAe" = ( +/turf/closed/wall, +/area/security/checkpoint/science) +"bAf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/science) +"bAg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bAj" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAk" = ( +/obj/machinery/computer/crew, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAl" = ( +/obj/machinery/computer/med_data, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAm" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAn" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAo" = ( +/obj/structure/displaycase/labcage, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAp" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"bAq" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAs" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAt" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAu" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/computer/bounty{ + dir = 4 + }, +/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/keycard_auth{ + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAv" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Quartermaster APC"; + areastring = "/area/quartermaster/qm"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAx" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAz" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAA" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "Mining Dock APC"; + areastring = "/area/quartermaster/miningdock"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAD" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAG" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAH" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAK" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAL" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAU" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAW" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAX" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAY" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Surgery Observation"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBa" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBb" = ( +/obj/structure/chair, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBc" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBd" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBe" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bBi" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBj" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBk" = ( +/obj/machinery/clonepod, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bBm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBn" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBo" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBp" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBq" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bBr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"bBs" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + external_pressure_bound = 140; + pressure_checks = 0; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBu" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bBv" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBw" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + dir = 2; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Server Room APC"; + areastring = "/area/science/server"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBx" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBy" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBz" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 28 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 28; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/computer/security/telescreen/circuitry, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBC" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bBE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bBF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bBG" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "RD Office APC"; + areastring = "/area/crew_quarters/heads/hor"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/item/twohanded/required/kirbyplants/dead, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBH" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/computer/card/minor/rd{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBI" = ( +/obj/structure/rack, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBK" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBL" = ( +/turf/open/floor/engine, +/area/science/explab) +"bBM" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBO" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Starboard Maintenance APC"; + areastring = "/area/maintenance/starboard"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBP" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBS" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBV" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBW" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 3 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bCa" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCd" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "QM" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCf" = ( +/obj/machinery/door/firedoor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCh" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "AIE" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCk" = ( +/obj/structure/chair, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCl" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCm" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCn" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCo" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCp" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bCq" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center"; + network = list("ss13","medbay"); + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCs" = ( +/obj/structure/table/reinforced, +/obj/item/wrench/medical, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCv" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCw" = ( +/turf/open/floor/plating, +/area/maintenance/aft) +"bCx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCy" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCz" = ( +/obj/machinery/airalarm/server{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCA" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Server Room"; + req_access_txt = "30" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCC" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCD" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCE" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCJ" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"bCL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bCM" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Research Director"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCN" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 1; + network = list("ss13","rd") + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCO" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCQ" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bCS" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"bCT" = ( +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine, +/area/science/explab) +"bCU" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCW" = ( +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCY" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/stamp/qm, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCZ" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDa" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/obj/item/coin/silver, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDb" = ( +/obj/structure/filingcabinet, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bDd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDe" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bDh" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDj" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDk" = ( +/obj/structure/filingcabinet, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDp" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDs" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = -32; + pixel_y = -40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = -32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDB" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 22 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDE" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 2; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Recovery Room" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bDN" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDO" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDP" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/pen, +/obj/machinery/requests_console{ + announcementConsole = 0; + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDR" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bDS" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chief_medical_officer, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDT" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDU" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDV" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/stamp/cmo, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDY" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bEa" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bEb" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEc" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEd" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEe" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEf" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Science Security APC"; + areastring = "/area/security/checkpoint/science"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEg" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEh" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEi" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bEk" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bEl" = ( +/obj/structure/table/glass, +/obj/item/pen, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEm" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Office"; + network = list("ss13","medbay"); + dir = 8; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEr" = ( +/obj/machinery/camera{ + c_tag = "Experimentor Lab Chamber"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/light, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/turf/open/floor/engine, +/area/science/explab) +"bEs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEt" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEx" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bEy" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"bEz" = ( +/turf/closed/wall, +/area/storage/tech) +"bEA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEC" = ( +/turf/closed/wall, +/area/janitor) +"bED" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/janitor) +"bEE" = ( +/turf/closed/wall, +/area/maintenance/aft) +"bEF" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bEG" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"bEH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/surgicaldrill, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEI" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/medical/sleeper) +"bEJ" = ( +/obj/structure/table, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEK" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/white/side{ + dir = 2 + }, +/area/medical/sleeper) +"bEL" = ( +/obj/structure/table, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEM" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/gun/syringe, +/obj/item/reagent_containers/dropper, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/blue{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/sleeper) +"bEP" = ( +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEQ" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bER" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bES" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + network = list("ss13","medbay"); + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bET" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEU" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bEW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEY" = ( +/obj/structure/table, +/obj/item/cartridge/medical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/cartridge/medical{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/cartridge/medical, +/obj/item/cartridge/chemistry{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFa" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bFb" = ( +/turf/closed/wall, +/area/science/storage) +"bFc" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bFd" = ( +/obj/machinery/door/firedoor/heavy, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bFe" = ( +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bFf" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFh" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 32 + }, +/turf/open/space, +/area/space/nearstation) +"bFi" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Mining"; + departmentType = 0; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFj" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Cargo Security APC"; + areastring = "/area/security/checkpoint/supply"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFs" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFt" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFu" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/storage/tech) +"bFv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFw" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage"; + dir = 2 + }, +/obj/machinery/power/apc{ + dir = 1; + name = "Tech Storage APC"; + areastring = "/area/storage/tech"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFx" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFy" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bFz" = ( +/turf/open/floor/plating, +/area/storage/tech) +"bFA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFB" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFD" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/turf/open/floor/plasteel, +/area/janitor) +"bFE" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bFF" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet" + }, +/obj/vehicle/ridden/janicart, +/turf/open/floor/plasteel, +/area/janitor) +"bFG" = ( +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/janitor) +"bFH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/janitor) +"bFI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/janitor) +"bFJ" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/plasteel, +/area/janitor) +"bFK" = ( +/obj/machinery/door/window/westleft{ + name = "Janitorial Delivery"; + req_access_txt = "26" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/janitor) +"bFL" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 1; + freq = 1400; + location = "Janitor" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/janitor) +"bFM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bFP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFQ" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFS" = ( +/obj/structure/table, +/obj/item/surgical_drapes, +/obj/item/razor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bFT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bFU" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFX" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"bGc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGh" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/cmo{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGj" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bGl" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"bGm" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Test Chamber"; + dir = 2; + network = list("xeno","rd") + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bGn" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGo" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGp" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Misc Research APC"; + areastring = "/area/science/research"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bGq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bGs" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGt" = ( +/turf/closed/wall, +/area/science/mixing) +"bGu" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGv" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGw" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab West"; + dir = 2; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGx" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/airalarm/unlocked{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGz" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGD" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"bGE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/mixing) +"bGJ" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/obj/machinery/computer/security/mining, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGM" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/wardrobe/miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bGO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGQ" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 15 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bGT" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGU" = ( +/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/storage/tech) +"bGV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGX" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plating, +/area/storage/tech) +"bGY" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bGZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bHa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHd" = ( +/turf/open/floor/plasteel, +/area/janitor) +"bHe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bHf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/mob/living/simple_animal/hostile/lizard{ + name = "Wags-His-Tail"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHj" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/janitor) +"bHk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + dir = 8; + name = "Custodial Closet APC"; + areastring = "/area/janitor"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHm" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Surgery Maintenance"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHt" = ( +/obj/structure/table/optable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bHx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHz" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bHB" = ( +/obj/structure/table, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHD" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHE" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 0; + frequency = 1485; + listening = 1; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Medbay South"; + network = list("ss13","medbay"); + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHH" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHJ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHK" = ( +/turf/open/floor/plasteel, +/area/science/storage) +"bHL" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/cigbutt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHN" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/storage) +"bHP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bHQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"bHT" = ( +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHV" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHX" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bHY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bHZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/science/mixing) +"bIb" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel, +/area/science/mixing) +"bIc" = ( +/obj/machinery/doppler_array/research/science{ + dir = 4 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/mixing) +"bId" = ( +/turf/closed/wall, +/area/science/test_area) +"bIe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bIf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bIg" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIh" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIj" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIn" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bIo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIp" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage"; + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIq" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bIr" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bIs" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plating, +/area/storage/tech) +"bIt" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plating, +/area/storage/tech) +"bIu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plating, +/area/storage/tech) +"bIv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/key/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bIw" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + pixel_y = -29 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel, +/area/janitor) +"bIx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/janitor) +"bIy" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plasteel, +/area/janitor) +"bIz" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/janitor) +"bIC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bID" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + dir = 4; + name = "Treatment Center APC"; + areastring = "/area/medical/sleeper"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bII" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIJ" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIK" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bIL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIN" = ( +/obj/machinery/vending/wallmed{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Medbay Recovery Room"; + network = list("ss13","medbay"); + dir = 8 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIO" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/gun/syringe, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIP" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIQ" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/vending/wallmed{ + pixel_y = 28 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIR" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIS" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/button/door{ + id = "medpriv4"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "medpriv4"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bIU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIX" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJe" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"bJf" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Toxins Storage APC"; + areastring = "/area/science/storage"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Toxins Storage"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/science/storage) +"bJi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bJl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Lab"; + req_access_txt = "7" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bJs" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bJw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJx" = ( +/obj/machinery/button/massdriver{ + dir = 2; + id = "toxinsdriver"; + pixel_y = 24 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJA" = ( +/obj/item/target, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/test_area) +"bJB" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJC" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJD" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJE" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJI" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJJ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/techstorage/command, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJL" = ( +/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) +"bJM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) +"bJO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJR" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/janitor) +"bJW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJX" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Aft Maintenance APC"; + areastring = "/area/maintenance/aft"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKa" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKd" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKe" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKf" = ( +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Surgery Operating"; + network = list("ss13","medbay"); + dir = 1; + pixel_x = 22 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKg" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKh" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood/AMinus, +/obj/item/reagent_containers/blood/BMinus{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/blood/BPlus{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKi" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKj" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKk" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKl" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKm" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKn" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northleft{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKo" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northright{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKp" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKq" = ( +/obj/machinery/light, +/obj/machinery/rnd/production/techfab/department/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKt" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bKB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bKC" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKD" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKE" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKG" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/plasteel, +/area/science/storage) +"bKH" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bKI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKK" = ( +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKL" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKM" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room Access"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKT" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKU" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/computer/security/telescreen/toxins{ + dir = 1; + network = list("toxins"); + pixel_y = -28 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKZ" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/science/test_area) +"bLa" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLc" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLd" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"bLe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bLf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Mining Dock"; + req_access_txt = "48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLh" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bLm" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plating, +/area/storage/tech) +"bLn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plating, +/area/storage/tech) +"bLo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plating, +/area/storage/tech) +"bLp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/turf/open/floor/plating, +/area/storage/tech) +"bLq" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bLr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLC" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLH" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/central) +"bLI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLL" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLM" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLN" = ( +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLR" = ( +/turf/closed/wall, +/area/science/xenobiology) +"bLS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bLT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLU" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLV" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLW" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLX" = ( +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLY" = ( +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLZ" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMa" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMb" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Toxins Lab APC"; + areastring = "/area/science/mixing"; + pixel_x = 26 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMe" = ( +/obj/machinery/camera{ + c_tag = "Toxins Launch Room Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMf" = ( +/obj/machinery/door/window/southleft{ + name = "Mass Driver Door"; + req_access_txt = "7" + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/mixing) +"bMh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMi" = ( +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMk" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMl" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMm" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bMn" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMo" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMp" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMq" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMr" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bMt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMv" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plating, +/area/storage/tech) +"bMw" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plating, +/area/storage/tech) +"bMx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/storage/tech) +"bMA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"bME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMG" = ( +/obj/structure/closet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMJ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bML" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMO" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 11 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMS" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "Medbay APC"; + areastring = "/area/medical/medbay/central"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMT" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMW" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Apothecary"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/medbay/central) +"bMZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNa" = ( +/obj/machinery/power/apc{ + dir = 1; + name = "CM Office APC"; + areastring = "/area/crew_quarters/heads/cmo"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNd" = ( +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNe" = ( +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNf" = ( +/obj/machinery/button/door{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_y = -2; + req_access_txt = "55" + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNg" = ( +/obj/machinery/door/window/southleft{ + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNh" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNi" = ( +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNk" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/science/xenobiology) +"bNl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bNm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bNn" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bNo" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall, +/area/science/research) +"bNp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bNq" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bNr" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNs" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNu" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "toxinsdriver" + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNv" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNw" = ( +/turf/open/floor/plating, +/area/science/mixing) +"bNx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNy" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"bNz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNB" = ( +/obj/item/beacon, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNC" = ( +/obj/item/target/alien/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera/preset/toxins{ + dir = 8 + }, +/turf/open/floor/plating{ + luminosity = 2; + initial_gas_mix = "o2=0.01;n2=0.01" + }, +/area/science/test_area) +"bND" = ( +/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) +"bNE" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNH" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plating, +/area/storage/tech) +"bNI" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNJ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plating, +/area/storage/tech) +"bNK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bNL" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNM" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bNN" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plating, +/area/storage/tech) +"bNO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNR" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bNS" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNT" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNU" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNV" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNW" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/chem_dispenser, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOc" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOe" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOh" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOj" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOm" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Xenobiology APC"; + areastring = "/area/science/xenobiology"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOn" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOo" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOq" = ( +/obj/machinery/monkey_recycler, +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOr" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOs" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOu" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOv" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/xenobiology) +"bOx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bOy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) +"bOz" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOA" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOB" = ( +/obj/machinery/sparker/toxmix{ + dir = 2; + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxins_mixing_output{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOC" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bOD" = ( +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bOE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "mix to port" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOG" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bOH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOJ" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bOO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bOP" = ( +/turf/closed/wall, +/area/engine/atmos) +"bOQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOR" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOT" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOV" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bOX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North East" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 2 + }, +/obj/machinery/meter/atmos/distro_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPd" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPf" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPg" = ( +/turf/closed/wall, +/area/medical/virology) +"bPh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bPi" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/medical/virology) +"bPj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 13 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPn" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Xenobiology Lab"; + req_access_txt = "55" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bPu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bPv" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPw" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/air_sensor/atmos/toxins_mixing_tank, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPx" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPy" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ + dir = 2 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPz" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab East"; + dir = 8; + network = list("ss13","rd"); + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bPD" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPF" = ( +/obj/structure/closet/wardrobe/grey, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPH" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPL" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/test_area) +"bPN" = ( +/turf/closed/wall, +/area/construction) +"bPO" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/construction) +"bPP" = ( +/turf/open/floor/plating, +/area/construction) +"bPQ" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/construction) +"bPR" = ( +/turf/open/floor/plasteel, +/area/construction) +"bPS" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/construction) +"bPT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bPU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring"; + dir = 2 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"bPY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North West"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQc" = ( +/obj/machinery/pipedispenser/disposal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQk" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bQl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bQm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQn" = ( +/obj/item/storage/secure/safe{ + pixel_x = 5; + pixel_y = 29 + }, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQr" = ( +/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) +"bQs" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + network = list("ss13","medbay"); + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQt" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQu" = ( +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bQy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQA" = ( +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQB" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQE" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQF" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bQG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQI" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQJ" = ( +/obj/machinery/sparker/toxmix{ + dir = 2; + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bQK" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bQL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_x = -25; + pixel_y = 5 + }, +/obj/machinery/button/ignition/incinerator/toxmix{ + pixel_x = -25; + pixel_y = -5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "port to mix" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bQO" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQT" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQU" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQV" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/science/test_area) +"bQW" = ( +/obj/structure/barricade/wooden, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bQX" = ( +/obj/structure/light_construct{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction) +"bQY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/construction) +"bQZ" = ( +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bRa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Atmospherics" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 4; + icon_state = "left"; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRg" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRi" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/atmos) +"bRk" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRm" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRo" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste In" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRr" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRt" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bRx" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bRy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRz" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRA" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"bRC" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRD" = ( +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRE" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRJ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bRK" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRL" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/monkeycubes, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRR" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/slime_scanner, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRS" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRT" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/misc_lab) +"bRW" = ( +/obj/machinery/door/airlock/research{ + dir = 2; + name = "Testing Lab"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bRX" = ( +/turf/closed/wall, +/area/science/misc_lab) +"bRY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bRZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/science/circuit) +"bSb" = ( +/turf/closed/wall, +/area/science/circuit) +"bSc" = ( +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSf" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSg" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSh" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSi" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Maint Bar Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSj" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSk" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSl" = ( +/obj/structure/girder, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSm" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSo" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bSs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSt" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/construction) +"bSv" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bSx" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Construction Area"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bSz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bSA" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bSB" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSF" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bSG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bSH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSK" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSM" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSN" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSP" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSQ" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSR" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bST" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"bSU" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSW" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSX" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSY" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "39" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTb" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTc" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTd" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTe" = ( +/obj/machinery/door/firedoor, +/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, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology North"; + dir = 8; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTg" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTh" = ( +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTi" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + dir = 2; + name = "Science Requests Console"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTj" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/ears/earmuffs, +/obj/machinery/camera{ + c_tag = "Testing Lab North"; + dir = 2; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTl" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTm" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTo" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTp" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/camera{ + c_tag = "Circuitry Lab North"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTq" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTs" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bTu" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTv" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTw" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Construction Area Maintenance"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bTD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bTE" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bTF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bTG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/window/northleft{ + dir = 4; + icon_state = "left"; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTM" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bTN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bTO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTP" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + dir = 4; + name = "Distribution Loop"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTY" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bUb" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bUc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bUd" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"bUh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUi" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUo" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUq" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUr" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUs" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/electropack, +/obj/item/healthanalyzer, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUv" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUw" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUx" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUy" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUz" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/item/integrated_electronics/debugger, +/obj/item/integrated_electronics/wirer, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUA" = ( +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"bUD" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUE" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUF" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUG" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/construction) +"bUL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUM" = ( +/obj/machinery/power/apc{ + name = "Construction Area APC"; + areastring = "/area/construction"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUN" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUO" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/construction) +"bUP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/construction) +"bUQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/construction) +"bUR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bUU" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUV" = ( +/obj/structure/sign/plaques/atmos{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUW" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "24" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bUX" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUY" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVb" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVe" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVf" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology{ + dir = 4; + name = "Break Room"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVk" = ( +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = 8; + pixel_y = 22; + req_access_txt = "39" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVn" = ( +/obj/machinery/power/apc/highcap/five_k{ + dir = 1; + name = "Virology APC"; + areastring = "/area/medical/virology"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Virology Module"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVo" = ( +/obj/machinery/vending/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVp" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bVq" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bVs" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bVu" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVw" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"bVx" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVy" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVA" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVC" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bVF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVG" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVH" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVM" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVO" = ( +/obj/machinery/power/apc{ + name = "Aft Hall APC"; + areastring = "/area/hallway/primary/aft"; + dir = 8; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVQ" = ( +/obj/item/crowbar, +/obj/item/wrench, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bVR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVV" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVW" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"bWb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWc" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/medical/virology) +"bWg" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWh" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWk" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWl" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bWn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWp" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWq" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWu" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWx" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 2 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bWy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWC" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWD" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWG" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Telecomms Monitoring APC"; + areastring = "/area/tcommsat/computer"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bWK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWL" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bWM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bWP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWQ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWT" = ( +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWY" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWZ" = ( +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bXa" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXb" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXf" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXg" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXh" = ( +/obj/machinery/computer/pandemic, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/virology) +"bXj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bXl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXm" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/science/xenobiology) +"bXn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXu" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bXv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXy" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/target_stake, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXz" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXK" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"bXN" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"bXO" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"bXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bXR" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Access"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bXS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bXV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/atmos) +"bXW" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "External to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXY" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYa" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYb" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYc" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYd" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYe" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bYg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bYh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bYi" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_x = -32 + }, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYj" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/radio/headset/headset_med, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYk" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"bYl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bYp" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bYq" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYr" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYt" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYx" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/science/circuit) +"bYy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bYz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYC" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/circuit"; + name = "Circuitry Lab APC"; + pixel_x = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYE" = ( +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bYF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYH" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYI" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"bYJ" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYK" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/art"; + dir = 1; + name = "Maint bar"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYM" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYN" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYO" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYP" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYQ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/power/apc/highcap/five_k{ + dir = 1; + name = "Telecomms Server APC"; + areastring = "/area/tcommsat/server"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYR" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYS" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bYU" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYV" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYX" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYY" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bYZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bZa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZc" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"bZd" = ( +/obj/item/radio/intercom{ + freerange = 0; + frequency = 1459; + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZg" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bZl" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"bZm" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/aft) +"bZn" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZp" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZq" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bZs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZt" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZv" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZw" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bZx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZz" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 2; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZA" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/taperecorder, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZC" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("test"); + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZD" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"bZH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/circuit) +"bZI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bZJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZM" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZP" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZS" = ( +/turf/closed/wall, +/area/maintenance/bar) +"bZT" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"bZU" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"bZV" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bZW" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZX" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bZZ" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"caa" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cab" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cac" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cad" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cae" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"caf" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cag" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"cah" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cai" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caj" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cak" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Engineering Security APC"; + areastring = "/area/security/checkpoint/engineering"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cal" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cam" = ( +/obj/structure/filingcabinet, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"can" = ( +/obj/structure/fireaxecabinet{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cao" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cap" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/engine/atmos) +"caq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"car" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cas" = ( +/obj/machinery/atmospherics/pipe/manifold4w, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cat" = ( +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/engine/atmos) +"cau" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cav" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cax" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cay" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caz" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caA" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"caB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"caC" = ( +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caF" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"caH" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"caK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caL" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"caM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caO" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/misc_lab) +"caP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/misc_lab) +"caQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/misc_lab) +"caR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"caT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Circuitry Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Circuitry Lab"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caZ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cba" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/color/lightpurple, +/obj/item/stack/spacecash/c200, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cbb" = ( +/turf/open/floor/plating, +/area/space) +"cbc" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbh" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/closed/wall, +/area/maintenance/bar) +"cbi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbj" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbk" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbl" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/bar) +"cbm" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbn" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbo" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbp" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbq" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbt" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbu" = ( +/turf/closed/wall, +/area/engine/break_room) +"cbv" = ( +/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/engine/break_room) +"cbw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/break_room) +"cbx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"cby" = ( +/turf/closed/wall, +/area/security/checkpoint/engineering) +"cbz" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -6; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbB" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbC" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbD" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/engine/atmos) +"cbE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbF" = ( +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Turbine" + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/engine/atmos) +"cbG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbH" = ( +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cbJ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cbK" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cbL" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbM" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbO" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbP" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"cbR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology South"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cbW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"cbX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/circuit) +"cbY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cbZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cca" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ccd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cce" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Port" + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cch" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cci" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccj" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cck" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"ccl" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ccm" = ( +/obj/structure/chair/wood/normal{ + icon_state = "wooden_chair"; + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cco" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ccr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cct" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/tcommsat/computer) +"ccu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ccw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccx" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccE" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccG" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccH" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccI" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Atmospherics APC"; + areastring = "/area/engine/atmos"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccK" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccL" = ( +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/engine/atmos) +"ccM" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccN" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccO" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"ccP" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"ccQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"ccR" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ccS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccT" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"ccV" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccW" = ( +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccX" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccY" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccZ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cda" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdb" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cdc" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdd" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cde" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab) +"cdf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdh" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdj" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cdk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cdl" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdm" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdn" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdo" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdp" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdq" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cds" = ( +/obj/machinery/telecomms/hub/preset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cdt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdy" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Telecomms Monitoring"; + dir = 8; + network = list("tcomms") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdE" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdF" = ( +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"cdJ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdK" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"cdN" = ( +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Central"; + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdQ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdR" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cdS" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cdT" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdU" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdV" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdW" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cea" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ceb" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cec" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ced" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cee" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cef" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"ceg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ceh" = ( +/obj/machinery/sparker{ + id = "testigniter"; + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cei" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/misc_lab) +"cej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cek" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cel" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cem" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cen" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"ceo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cep" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ceq" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cer" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ces" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cet" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ceu" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cev" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cew" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cex" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cey" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/bar) +"cez" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ceA" = ( +/obj/structure/reagent_dispensers/keg/gargle, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceB" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"ceC" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceD" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + dir = 4; + network = list("tcomms") + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceE" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceH" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/closed/wall, +/area/tcommsat/computer) +"ceI" = ( +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceJ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceK" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceL" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 8; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceO" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Engineering Foyer APC"; + areastring = "/area/engine/break_room"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"ceS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceT" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceU" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceV" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceX" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceY" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/item/cigbutt, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceZ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfc" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cff" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfg" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfj" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfk" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cfl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cfm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfn" = ( +/obj/machinery/camera{ + c_tag = "Testing Chamber"; + dir = 1; + network = list("test","rd") + }, +/obj/machinery/light, +/turf/open/floor/engine, +/area/science/misc_lab) +"cfo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfp" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Testing Lab APC"; + areastring = "/area/science/misc_lab"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfq" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfr" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfs" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cft" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cfw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfx" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfy" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfz" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfA" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/bar) +"cfB" = ( +/obj/machinery/telecomms/message_server, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfC" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfD" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfE" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfG" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"cfI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfN" = ( +/obj/item/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"cfP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfQ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfV" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfW" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cfX" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cga" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgd" = ( +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cge" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cgf" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgg" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgj" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgp" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgs" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgu" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cgv" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/misc_lab) +"cgw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgy" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgz" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cgB" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgC" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgE" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgF" = ( +/turf/open/floor/plating, +/area/maintenance/bar) +"cgG" = ( +/obj/structure/reagent_dispensers/keg/aphro/strong, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgH" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cgI" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgJ" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgK" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgL" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgM" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgQ" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIE"; + location = "AftH" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cha" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chd" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/engine/break_room) +"che" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chf" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chi" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chk" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chm" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"chn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chr" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"chs" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cht" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 2; + external_pressure_bound = 140; + pressure_checks = 0; + name = "killroom vent" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Kill Room"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chz" = ( +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 2; + external_pressure_bound = 120; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/biohazard, +/turf/open/floor/plating, +/area/science/xenobiology) +"chC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"chD" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"chE" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chG" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chH" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/misc_lab) +"chI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chK" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chL" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2 + }, +/obj/item/reagent_containers/food/snacks/mint{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chN" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Port Quarter Maintenance APC"; + areastring = "/area/maintenance/port/aft"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chQ" = ( +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/mask/muzzle, +/turf/open/floor/plating, +/area/maintenance/bar) +"chR" = ( +/obj/item/clothing/under/color/grey, +/turf/open/floor/plating, +/area/maintenance/bar) +"chS" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"chT" = ( +/obj/machinery/vending/clothing, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"chU" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chV" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chW" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"chX" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chY" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cia" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cib" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cic" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cid" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cie" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cif" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cig" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cih" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cii" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cij" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cik" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"cil" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cim" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cin" = ( +/obj/machinery/camera{ + c_tag = "Engineering Foyer"; + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cip" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ciq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cir" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cis" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South West"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cit" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciu" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"civ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cix" = ( +/obj/machinery/power/apc{ + dir = 2; + name = "Incinerator APC"; + areastring = "/area/maintenance/disposal/incinerator"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciy" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciB" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciC" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/maintenance/aft) +"ciD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"ciE" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/aft) +"ciF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/l3closet, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciJ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Kill Chamber"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"ciL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciM" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"ciO" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciP" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciQ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciS" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot{ + dir = 2 + }, +/turf/open/floor/plasteel{ + dir = 2 + }, +/area/science/misc_lab) +"ciT" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciU" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciV" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"ciX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciY" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cja" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjc" = ( +/obj/machinery/processor, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjd" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cje" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjf" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjg" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjh" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cji" = ( +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjj" = ( +/obj/structure/bed, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/semen, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjk" = ( +/obj/item/electropack/shockcollar, +/obj/item/assembly/signaler, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjl" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood, +/area/maintenance/bar) +"cjm" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjn" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"cjo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjt" = ( +/obj/machinery/light, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cju" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cjv" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cjw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cjx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cjC" = ( +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjD" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/toy/minimeteor, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjE" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/roller, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/snacks/donkpocket, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/c_tube, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjH" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cjL" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Air Supply Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjM" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Testing Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"cjO" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cjP" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjQ" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/maintenance/solars/port/aft) +"cjS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"cjT" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"cjW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjX" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cka" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ckb" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"ckc" = ( +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckd" = ( +/obj/structure/rack, +/obj/item/lighter, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cke" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckf" = ( +/obj/structure/closet/secure_closet/engineering_chief{ + req_access_txt = "0" + }, +/obj/machinery/power/apc/highcap/five_k{ + dir = 4; + name = "CE Office APC"; + areastring = "/area/crew_quarters/heads/chief"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckg" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/engineering) +"ckh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cki" = ( +/obj/structure/sign/warning/radiation/rad_area, +/turf/closed/wall, +/area/engine/engineering) +"ckj" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckk" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckn" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cko" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckq" = ( +/obj/structure/window/reinforced, +/turf/open/space/basic, +/area/space) +"ckr" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space/basic, +/area/space) +"cks" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckt" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cku" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckv" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"ckx" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cky" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 2; + name = "atmospherics mix pump" + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckz" = ( +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckB" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckC" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckD" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ckE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ckM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckQ" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckT" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Research Delivery access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckW" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckX" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"ckY" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ckZ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cla" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"clb" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"clc" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cld" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cle" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cli" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clj" = ( +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 10; + req_access_txt = "24" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -10; + req_access_txt = "10" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cll" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cln" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"clo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clq" = ( +/obj/machinery/camera{ + c_tag = "Engineering Access" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clr" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cls" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clt" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clu" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clv" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clw" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clx" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cly" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"clz" = ( +/obj/machinery/computer/atmos_control/tank/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clA" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South East"; + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clB" = ( +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clE" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clF" = ( +/turf/open/floor/plating, +/area/engine/atmos) +"clG" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/engine/atmos) +"clH" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"clJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clK" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to MiniSat" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clL" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/airalarm/all_access{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"clU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"clV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cma" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmb" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cme" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmj" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cmk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cml" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmm" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmn" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cms" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmu" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Port Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmy" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmA" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engine/engineering) +"cmB" = ( +/obj/machinery/vending/engineering, +/turf/open/floor/plating, +/area/engine/engineering) +"cmC" = ( +/turf/closed/wall, +/area/engine/engineering) +"cmD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmE" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/highcap/fifteen_k{ + dir = 1; + name = "Engineering APC"; + areastring = "/area/engine/engineering"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmF" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmG" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmH" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmI" = ( +/obj/machinery/computer/station_alert, +/obj/item/radio/intercom{ + broadcasting = 0; + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmJ" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmK" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmL" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmM" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmN" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cmR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmU" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cmX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space/basic, +/area/space) +"cna" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cnb" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cnc" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) +"cnd" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cne" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "plasma tank pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cng" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general{ + level = 2 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnh" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Incinerator" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cni" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + name = "output gas connector port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnl" = ( +/obj/structure/table, +/obj/item/cartridge/medical, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/aft) +"cno" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cns" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnu" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnw" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnx" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Starboard Quarter Maintenance APC"; + areastring = "/area/maintenance/starboard/aft"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cny" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnz" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cnB" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "portsolar"; + name = "Port Quarter Solar Control"; + track = 0 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnC" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnD" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Port Quarter Solar APC"; + areastring = "/area/maintenance/solars/port/aft"; + pixel_x = 23; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnH" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnI" = ( +/turf/open/floor/plating, +/area/engine/engineering) +"cnJ" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "secure storage" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnK" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + name = "floor" + }, +/area/engine/engineering) +"cnL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Power Storage" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnU" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnW" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnY" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coa" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cob" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space, +/area/space/nearstation) +"coc" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cod" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/engine/atmos) +"coe" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space, +/area/space/nearstation) +"cof" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4; + name = "input gas connector port" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cog" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "input port pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cok" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Incinerator to Output" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"col" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"com" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"con" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/aft) +"coo" = ( +/obj/structure/disposalpipe/segment, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/aft) +"cop" = ( +/obj/structure/disposalpipe/segment, +/obj/item/cigbutt/roach, +/turf/open/floor/plating, +/area/maintenance/aft) +"coq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cor" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cos" = ( +/obj/structure/chair, +/obj/item/storage/fancy/cigarettes, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cot" = ( +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cou" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cov" = ( +/obj/structure/closet, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cox" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coy" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coz" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coA" = ( +/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) +"coB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"coD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coE" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"coF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coG" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"coH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/engine/engineering) +"coI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coK" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coN" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coR" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coS" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coU" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/atmos, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coV" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coW" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"coX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coY" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"coZ" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpa" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpc" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpd" = ( +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpe" = ( +/obj/machinery/atmospherics/components/binary/valve{ + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cph" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpi" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpj" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Biohazard Disposals"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpl" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cpm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpo" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "Starboard Quarter Solar APC"; + areastring = "/area/maintenance/solars/starboard/aft"; + pixel_x = -26; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cps" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cpx" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engine/engineering) +"cpy" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/engine/engineering) +"cpz" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/storage/box/lights/mixed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpA" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpC" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/apc, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/twohanded/rcl/pre_loaded, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpE" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpF" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cpH" = ( +/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/crew_quarters/heads/chief) +"cpI" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cpJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpN" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpQ" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpT" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpW" = ( +/obj/machinery/light/small, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpX" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/turbine{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpZ" = ( +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = 6; + pixel_y = -24 + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Incinerator to Space" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqb" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqd" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/general/hidden{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqi" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqj" = ( +/obj/structure/rack, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cql" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqn" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqo" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqq" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqs" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqu" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqA" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/engineering) +"cqC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cqE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqF" = ( +/obj/structure/table, +/obj/item/crowbar/large, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/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/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqG" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_construction, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqN" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqO" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqP" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqR" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqS" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqT" = ( +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cqV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqX" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"cqY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cra" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"crc" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cre" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crf" = ( +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"crg" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cri" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"crl" = ( +/obj/machinery/power/solar_control{ + dir = 1; + id = "starboardsolar"; + name = "Starboard Quarter Solar Control"; + track = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crn" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cro" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crp" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crq" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crr" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crs" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Engineering" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cru" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"crv" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cry" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/requests_console{ + announcementConsole = 0; + department = "Engineering"; + departmentType = 4; + name = "Engineering RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crB" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crF" = ( +/turf/open/floor/plasteel, +/area/engine/engineering) +"crG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crH" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crI" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"crJ" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"crK" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/air, +/area/engine/atmos) +"crL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"crM" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"crN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 2; + name = "Incinerator Output Pump" + }, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"crO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crP" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 2 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crT" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"crX" = ( +/obj/machinery/light/small, +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clipboard, +/turf/open/floor/plating, +/area/maintenance/aft) +"crY" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"csd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cse" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csg" = ( +/obj/machinery/door/window/southleft{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Engineering Delivery"; + req_access_txt = "10" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"csi" = ( +/obj/machinery/camera{ + c_tag = "Engineering West"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csk" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csl" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csm" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csn" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cso" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"csp" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"csq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 2 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"csr" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"css" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/aft) +"cst" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 2; + name = "Waste Out" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csv" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csz" = ( +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csA" = ( +/obj/machinery/door/window{ + name = "SMES Chamber"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csC" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"csE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csF" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csJ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"csS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"csV" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csX" = ( +/obj/machinery/camera{ + c_tag = "Engineering East"; + dir = 8 + }, +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"csZ" = ( +/obj/machinery/igniter{ + id = "Incinerator" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/air_sensor{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cta" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctb" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"ctd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cte" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctf" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctg" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cth" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cti" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cto" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cts" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cty" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/engine, +/area/engine/engineering) +"ctD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/engivend, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctR" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"ctS" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Turbine Chamber"; + dir = 4; + network = list("turbine") + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/aft) +"ctU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"ctW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctX" = ( +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctZ" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cua" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cub" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cud" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/computer/rdconsole/production{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cue" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cug" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuh" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cui" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cul" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cum" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cup" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cur" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cus" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cut" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cux" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuy" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuA" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland4"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"cuB" = ( +/obj/machinery/power/turbine{ + luminosity = 2 + }, +/obj/structure/cable/yellow, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cuC" = ( +/obj/item/wrench, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"cuD" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/aft) +"cuE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/wirerod, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuG" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cuH" = ( +/obj/machinery/door/airlock/abandoned{ + name = "Observatory Access" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cuI" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 2; + name = "SMES room APC"; + areastring = "/area/engine/engine_smes"; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuJ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuK" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuL" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuM" = ( +/obj/structure/table, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuQ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + dir = 1; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Filter" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "engsm"; + name = "Radiation Shutters Control"; + pixel_y = -24; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cva" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvc" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvd" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cve" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvg" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvh" = ( +/obj/machinery/camera{ + c_tag = "Engineering Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvi" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"cvj" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cvk" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cvl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvm" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvu" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvw" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvx" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/engine, +/area/engine/supermatter) +"cvz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvA" = ( +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvB" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvE" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvF" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvI" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cvJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/engineering) +"cvK" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cvL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cvM" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvO" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cvP" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvQ" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvR" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvS" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvT" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvV" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvW" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvX" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cvZ" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwa" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/machinery/airalarm/engine{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 2; + name = "Gas to Chamber" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwe" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwj" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwk" = ( +/obj/machinery/camera{ + c_tag = "Engineering MiniSat Access"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cwp" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cwr" = ( +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cws" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cwt" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwv" = ( +/obj/structure/cable, +/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/engine/engineering) +"cww" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwx" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 4; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwA" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwC" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwD" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwE" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwG" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwJ" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwL" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwM" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "MiniSat Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwO" = ( +/obj/structure/transit_tube_pod, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwS" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwX" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwY" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxd" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxe" = ( +/obj/machinery/camera{ + c_tag = "Supermatter Chamber"; + dir = 2; + network = list("engine"); + pixel_x = 23 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxh" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxl" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxt" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxu" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxv" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxw" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cxx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cxy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cxz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"cxA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/plasma, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxF" = ( +/obj/machinery/power/supermatter_crystal/engine, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxH" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxJ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxM" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cxN" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/engine/engineering) +"cxO" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"cxP" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cxQ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cxR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 2; + name = "Cooling Loop Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxT" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxW" = ( +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 2 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + name = "trim"; + icon_state = "trim"; + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cya" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyb" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyc" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/engineering) +"cyd" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cye" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyf" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/space, +/area/space/nearstation) +"cyh" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyi" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cyj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"cyk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cym" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cyn" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/supermatter) +"cyo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Mix" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cys" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyt" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cyu" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyv" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyx" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyy" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyz" = ( +/obj/structure/transit_tube/station/reverse, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyA" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyB" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cyF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + dir = 2; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyT" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyX" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = "n2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cza" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czc" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cze" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/engine, +/area/engine/engineering) +"czg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/engine/engineering) +"czh" = ( +/obj/structure/table, +/obj/item/pipe_dispenser, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czi" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czj" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czl" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czr" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"czz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czB" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"czD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czG" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Pod Access"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czH" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czJ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"czM" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czN" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Foyer"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"czO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ai_monitored/turret_protected/aisat_interior) +"czR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czT" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"czU" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czX" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czY" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czZ" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAb" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cAd" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/folder{ + pixel_x = 3 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAf" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAh" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAi" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAk" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAp" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teledoor"; + name = "MiniSat Teleport Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAq" = ( +/obj/machinery/button/door{ + id = "teledoor"; + name = "MiniSat Teleport Shutters Control"; + pixel_y = 25; + req_access_txt = "17;65" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAr" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAs" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/emitter/anchored{ + dir = 4; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/emitter/anchored{ + dir = 8; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAy" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/obj/machinery/computer/monitor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAC" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAD" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter"; + req_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAE" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAF" = ( +/obj/machinery/teleport/station, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAH" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAI" = ( +/obj/structure/girder, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAJ" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cAM" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "MiniSat Foyer APC"; + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + pixel_x = 27 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cAS" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAT" = ( +/obj/machinery/computer/teleporter, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAU" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cAV" = ( +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAW" = ( +/obj/machinery/light, +/turf/open/floor/plating, +/area/engine/engineering) +"cAX" = ( +/obj/item/crowbar/large, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAY" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cAZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBa" = ( +/obj/structure/rack, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBb" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBd" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + enabled = 1; + icon_state = "control_standby"; + name = "Antechamber Turret Control"; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 1; + network = list("minisat") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBe" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/service) +"cBg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"cBh" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space/nearstation) +"cBi" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cBj" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/clothing/head/welding, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBk" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBl" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBo" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBq" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 2; + name = "Mix to MiniSat" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBs" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBt" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBv" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBw" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBx" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Atmospherics"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Antechamber"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/atmos"; + enabled = 1; + icon_state = "control_standby"; + name = "Atmospherics Turret Control"; + pixel_x = -27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/service"; + enabled = 1; + icon_state = "control_standby"; + name = "Service Bay Turret Control"; + pixel_x = 27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBH" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBJ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Service Bay"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBK" = ( +/obj/machinery/power/apc{ + dir = 8; + name = "MiniSat Atmospherics APC"; + areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; + pixel_x = -27 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Atmospherics"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBW" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "MiniSat Service Bay APC"; + areastring = "/area/ai_monitored/turret_protected/aisat/service"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBX" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBZ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; + enabled = 1; + icon_state = "control_standby"; + name = "Chamber Hallway Turret Control"; + pixel_x = 32; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCb" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/bot/cleanbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCe" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCg" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCl" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCn" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCs" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCu" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCv" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCA" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCB" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCC" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat Core Hallway"; + dir = 4; + network = list("aicore") + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCD" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCM" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + dir = 4; + name = "MiniSat Chamber Hallway APC"; + areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; + pixel_x = 27 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -28; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCU" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCV" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cCX" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCY" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDa" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDd" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDh" = ( +/obj/structure/chair/office/dark, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDi" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cDj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDm" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDn" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDy" = ( +/obj/machinery/door/window{ + dir = 1; + name = "AI Core Door"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/five_k{ + dir = 2; + name = "AI Chamber APC"; + areastring = "/area/ai_monitored/turret_protected/ai"; + pixel_y = -24 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -11; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber North"; + dir = 1; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDA" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDB" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 1; + listening = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = -9 + }, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -31 + }, +/obj/item/radio/intercom{ + anyai = 1; + broadcasting = 0; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -9 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28; + pixel_y = -28 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = -28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDC" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDD" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDE" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 1; + listening = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + anyai = 1; + broadcasting = 0; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDG" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDH" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + anyai = 1; + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + broadcasting = 0; + freerange = 1; + listening = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + anyai = 1; + broadcasting = 0; + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDI" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDL" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDM" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber South"; + dir = 2; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDN" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDP" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDQ" = ( +/obj/machinery/camera{ + c_tag = "MiniSat External South"; + dir = 2; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aad +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aad +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awf +axy +ayT +aAa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAa +awf +axy +aRJ +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aAa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awg +axz +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +axz +awg +auS +aaa +aaa +aaa +aaa +aaa +auS +ayU +ayU +awe +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aaa +aaa +aaa +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axB +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +bex +axy +bhJ +bkA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqh +anj +anj +anj +anj +amJ +awi +axC +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNN +ayW +aPe +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +aza +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axD +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNO +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +aLL +axD +axB +aAe +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNP +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +bfX +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axE +ayX +aAf +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNQ +ayX +aQr +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +bdq +ayX +bfY +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqi +anj +anj +anj +anj +amJ +awi +axF +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +aot +anM +aqj +anM +anM +anM +anM +amJ +awj +axD +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aXe +aaa +aaa +ayU +awi +axB +bey +axy +bhK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +aou +apj +apj +aqW +arW +arW +atV +auT +awk +axG +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aVD +aXg +ayU +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anM +aov +apk +apk +apk +apk +asY +atW +auU +awl +axH +ayY +ayU +aaa +aaa +aaa +aaa +aGQ +aaa +aaa +aaa +aaa +ayU +aPc +aPe +aRL +auS +ayU +ayU +axy +ayU +ayU +auS +awi +aza +ayY +ayU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +aow +apl +aqk +aqX +arX +asZ +atX +amJ +awm +axD +ayZ +auS +auS +auS +ayU +ayU +ayU +ayU +ayU +auS +auS +auS +aPd +axB +aRM +awe +aAc +ayU +bha +ayU +ban +awe +bcl +axB +bez +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awn +axD +aza +aAg +aBd +ayW +ayW +ayW +ayW +ayW +ayW +aKT +aBd +ayW +aPe +axB +axB +aIk +aza +ayW +axB +ayW +aPe +axB +axD +axB +beA +aAa +aad +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alz +arY +ami +atY +auV +awo +axI +azb +aAh +azb +aCx +aEc +aFi +aGR +axB +axB +axB +aMA +axB +axB +axB +axB +aTb +aUt +axB +axB +aYO +bao +axB +axD +axB +beA +awe +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aae +alz +alz +alz +arZ +ami +atZ +alz +alz +ave +alz +alz +aBe +aBe +aBe +aBe +aBe +aIk +aJG +aKU +aKU +aKU +aKU +aQs +aIk +aTc +aTc +aTc +aTc +aYP +aTc +aTc +bcm +bdr +bdr +bdr +bdr +bdr +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +apm +ami +aqY +asa +ata +aua +ata +ata +axJ +ata +aAi +aBf +aCy +aEd +aFj +aBe +aIl +aJH +aKV +aMB +aNR +aPf +aQt +axB +aTc +aUu +aVE +aXh +aYQ +aUw +aTc +bcn +bds +beB +bfZ +bhL +bkB +blZ +bnB +bpj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +asb +atb +aub +auW +auW +auW +auW +aAj +aBg +aCz +aEe +aFk +aGS +aIm +aJI +aKW +aMC +aNS +aPg +aQu +aRN +aTd +aUv +aVF +aXi +aYR +aVF +aTd +bco +bdr +beC +bga +bdr +bkC +bdr +bkC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +apn +aql +alz +asb +atc +anR +ami +awp +axK +alz +aAk +aBe +aCA +aEf +aFl +aGT +aIl +aJH +aKX +aMD +aMD +aKX +aQv +aRO +aTc +aUw +aVG +aXj +aYS +aUw +aTc +bcp +bdr +beD +bga +bhM +bkD +bma +bnC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alz +alz +apo +aqm +alz +asb +atc +auc +auX +ami +ami +alz +aAk +aBe +aCB +aEg +aFm +aGU +aIn +aJJ +aKY +aME +aME +aPh +aQw +axB +aTc +aUx +aUu +aXk +aYS +aUu +aTc +bcp +bdr +beE +bga +bga +bkE +bmb +bmb +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aox +ami +anQ +amP +asb +atc +aud +auY +awq +ami +alz +aAk +aBe +aCC +aEh +aFn +aGT +axB +aJH +aKZ +aMF +aMF +aKZ +aQx +aRP +aTc +aUw +aVH +aXk +aYS +bap +aTc +bcp +bdr +beF +bgb +bhN +bkE +bmb +bnD +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cmj +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aad +aaa +aad +aaa +aad +aaa +acf +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +alz +aoy +app +aqn +aqZ +asb +atc +aue +ami +ami +axL +alz +aAl +aBh +aCD +aEi +aFo +aBe +aIo +aJH +awe +awe +awe +awe +aQx +axB +aTc +aUy +aVI +aXl +aYS +aUw +aTc +bcq +bdt +bdt +bgc +bhO +bkF +bmc +bnE +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aad +aad +aaa +cmk +aaa +aad +aad +aaQ +aaQ +aaY +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aoz +ami +aqo +ara +asb +atc +auf +ami +awr +axM +azc +azc +azc +azc +azc +azc +azc +aIp +aJH +aLa +aMG +aNT +aPi +aQy +aRQ +aTe +aUz +aUz +aXm +aYT +baq +aTe +bcr +bdu +beG +bgd +bdr +bkG +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmk +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +abj +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +ara +asc +atc +alz +alz +alz +alz +azc +aAm +aAm +aAm +aEj +aFp +azc +aIq +aJK +aLb +aLb +aLb +aLb +aQz +aRR +aTc +aUw +aUw +aXn +aUu +aUw +aTc +bcs +aPj +beH +bge +aRT +bkH +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cml +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adi +adT +aad +acI +adi +adT +aad +acI +adi +adT +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +akT +aoE +arb +asd +atd +aug +aug +aug +axN +azd +aAn +aBi +aCE +aCF +aCF +azc +aIr +axB +axB +aMH +axB +axB +axB +aRS +aTc +aTc +aTc +aTc +aTc +aTc +aTc +aPj +aPj +beI +beO +aTf +bkI +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aad +aad +aad +aaa +aaa +aaa +aad +aaa +akT +ami +arc +ase +ate +ate +ate +aws +axO +aze +aAo +aBj +aCF +aCF +aCF +azc +azc +azc +aLj +aIk +aIk +aPj +aPj +aPj +aPj +aRT +aVJ +aXo +aYU +bar +bbm +bct +aPj +beI +beO +bhP +aPj +aPj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +alz +alz +alz +aqp +ard +alz +atf +aaF +auZ +ave +atZ +azc +aAp +aBk +aCG +aCF +aCF +aGV +aIs +aJL +aLd +aLd +aLd +aPj +aQA +aRT +aRT +aRT +aVK +aRT +aYV +bas +bbn +bcu +bdv +beJ +bgf +bhQ +bkJ +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +ajJ +ajJ +ajJ +alw +amd +amK +alv +anN +ami +apq +ami +arc +alz +aaF +auh +aad +ave +atZ +azc +aAq +aBl +aCF +aCF +aCF +aCF +aCF +aJM +aLe +aMI +aLe +aPj +aPj +aPj +aTf +aUA +aVL +aVL +aVL +bat +bbo +bcv +aVL +beK +bgg +bhR +bkK +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abo +abM +abM +acJ +adk +adk +adk +adk +adk +adk +adk +adk +adk +adk +aje +ajK +akp +akS +alx +ame +amL +ank +anO +anO +anO +anO +are +alz +atg +atf +auZ +ave +atZ +azc +aAr +aBm +aCF +aCF +aCF +aGW +aCF +aJL +aLe +aMJ +aNU +aPk +aQB +aQB +aTg +aUB +aPj +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +ajJ +ajJ +ajJ +aly +amf +amM +anl +anP +anm +anm +aqq +arf +alz +alz +akT +alz +ave +atZ +azc +aAm +aAm +aAm +aCF +aFq +aGX +aIt +azc +aLf +aMK +aNV +aPl +aPl +aPl +aPl +aPl +aPl +aXp +aYW +aXp +aYW +aXp +aYW +aXp +aYW +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +acf +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aad +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +anQ +ami +apq +ami +arg +ami +ami +ami +ami +awt +atZ +azc +azc +azc +azc +aEk +azc +azc +azc +azc +aLe +aML +aNV +aPl +aQC +aRU +aTh +aUC +aVM +aXp +baK +aXp +bbp +aXp +bdw +aXp +bgh +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaY +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +amg +amN +anm +amO +aoA +alz +ami +arh +alz +ath +asf +ava +ave +axP +aug +aAs +aBn +aCH +aEl +aFr +aGY +aIu +aJN +aLe +aML +aNV +aPl +biK +aQD +aQD +aUD +aVN +aXq +aYY +bau +bau +bcw +bdx +beL +beL +bhS +bkM +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adm +adT +aad +acI +adm +adT +aad +acI +adm +adT +aaa +aad +aad +aad +alz +amg +amO +ami +alz +alz +alz +ami +alz +alz +apq +alz +alz +ase +ate +aws +aAt +aBo +aCI +aCI +aFs +aCI +aCI +aJO +aLg +aMM +aNW +aPl +aQE +aQD +aTi +aUE +aVO +aXr +aYZ +bav +bbq +bcx +bbq +beM +bgi +bhS +bkM +bme +aaa +aaa +aaa +aaa +aaa +aaa +bwx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXz +aoB +aoB +aoB +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +alz +azi +alz +alz +aoB +alz +ami +ami +ami +arg +alz +avb +ami +axQ +ave +aAu +aBn +aCJ +aEl +aFt +aEl +aEl +aJN +aLe +aLe +aNX +aPl +aQF +aQD +aTj +aUF +aVP +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkM +aPj +aaa +aaa +bqF +bsf +btC +bqF +btC +bxK +bqF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXA +aad +aad +cbb +aaa +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +aaQ +aaa +aaa +alz +amh +amQ +ami +akT +aoB +akT +ami +alz +asf +ati +alz +avc +awq +ami +ave +aAv +aBn +aCK +aEm +aFu +aEl +aIv +aBn +aLe +aLe +aNY +aPl +aQG +aQD +aTk +aUG +aVQ +aXs +aZa +aZb +bbr +aPl +bdy +aPj +bgj +bhT +bkM +aPj +aaa +aaa +bnF +bsg +btD +bnF +btD +bxL +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aae +bXA +aae +aae +aoB +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmm +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +alz +ami +ami +ami +akT +aad +akT +ami +alz +alz +alz +alz +alz +awu +alz +ave +aAv +aBn +aCL +aEl +aEl +aEl +aIw +aBn +aLe +aLe +aNV +aPm +aQD +aQD +aTl +aUH +aVQ +aXt +aZb +baw +bbs +aPl +bdz +aPj +bgj +bhU +bkM +bhY +bnF +bnF +bnF +bsf +btE +bnF +btE +bxK +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aoB +aae +aoB +aaa +aaQ +aaQ +aaQ +aad +aad +aad +aad +aad +cmn +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +alz +amj +amR +ami +alz +aoB +akT +ami +alz +arg +atj +alz +atj +ami +arY +ave +aAv +aBn +aCM +aEl +aEl +aGZ +aIx +aBn +aLe +aLe +aNZ +aPn +aQH +aQH +aTm +aUI +aVR +aXu +aZc +aZb +bbr +aPl +bdy +aPj +aRT +bhV +bkM +bhY +bnG +bpk +bqG +bsh +btF +bvf +bpk +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aad +aae +aoB +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmo +cjR +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +azi +alz +aoB +alz +ami +ami +ami +ami +alz +aqo +ami +arY +ave +aAv +aBn +aCN +aEl +aEl +aEl +aIy +aBn +aLe +aLe +aNV +aPl +aQI +aQD +aTn +aUJ +aVQ +aXv +aPl +aPl +aPl +aPl +aPl +aPj +bgk +bhW +bkN +bmg +bnH +bpl +bpl +bsi +bmi +bmi +bwy +bxN +bhY +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aae +aaa +bWx +bXB +aoB +aae +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmp +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +amk +alz +ami +alz +aad +alz +alz +alz +alz +ami +alz +avd +awv +ate +azf +aAv +aBn +aCO +aEl +aFv +aEl +aIz +aJN +aLe +aLe +aNV +aPo +aQJ +aQD +aTo +aUK +aVQ +aXw +aZd +aZd +aZd +aZd +aPl +beN +bgl +bhX +bkO +bmh +bnI +bpm +bkV +bsj +bkV +bkV +bmj +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bEy +bEy +bNF +bEy +aoB +bXC +aoB +aae +aad +aad +bEy +bEy +bEy +bEy +bEy +bEy +cjR +cjR +cmq +cjR +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +ami +alz +aad +aaF +alz +ari +alz +ami +aui +ave +aww +axR +axR +aAw +aBp +aCP +aCP +aFw +aCP +aIA +aJP +aLh +aLe +aNV +aPl +aQK +aQD +aQD +aUL +aVQ +aXw +aZe +aZe +aZe +aZe +aPl +beO +bgm +bhY +bhY +bhY +bnJ +bpn +bmi +bsk +bmi +bmi +bwz +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bSh +bEy +bUD +bEy +bEy +bXC +bNF +bZM +bNF +aad +bEy +cev +cfx +cgB +chL +cjc +cjS +ckY +cmr +cnB +cjS +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +ann +akT +aaF +apr +alz +alz +alz +atk +atk +ave +aDV +alz +aoE +arY +aBn +aCQ +aEl +aFx +aHa +aIB +aJQ +aLi +aLi +aOa +aPl +aQL +aQD +aQD +aUM +aVS +aXx +aZf +aZf +aZf +bcy +bdA +beP +bgn +bhY +bkP +bmi +bnK +bpn +bqH +bsl +bqH +bmi +bnK +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSh +bJI +bSh +bEy +bXD +bNF +bJI +bNF +aad +bEy +cew +bJI +bJI +cgC +cjd +cjS +ckZ +cms +cnC +cjS +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +ami +alz +aaF +aad +aad +aaF +alz +akT +akT +ave +awy +axS +axS +axS +aBq +aBq +aBq +aBq +aBq +aBq +aBq +aLq +aLe +aNV +aPl +aQM +aQM +aTp +aQM +aVT +aXy +aZg +aZg +aZg +bcz +bdB +beQ +bgm +bhY +bkQ +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxM +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bJI +bJI +bEy +bXE +bNF +bZN +bNF +bNF +bEy +bJI +cfy +cgC +chM +cje +cjS +cla +cmt +cnD +cjS +aae +aae +aae +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +akT +aoC +aad +aaF +aad +aoB +aoB +aad +avf +awz +axT +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJR +aLk +aLd +aOb +aPp +aPp +aPp +aPp +aPp +aPl +aPl +aPl +aPl +aPl +aPl +aPl +beO +bgm +bhY +bkR +bmi +bmi +bpn +bqH +bmi +btG +bmi +bwy +bxM +bzp +bzp +bzr +bzp +bzp +bFh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSk +bJI +bJI +bEy +bXF +bJI +bJI +cbc +cce +bEy +cex +bEy +bEy +bEy +bEy +cjS +clb +cmu +cjS +cjS +bEy +cqr +bEy +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aad +akT +ami +akT +aoC +aaF +aad +aoB +aoB +aoB +aoB +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLl +aMN +aNV +aPq +aQN +aRV +aTq +aPp +aVU +aXz +aZh +aZh +bbt +aZh +aZh +beR +bgo +bhY +bkS +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxO +bzp +bAu +bBP +bCW +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bUE +bJI +bEy +bXG +bYD +bZO +cbd +ccf +bEy +bJI +bEy +bUG +chN +cjf +bEy +clc +bWA +bJI +coD +bEy +cqs +bEy +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +ami +alz +alz +alz +aaF +aad +aoB +aad +aad +avf +awz +axU +aaa +aAx +aBr +aCR +aEn +aFy +aAx +aaa +aJS +aLm +aLe +aNV +aPr +aQO +aQO +aTr +aPp +aVV +aXA +aZi +aZi +aZi +aZi +aZi +aZi +bgp +bhY +bkT +bmi +bnL +bpn +bmi +bmi +bmi +bmi +bmi +bxP +bzp +bAv +bBQ +bCX +bzr +aaa +aaa +aaa +aaa +bLd +aaa +aaa +aaa +aaa +bEy +bSi +bEy +bEy +bVF +bEy +bXH +bYE +bZP +cbe +ccf +cdl +bJI +cfz +bJI +bWA +cjg +bEy +bJI +bWA +bJI +bNE +bEy +cqt +bEy +aaa +aaa +aad +aaa +bEy +bEy +bNF +bNF +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alA +aml +amS +ami +anR +aoD +alz +aqr +aqr +aqr +aqr +aqr +avg +awA +axV +azg +aAy +aBs +aCS +aEo +aFz +aHb +aIC +aJT +aLm +aLe +aNV +aPq +aQP +aQO +aTs +aPp +aVW +aXB +aZj +bax +aZj +aZj +bdC +beS +bgq +aZm +bkU +bmi +bmi +bpn +bmi +bmi +bmi +bmi +bmi +bmi +bzq +bAw +bBR +bCY +bzr +aaa +aaa +bIf +bIf +bLe +bIf +bIf +aoB +aoB +bEy +bSj +bJI +bUF +bJI +bEy +bXI +bYF +bYE +cbf +ccg +bEy +bJI +bEy +cgD +chO +bEy +cjT +cld +cmv +bJI +bJI +cpr +bJI +bEy +bNF +bNF +bNF +bNF +bEy +cnE +cvP +cwq +bNF +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +ami +amT +ami +ami +ami +amP +aqs +aqs +asg +aqs +aqs +avh +awz +axU +aaa +aAx +aBt +aCT +aEo +aFA +aHc +aID +aJU +aLn +aMO +aOc +aPs +aPs +aPs +aPs +aPs +aVX +aXC +aZk +bay +bbu +bcA +bdD +beT +aZk +bhZ +bkV +bmj +bmi +bpn +bmi +bsm +btH +btH +btH +btH +bzr +bAx +bBS +bCZ +bzr +aad +aad +bIf +bJB +bIh +bMk +bIf +aoB +aoB +bEy +bSk +bEy +bEy +bTu +bEy +bXJ +bYG +bZQ +cbg +bYH +bEy +bJI +bEy +bSn +chP +cjh +cjU +cle +bSn +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +cuH +bJI +cvQ +cwr +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alC +amm +amS +ano +anS +aoE +alz +aqr +aqr +aqr +aqr +aqr +avi +awB +axW +azh +aAz +aBu +aCU +aEp +aFB +aHb +aIC +aJV +aLm +aMP +aOd +aPt +aQQ +aQQ +aQQ +aQQ +aVY +aXD +aZj +aZj +bbv +bcB +bdE +aZj +bgr +aZi +bkW +bmk +bnM +bpn +bmi +bhY +btI +bvg +bwA +bxQ +bzr +bAy +bBT +bDa +bzr +aaa +aaa +bIf +bJC +bIh +bMl +bIf +aoB +aoB +bEy +bJI +bJI +bUG +bVG +bEy +bXK +bYH +bJI +bJI +bNE +bEy +bNE +bEy +bVG +bUH +bEy +bEy +clf +bEy +bEy +bEy +bEy +bVF +bEy +bNF +bNF +bNF +bNF +bEy +cvm +cvR +bLh +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +akT +alz +alz +alz +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aaa +aAx +aBv +aCV +aEq +aFC +aAx +aaa +aJS +aLm +aMQ +aOe +aPu +aPu +aPu +aPu +aPu +aVZ +aXE +aZl +baz +bbw +bcC +bdF +aZl +bgs +aZm +bhY +bml +bnN +bpo +bqI +bhY +bhY +bhY +bhY +bhY +bzp +bAz +bBU +bDb +bzp +aaa +bzs +bzs +bzs +bLf +bMm +bzs +aad +aad +bEy +bSl +bTu +bEy +bEy +bEy +bEy +bEy +bZR +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bWA +bNF +aaa +bEy +cpr +bJI +bEy +aaa +aaa +aad +aaa +bEy +bEy +bEy +bEy +bEy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLm +aMQ +aOf +aLe +aPu +aRW +aTt +aPu +aWa +aXB +aZm +aZm +aZm +bcD +aZm +aZm +aZm +bhY +bkX +bmm +bnO +bpp +bqJ +bsn +btJ +bvh +bwB +bxR +bzp +bzr +bBV +bDc +bzp +bzs +bzs +bIg +bJD +bJD +bMn +bzs +aaF +aaF +bEy +bSm +bTv +bTv +bEy +bJI +bXL +bJI +bJI +bEy +cch +cdm +cey +bZS +cgE +chQ +cji +bEy +bWA +bNF +aaa +bNF +bLi +cqu +bEy +aaa +aaa +aad +aaa +aaa +aad +aad +cmC +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awC +axX +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJW +aLm +aMQ +aOf +aLe +aQR +aRX +aTu +aPu +aWb +aXF +aZn +aZn +aZn +bcE +aPj +beU +aRT +bhY +bkY +bmn +bnP +bpq +bqK +bpw +bpw +bvi +bpw +bxS +bzs +bAA +bBW +bDd +bEv +bFi +bGJ +bIh +bIh +bIh +bIh +bIf +aad +aad +bNF +bSn +bJI +bJI +bEy +bJI +bEy +bEy +bEy +cbh +cci +cdn +cez +cfA +cgF +cgF +cjj +bEy +bWA +bNF +aad +coE +coE +coE +coE +coE +coE +coE +coE +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auj +avg +awD +axY +axY +axY +axY +axY +axY +axY +axY +axY +axY +aLo +aMR +aOf +aPv +aPu +aRX +aTv +aPu +aWc +aXG +aWd +aWd +bjq +bcF +aWd +beV +bgt +bia +bkZ +bmo +bnQ +bpr +bqL +bso +bso +bvj +bso +bxT +bzt +bAB +bBX +bDe +bEw +bFj +bGK +bEw +bJE +bLg +bMo +bIf +aoB +aoB +bNF +bSo +bJI +bJI +bVH +bJI +bEy +bYI +bYI +bYI +bYI +bYI +ceA +bZS +cgG +chR +cjk +bEy +bWA +bNF +aaa +coE +cps +cqv +cro +csd +csy +cti +ctW +cuI +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auk +avi +awE +axZ +axZ +axZ +axZ +axZ +axZ +aFD +axZ +axZ +aJX +aLp +aMS +aOg +aPw +aPu +aRY +aTw +aPu +aWd +aXG +aZo +baA +aZs +bcG +aWd +beW +bgu +bib +beV +bmp +bnR +bps +bqM +bsp +bsp +bvk +bwC +bxU +bzu +bAC +bBY +bDf +bAC +bFk +bGL +bIi +bIh +bIh +bMp +bIf +aad +aad +bNF +bJI +bJI +bUH +bEy +bJI +bEy +bYJ +bZS +cbi +ccj +ccj +ccj +bZS +bZS +bZS +bZS +bEy +bWA +bNF +aaa +coE +cpt +cqw +crp +cqw +csz +ctj +ctX +cuJ +coE +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ado +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arj +arj +arj +aul +avg +awF +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aLx +aMQ +aOh +aPx +aPA +aPA +aPA +aPA +aWd +aXH +aZp +aZp +bby +bcG +aWd +beX +beV +bic +beV +bmq +bnS +bpt +bqN +bsq +bpw +bvl +bwD +bxV +bzv +bAD +bBZ +bDd +aTR +bFl +bDd +bIh +bJF +bIh +bMq +bzs +aaF +aaF +bEy +bJI +bTw +bNE +bEy +bJI +bEy +bYI +bYI +cbj +cck +cbj +cbj +bYI +cgH +cgH +bYI +bNF +bWA +bNF +aad +coE +cpu +cqx +crq +cse +csA +ctk +ctY +cuK +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaZ +aaZ +afq +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anp +aaa +aaa +aaa +aaa +arj +ash +aqs +aqs +avg +awF +aya +aAA +aCX +aCX +aCZ +aEr +aFE +aHd +aIE +aJY +aLr +aMT +aOi +aLe +aPA +aRZ +aTx +aUN +aWd +aXI +aZp +aZp +baZ +bcG +aWd +beX +bgv +bid +bla +bmr +bnT +bpu +bqO +bpu +btK +bvm +bwE +bxW +bxW +bxX +bCa +bDg +bxW +bFl +bGM +bIj +bIj +bIj +bMr +bzs +aad +aad +bEy +bQW +bEy +bEy +bEy +bWy +bEy +bYK +bZT +bYI +ccl +cdo +bYI +cbk +ccj +ccj +ceC +bNF +bWA +bNF +aaa +coE +cpt +cqy +crr +cqy +csB +ctl +ctZ +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +adU +aeE +afr +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiI +akU +aiI +aaa +aiI +anq +aiI +aaa +aaa +aaa +arj +asi +aqs +aqs +avh +awF +aya +azj +aAB +aBw +aDa +aEs +aFF +aHe +aIF +aya +aLm +aMQ +aOj +aPy +aQS +aSa +aTy +aUO +aWd +aXJ +aZq +aZG +bba +bcH +aWd +beX +bgw +bie +blb +bmq +bih +bpv +bqP +bsr +bpw +bvn +bpw +bxX +bzw +bAE +bCb +bDh +bxW +bFm +bGN +bzs +bzs +bzs +bzs +bzs +bNF +bNF +bEy +bJI +bNF +aaa +bNF +bWz +bXM +bYL +bZU +cbk +ccj +ccj +ceB +cbk +ccj +chS +ceC +bNF +bWA +bNF +aaa +coE +cpv +cqz +cro +csf +csC +ctm +cua +coE +aad +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +abp +abp +abp +aaZ +aaZ +adV +aeF +afs +aaZ +aaZ +aad +aaa +aad +aad +aad +aad +aiI +akV +aiI +aaa +aiI +akV +aiI +aad +aad +aad +arj +arj +arj +arj +avg +awF +aya +azk +aAC +aBx +biy +aEt +aEt +aHf +aIG +aJZ +aLs +aMU +aOk +aPz +aQT +aSb +aSb +aUP +aWd +aXK +aZr +baB +bbA +bcI +aWd +beX +bgx +bif +blc +bms +bnU +bpw +bqQ +bpw +bpw +bvo +bpw +bxX +bzx +bAF +bAG +bDi +bxW +bFn +bGO +bEy +bJG +bLh +bEy +bNE +bJI +bJI +bJI +bJI +bNF +aad +bNF +bWA +bEy +bYI +bYI +cbl +ccj +ccj +ceC +bYI +ccm +ccm +bYI +bNF +bWA +bNF +aad +coE +coE +coE +coE +coE +csD +ctn +coE +coE +aaa +aaa +cws +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aaa +aad +cxO +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aba +abq +abN +acg +acK +adp +adW +aeG +aft +afZ +aaZ +aad +aaa +aaa +aiH +aiH +ajL +akq +akW +aiI +amn +aiI +anr +anT +ajL +aiH +aiH +arj +asj +aqs +arj +avj +awF +aya +azl +aAD +aBy +biz +aEu +aFG +aHg +aFG +aKa +aLm +aMQ +aOl +aLe +aPA +aSc +aTz +aTz +aWd +aXL +aZs +aZp +aZp +aZs +aWd +beY +bgy +bie +blb +bmt +beV +bpw +bpw +bss +btL +bpw +bpw +bxX +bzy +bAG +bCc +bDj +bxW +bFo +bGO +bIk +bJH +bJI +bEy +bEy +bNF +bNF +bJI +bNF +bEy +aaa +bNF +bWA +bEy +bYM +bZV +bYI +ccm +ccm +bYI +bYI +bYI +chT +cjl +bEy +bWA +bEy +aaa +aad +aaa +aaa +aad +coE +csE +cto +cub +coE +aaa +aaa +cws +aad +abi +cxO +cxO +cxO +cxO +cxO +cxO +cxO +abi +aaa +aad +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abb +abr +abO +ach +acL +adq +adX +aeH +afu +aga +aaZ +aad +aaa +aad +aiH +ajf +ajM +akr +akr +alD +aiH +amU +akr +anU +aiH +aps +aqt +arj +ask +aqs +aum +avh +awF +aya +aCW +aCY +aCY +biA +aEv +aEN +aHh +aIH +aKb +aLt +aMV +aOm +aPA +aPA +aSd +aTA +aUQ +aWd +aXM +aZt +baD +baD +bcJ +bdG +beZ +aPN +big +bld +bmu +beV +bpy +bpw +bpw +bpw +bvp +bwF +bxW +bzz +bAH +bCd +bDk +bxW +bFp +bGP +bEy +bJI +bLi +bEy +aaa +aad +bNF +bJI +bNF +aaa +aaa +bVI +bWB +bMs +bMs +bMs +bMs +bIm +bIm +bIm +bIm +bMs +bMs +bMs +cjV +bWA +bEy +bEy +bEy +bEy +bEy +bEy +coE +csF +ctp +cuc +coE +aad +aad +cmC +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abc +abs +abP +aci +acM +adr +adY +aeI +afv +agb +aaZ +aad +aaa +aaa +aiI +ajg +ajN +aks +akX +alE +aiI +amV +akX +anV +aoF +akV +aqu +arj +asl +aqs +arj +avk +awG +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aMW +aOn +aWU +aPA +aPA +aSe +aSe +aSe +aWd +aWd +aWd +bbx +bbC +aWd +aWd +beV +bgA +bih +ble +bih +beV +bpz +bpz +bst +bst +bpz +bpz +bxW +bxW +bxW +bxW +bxW +bxW +bFq +bGQ +bEy +bEy +bEy +bEy +bNF +bNF +bNF +bQW +bNF +bNF +bNF +bVJ +bWC +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +cjW +clg +cmw +cnE +bEy +bUH +cjg +cfW +cfW +csD +ctq +coE +cfW +cfW +cfW +cfW +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaF +aag +aag +abd +abt +abt +abt +abt +abt +adZ +aeJ +afw +afw +afw +aad +aaa +aaa +aiI +ajh +ajO +akt +akY +alF +amo +amW +akY +anW +aiH +aiH +aiH +arj +arj +arj +arj +avl +awH +ayb +ayb +aAE +aqs +aqs +aqs +aqs +aqs +aqs +arj +aLu +aMX +aOo +aPM +aQU +aIP +aIP +aIP +bbV +bbV +bbY +aIP +aIP +aQU +bfP +bjC +bjJ +bfa +blf +bfa +bnV +bfa +bqR +bsu +bsu +bvq +bvq +bxY +bzA +bzA +bzA +bDl +bEx +bFr +bGR +bIl +bIl +bIl +bIl +bNG +bIl +bIl +bIl +bNG +bIl +bIl +bVK +bWD +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bVJ +bWH +cmx +bEy +bEy +bJI +bJI +crs +csg +csG +ctr +cud +cuL +cvn +cvS +cwt +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aag +aag +aag +aaR +abe +abu +abQ +acj +acN +ads +aea +aeK +afx +aag +aag +aag +aag +aag +aag +aji +ajP +aku +akZ +alG +amp +amX +akX +anX +aoG +apt +aqv +apt +apt +apt +apt +avm +awI +ayc +azn +aAF +aBz +aDb +aEw +aFI +aHi +apy +aoJ +aLv +aMY +aOp +aRg +biL +biL +aPB +aIP +aIP +aIP +aLz +aIP +aIP +aNh +aIP +aIP +bgC +aIP +blg +bmv +bnW +bpA +bqS +bpA +bpA +bpA +bpA +bpA +bpA +bpA +bCe +bDm +bEy +bEy +bGS +bIm +bIm +bIm +bMs +bIm +bIm +bIm +bIm +bIm +bIm +bMs +bVL +bFn +bXN +bYN +bYN +cbm +cbm +cdp +ceD +cbm +bYN +bYN +bXN +cjX +clh +cmy +cnF +coF +cpw +cpw +crt +crt +csH +cts +cue +crF +crF +cvT +cwu +cwV +cxx +cwV +cyf +cyB +cyf +cyf +cyB +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaf +aag +aag +aag +aag +aaG +aaK +aaq +aaq +aaq +abR +aaq +aaq +adt +abw +aeL +afy +abQ +agy +agC +agC +ain +aag +ajj +ajQ +aiU +aiU +aiU +aiU +ajL +ans +aiH +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayd +azo +aAG +ayd +ayd +ayd +ayq +ayq +ayq +ayq +aLw +aMZ +aIP +aRm +bbe +bbe +bbe +aLy +aIP +aXN +aZu +bbZ +aXN +aXN +aXN +bbZ +bjK +bjT +bbZ +bmw +aLz +bpB +bqT +bsv +aIP +aIP +aXN +aKe +bbe +aIP +aIP +bDn +aIT +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +bEy +bVM +bFn +bXN +bYO +bZW +cbn +cbm +cdq +ceE +cfB +cgI +chU +bXN +cjY +cli +cmz +cnG +bUI +bUI +bUI +cru +csh +csI +ctt +cuf +cuf +cvo +cvU +cwv +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aal +aau +aaz +aaq +aaH +aaq +abf +aaq +abQ +ack +acO +adu +aeb +aeL +afz +agc +agz +ahg +ahg +aio +abQ +ajk +ajR +agd +ala +alH +amq +aiU +anb +anY +aoH +apu +aqw +ark +apx +apx +aoH +avn +awJ +aye +azp +aAH +aBA +aDc +ayd +aFJ +aHj +aII +ayq +aLR +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aIP +aXO +aZv +aZv +bbD +bcK +bcK +aZv +aZv +aZv +blh +bmx +blh +blh +bqU +bsw +bsw +bsw +bsw +bxZ +aTB +aLP +aIP +aKl +aIT +aaa +bGT +bIn +bIn +bIn +bMt +aaa +aad +aaa +aaa +aad +aad +bEy +bGO +bFn +bXN +bYP +bZX +cbo +ccn +cdr +bYN +cfC +cgJ +chV +bXN +cjZ +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +csJ +ctu +csk +crF +cvp +cvV +cww +cwX +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aah +aam +aav +aaA +aaq +aaq +aaq +aaq +abv +abQ +abQ +abQ +abQ +aec +aeM +afz +abQ +agA +ahh +ahI +aio +abQ +ajl +ajS +akv +aiM +ald +amr +aiU +anb +anY +aoH +apv +aqx +arl +asm +atl +aun +avo +awJ +ayf +azp +aAI +aBB +aDd +aDi +ayo +ayo +ayo +ayq +aEE +aIP +aOq +aIL +aaa +aaa +aIL +aIR +aIP +aXP +aZv +baF +bbE +bcL +bdI +baJ +bgE +bij +bli +bmy +bnX +blh +bqV +bsx +btM +bsx +bwG +bsx +aTB +bAI +aIP +bDn +aIT +aad +bGU +bIo +bJJ +bLj +bGU +aad +aad +aaa +aaa +bSp +bTx +bMs +bVN +bFn +bXN +bYQ +bZY +bZY +cco +cds +bYN +bYN +bYN +chW +bXN +cjZ +cfW +cmA +cnH +coG +cpx +cpx +cpx +cfW +csK +ctu +crF +crF +cvq +cvW +cwt +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aan +aaw +aaB +aaq +aaq +aaS +aaq +abw +abQ +acl +acP +ads +aed +aeN +afA +abQ +agB +ahi +ahi +aip +ads +ajm +ajT +agd +alb +alI +ams +aiU +anb +anY +aoI +apw +aqy +arm +apx +atm +aoH +avn +awJ +ayg +azq +aAJ +aBC +aDe +aEx +aFK +aHk +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aTB +aUR +aWe +aXQ +aZv +baG +baJ +baJ +baJ +bfb +aZy +aZy +blj +bmz +bnY +bob +bqW +bsy +btN +bob +bob +bob +bob +bAJ +aIP +bDo +aIT +aaa +bGV +bIp +bJK +bLk +bMu +aaa +aad +aad +aad +bSq +bTy +bUI +bUI +bWE +bXN +bYR +bZZ +cbp +ccp +bYN +bYN +cfD +cgK +chX +bXN +cjZ +cfW +cmA +cnI +coH +cpx +cpx +cpy +cfW +csL +ctu +cug +cuM +cvr +cvX +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aao +aav +aaC +aaq +aaL +aaT +aaq +abx +abS +acm +acQ +adv +aee +aeL +afB +abQ +agC +agC +ahJ +aiq +aiJ +ajn +ajU +agd +agd +agd +aiU +aiU +ant +anY +aoH +apx +apw +apw +asn +atn +auo +avp +awK +ayh +azr +aAK +aBD +ayo +aEy +aFL +aFL +aFL +aKc +aIR +aIP +aOr +aIL +aaa +aaa +aPC +aUS +aWf +aXR +aZv +baH +bbF +bcM +bcM +bfc +bgF +aZy +blk +bmA +bnY +bpC +bqX +bsz +btO +bvr +bwH +bya +bob +bAK +aIP +bDn +bEz +bEz +bGW +bIq +bJL +bLl +bGW +bEz +bEz +bPN +bPN +bSr +bTz +bPN +bPN +bWF +bXN +bYS +caa +cbm +ccq +bYN +cbm +cbm +cgL +chY +bXN +cjZ +cfW +cmB +cnI +cnI +cpy +cpy +cpy +cfW +csM +ctv +cqB +cqB +cmC +cmC +cfW +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aap +aav +aaD +aaH +aaM +aaU +aaq +aaq +abQ +acn +acR +abQ +aef +aeL +afC +agd +agd +agd +agd +agd +agd +ajo +ajV +akw +alc +alJ +amt +amY +anb +anY +aoH +apw +apw +arn +apw +apx +aoH +avn +awJ +ayi +azp +aAL +aBE +aDf +aEz +aFM +aHl +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aPC +aZQ +aWg +aXS +aZv +baI +bbG +bcN +bdJ +bfd +bgG +aZy +bll +bmB +bnY +bpD +bpL +bra +brg +bvs +bwI +byb +bob +aLP +aIP +bDn +bEz +bFs +bGX +bFz +bJM +bFz +bMv +bNH +bEz +bPO +bQX +bSs +bTA +bUJ +bPN +bWF +bXN +bYN +bYN +cbm +ccr +cdt +ceF +cbm +bYN +bYN +bXN +cjZ +cfW +cfW +cnJ +cnJ +cfW +cfW +cfW +cfW +csN +ctu +cuh +cuN +cmC +cvY +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aaq +aav +aaq +aaq +aaH +aaq +aaq +aby +abQ +abQ +abQ +abQ +aeg +aeL +afD +agd +agD +ahj +ahK +air +agd +ajp +ajW +akx +ald +ald +amu +amY +anb +anZ +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayj +azp +aAM +aAP +aDg +aEA +ayo +ayo +aIJ +ayq +aLN +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWh +aPC +aZv +baJ +bbG +bcO +bdK +bfe +bgH +aZy +aZy +aZy +bnY +bpE +bpM +brf +brg +bvt +bwJ +byc +bob +biF +bCf +bDp +bEz +bFt +bFz +bFz +bJN +bFz +bFz +bNI +bEz +bPO +bPP +bSs +bTB +bUK +bPN +bWF +bXO +bYT +cab +cab +ccs +cdu +ceG +cab +cab +chZ +bXO +cjZ +cfW +cmC +cnK +cnK +cmC +cmC +crv +csi +csO +ctw +cui +crF +cvs +cvZ +cwx +cwW +cxz +cxP +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +abi +abi +atJ +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aar +aax +aaq +aaq +aaq +aaq +aaq +abz +abQ +aco +acS +abQ +aeh +aeO +afD +agd +agE +ahk +ahL +ais +agd +ajq +ajX +aky +ale +alK +amu +amY +anu +aoa +aoJ +apy +apy +apy +aso +apy +aup +avq +awK +ayk +azp +aAN +aBF +aDh +ayd +aFN +aHm +aIK +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTC +aUU +aWi +aXT +aZw +bce +bbH +bcP +bcP +bff +bgI +bgI +blm +bgI +bnZ +bpF +bpN +bpN +brh +bvu +bwK +byd +bob +bAL +aIP +bDn +bEz +bFu +bGY +bIr +bJM +bLm +bMw +bNJ +bEz +bPP +bPP +bSt +bTC +bUL +bPN +bWF +bXO +bYU +cac +cbq +cct +cdv +ceH +cfE +cgM +cia +bXO +cjZ +cfW +cmD +cnL +coI +cpz +cqA +crw +csj +csP +ctx +cuj +csV +cfW +cfW +cfW +cwZ +cxA +cxQ +cyi +cxQ +cxQ +czp +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aak +aas +aas +aas +aaI +aaN +aaV +aas +abA +abT +acp +acT +adw +aei +aeP +afD +agd +agF +ahl +ahl +ait +agd +ajr +ajY +akz +agd +agd +amv +amZ +anb +anY +aoK +aoK +aoK +aro +asp +ato +auq +avr +awJ +ayl +azs +aAO +aBG +aDi +ayd +ayq +ayq +ayq +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTD +aUV +aWj +aXU +aZx +baL +bbI +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +boa +bpG +brb +bsC +btR +bvv +bpG +bye +bzB +bAM +bpA +bDq +bEz +bFv +bFz +bFz +bJM +bFz +bFz +bFz +bEz +bPQ +bPP +bSs +bTC +bUM +bPN +bWF +bXO +bYV +cad +cbr +ccu +cdw +ceI +cae +cgN +cib +bXO +cjZ +cfW +cmE +cnM +coJ +cpA +cqB +cqH +crF +csQ +cty +cuk +cuO +cuO +cuO +cwy +cxa +cxB +cxR +cyj +cyD +cyT +czq +czp +cfW +cfW +cfW +cfW +cfW +cfW +aaa +cBg +abi +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aat +aay +aaE +aaJ +aaO +aaW +aaq +aaq +abQ +acq +acO +adu +aej +aeQ +abQ +agd +agG +ahm +ahM +aiu +agd +ajs +ajZ +akA +alf +alL +amu +amY +anb +anY +aoK +apz +aqz +arp +asq +aoK +aoK +avn +awL +aym +azt +aAP +ayo +aDj +ayo +aFO +aAQ +aaa +aIL +biF +aLz +aOs +aPC +aPC +aPC +aTE +aUW +aWk +aXV +aZy +baM +bbJ +bcR +baJ +bfg +bgJ +bik +aZv +aZv +bob +bob +bob +bob +bob +bob +bob +bob +bob +bAN +aIP +bfQ +bEz +bFw +bGZ +bIs +bJO +bLn +bFz +bNK +bEz +bPR +bQY +bSu +bTD +bUN +bPN +bWG +bXO +bYW +cae +cbs +ccv +cdx +ceJ +cfF +cgO +cic +bXO +cjZ +cfW +cmF +cnN +coK +cpB +cqC +cqI +crF +csR +ctz +cul +cuP +cuP +cuP +cuP +cxb +cuP +cuP +cyk +cuP +cyU +czr +csR +czU +cwJ +cAs +cwJ +cAV +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aag +aag +aag +aag +aag +aag +aag +abg +abB +abQ +abQ +abQ +abQ +aek +aeR +afE +age +agH +agH +agH +agH +aiK +ajt +ajW +akB +ald +ald +amu +amY +anb +anY +aoK +apA +apB +arq +apB +atp +aoK +avn +awL +ayn +azt +ayo +ayo +aAQ +ayo +aFP +aAQ +aaa +aIL +aLP +aIP +aOq +aPD +aKn +aSg +aTF +aUX +aWl +aXW +aXX +baN +baN +baN +baN +bfh +aZv +aZv +aZv +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDr +bEz +bFx +bFz +bIt +bJP +bLo +bFz +bNL +bEz +bPR +bPR +bSv +bTC +bUO +bPN +bWH +bXO +bXO +caf +cbt +ccw +cdy +ceK +cfG +cgP +cid +bXO +cjZ +cfW +cmG +cnO +coL +cpC +cqD +crx +crx +csS +ctA +cum +cuQ +cvt +cvt +cwz +cxc +cxC +cxS +cyl +cyE +cyV +czs +czH +czV +czV +cAt +cwJ +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aag +abh +abC +abU +acr +acU +abQ +ael +aeS +afF +agf +agI +agI +agI +agI +aiL +aju +aka +aky +ale +alM +amu +amY +anb +anY +aoL +apB +aqA +arr +asr +atq +aoK +avn +awL +ayo +azu +ayo +aBH +ayq +ayq +ayq +ayq +aIL +aIL +aLP +aIP +aOq +aPE +aQV +aSh +aTG +aUY +aWm +aXX +aXZ +baO +bbK +bcS +bdL +aXY +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDs +bEz +bFy +bFz +bIu +bJQ +bLp +bMx +bNM +bEz +bPS +bPR +bSw +bTC +bUP +bPN +bWH +bNE +bXO +bXO +bXO +bXO +bXO +bXO +cfH +cgQ +bXO +bXO +cjZ +cfW +cmH +cnP +coM +cpD +cqE +cry +cqM +csT +ctB +cun +cuR +cvu +cwa +cwA +cxd +cxD +cxT +cwG +cyF +cyW +czt +czI +czW +cAg +cAu +cAG +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aaP +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +agg +agJ +agg +agJ +agg +aiM +ajv +akb +akz +agd +agd +amv +ana +anb +anY +aoK +apC +aqB +ars +apB +atr +aoK +avn +awL +ayp +azv +ayo +ayo +aDk +aEB +aFL +aHn +aIM +aKd +aLA +aNa +aOq +aPF +aQW +aSi +aTH +aUX +aWn +aXY +aZz +aZA +aZA +baP +bdM +bfi +bgK +bgK +bgK +bmC +bgK +bgK +bgK +bgK +btS +aad +aad +aad +aIL +aWD +aIP +bfQ +bEz +bFz +bFz +bFz +bJQ +bLq +bMy +bNN +bEz +bPS +bQZ +bSw +bTE +bUQ +bPN +bWI +bXP +bXP +bXP +bXP +bXP +cdz +bEy +cfI +cgR +cie +bEy +cjZ +cfW +cmC +cnQ +coN +cmC +cmC +crz +crF +cfW +ctC +cuo +cuS +cvv +cwa +cvA +cxe +cxk +cxk +cvA +cyG +cyX +czu +csV +cnI +cAh +cAv +cAv +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acs +acV +adx +aem +aem +aaX +agh +agK +ahn +ahN +aiv +aiN +ajw +ajZ +akA +alf +alN +amu +amY +anb +anY +aoK +aoK +aqC +aqC +aqC +aoK +aoK +avs +awL +ayq +ayq +aAQ +aAQ +ayq +ayq +ayq +ayq +aIN +aIP +aLB +aNb +aOq +aPE +aQX +aSj +aTI +aUZ +aWo +aXY +aZA +aZA +aZA +aZA +aZA +bfj +bjL +bjU +bjU +bmD +boc +bpH +brc +bsD +btT +bgK +bwL +byf +btS +bAO +aIP +bDt +bEz +bEz +bEz +bEz +bJR +bEz +bMz +bEz +bEz +bPN +bPN +bSx +bTF +bPN +bPN +bEy +bEy +bEy +bEy +bEy +bEy +cdA +bEy +cfJ +cgS +cif +cjm +cka +cfW +cmI +cnR +coO +cpE +cqB +crA +csk +cfW +ctD +cun +cuT +cvw +cvA +cwB +cxf +cxf +cxU +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +act +acW +ady +aen +aem +aaX +agi +agL +aho +ahO +aiw +aiM +ajv +ajW +akC +alg +ald +amu +amY +anb +anY +aoM +amY +amY +amY +amY +ats +aur +avt +awM +ayr +azw +azw +azw +azw +azw +aFQ +aHo +aIO +aIP +aLC +aNc +aOq +aPE +aQY +aSk +aTJ +aVa +aWp +aXZ +aZA +baP +baP +bcT +bdN +bfk +bjM +bil +bim +bin +bod +bpI +brd +bsE +btU +bvw +bwM +byg +bzC +bAP +bCg +bDu +bEA +bFA +bHa +bHa +bJS +bLr +bMA +bNO +bOM +bHa +bRa +bSy +bTG +bUR +bVO +bUR +bUR +bYX +bUR +bUR +ccx +cdB +ceL +cfK +cgT +cig +bEy +bJI +cfW +cmJ +cnS +coP +cpF +cqB +crA +crF +csU +ctE +cun +cuU +cvx +cwb +cwC +cxg +cxE +cxV +cym +cyI +cyZ +czv +csV +czY +cwJ +cwJ +cAH +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acu +acX +adz +aeo +aeT +afG +agj +agM +agK +ahP +aix +aiM +ajv +ajX +akD +ale +alO +amu +amY +anv +aob +aoN +anb +anb +anb +anb +anb +anb +avu +awN +anb +anb +anb +anb +anb +anb +aoN +aHp +aIP +aIP +aLD +aNd +aOq +aPE +aQZ +aSl +aTH +aVb +aWq +aYa +aZB +baQ +bbL +bcU +bdO +bfk +bjM +bim +bgL +bmE +bod +bpJ +brd +bsF +btV +bvx +brd +btV +bzD +bAQ +bCh +bDv +aHp +bFB +bHb +bHb +bJT +bLs +bMB +bNP +bNP +bNP +bNP +bNP +bTH +bUS +bVP +bWJ +bWJ +bWJ +bWJ +bWJ +ccy +cdC +ceM +cfL +cgU +cih +bEy +cjf +cfW +cmK +cnT +coQ +cpE +cqB +crA +csl +csV +ctE +cun +cuV +cvy +cwc +cwD +cxh +cxF +cxW +cyn +cyJ +cza +cza +csV +czZ +cwJ +czZ +cAI +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acv +acX +adA +aep +aeU +afH +agk +agN +ahp +ahQ +aiy +aiM +ajv +akc +akz +agd +agd +amv +amZ +anb +aoc +aoO +apD +and +art +ass +and +aus +avu +awO +ays +azx +aAR +azx +azx +azx +aFR +aHq +aIQ +aIP +aLE +aNe +aOt +aPG +aRa +aSm +aTK +aVc +aWr +aYb +aZA +baP +baP +bcT +bdP +bfk +bjM +bin +bim +bil +bod +bpI +brd +bsE +btW +bvw +bwN +byh +bzE +bAR +bCi +bDw +bEB +bFC +bHc +aTW +bJU +bLt +bMC +bNQ +bON +bON +bRb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +aYn +ccz +cdD +ceN +cfM +cgV +cii +cjn +cjn +cjn +cjn +cjn +cjn +cjn +cfW +crB +crF +csU +ctE +cun +cuW +cvz +cwd +cwE +cxi +cxG +cxX +cwe +cyK +czb +czw +csV +cwJ +cwJ +cwJ +cAJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acw +acX +adB +aeq +aeV +afI +agl +agl +ahq +ahR +aiz +aiM +ajv +akd +akE +alh +alP +amw +amY +anb +aoc +aoP +apE +apE +apE +apE +apE +apE +avv +awP +ahf +ahf +ahf +ahf +ahf +ahf +ahf +ahf +aIR +aIP +aLF +aNf +aOq +aPE +aRb +aSn +aTH +aVd +aWs +aYc +aZA +aZA +aZA +aZA +aZA +bfl +bjN +bjV +bjV +bmF +boe +bpK +bre +bsG +btX +bgM +bwO +byi +btY +bAS +aIP +bDx +bEC +bEC +bEC +bEC +bEC +bLu +bMD +bNR +bOO +bPT +bRc +bSz +bOO +bOO +bVQ +bWK +bWK +bYY +cag +cbu +cbu +cbu +cbu +cfN +cgW +cij +cjn +ckb +cjn +cmL +cnU +coR +cjn +cqF +crC +crF +cfW +ctF +cun +cuX +cvA +cwe +cwF +cxj +cxj +cxY +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acx +acX +adC +aer +aeW +afJ +agm +agO +ahr +ahS +aiA +aiM +ajv +akd +akF +ali +alQ +amx +amY +anb +aoc +anG +apF +aiE +aiE +aiE +aiE +aiE +avw +awQ +afm +afm +afm +afm +afm +afm +afm +anD +aIS +aKe +aLG +aNg +aOq +aPH +aRc +aSo +aTL +aVe +aWt +aYd +aZC +aZA +aZA +baP +bdQ +bfm +bgM +bgM +bgM +bmG +bgM +bgM +bgM +bgM +btY +aad +aad +aad +aIL +aIP +aIP +bDy +bEC +bFD +bHd +bIv +bEC +bLv +bME +bNS +bNS +bNS +bRd +bSA +bTI +bUT +bNS +bWL +bXQ +bYZ +cah +cbu +ccA +cdE +cbu +cfO +cgX +cik +cjn +ckc +clj +cmM +cmM +coS +cjn +cqG +crD +crF +cfW +ctG +cup +cuY +cvB +cwf +cvA +cxk +cxk +cxk +cvA +cyL +czc +czu +csV +cnI +cAi +cAw +cAi +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acy +acX +adD +aes +aeX +afK +agn +agl +ahs +ahT +aiB +aiM +ajv +akd +akz +alj +alR +amy +amY +anw +aod +aoQ +apG +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aAS +aAS +aAS +aAS +aAS +aAS +aIL +aIL +aLP +aIP +aOq +aPE +aRd +aSp +aTM +aVf +aWu +aYe +aYb +baR +bbM +aZC +bdR +aYd +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDz +bEC +bFE +bHe +bIw +bEC +bLv +bME +bNT +bNT +bPU +bRe +bSB +bTJ +bUU +bVR +bWM +bXR +bZa +bNS +cbv +ccB +cdF +ceO +cfP +cgY +cil +cjo +ckd +clk +cmN +cnV +coT +cpG +cqH +crD +crF +csV +ctE +cuq +cuY +cvC +cwf +cwG +cxl +cxH +cxZ +cwA +cyM +czd +czx +czI +czW +cAj +cAj +cAK +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acz +acY +adE +aet +aeY +afL +ago +agP +aht +ahU +agg +aiO +ajx +ake +akG +ald +ald +amz +anb +anb +aoe +anG +apG +aqD +aru +ast +aqD +aru +ast +aqD +aru +ast +aAS +aBI +aDl +aDl +aDl +aAS +aaa +aIL +aLP +aIP +aOq +aPI +aRe +aSv +aTN +aVd +aWv +aYf +aYe +baS +baS +baS +baS +bfn +aZD +aZD +aZD +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDA +bEC +bFF +bHf +bIx +bEC +bLv +bME +bNU +bNU +bPV +bRf +bSC +bTK +bUV +bVS +bWN +bXS +bZa +cai +cbw +ccC +cdG +ceP +cfQ +cgZ +cim +cjp +cke +cll +cmO +cnW +coU +cpH +cqI +crD +crF +csV +ctH +cur +cuZ +cvD +cvD +cwH +cxm +cxI +cya +cyo +cyN +cze +czy +czJ +cAa +cAa +cAx +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aaa +abk +abl +aaX +aaX +aaX +adF +aeu +aaX +aaX +agg +agQ +ahu +ahV +agg +aiP +ajv +akf +akH +ald +alk +amA +anb +anb +aoc +anG +apG +aqD +arv +asu +aqD +arv +asv +aqD +arv +asv +aAS +aBJ +aDm +aEC +aFS +aAS +aaa +aIL +biF +aLz +aPP +aPC +aPC +aPC +aTO +aVg +aWk +aXV +aZD +baC +bbB +bbP +bbQ +bdT +bfq +bgO +aZD +aZD +bof +bof +bof +bsH +btZ +btZ +btZ +btZ +bsH +aIP +aIP +bDA +bEC +bFG +bHg +bIy +bEC +bLv +bME +bNV +bNV +bPV +bRg +bSD +bPd +bPd +bTN +bQi +bXT +bZb +caj +cbx +ccD +cdH +ceQ +cfR +cha +ceQ +cjq +ckf +clm +cmP +cnX +coV +cpI +cqJ +crE +csm +cfW +ctI +cus +cva +cuP +cuP +cuP +cxn +cuP +cuP +cyp +cuP +czf +czz +cir +cAb +cwJ +aZJ +cwJ +cAX +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +abk +abD +abV +acA +acZ +abE +abE +aeZ +afM +agp +agR +ahv +ahW +abk +aiQ +ajv +akg +akz +agd +agd +aiU +anc +anb +aof +anG +apG +aqD +arw +asv +aqD +aut +asv +aqD +ayt +asv +aAS +aBK +aDn +aED +aFT +aAS +aIT +aIT +aLH +aIP +aOq +aIL +aaa +aPC +aTP +aVh +aWw +aYg +aZE +baT +bbN +bbN +bbT +bdU +bfr +bbN +bip +bmH +bnt +boi +bqx +bsI +bua +bvy +bwP +byj +bsH +aLO +aIP +bDB +bED +bFH +bHh +bIz +bJV +bLw +bMF +bNW +bNW +bPW +bRh +bSE +bTL +bPd +bVT +bQi +bTS +bZc +bZc +cby +ccE +cdI +ceR +cfS +chb +cin +cjn +cjn +cln +cmQ +cjn +cjn +cjn +cqK +crF +crF +csV +ctJ +cut +cvb +aZI +cwg +cwI +cxo +cwg +cwg +cyq +cyO +czg +czA +czK +cfW +cfW +cfW +cfW +cfW +cfW +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abl +abE +abE +abE +abE +abE +abE +afa +abl +aff +agS +ahw +ahX +aiC +aiR +ajy +akh +akI +ald +alT +aiU +and +anb +aog +anG +apG +aqD +arx +asw +aqD +arx +avx +aqD +arx +azy +aAS +aBL +aDo +alS +aFU +aAS +aIU +aKf +aLI +aNh +aOq +aIL +aaa +aPC +aTQ +aVi +aWx +aXT +aZF +baU +bpd +bpd +bcV +bdY +bfs +bgP +bpd +bmI +bnu +bpd +bqy +bsJ +bub +bvz +bwQ +byk +bsH +aIP +aIP +bDA +bEC +bFI +bHi +bIA +bJW +bLx +bME +bNS +bOP +bPX +bRi +bSF +bTM +bUW +bTN +bWO +bXU +bZc +cak +cbz +ccF +cdJ +ceR +cfT +chc +cio +cjr +ckg +clo +cmR +cnY +coW +cpJ +cqL +crG +crx +csW +ctK +cuu +cvc +cmC +cfW +cfW +cxp +cwJ +cwJ +cyr +cyP +czh +czB +czL +cAc +aae +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abk +abE +abW +abW +abW +abW +aev +afb +afN +agq +agT +ahx +ahY +aiD +aiS +ajw +aki +akJ +all +alU +aiU +and +anb +aoh +aoR +apH +aqE +ary +asx +att +auu +asx +att +ayu +asx +aAT +ayu +asx +aEF +att +aHr +aIV +aIV +aLJ +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWy +aPC +aZD +baX +bbR +bbR +bdW +bpx +bft +bgQ +biq +aZD +bnv +bpx +bqz +bsH +buc +bvA +bwR +byl +bsH +aLz +aLz +bDC +bEC +bFJ +bHj +bIB +bEC +bLv +bMG +bNS +bOP +bOP +bRj +bSG +bTN +bOP +bOP +bWP +bXV +bZc +cal +cbA +ccG +cdK +ceR +cfU +ceP +cip +cjs +ckh +clp +cmS +cnZ +coX +cpK +cqM +clp +cqM +cqM +ctL +cuv +cvd +cvE +csV +cwJ +cxq +cxJ +cxJ +cys +cwJ +czi +cfW +aae +aae +aae +aad +aad +aad +aad +atJ +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +abl +abE +abX +acB +acB +acB +aew +afc +afO +agr +agU +ahy +ahZ +abk +aiT +ajz +akj +akK +alm +alV +aiU +and +anb +aoi +anG +apI +aqF +arz +asy +atu +auv +avy +awR +ayv +azz +atu +atu +aDp +aEG +atu +aHs +aIW +aKg +aLK +aIP +aOq +aIL +aaa +aaa +aPC +aZR +aWz +aXS +aZD +baY +bbS +bdV +bdX +bfo +baW +baW +baW +aZD +boj +bof +bof +bsH +bud +bvB +bwS +bym +bsH +bAT +aIP +bDD +bEC +bFK +bEC +bEC +bEC +bLv +bMH +bNS +bOQ +bPY +bRf +bSD +bTO +bUX +bPd +bQi +bTS +bZc +cam +cbB +ccH +cdL +ceR +cfV +chd +ciq +cjt +cki +clq +cmT +coa +cfW +cpL +aZH +crH +csn +csX +ctM +cuv +cve +crF +cwh +aZJ +cxr +cxK +cyb +cyb +cyQ +czj +cfW +aaa +aaa +aad +aaa +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abk +abF +abD +abD +abD +abD +abk +abk +abk +ags +afR +ahz +aia +abk +aiU +ajA +akk +aiU +aiU +aiU +aiU +ane +anx +ane +aoS +apG +aqD +aqD +aqD +aqD +auw +avz +awS +awS +azA +azF +azF +aDq +aEH +azF +azF +azF +azF +aPJ +aIP +aOq +aIL +aaa +aaa +aPC +aUS +aWA +aXR +aZD +bbz +bcW +bcW +bjd +bjd +bfu +bjd +bje +aZD +bok +bpO +bri +bsH +bue +bvC +bwT +bwT +bsH +aIP +aIP +bDA +bEC +bFL +bEC +bCw +bJX +bLy +bMI +bNS +bOR +bPZ +bRf +bSH +bTP +bUY +bPd +bQi +bTS +bZc +bZc +bZc +bZc +cdM +bZc +cfW +cfW +cir +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +ctN +cuv +cvf +cvF +cfW +cfW +cfW +cfW +cfW +csV +csV +csV +cfW +aad +aad +aad +aad +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abm +abm +abm +abn +abn +abm +abm +afd +afP +agt +agS +ahz +aib +acG +aiV +ajB +akl +akL +aln +alW +amB +amB +ajc +aoj +aoS +apG +aqD +arA +asz +aqD +aux +avA +awT +awS +azB +azF +aBM +aDr +aEI +aFV +aHt +aIX +aLM +bcX +aIP +aOq +aIL +aaa +aaa +aTB +aVk +aWB +aYh +aZD +baV +baW +baW +baW +baW +baW +baW +bjf +aZD +aZD +aZD +aZD +bsH +buf +bvC +bwU +bwU +bsH +aIP +aIP +bDE +bEE +bFM +bHk +bIC +bJY +bLz +bMJ +bNS +bOS +bPd +bRf +bSD +bTQ +bUZ +bPd +bWQ +bXW +bZd +can +bPd +ccI +bRp +bPd +cfX +che +cis +bPd +ckj +ckj +bNS +aad +bQk +bQk +bQk +bQk +bQk +cfW +ctO +cuw +crx +cvG +crx +cwK +cxs +cxL +cwx +aae +aaa +aaa +aaa +aaa +aaa +aaa +cxO +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abG +abY +acC +ada +adG +aex +afe +afQ +agu +agV +ahy +aic +acG +aiW +ajC +akm +akM +alo +alX +amC +amC +any +aok +aoS +apG +aqD +arB +asA +atv +auy +avB +awU +awS +azC +azF +aBN +aDs +aEJ +aFW +aHu +aHu +azF +aNK +aIP +aOt +aIL +aaa +aaa +aIL +aVl +aWC +aYi +aZD +baW +bbO +baW +bdS +bfp +bgN +baW +bjg +bmJ +bol +bpP +bol +bsK +bug +bvD +bwV +bwV +bsH +bAU +aIP +bDF +bEF +bFN +bHl +bID +bJZ +bLA +bMK +bNX +bOT +bQa +bRk +bSI +bTR +bVa +bVa +bWR +bXX +bZe +bVa +bVa +ccJ +cdN +ceS +cfY +bPd +bPd +bSO +ckk +clr +cmU +cob +coY +cpM +cqN +cqN +bQk +cfW +ctP +cqM +cqM +cvH +cwi +cwL +cfW +cxM +cyc +aae +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +abi +abi +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abn +abH +abZ +acD +adb +adH +abm +aff +afR +afR +agW +ahA +aid +acG +aiX +ajD +akl +ako +alp +alW +amB +amB +anz +ajd +aoS +apG +aqD +arC +asB +aqF +auz +avC +awV +awT +azD +azF +aBO +aDt +aEK +azF +azF +aHu +azF +biG +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aWD +aXO +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +bsH +bsH +bvE +bsH +bsH +bsH +aIP +aNh +bDG +bEE +bEE +bHm +bIE +bKa +bLB +bML +bNY +bOU +bQb +bRl +bSJ +bTS +bPd +bVU +bWS +bXY +bOP +cao +cbC +cao +bOP +ceT +cfZ +ceS +ceS +cju +bTX +cls +bOW +aad +bST +cpN +cqO +crI +bQk +cfW +ctQ +cux +cvg +cvI +cwj +cwM +cfW +cfW +cmC +aae +aae +aae +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abn +abI +aca +acE +adc +adI +aey +afg +afS +agv +agX +ahB +aie +acG +aiY +ajE +akl +akN +alq +alY +ajc +ajc +anA +ajd +aoT +apG +aqD +aqD +aqD +aqD +auA +avD +awW +ayw +azE +azF +aBO +aDt +aEK +aFX +aHv +aHu +azF +aLP +aIP +aIP +aPM +aIO +aIO +aLz +aIO +aWE +aYj +bji +bjo +bjo +bjr +bjo +bjo +bjo +bjo +bjo +bmK +bji +bji +bji +bsL +buh +bvF +bwW +byn +bzF +bAV +bAV +bDH +aIU +bEE +bHn +bID +bJZ +bLC +bMM +bNS +bOV +bQc +bRm +bSK +bTS +bPd +bQi +bPd +bXZ +bOP +bOP +cbD +bOP +bOP +ceU +bTS +bVU +cit +cit +ckl +clt +cmV +coc +coY +cpO +cqN +cqN +bQk +cfW +cfW +cuy +cfW +cvI +cwk +cwN +cxt +cmC +aad +aad +aad +aad +aae +aaa +aaa +aac +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +aad +aad +abn +abJ +acb +aca +aca +adJ +abm +afh +afT +afT +agY +ahC +aif +acG +aiZ +ajF +akl +ako +alp +alW +amB +amB +anB +ajd +aoU +apJ +aqD +arD +asC +aqD +auB +avE +awX +ayx +azF +azF +azF +aDu +aEK +azF +azF +aHu +azF +biH +aNi +aIP +aTS +aIP +aIP +aLz +aIP +aIP +aIP +aIP +aIP +bbU +aIP +bea +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aLz +aIP +bvG +aIP +aIP +aIP +aIP +bCj +bfQ +aKf +bEE +bHo +bIF +bKb +bLD +bMN +bNS +bOW +bQd +bRn +bOW +bTT +bOW +bQi +bWT +bYa +bOP +cap +cap +cap +bOP +ceV +cga +chf +ciu +ceW +ckm +clu +cmW +cod +bQk +bQk +bQk +bQk +bQk +cmC +ctR +cnI +cvh +cvJ +cwl +crF +cxu +cmC +aaa +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abK +acc +acF +add +adK +aez +afi +afU +agw +agZ +ahD +aig +acG +aja +ajG +akn +akO +alr +alZ +amD +amD +anC +ajd +aoV +apK +aqD +arB +asD +atw +auC +avF +awY +ayy +azF +aAU +aBS +aDv +aEK +aFZ +aHx +aHu +azF +biI +aIP +aIP +aUT +aIP +aIP +bbf +axx +aIP +aIP +aIP +aIP +aIP +aIP +aIP +bjD +bjO +bjD +bjD +bmL +bom +bpQ +bpQ +bsM +bui +aMX +bjD +bjD +bzG +bAW +bjD +bDI +bEG +bEE +bHp +bIG +bKc +bLE +bMO +bNZ +bOX +bQe +bRo +bSL +bTU +bVb +bVV +bWU +bYb +bZf +caq +cbE +ccK +cdO +ceW +cgb +chg +bPd +bTQ +ckn +clv +cmX +cob +coY +cpP +cqP +cqP +bQk +cmC +cmC +cuz +cmC +cvJ +cwm +cwO +cxv +cxN +cyd +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abm +abm +abm +abm +abm +abm +abm +aff +afV +afV +aha +ahE +aih +acG +ajb +ajH +ako +akP +als +alW +amB +amB +anz +ajd +aoW +apL +aqD +arE +asE +aqF +auD +avG +awZ +ayz +azG +aAV +aBP +aDw +aEK +azF +azF +azF +aJd +aOC +aOC +aJd +aJd +biM +aSq +aJd +aJd +bbX +beb +bgT +bgT +aIP +aIP +bed +bfv +bfv +bfv +bfv +bfv +bfv +bpR +bfv +bfv +buj +bvH +bjE +byo +bxa +bxa +bxa +bxa +bxa +bxa +bHq +bHA +bxa +bFT +bMP +bNS +bOY +bQf +bRp +bSM +bRq +bVc +bVW +bWV +bYc +bPd +car +car +car +bPd +ceX +bVU +chh +bPd +bPd +cko +clw +bOW +aad +bST +cpQ +cqQ +crJ +bQk +cmC +aaa +afo +aaa +cvJ +cwn +cwn +cwn +cmC +aaa +cyt +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abl +aeA +afj +afW +agx +ahb +ahF +aii +acG +ajc +ajI +ako +akQ +ako +alW +ajc +ajc +ajc +ajd +aoX +apM +aqG +aqG +aqG +aqG +auE +avH +axa +auE +azF +aAW +aAW +aDB +aEL +aFY +aGd +aJa +aGa +aLV +aNo +aPL +aVj +aKs +aKs +aKs +aSy +biZ +bbX +bjj +bgT +baa +baa +bgB +bfv +bjP +bir +bls +bmM +bon +bpS +brj +bfv +buk +bvI +bjE +byp +bxa +bAX +bCk +bDJ +bEH +bFO +bHr +bIH +bKd +bFT +bMQ +bOa +bOZ +bPd +bRq +bSN +bTV +bVd +bVX +bWW +bYd +bWV +cas +cas +cbE +cdP +ceY +cgc +chi +cit +bQh +ckl +clx +cmV +coc +coY +cpR +cqP +cqP +bQk +cmC +aaa +aaa +aaa +cvJ +aaa +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +abl +aeB +afk +afX +acG +ahc +acG +aij +acG +ajd +ajd +ajd +ajd +ajd +ajd +ajd +ajd +apa +ajd +aoX +apN +aqH +arF +asF +atx +auF +avI +axb +ayA +aqG +azF +azF +aDx +azF +aZM +aGh +aJb +aKs +aKs +aNp +aSt +aRi +aKs +aKs +aKs +aKs +aKs +biZ +bbX +bjp +baa +baa +bgB +bfv +bgV +bis +bis +bmN +boo +boo +boo +bsN +bul +bvJ +bwX +byq +bzH +bAY +bCl +bDK +bEI +bFP +bHs +bII +bKe +bFT +bMP +bNS +bPa +bQg +bRr +bSO +bTW +bVc +bRr +bPd +bPd +bZg +cat +cbF +ccL +cdQ +ceZ +bVY +chj +cit +bWS +cko +bPd +bOW +aad +bQk +bQk +bQk +bQk +bQk +cfW +aaa +aaa +aaa +cvI +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acd +acG +acG +abk +acG +afl +acG +abk +ahd +ahG +aik +aiE +aiE +aiE +aiE +aiE +aiE +aiE +amE +aiE +anE +aiE +aoY +apO +aqG +arG +asG +aty +aty +avJ +axc +ayB +azH +aqG +aBQ +aBU +aEM +aZM +aHJ +aJd +biE +aLW +aNq +aSt +aRi +aKs +aSs +aSs +aSs +aKs +aKs +biZ +bbX +baa +baa +bgB +bfv +bgW +bit +blt +bmO +bop +bpT +brk +bsO +bum +bvK +bwY +bwY +bzI +bAZ +bCm +bDL +bEJ +bFQ +bHt +bIJ +bKf +bFT +bMP +bNS +bPb +bPd +bRs +bSP +bTX +bVd +bVY +bWX +bWX +bZh +cau +cbG +bWX +bWX +cau +bTV +bPc +cit +cit +ckl +cly +bSS +coe +coZ +cpS +cqR +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aae +acH +ade +adL +aeC +afm +afY +acG +ahe +ahH +ail +aiF +aiF +aiF +aiF +aiF +aiF +aiF +amF +aiF +anF +aol +aoZ +apP +aqI +arH +asH +atz +auG +auG +axd +ayC +azI +aqG +aZM +aDy +aEO +aWI +aGh +aJe +aKt +aWH +aNr +aSt +aRi +aRl +aSt +aVm +biU +aKs +aKs +bjk +aJd +bec +baa +bii +bfv +bgX +bit +blu +bit +boq +bit +brl +bsP +bun +bvL +bsW +byr +bxa +bBa +bCn +bxb +bEK +bFR +bHu +byu +bKg +bFT +bMP +bNS +bPc +bQh +bRt +bSQ +bTY +bVe +bVZ +bWY +bYe +bZi +bVZ +bVZ +ccM +bWY +bVZ +bWY +chk +bWY +bWY +ckp +clz +bOW +aad +bST +cpT +cqS +crK +bQk +aaa +aaa +cuA +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aae +aae +aae +aaa +aaa +aae +acG +acG +acG +acG +afn +acG +acG +ahf +ahf +aim +aim +aim +ahf +aim +aim +aim +ahf +amG +afm +anG +ahf +azm +ahf +aqG +arI +asH +atA +auH +avK +axe +ayD +azJ +aqG +aBR +aDz +aFH +aGb +aHA +aJd +bgU +aLX +aSt +aSt +aRi +aKs +aSw +aSw +aSw +aKs +aKs +aSw +aJd +bGk +bHG +bHH +bfv +bgY +biu +blv +biu +bor +bpU +brm +bfv +buo +bvM +bwZ +bys +bxa +bBb +bCo +bxb +bEL +bFS +bHv +bIK +bKh +bFT +bMP +bNS +bPd +bQi +bRu +bSR +bTZ +bVd +bWa +bWZ +bYf +bZj +cav +cbH +ccN +bPd +cfa +cgd +chl +civ +cit +cit +clA +cmY +coe +cpa +cpU +cqT +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +acG +aaa +afo +aaa +acG +aaa +aaa +aaa +aad +aad +aad +aaa +aad +aad +ahf +ahf +anf +anG +aom +apb +apQ +aqG +arJ +asH +atA +auH +auH +axe +ayE +azK +aqG +aqG +aDA +aqG +aGc +aHG +aJd +aKo +aLY +aNs +aRi +aKs +aKs +biP +biS +aKs +bja +aKs +bjl +aJd +beh +bbW +bjt +bfv +bfv +biv +blw +bmP +bfv +bfv +bfv +bfv +bup +bvN +bxa +bxa +bxa +bxa +bxa +bxa +bxa +bFT +bHw +bxa +bxa +bFT +bMP +bNS +bNS +bQj +bRv +bSS +bUa +bVf +bRv +bSS +bUa +bZk +bRv +cbI +bUa +bSS +bRv +bSS +bUa +ciw +bNS +bNS +clB +bNS +aad +bQk +bQk +bQk +bQk +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +abk +aaa +aaa +aaa +abk +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +ahf +ang +anH +aon +apc +apR +aqG +arK +asH +atB +auI +auI +axf +ayF +azL +aJg +aAX +aDC +aHC +aGe +biB +aNt +aMc +aOv +biJ +aMc +aMc +aRf +aSz +aWI +aZM +aZM +aKs +aKs +bbb +baa +baa +bee +bfw +bhf +bhc +bhc +bhc +bos +bjE +brn +bhc +buq +bvM +bxb +byt +bzJ +bBc +bCp +bxb +bEM +bFU +bHx +bIL +bKi +bFT +bMP +bEE +aad +aad +bRw +aad +bUb +aad +bRw +aad +bUb +bZl +caw +cbJ +ccO +cdR +caw +cdR +ccO +cdR +cjv +ckq +clC +cmZ +aad +aoB +aoB +aad +aad +aad +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahf +anh +ahf +ahf +ahf +ahf +aqG +arL +asI +atC +auJ +auJ +auJ +ayG +azM +aJh +auJ +aDD +aHD +aGf +biC +aPQ +aLQ +aNj +aOw +aLQ +aLQ +aSf +aSA +aTV +aZM +aZM +aKs +aKs +aSq +baa +baa +bee +bfx +bjQ +biw +blx +blx +blx +bpV +blx +bsQ +bur +bvM +bxc +byu +byu +byu +byu +bDM +byu +bFV +bHy +bIM +bKj +bFT +bMP +bEE +aad +bQk +bRx +bST +bRx +bQk +bRx +bST +bRx +bQk +bRx +cbK +ccP +cdS +ccP +cge +ccP +cdS +cjw +ckr +clD +cmZ +aoB +aoB +aoB +aad +aad +aoB +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aae +aae +aaa +aaa +aad +aqG +arM +asJ +atD +arM +avL +axg +ayH +azN +alt +alt +alt +alt +aGg +aHE +biD +aLc +aNl +aOx +aPO +aRj +aRj +aRj +aKq +aKs +aKs +aKs +aKs +bbb +baa +baa +bee +bfx +bjQ +bhc +bly +bmQ +bmQ +bpW +bro +bsR +bus +bvO +bxc +byv +bzK +bBd +byv +bxb +bEN +bFW +bHz +bIN +bKk +bFT +bMP +bEE +aad +bQk +bRy +bSU +bUc +bQk +bWb +bXa +bYg +bQk +cax +cbL +ccQ +bQk +cfb +cgf +chm +bQk +bZl +cks +clE +cna +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cvL +aad +aad +aad +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apS +aqJ +aqJ +asK +atE +atI +atI +atE +ayI +ayJ +ayJ +aBV +aHw +alt +aHH +aHF +aBT +aLT +aNn +aOy +aNn +aKs +aKs +aSs +aSs +aSs +aSs +aRl +aWG +aJd +bei +baa +bfA +bfx +bjQ +bhc +blz +bmR +bot +bpX +bpX +bsS +but +bvP +bxb +byw +byu +byu +bCq +bxa +bEO +bFX +bHA +bxa +bxa +bLF +bMP +bEE +aad +bQk +bRz +bRA +bRA +bQk +bWc +bXb +bWc +bQk +cay +cbM +cay +bQk +cfc +cgg +cfc +bQk +aad +ckt +clF +cnb +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGi +aHI +aBT +aBT +aBT +aBT +aBT +aRs +aSr +aTT +biT +aSt +aSt +bjb +aKs +bbc +bem +bcY +bef +bfy +bhb +bhb +blA +bmS +bou +bpY +bjE +bsT +but +bvQ +bxa +byx +bzL +bzL +bxa +bxa +bEP +bFV +bHB +bIO +bKl +bLF +bMP +bEE +aad +bQk +bRA +bSV +bRA +bQk +bWc +bXc +bWc +bQk +caz +cbN +cay +bQk +cfc +cgh +cfc +bQk +aad +cku +clG +cnc +aad +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aac +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGi +aHI +aJf +aKp +aLZ +aNu +aBT +aKs +aKs +aSw +aSw +aSw +aSw +aKs +aKs +aJd +bem +baa +bee +bfz +bhc +bjW +blB +bmT +bhc +bhc +brp +bsS +but +bvR +bxb +bjc +bzM +bzM +bCr +bxa +bEQ +bFV +bHC +byu +bKm +bLF +bMP +bEE +aad +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +aad +ckv +clH +cnd +coc +coc +coc +coc +crL +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aad +aad +cAY +cAY +cAY +cAY +cAY +aad +aaa +aad +cCv +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDD +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGj +aIY +aKh +aKr +aMa +aOu +aPK +aKs +aKs +aKs +aKs +aKs +aKs +aKs +bjm +aJd +bem +baa +bee +bfz +bhc +bhc +blC +bmU +bov +bpZ +bjE +bsU +but +bvR +bxa +byz +bzN +bzM +bCs +bxa +bER +bFV +byu +byu +bKn +bLF +bMP +bEE +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +cjy +clI +cjC +cjC +cpb +cjC +cjC +crM +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +cyw +coc +coc +czC +coc +coc +coc +coc +crL +cAY +cAY +cBp +cBy +cBK +cAY +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGk +aIZ +aKi +aKr +aMb +aOu +aBT +aVn +aKs +aTU +aKs +aKs +aKs +aKs +aYk +aJd +bem +baa +bju +bfw +bhd +bhc +blC +bmV +bot +bpX +bpX +bsS +but +bvR +bxb +byA +bzO +bBe +bCt +bxa +bES +bFY +byu +byu +bKo +bLF +bMP +bEE +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bEE +cjx +ckw +clJ +cne +cof +cpc +cpV +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +aae +aae +aae +aae +aaa +aaa +aaa +cAL +cAZ +cBj +cBq +cBz +cBL +cBX +cCg +cCl +cCt +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aHy +aJc +aKj +aKj +aNk +aHB +aBT +aJi +baE +aJi +aVo +aVo +aVo +aJi +aJi +aJi +beo +baa +bgB +bjE +bhe +bhc +blD +bmW +bmW +bqa +brq +bsW +buu +bvS +bxa +byz +bzP +bBf +bCu +bxa +bET +byu +byu +byu +bKp +bLF +bMR +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bXd +bYh +bYh +bYh +bYh +bYh +cdT +bCw +bEE +bCw +cdV +cjy +ckx +clK +cnf +cog +cpd +cpW +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +cye +czk +cye +czM +aaa +aaa +aaa +aad +cAY +cBk +cBr +cBA +cBM +cBz +cCh +cCm +cCm +cCm +cCB +cCE +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDE +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apU +aqJ +aqJ +aqJ +atF +atI +atI +axh +ayJ +ayJ +ayJ +aBX +aHw +alt +aHz +aKm +aKk +aLS +aNm +aOz +aBT +aRn +aSB +aWK +aSB +aSB +aSB +aYp +bjn +bcb +baa +baa +bgB +bjE +bjR +bhc +bhc +bmX +bow +bqb +brr +bqb +buv +bvT +bxb +byB +bzQ +bBg +bCv +bxa +bEU +bFZ +bHD +bIP +bKq +bLG +bMS +bEZ +bPe +bQl +bPe +bPe +bPe +bPe +bWd +bMP +bEE +bZm +bEE +bEE +ccR +cdU +bYh +bYh +chn +cix +cjz +cky +clL +cng +clL +cpe +cpX +cqU +crN +cso +cso +cso +cso +cvi +aad +aoB +aaa +aaa +aad +aaa +cyv +cye +czl +czD +czM +czM +czM +czM +czM +cAY +cAY +cBs +cBB +cBN +cBY +cCg +cCg +cCg +cCg +cCg +cCF +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDp +cDw +cDm +cDn +cDw +cDp +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aqG +aqG +aqG +atG +auK +avM +axi +aqG +alt +alt +alt +alt +alt +aGk +aHI +aJi +aJi +aJi +aJi +aJi +aJi +aRo +aSC +aSB +aSB +aSB +aYq +aJi +bdZ +baa +bcZ +bgB +bjE +bhg +bix +bix +bix +box +bjE +brs +bhc +but +bhc +bxa +bxa +bzL +bzL +bxa +bxa +bEO +bGa +bjE +bjE +bjE +bLH +bLH +bLH +bPf +bQm +bRC +bSW +bUd +bQt +bWe +bMP +bEE +bCw +caA +bJZ +bEE +bEE +bEE +cgi +cho +ciy +cjA +ckz +clM +cnh +coh +cpf +cpY +cqV +crO +csp +csp +csp +aae +aae +aae +aae +aaa +aaa +aad +cye +cyx +cye +czm +czE +czM +czM +cAk +cAy +cAM +cBa +cBl +cBl +cBC +cBO +cBl +cCf +cCn +cCn +cCw +cCC +cCG +cCN +cCw +cCn +cCn +cCV +cCZ +cDd +cDj +cDm +cDq +cDb +cDo +cDF +cDJ +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aqG +atH +auL +auL +axj +aqG +apZ +alt +alt +alt +alt +aGl +aHK +aJi +aLU +aMd +aNv +aOA +aJi +aRp +aSD +aWJ +bgZ +aSB +aSB +aZS +bbd +baa +aYz +bgB +ber +bfD +bfD +bfD +ber +ber +ber +brt +bhc +but +bhc +bfz +bhc +bhc +bhc +bhc +bhc +blD +bGb +bjE +bIQ +bgz +bjE +bMT +bOb +bPf +bQn +bQt +bSX +bUe +bVg +bWe +bMP +bEE +bCw +caB +bJZ +ccS +cdV +bEE +cgj +chp +ciz +cjB +ckA +clN +cni +coi +cpg +cpZ +cqW +crP +csq +csY +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyy +cyR +cyA +czF +czM +cAd +cAl +cAz +cAN +cBb +cBl +cBt +cBD +cBP +cBZ +cCf +cCo +cCo +cCo +cCo +cCH +cCO +cCR +cCo +cCo +cCU +cDa +cDe +cDj +cDn +cDr +cDx +cDA +cDA +cDK +cDM +cDO +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aqG +atI +atI +aqG +axk +aqG +amI +amI +aBY +aBY +alt +aGm +aHL +aJj +aKu +aKu +aKu +aOB +aPR +aRq +aSE +aTX +biV +aSB +aSB +aYl +bbd +baa +aYz +bgB +ber +bfE +bjX +blE +bmY +boy +ber +bru +bhc +but +bvU +bfz +byC +byC +bBh +byC +bhc +bhc +bGc +bjE +bIR +bKr +bjE +bMU +bOc +bPf +bQo +bQt +bQt +aYm +bVh +bWe +bXe +bCx +bCx +bCx +bCx +bCx +cdW +cfd +cfd +chq +ciA +cjC +ckB +clO +cnj +coj +cph +cqa +cqX +crQ +csr +csZ +ctS +cuB +cvk +aaa +aae +aaa +aaa +aad +cye +cyz +cyS +czn +czn +czN +cAe +cAm +cAA +cAO +cBc +cBm +cBu +cBE +cBQ +cCa +cCi +cCp +cCp +cCx +cCp +cCI +cCP +cCS +cCp +cCT +cCW +cDb +cDf +cDk +cDo +cDs +cDy +cDB +cDA +cDL +cDN +cDP +cCU +cCU +cCU +cDQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +amI +amI +amI +amI +aBZ +aDE +alt +aGk +aHM +aJk +aKv +aMe +aNw +aOD +aJk +aRr +aSF +aTY +aVp +aSB +aYr +aZT +bbd +baa +aYz +bjv +ber +bfF +bjY +blF +bmZ +boz +bqc +brv +bqb +buw +bvV +bvV +bvV +bvV +bvV +bvV +bDN +bhc +bGc +bjE +bIS +bKs +bjE +bMV +bOd +bPf +bQp +bRD +bSY +bPg +bVi +bWf +bPe +bPe +bQl +bPe +bPe +ccT +cdX +bBr +cgk +chr +ciB +cjC +ckC +clP +cnk +cok +cpi +cqb +cqY +crR +cqY +cta +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyA +cyR +cyA +czG +czO +cAf +cAn +cAB +cAP +cBd +cBn +cBv +cBF +cBR +cCb +cCj +cCq +cCq +cCy +cCq +cCq +cCq +cCq +cCq +cCq +cCX +cDc +cDg +cDl +cDg +cDt +cDz +cDA +cDA +cDA +cDm +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +asL +amI +amI +amI +aCa +aDF +alt +aGk +axp +aJl +aKw +aMf +aNx +aWF +aJi +aRt +aSG +aTZ +aVp +aSB +aSB +aZT +bbd +baa +aYz +bjw +ber +bhh +bjZ +blG +bna +boA +ber +brw +bhc +blC +bvV +bxd +byD +bzR +buB +bvV +bDO +bhc +bGd +bjE +bIT +bKt +bjE +bMW +bOe +bPf +bPf +bPf +bPf +bPf +bVj +bWg +bXf +bYi +bZn +caC +bPf +bWe +bMP +bEE +bEE +bEE +bEE +cjC +cjC +cjC +cjC +col +cjA +cjA +cqZ +crS +csp +ctb +csp +cuC +aae +aae +aae +aaa +aaa +aad +cye +cye +cye +cye +czE +czP +czM +cAo +cAC +cAQ +cBe +cBl +cBl +cBC +cBS +cBl +cCf +cCn +cCn +cCz +cCn +cCJ +cCQ +cCz +cCn +cCn +cCY +aZL +cDh +cDj +cDm +cDu +cDg +cDC +cDG +cDn +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +alu +alu +alt +alt +alt +alt +alt +alt +alt +aDG +aEP +aGn +axp +aJi +aJi +aJi +aNy +aOE +aJi +aRu +aSH +aUa +aUa +aUa +aYX +aJi +bcf +baa +bda +bej +ber +ber +ber +ber +ber +boB +bqd +brx +bhb +bux +bvW +buB +buB +bzS +bBi +bvV +bDP +bhc +bGe +bHE +bIU +bKs +bLI +bIU +bKs +bPg +bQq +bRE +bSZ +bPf +bVk +bQt +bQt +bQt +bZo +caD +cbO +bWe +cdY +cfe +cfe +chs +bEE +cjD +ckD +bCw +cnl +com +cpj +cqc +cqc +bCw +bEE +aad +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +czQ +czM +cAp +cAD +cAR +cBf +cBf +cBw +cBG +cBT +cCc +cCg +cCg +cCg +cCg +cCg +cCK +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDv +cDw +cDm +cDn +cDw +cDv +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +aaa +aaa +aaa +aaa +aaa +aae +alu +aqL +alu +asL +amI +amI +asL +amI +aor +alt +aAY +alt +aDH +alt +aGi +axp +aJm +aKx +aJi +aJi +aJi +aJi +aSu +aSB +aSB +aWL +aYo +bhy +aJi +bdH +baa +baa +bjx +bfB +bhl +bka +bka +bka +boC +bqe +bry +bry +buy +brz +bxe +byE +bzT +bBj +bvV +bwZ +bhc +bGf +bHF +bIV +bKu +bLJ +bIV +bOf +bPh +bQr +bRF +bTa +bUf +bVl +bWh +bXg +bQt +bZp +caE +cbP +ccU +cdZ +cff +cgl +cht +ciC +cjE +bCw +bCw +bCw +con +ciE +cqd +cra +crT +css +bEE +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAq +cAE +cAS +cBf +cBo +cBx +cBH +cBU +cCd +cCk +cCr +cCr +cCr +cCD +cCL +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDH +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +aaQ +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +apV +amI +arN +amI +amI +amI +aqc +amI +ayK +ayK +ayK +ayK +ayK +ayK +aGo +aHN +aHS +aKy +aMg +aHS +aHS +aJi +aJi +aSI +aUb +aJi +aJi +aJi +aJi +aJi +beh +bbW +bjt +bfB +bhi +bhi +bhi +bhi +boC +bqf +brz +brz +brz +brz +bxf +byF +bzU +bBk +bvV +bDQ +bsW +bGg +bwY +bIW +bKv +blx +bMX +bOg +bPi +bQs +bRG +bTb +bPf +bVm +bVh +bXh +bYj +bZq +caF +bPf +bPf +bEE +bEE +bOi +chu +ciD +cjF +ckE +ciE +cgq +coo +ciE +cqe +cgq +crU +chv +ciC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAr +cAF +cAT +cBf +cBo +cBx +cBI +cBV +cCe +cCg +cCs +cCu +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaQ +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +alu +alu +alu +amI +atK +alt +amI +amI +ayK +azO +aAZ +aCb +aDI +aEQ +aGp +aHO +aHS +aKz +aMh +aHS +aOF +aOH +aOH +aSJ +aUc +aVr +aOH +aYs +aZU +aZW +baa +baa +bgB +bfB +bhj +bhi +bhi +bhi +boD +bqf +brA +bsX +buz +brz +brz +byG +bzV +bBl +brG +bDR +bEV +bEV +bEV +bIX +bKw +bDR +bMY +bOh +bPf +bPf +bPf +bPf +bPf +bVn +bWi +bXi +bYk +bZr +caG +cbQ +ccV +cea +bEE +cgm +cgq +ciE +ciE +ckF +ciE +cgq +cgq +ciE +cqf +crb +bJc +cst +ctc +ctT +cuD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +czM +czM +czM +cBf +cBf +aZK +cBJ +cBW +cBf +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adN +aeD +aad +adf +adN +aeD +aad +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +apY +amI +alt +avN +amI +ayK +azP +aBa +aCc +aDJ +aER +aCn +aHP +aJn +aKA +aMi +aNz +aOG +aPS +aRv +aSK +aUd +aUd +aUd +aYt +aRw +bbg +baa +baa +bgB +bfC +bhk +bkb +bkb +bkb +boE +bqf +brB +bsY +buA +bvX +bvX +byH +bzW +bBm +brG +bAj +bCR +bDU +bEn +bEq +bEY +bDR +bMZ +bOi +bPf +bQt +bQu +bQt +bUg +bQt +bVh +bXj +bYl +bZs +caD +bPf +ccW +ceb +cfg +cgn +bEZ +bEZ +cjG +ckG +bBr +cnm +bEZ +cpk +cqg +crc +crV +csu +bRB +aoB +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +cBf +cBf +cBf +cBf +cBf +aad +aaa +aad +cCA +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDI +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apg +apg +apg +apg +apg +alt +amI +ayK +ayK +ayK +ayK +ayK +aES +aGq +aHQ +aHT +aKB +aMj +aHS +aOH +aPT +aVs +biQ +biQ +biW +aRw +aRw +aRw +bbg +baa +baa +baa +bfB +bhi +bka +bka +bka +boF +bqg +brC +bsZ +buB +bvY +bxg +byI +bzX +bBn +brG +bAk +bDS +bDV +bEo +bCR +bGh +bDR +bMZ +bOi +bPf +bQu +bQt +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccX +cec +bEE +cgo +cgq +ciF +ciE +ckH +ciE +ciE +cgq +ciE +cqh +crd +crW +chv +bRB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +aqM +arO +asM +atL +apg +avO +amI +alt +apZ +amI +aCd +arP +aET +aGr +aHR +aHS +aKC +aMk +aHS +aOI +aPT +biN +aSL +aUe +biX +aRw +aYu +aZV +aZW +baa +baa +baa +bfB +bhm +bkc +bkc +bnb +boG +bqh +brD +bta +buB +bvZ +bxh +byJ +bzU +bBo +brG +bAl +bCR +bEl +bCR +bEW +bGi +bDR +bNa +bOj +bPf +bQv +bQu +bTc +bUh +bQt +bVh +bXk +bXk +bXk +bXk +bPf +bEE +bEE +bEE +bOi +cfh +ciG +ciE +ckI +cgq +cgq +cop +ciE +cgq +chw +cfh +csv +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anJ +aoo +apd +anI +aqN +amI +aqT +amI +apg +aos +axl +arP +arP +arP +aCe +amI +aEU +aGs +amI +aHS +aKD +aMl +aHS +aOH +aPT +biN +aSM +aUf +biX +aRw +aYu +aZW +baa +baa +baa +baa +bfB +bhn +bhi +blH +bnc +boH +bqi +brE +btb +buC +btb +bxi +byJ +bzU +bBp +brG +bBF +bDT +bEm +bEp +bEX +bGj +bDR +bNb +bOi +bPf +bQu +bRH +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccY +ced +cff +cgp +chv +bEE +bEE +bNb +bCw +bCw +cfh +ciE +cgq +cgq +crX +bEE +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abL +ace +ace +adg +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +akR +ace +amb +amH +ani +anK +aop +ape +apW +aqO +arP +arP +atM +apg +avP +atN +alt +alt +alt +alt +alt +aEV +aGt +aHS +aHS +aKE +aMm +aNA +aOH +aPT +biO +biR +biR +biY +aRw +aYv +aZX +baa +baa +baa +bel +bfB +bfB +bfB +bfB +bfB +boI +bqi +brF +btc +buD +buD +bxj +byK +bzY +brG +brG +bDR +bDR +bDR +bDR +bJb +bDR +bDR +bMJ +bOi +bPf +bQt +bRI +bQt +bUg +bVo +bWj +bXl +bYm +bZu +bRH +bPf +ccZ +bOi +cfh +cgq +chw +bEE +cjH +bNb +bCw +cnn +chv +bEE +bCw +cre +crY +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anL +aoq +apf +apX +aqP +amI +amI +atN +apg +avQ +atN +alt +azQ +amI +alt +aaa +aEW +aGu +aHS +aJo +aKF +aMn +aNB +aOJ +aPU +aRx +aSN +aUg +aUg +aUg +aYt +aZY +baa +baa +bdb +bjy +bfB +bfB +bkd +blI +bnd +boJ +bqi +brG +brG +brG +brG +brG +byL +bzZ +brG +bCw +bDW +bEZ +bEZ +bEZ +bJc +bEZ +bEZ +bMK +bOk +bPe +bQl +bRJ +bPe +bPe +bPe +bPe +bPe +bPe +bPe +bRJ +bPe +bEZ +bOk +bJc +bNt +bNt +bNt +bNt +ckJ +bNt +bNt +coq +bEE +cqi +bEE +bEE +bEE +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +acf +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +amI +aor +asN +atN +apg +aor +atN +ayL +amI +asN +alt +alt +aEV +aGt +aHS +aJp +aKG +aMo +aNA +aOK +aOH +aOH +aOH +aUh +aVt +aOH +aYw +aZW +baa +bca +bdc +ben +bfG +bho +bke +blJ +blJ +boK +bqj +blJ +btd +blJ +bwa +bxk +byM +bAa +bBq +bCx +bDX +bCx +bCx +bCx +bJd +bCx +bCx +bNc +bOl +bPj +bQw +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +cee +cfi +cgr +chx +chx +chx +ckK +clQ +cno +cor +bNr +bCw +bCw +cqi +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apY +amI +amI +asO +atN +apg +alt +atN +alt +alt +alt +alt +aDK +aEX +aGv +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aYx +aHT +aHT +bep +bdd +bjz +bfH +bhp +bfH +bfH +bfH +bfH +bqk +brH +bte +brH +brH +bxl +byN +bAb +bBr +bCy +bDY +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bPk +bQx +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +cnp +cor +bNr +bRB +bRB +bRB +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adR +aeD +aad +adf +adR +aeD +aad +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +amI +alt +asP +atN +apg +atL +atN +alt +azR +amI +alt +aDL +aEY +aGw +aHU +aHU +aHU +aHU +aHU +aHU +aHU +aRy +aHU +aHU +aVu +aWM +aYy +aZZ +aZZ +bcc +bde +bjA +bfI +bhq +bkf +blK +bne +boL +bfI +brI +btf +buE +bfL +bxm +byO +bAc +bAc +bAc +bAc +bFa +bGl +bGl +bGl +bFa +bLK +bNd +bOm +bPl +bQy +bRK +bLR +bUi +bGl +bGl +bLR +bUi +bGl +bGl +bLR +bUi +bGl +bGl +bFa +chy +ciH +bFa +aaa +bNr +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +alt +alt +api +avX +apg +aor +atN +api +amI +amI +alt +aDL +aDO +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aWN +aYz +baa +baa +bcd +bdf +beq +bfJ +bhr +bkg +blL +bkg +boM +bfI +brJ +btg +buF +bql +bxn +byP +bAc +bBs +bCz +bBs +bFa +bGl +bGl +bGl +bKB +bLL +bNe +bOn +bPm +bQz +bRL +bLR +bUj +bGl +bGl +bLR +bUj +bZv +bGl +bLR +bUj +bGl +bGl +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +aaQ +aad +aad +aad +aad +aad +aad +aad +apg +apZ +amI +arQ +amI +atN +alt +alt +atN +alt +alt +alt +aCf +aDM +aEZ +aGx +aHV +aJq +aKH +aMp +aNC +aOL +aPV +aRz +aMp +aUi +aFb +aWO +aYz +bab +bab +baa +bdf +beq +bfJ +bhs +bkh +blM +bnf +boN +bfI +brK +btg +buG +bql +bxo +byQ +bAc +bBt +bCA +bDZ +bFa +bGl +bGl +bJe +bGl +bLM +bNf +bOo +bPn +bQy +bRM +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bJe +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apg +alt +alt +alt +amI +atP +auM +avR +axm +arP +azS +arP +aCg +aDN +aFa +aGy +aHW +aJr +aKI +aMp +aMp +aOL +aMp +aRz +aMp +aUi +aFb +aWP +aYA +aFb +aFb +bes +bdf +beq +bfJ +bht +bki +blN +bki +boO +bfI +brL +btg +buH +bql +bwg +byR +bAc +bBu +bCB +bEa +bFa +bGm +bGl +bGl +bGl +bLN +bNg +bOn +bPm +bQA +bRL +bLR +bUk +bVp +bWk +bLR +bYn +bZw +caI +bLR +cda +cef +cfj +bFa +chA +ciJ +bFa +aaa +bNr +cnp +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aaa +aaa +aad +aad +aad +aad +alu +aqa +aqQ +alt +amI +amI +auN +amI +amI +asL +azT +asO +aCh +aDO +aFb +aFb +aHX +aJs +aKJ +aMq +aMp +aOM +aOM +aOM +aOM +aOM +aOM +aWQ +aYB +bac +aFb +bem +bdg +baa +bfK +bhu +bkj +blK +bng +boP +bfI +brM +bth +buI +bql +bwg +byS +bAd +bBv +bCC +bEb +bFa +bGl +bGl +bGl +bKC +bLO +bNh +bOn +bPo +bQB +bRN +bNk +bUl +bVq +bWl +bXm +bUl +bVq +caJ +bXm +bUl +bVq +cfk +bFa +chB +ciK +bFa +aaa +bNr +cnq +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alu +amI +amI +arR +amI +amI +alt +alt +amI +alt +alt +alt +aCi +aDO +aFb +aGz +aHY +aJt +aJt +aMr +aND +aON +aON +aON +aON +aON +aON +aWR +aYC +bad +aFb +bem +bdf +bgB +bfL +bhv +bkk +bkk +bkk +boQ +bql +brN +bti +buJ +bql +bxp +byR +bAc +bBw +bCD +bEc +bFa +bGl +bGl +bGl +bKB +bLP +bNi +bOn +bPm +bQy +bRO +bTd +bOn +bOn +bUn +bXn +bOn +bOn +bUn +cbR +bOn +bOn +bUn +cgs +chC +ciL +cjI +aad +bPI +cnp +cos +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aad +aad +alu +aqb +amI +alt +amI +amI +alt +avS +amI +alt +azU +amI +aCi +aDO +aFb +aGA +aHZ +aJu +aJu +aMp +aMp +aOO +aMp +aRA +aRA +aUj +aVv +aWS +aOM +bae +bbh +baa +bdf +bgD +bfL +bhw +bkl +blO +bnh +boR +bqm +brO +btj +buK +bql +bwg +byR +bAc +bBx +bCE +bEd +bFa +bGl +bGl +bGl +bFa +bLQ +bNj +bOp +bPp +bQC +bRP +bTe +bUm +bVr +bWm +bVr +bYo +bVr +bWm +bVr +bYo +bVr +cfl +cgt +cgt +ciM +cjJ +ckL +clR +cnr +cot +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +amI +alt +amI +amI +api +amI +amI +aCi +aDO +aFb +aGB +aIa +aJv +aKK +aMp +aNE +aOO +aMp +aRA +aRA +aMp +aVw +aWS +aOM +aVw +aFb +bem +bdf +bjB +bfL +bhx +bkm +blP +bni +boS +bkm +brP +btk +bkm +bql +bwg +byT +bAc +bAc +bAc +bAc +bFa +bFa +bFa +bFa +bFa +bLR +bLR +bOq +bPq +bQy +bOn +bTf +bUn +bOn +bOn +bXo +bUn +bOn +bOn +cbS +bUn +bOn +bOn +cgu +chD +ciN +cjI +aad +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +alu +aph +aqc +amI +aqT +amI +amI +alt +alt +asR +alt +alt +alt +aCj +aDO +aFc +aFc +aFc +aFc +aFc +aFc +aFc +aOP +aPW +aRB +aMp +aMp +aMp +aWT +aYD +aMp +bbh +baa +bdf +bgB +bfL +bjS +bkn +bkm +bnj +boT +bqn +brQ +btl +buL +bql +bxq +byR +bAe +bBy +bCF +bEe +bFb +bGn +bHJ +bJf +bKD +bKD +bLR +bOr +bPr +bQD +bRQ +bNk +bUo +bVs +bWn +bXm +bYp +bVs +bWn +bXm +cdb +bVs +bWn +bFa +bFa +bFa +bFa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +alt +amI +amI +aqR +arS +arS +amI +alt +avT +amI +amI +api +aBb +aCk +aDP +aFd +aGC +aIb +aJw +aKL +aMs +aFc +aFb +aFb +aFb +aSO +aUk +aVx +aOM +aOM +baf +aFb +bem +bdf +bgB +bfL +bfL +bko +bkm +bnk +boU +boW +brR +btm +bkm +bql +bxr +byR +bAe +bBz +bCG +bEf +bFb +bGn +bHK +bJg +bKE +bKE +bLR +bOs +bPq +bQy +bRR +bLR +bUp +bVt +bWo +bLR +bYq +bZx +caK +bLR +cdc +ceg +cfm +bFa +aad +aad +aaa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bPI +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +aos +amI +aqS +arT +asQ +amI +alt +avU +amI +asL +api +amI +aCl +aDQ +aFe +aGD +aIc +aJx +aKM +aMt +aFc +aOQ +aPX +aFb +aSP +aMp +aVy +aOM +aOM +aUk +bbh +baa +bdf +baa +bfM +bhz +bkp +bkm +bnl +boV +boW +brS +btn +bkm +bwb +bxs +byU +bAf +bBA +bCH +bEg +bFb +bGo +bHL +bJg +bKF +bKF +bLR +bOt +bPq +bQE +bRS +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bQO +cvM +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +aqd +aqT +amI +amI +amI +alt +avV +axn +axn +axn +axn +aCm +aDR +aFc +aFc +aFc +aJy +aKN +aFc +aFc +aOR +aPY +aRC +aMp +aUl +aKJ +aOM +aOM +aVw +aFb +bem +bdf +baa +bfN +bhA +bkq +bkm +bnm +boW +bqo +boW +bto +bkm +bwc +bxt +byV +bAg +bBB +bCI +bEh +bFb +bGn +bHM +bJh +bKF +bKF +bLR +bOu +bPq +bQy +bRT +bLR +bGl +bGl +bUj +bLR +bGl +bZv +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aad +aad +aad +aad +aad +bNr +bNr +bPI +cvM +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +aor +alt +alt +api +alt +atO +alt +alt +avW +axo +ayM +azV +ayM +aCn +aDS +aFc +aGE +aId +aJz +aKO +aMu +aFc +aOS +aPZ +aFb +aSQ +aUm +aVz +aOM +aOM +bag +aFb +bek +bdf +baa +bfN +bhz +bkr +blQ +bnn +aRh +bqp +brT +btp +buM +bwb +bxu +byR +bAh +bBC +bCJ +bEi +bFb +bGn +bHN +bJi +bKG +bKG +bLR +bOv +bPq +bQy +bRU +bLR +bGl +bGl +bWp +bLR +bGl +bGl +bWp +bLR +bGl +bGl +bWp +bFa +aad +aad +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aad +aad +bNr +cuE +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alt +alt +alt +alt +alt +amI +amI +amI +amI +amI +amI +asO +amI +avW +axp +arS +api +aqT +aCo +aDT +aFc +aGF +aIe +aJA +aKP +aKR +aFc +aCw +aCw +aCw +aCw +aCw +aCw +beg +beg +aCw +aCw +beo +bdf +baa +bjF +bfL +bfL +bfL +bfL +bfL +bql +brU +btq +bql +bql +bwg +byR +bAh +bAh +bAh +bAh +bFb +bFb +bHO +bJj +bFb +bFb +bNk +bOw +bPs +bQF +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +bNr +bNr +bNr +cns +cou +bNr +bNr +bNr +bNr +bNr +bNr +bNr +cuF +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +amc +amI +amI +amI +amI +alt +alt +alt +arU +arU +arU +auO +avW +axq +arU +arU +arU +aCp +aDT +aFc +aGG +aIf +aJB +aKQ +aKR +aFc +aFf +aFf +aRD +aKS +aUn +aFf +aRE +aYE +bah +aCw +bfO +bdf +baa +bjG +bhB +bks +blR +bno +boX +bqq +brV +btr +buN +bwd +bxv +byW +btr +btr +btr +btr +bFc +bGp +bHP +bJk +bKH +bLS +bNl +bOx +bPt +bQG +bRV +bTg +bUq +bVu +bWq +bXp +bYr +bZy +caL +bVw +cdd +ceh +bVw +caL +chE +bQO +bNr +ckM +clS +cnt +cov +cpl +cqj +crf +crZ +csw +ctd +ctU +cuF +cvl +cvN +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +alt +aqe +aqU +arU +asS +atQ +arU +awx +axr +ayN +azW +arU +aCq +aDT +aFc +aGH +aIg +aJC +aKR +aKR +aNF +aGN +aIi +aGN +aSR +aUo +aSR +aRE +aYF +aFf +bbi +baa +bdf +baa +bfN +bhC +bkt +blS +blS +boY +bqr +brW +blS +buO +bwe +bxw +byX +bAi +bAi +bCK +bEj +bFd +bGq +bHQ +bJl +bKI +bLT +bNm +bKI +bPu +bQH +bRW +bTh +bTh +bTh +bWr +bXq +bYs +bZz +caM +cbT +bVw +bVw +bVw +caL +bPG +ciO +cjK +ckN +clT +bPE +cow +bNr +chJ +ckW +bQO +bQO +cte +bNr +bNr +bNr +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +alt +amI +alt +aqf +aqV +arU +asT +atR +atR +avY +axs +ayO +ayO +arU +aCr +aDU +aFc +aGI +aGI +aJD +aFc +aFc +aFc +aOT +aQa +aOT +aSS +aUp +aSS +aRE +aYF +bai +bbi +baa +bdf +baa +bjH +bhB +bku +blT +bnp +boZ +bqs +aSx +bts +buP +bwf +bxx +byY +bts +bBD +bCL +bEk +bFe +bGr +bGr +bGr +bGr +bGr +bNn +bGr +bGr +bQI +bRV +bTh +bTh +bTh +bTh +bTh +bYt +bZA +caN +bVw +bVw +cei +cfn +caL +chF +ciP +cjL +ckO +clU +bNr +bNr +bNr +bNr +bNr +bNr +bQO +ctf +cpl +cuG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +amI +alt +alt +alt +arU +asU +atR +atR +avZ +axt +ayP +azX +arU +aCs +aVq +aFc +aGJ +aIh +aIh +aFc +aMv +aFf +aFf +aQb +aRE +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bjI +bfS +bfS +bfS +bfS +bfS +bqt +bqt +bqt +buQ +bwg +bxy +bxy +bxy +bBE +bCM +bxz +bxz +bGs +bHR +bJm +bKJ +bLU +bNo +bOy +bOy +bOy +bRX +bTi +bUr +bTh +bTh +bTh +bTh +bZB +caO +cbU +bVw +cej +bVw +caL +chG +ciQ +bNr +ckO +clV +cnu +cox +cpm +cqk +crg +bNr +bQO +chI +bNr +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +alt +amI +api +amI +amI +arU +arU +arU +auP +awa +atR +ayQ +azY +arU +aCt +aDW +aFf +aGK +aFf +aFf +aKS +aMw +aFf +aFf +aQb +aRF +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bfN +bhD +bgR +bkv +bnq +bpa +blU +bqu +bqt +buR +bwg +bxy +brX +bsa +bsB +btQ +bBG +bxz +bGt +bHS +bJn +bHS +bGt +bGt +aad +aad +aad +bRX +bTj +bUs +bVv +bWs +bXr +bYu +bZC +caL +bVw +bVw +cek +bVw +caL +chG +ciR +bNr +ckP +clW +cdk +bSe +bSe +ccc +crh +bNr +bQO +ctg +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +aos +alt +aqg +apZ +arU +asV +atS +auQ +awb +atR +ayR +azX +arU +aCu +aDX +aFg +aGL +aFg +aJE +aFg +aMx +aFg +aOU +aQc +aOU +aST +aUq +aVA +aWV +aYF +bai +bbi +baa +bdf +baa +bfN +bhE +bgS +bgR +bnr +bpb +blV +bqv +btt +buS +bwg +bxy +brY +bsb +bsV +byy +bBH +bxz +bGu +bHT +bHT +bHT +bLV +bGD +bOz +bOz +bOz +bGD +bTk +bTk +bVw +bTk +bXs +bTh +bZD +caL +caL +caL +cel +caL +caL +caL +caL +caL +ciW +clX +bNr +bNr +bNr +ccd +crh +bNr +bQO +bOH +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alt +alt +alt +alt +alt +arU +asW +atT +atQ +awc +atR +ayO +ayO +arU +aCv +aDY +aFh +aGM +aDY +aDY +aDY +aDY +aDY +aOV +aQd +aOV +aSU +aUr +aSU +aWW +aYG +aFf +bbi +baa +bdh +baa +bfR +bhD +bgR +bgR +bns +bpc +blW +bqw +btu +buT +bwh +bxz +brZ +bsA +btP +byy +bCN +bxz +bGv +bHT +bHT +bHT +bLW +bGD +bOA +bPv +bPv +bGD +bTl +bUt +bVx +bWt +bXs +bTh +bZE +caP +caP +cde +cem +cde +cgv +chH +ciS +caL +ckQ +clX +bNr +aaa +bNr +ciW +cri +bNr +bQO +bPD +bNr +aad +aad +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +arU +asX +atU +auR +awd +axu +ayS +azZ +arU +aCw +aDZ +aCw +aGN +aIi +aGN +aIi +aCw +aNG +aCw +aQe +aCw +aSV +aFf +aVB +aWX +aYH +baj +aCw +bbW +bdi +bbW +bfS +bfS +bio +bkw +bln +blq +blX +bqY +btv +buU +bwi +bxz +bzc +bAm +bBI +byZ +bCO +bxz +bGw +bHT +bHT +bKK +bLX +bGD +bOB +bPw +bQJ +bGD +bTm +bUu +bVy +bVz +bXs +bTh +bZE +caQ +caQ +cde +cen +cde +cgv +chH +ciS +caL +ckR +clX +bPI +aaa +bPI +ccd +crh +bQO +bQO +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arU +arU +arU +arU +arU +arU +arU +arU +arU +aCw +aEa +aCw +aGO +aIj +aJF +aIj +aCw +aNH +aOW +aQf +aCw +aCw +aCw +aCw +aYI +bjs +aCw +aCw +bcg +bdj +bet +bfS +bhF +bgR +bkx +blo +bgR +bog +bgR +btt +buV +bwj +bxz +bzd +bAn +bBJ +bza +bCP +bxz +bGx +bHT +bJo +bKL +bLY +bGD +bOC +bPx +bOC +bGD +bTl +bUv +bVz +bVw +bXs +bYv +bZF +caR +cbV +cdf +ceo +cfo +cgw +cgw +cgw +cjM +ckS +clY +bPI +aaa +bPI +ccd +clU +bNr +bNr +bNr +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arV +aad +aoB +aoB +arV +aad +aad +aad +arV +aCw +aEb +aCw +aGP +aGP +aGP +aGP +aCw +aCw +aCw +aCw +aCw +aSW +aUs +aVC +aWZ +aYJ +bak +bbj +aSX +bdk +beu +bfS +bhG +bgR +bky +blp +blr +boh +bqZ +bqt +buW +bwk +bxz +bze +bAo +bBK +bzb +bCQ +bxz +bGy +bHT +bJp +bKM +bLZ +bNp +bOD +bPy +bQK +bRY +bTn +bUw +bVA +bWu +bXt +bYw +bZG +caS +cbW +cdg +cdg +cfp +cgx +cdg +cdg +cjN +ckT +clZ +bNr +aaa +bNr +ccd +clU +aad +aad +aad +aad +aad +aaQ +aaa +aad +aaa +acf +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aaa +aMy +aNI +aOX +aQg +aMz +aSX +aQj +aQj +aXa +aYK +bal +aQj +aQj +bdk +bev +bfS +bfS +bfS +bfS +bfS +bfS +bfS +bsc +bfS +buX +bwl +bxz +bxz +bAp +bAp +bAp +bAp +bAp +bGz +bHT +bJq +bHT +bMa +bGD +bOC +bPz +bOC +bRZ +bSb +bSb +bSb +bSb +bSb +bYx +bZH +caT +cbX +bYx +bSb +bSb +bSc +caL +caL +caL +bNr +cma +bNr +bNr +bNr +ccd +clU +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aNJ +aOY +aQh +aRG +aQh +aQh +aQh +aXb +aYL +bam +bbk +bch +bdl +bew +bfT +bhH +bkz +bkz +bkz +bpe +bqA +bsd +bfS +buY +bwm +bxA +bzf +bse +bBL +bBL +bBL +bse +bGA +bHU +bJq +bKN +bHT +bNq +bOE +bPA +bQL +bSa +bTo +bUx +bVB +bWv +bXu +bYy +bZI +caU +cbY +cdh +cep +cfq +bSc +chI +bNr +chJ +bNr +cmb +cnv +bQO +bQO +cql +crj +aaa +aaa +aaa +aaa +aaa +aaY +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aRk +aOZ +aQi +aRH +aQi +aQi +aQi +aXc +aYM +aQi +aQi +bci +aQi +aQi +bfU +bhI +bhI +bhI +bnw +bpf +bqB +bfS +bfS +buZ +bwn +bxB +bzg +bse +bBL +bBL +bBL +bse +bGB +bHV +bJq +bKO +bHT +bHT +bOF +bPB +bQM +bSb +bTp +bUy +bUA +bUA +bXv +bYz +bYz +caV +cbZ +bUA +ceq +cfr +bSc +bQO +bNr +bNr +bNr +cmc +bSe +bSe +bSe +cqm +crj +aaa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaF +aoB +aoB +aoB +arV +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNL +aPa +aQj +aMz +aQj +aQj +aQj +aPa +aQj +aQj +aQj +bcj +bdm +aQj +bfV +aMz +aaa +blY +bnx +bpg +bqC +bse +btw +bva +bwo +bxC +bzh +bAq +bBL +bCS +bBL +bse +bGC +bHW +bJq +bKP +bMb +bHT +bOG +bPC +bQN +bSb +bTq +bUz +bVC +bWw +bXw +bYA +bZJ +caW +cca +cdi +bUz +cfs +bSc +bQO +ciT +cjO +bNr +cmd +cnw +coy +cpn +cqn +crk +aad +aad +aad +aad +aad +aad +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aad +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNM +aPb +aQj +aMz +aQj +aPb +aPb +aXd +aYN +aPb +aQj +bck +aQj +aPb +bfW +aMz +aad +blY +bny +bph +bqD +bse +btx +bvb +bwp +bxD +bzi +bAq +bBL +bCT +bEr +bse +bGD +bGD +bJr +bKQ +bGD +bGD +bGD +bGD +bGD +bSc +bTr +bUA +bUA +bUA +bXx +bYB +bZK +caX +bUA +bUA +bUA +bUA +bSc +bQO +ciU +bSe +ckU +cme +clU +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aad +aad +aad +aad +aMz +aMz +aMz +aQk +aMz +aSY +aMz +aMz +aMz +aMz +aMz +bbl +aMz +bdn +aMz +aMz +aMz +aaa +blY +bnz +bph +bqD +bse +bty +bvb +bwq +bxC +bzj +bAq +bBL +bBL +bBL +bse +bGE +blY +bJs +bKR +bMc +bNr +bOH +bPD +bQO +bSc +bTs +bUB +bVD +bUA +bXy +bYC +bZL +caY +ccb +bVD +cer +cft +bSc +chJ +ciV +cjP +bNr +cmf +cnx +coz +cpo +cqo +crl +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwR +aaa +aaa +aaa +cwR +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aad +aMz +aQl +aMz +aQl +aMz +aZN +aZP +bjh +aMz +aQl +aMz +aQl +aMz +aad +aad +aad +blY +bnA +bph +bqD +bse +btz +bvb +bwr +bxE +bzg +bse +bBL +bBL +bBL +bse +bGF +bHX +bJt +bKS +bMd +bNs +bOI +bOI +bQP +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bNr +ciW +bNr +bNr +cmg +cny +coA +cpp +cqp +crm +csb +csx +cth +ctV +ctV +ctV +cvO +cwp +cwp +cwp +cwp +cwp +cwp +cwp +czo +ctV +czS +ctV +ctV +ctV +cAU +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aMz +aQl +aMz +aQl +aMz +aZO +aZO +aZO +aMz +aQl +aMz +aQl +aMz +aaa +aad +aaa +aad +aaa +bph +bqD +bse +btA +bvc +bws +bxC +bzk +bAr +bBL +bBL +bBL +bse +bGG +bHY +bJu +bKT +bMe +bNt +bOJ +bPE +bQQ +bSd +bTt +bUC +bVE +bVE +bVE +bVE +bVE +bVE +bVE +bVE +ces +bVE +bVE +bVE +ciX +ces +bVE +cmh +cnz +coB +cpq +cqq +crn +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwS +aaa +aaa +aaa +cwS +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQm +aMz +aQl +aMz +aZP +aZO +aZN +aMz +aQl +aMz +bdo +aMz +aaa +aaa +aaa +aad +aaa +bph +bqD +bse +bse +bvd +bwt +bse +bse +bse +bse +bse +bse +bse +bGG +bHZ +bJv +bKU +bGt +bGt +bGt +bNr +bQR +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bNr +bNr +bNr +bNr +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQl +aMz +aQl +aMz +aMz +aMz +aMz +aMz +aQl +aMz +aQl +aMz +aaa +aaa +aaa +aad +aad +bph +bqE +bkz +btB +bve +bwu +bxF +bxF +bxF +bxF +bxF +bEs +bxF +bGH +bHZ +bJw +bKV +bMf +bNu +bGt +bPF +bQS +bSe +bSe +bSe +bSe +bSe +bSe +bSe +bSe +caZ +ccc +cdj +cet +bNr +cgy +chK +ccd +bNr +ckV +cgz +bNr +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQn +aRI +aSZ +aMz +aaa +aaa +aaa +aMz +aSZ +aRI +bdp +aMz +aaa +aaa +aad +aad +aad +bpi +bhI +bhI +bhI +bhI +bwv +bxG +bhI +bhI +bhI +bhI +bEt +bhI +bGI +bIa +bJx +bKW +bMg +bNv +bGt +bPG +bQT +bSf +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bQT +ceu +bNr +cgz +bQO +ccd +cjQ +ckW +bQO +bNr +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aad +cwo +cwT +cxw +aad +cwo +cwT +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aTa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +bxH +bzl +bAs +bBM +bCU +bEu +bFf +bGt +bIb +bJy +bKX +bMg +bNw +bGt +bPH +bQU +bSg +bNr +aaa +aaa +aad +aaa +aad +bNr +cba +bQS +cdk +bSe +bSe +bSe +bSe +ciY +bNr +bQO +cmi +bNr +aad +aad +aaa +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxI +bzm +bzm +bBN +bzm +bzm +bFg +bGt +bIc +bJz +bKY +bGt +bNx +bGt +bPI +bPI +bPI +bNr +aaa +aaa +aad +aaa +aad +bNr +bNr +bPI +bPI +bPI +bNr +bNr +bNr +ciZ +bNr +bNr +bNr +bNr +aad +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaY +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxJ +bzn +bAt +bBO +bCV +bzn +blY +blY +bGt +bHS +bHS +bGt +bNy +bGt +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aad +aad +bNr +cja +bNr +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +blY +blY +blY +blY +blY +blY +blY +aad +atJ +atJ +atJ +aad +aaa +aad +atJ +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aaa +aad +bNr +cjb +bNr +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aad +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aae +aae +aae +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bzo +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bNz +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bNA +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMh +bNz +bOK +bIe +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLa +bMi +bMi +bMi +bPJ +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +bIe +bJA +bLb +bMi +bNB +bMi +bPK +bQV +bIe +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLc +bMi +bMi +bMi +bPL +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMj +bNC +bOL +bPM +bPM +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bND +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bId +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index 2d8acc58..e596f1c6 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -1,2297 +1,84180 @@ -"aa" = (/turf/open/space/basic,/area/space) -"ab" = (/turf/closed/indestructible/riveted,/area/space) -"ac" = (/obj/structure/window/reinforced,/turf/closed/indestructible/riveted,/area/space) -"ad" = (/turf/open/space,/area/space) -"ae" = (/obj/structure/window/reinforced{dir = 4},/turf/closed/indestructible/riveted,/area/space) -"af" = (/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"ag" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/closed/indestructible/riveted,/area/space) -"ah" = (/obj/structure/foamedmetal,/obj/structure/window{dir = 8},/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"ai" = (/obj/structure/foamedmetal,/obj/structure/window{dir = 4},/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"aj" = (/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"ak" = (/obj/structure/table,/obj/item/stack/medical/ointment{heal_burn = 10},/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"al" = (/obj/structure/table/wood{layer = 3.3},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-05"; pixel_y = 4},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"am" = (/obj/structure/closet/crate/bin,/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"an" = (/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"ao" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{layer = 3.3},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"ap" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/wildlife) -"aq" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/offline) -"ar" = (/turf/open/floor/holofloor/plating/burnmix,/area/holodeck/rec_center/burn) -"as" = (/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/holofloor,/area/holodeck/rec_center/court) -"at" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"au" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"av" = (/obj/structure/window/reinforced{dir = 8},/turf/closed/indestructible/riveted,/area/space) -"aw" = (/obj/structure/flora/bush,/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"ax" = (/obj/effect/holodeck_effect/mobspawner/penguin,/obj/effect/holodeck_effect/mobspawner/penguin,/obj/item/toy/snowball{pixel_y = 6},/obj/item/toy/snowball{pixel_x = 5},/obj/item/toy/snowball{pixel_x = -4},/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"ay" = (/obj/structure/table,/obj/machinery/recharger,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"az" = (/obj/structure/table/wood,/obj/item/storage/box/matches{pixel_x = -4; pixel_y = 8},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aA" = (/obj/structure/chair/wood/normal,/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aB" = (/obj/effect/holodeck_effect/mobspawner,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/wildlife) -"aC" = (/obj/effect/holodeck_effect/sparks,/turf/open/floor/holofloor/plating/burnmix,/area/holodeck/rec_center/burn) -"aD" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"aE" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"aF" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"aG" = (/obj/structure/flora/grass/brown,/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"aH" = (/obj/structure/table,/obj/item/gun/energy/laser,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"aI" = (/obj/structure/chair/wood/normal{dir = 4},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aJ" = (/obj/structure/table/wood/poker,/obj/item/clothing/mask/cigarette/pipe,/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aK" = (/obj/structure/table/wood/poker,/obj/structure/table/wood/poker,/obj/effect/holodeck_effect/cards,/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aL" = (/obj/structure/chair/wood/normal{dir = 8},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aM" = (/obj/structure/statue/snow/snowman{anchored = 1},/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"aN" = (/obj/structure/chair/wood/normal{dir = 1},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aO" = (/obj/structure/chair/wood/wings,/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"aP" = (/obj/structure/window/reinforced/tinted{dir = 4},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aQ" = (/obj/structure/window/reinforced,/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aR" = (/obj/effect/holodeck_effect/mobspawner/penguin_baby,/obj/structure/flora/tree/pine,/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"aS" = (/obj/structure/chair/wood,/turf/open/floor/holofloor/snow,/area/holodeck/rec_center/winterwonderland) -"aT" = (/obj/structure/table/wood,/obj/item/twohanded/required/kirbyplants{icon_state = "plant-05"; pixel_y = 10},/turf/open/floor/holofloor{icon_state = "wood"; dir = 9},/area/holodeck/rec_center/lounge) -"aU" = (/turf/open/floor/holofloor{dir = 9; icon_state = "stairs-l"},/area/holodeck/rec_center/lounge) -"aV" = (/turf/open/floor/holofloor{dir = 9; icon_state = "stairs-r"},/area/holodeck/rec_center/lounge) -"aW" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"aX" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"aY" = (/obj/structure/table/wood,/obj/item/flashlight/lamp/green{pixel_y = 4},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"aZ" = (/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"ba" = (/obj/structure/chair/comfy/brown{dir = 4},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"bb" = (/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"bc" = (/obj/structure/table,/obj/item/stack/medical/bruise_pack{heal_brute = 10},/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/bunker) -"bd" = (/obj/structure/table/wood,/obj/item/instrument/violin,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"be" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"bf" = (/obj/structure/table/wood,/obj/item/book/manual/wiki/barman_recipes,/obj/item/clothing/mask/cigarette/pipe,/turf/open/floor/holofloor/carpet,/area/holodeck/rec_center/lounge) -"bg" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"bh" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"bi" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/court) -"bj" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/closed/indestructible/riveted,/area/space) -"bk" = (/obj/effect/holodeck_effect/mobspawner/bee,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/anthophila) -"bl" = (/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bm" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bn" = (/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bo" = (/obj/structure/table/glass,/obj/item/surgicaldrill,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bp" = (/obj/structure/table/glass,/obj/item/hemostat,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bq" = (/obj/structure/table/glass,/obj/item/scalpel{pixel_y = 10},/obj/item/circular_saw,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"br" = (/obj/structure/table/glass,/obj/item/retractor,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bs" = (/obj/structure/table/glass,/obj/item/stack/medical/gauze,/obj/item/cautery,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bt" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"bu" = (/obj/structure/holohoop{layer = 3.9},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bv" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bw" = (/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"bx" = (/obj/structure/table,/obj/machinery/readybutton,/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"by" = (/obj/structure/table,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/under/color/red,/obj/item/holo/esword/red,/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"bz" = (/obj/structure/table,/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"bA" = (/obj/machinery/readybutton,/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/holofloor,/area/holodeck/rec_center/dodgeball) -"bB" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"bC" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"bD" = (/obj/effect/holodeck_effect/mobspawner/pet,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bE" = (/obj/structure/flora/ausbushes/ppflowers,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bF" = (/obj/effect/holodeck_effect/mobspawner/pet,/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bG" = (/obj/structure/table/glass,/obj/item/surgical_drapes,/obj/item/razor,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bH" = (/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bI" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bJ" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bK" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bL" = (/obj/effect/overlay/palmtree_r,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"bM" = (/obj/effect/overlay/palmtree_l,/obj/effect/overlay/coconut,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"bN" = (/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"bO" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"bP" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"bQ" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"bR" = (/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"bS" = (/obj/item/storage/bag/easterbasket{name = "picnic basket"; pixel_y = 6},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/pet_lounge) -"bT" = (/obj/item/trash/plate,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/pet_lounge) -"bU" = (/obj/structure/table/optable,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bV" = (/obj/machinery/computer/operating{dir = 8},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bW" = (/obj/structure/table/glass,/obj/item/clothing/gloves/color/latex/nitrile,/obj/item/clothing/suit/apron/surgical,/obj/item/clothing/mask/surgical,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"bX" = (/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"bY" = (/obj/effect/holodeck_effect/mobspawner/monkey,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"bZ" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"ca" = (/obj/structure/flora/ausbushes/palebush,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cb" = (/obj/effect/holodeck_effect/mobspawner/pet,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/pet_lounge) -"cc" = (/obj/item/shovel/spade{pixel_x = 2; pixel_y = -2},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/pet_lounge) -"cd" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"ce" = (/obj/effect/holodeck_effect/mobspawner/bee,/obj/item/clothing/head/beekeeper_head,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/anthophila) -"cf" = (/obj/structure/table/glass,/obj/machinery/reagentgrinder,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cg" = (/obj/structure/table/glass,/obj/item/storage/box/syringes{pixel_x = 4; pixel_y = 4},/obj/item/storage/box/beakers,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"ch" = (/obj/machinery/washing_machine,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"ci" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"cj" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"ck" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"cl" = (/obj/item/clothing/under/color/rainbow,/obj/item/clothing/glasses/sunglasses,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"cm" = (/obj/structure/window,/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"cn" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"co" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cp" = (/obj/structure/window{dir = 1},/obj/item/toy/beach_ball/holoball/dodgeball,/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/holofloor,/area/holodeck/rec_center/dodgeball) -"cq" = (/obj/effect/holodeck_effect/mobspawner/bee,/obj/effect/decal/remains/human,/obj/item/clothing/suit/beekeeper_suit,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/anthophila) -"cr" = (/obj/effect/holodeck_effect/mobspawner/bee,/obj/item/melee/flyswatter,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/anthophila) -"cs" = (/obj/machinery/chem_master,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"ct" = (/obj/structure/table/glass,/obj/item/healthanalyzer,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cu" = (/obj/structure/closet/wardrobe/white,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cv" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cw" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cx" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"cy" = (/obj/item/toy/beach_ball,/turf/open/floor/holofloor/beach,/area/holodeck/rec_center/beach) -"cz" = (/obj/structure/window{dir = 1},/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"cA" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cB" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cC" = (/obj/structure/window,/obj/item/toy/beach_ball/holoball/dodgeball,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cD" = (/obj/structure/sink/puddle,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cE" = (/obj/item/reagent_containers/glass/bucket,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cF" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cG" = (/obj/item/toy/beach_ball/holoball,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cH" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cI" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cJ" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cK" = (/obj/machinery/hydroponics/soil,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cL" = (/obj/machinery/hydroponics/soil,/obj/item/cultivator,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cM" = (/obj/machinery/hydroponics/soil,/obj/effect/holodeck_effect/mobspawner/pet,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cN" = (/obj/structure/flora/ausbushes/grassybush,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cO" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/structure/window{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cP" = (/obj/structure/window{dir = 8},/obj/structure/bed,/obj/item/bedsheet/medical,/obj/structure/window{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cQ" = (/obj/structure/window{dir = 8},/obj/machinery/computer/pandemic,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cR" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"cS" = (/turf/open/floor/holofloor/beach/coast_t,/area/holodeck/rec_center/beach) -"cT" = (/obj/item/reagent_containers/glass/bucket,/turf/open/floor/holofloor/beach/coast_t,/area/holodeck/rec_center/beach) -"cU" = (/obj/item/shovel/spade,/turf/open/floor/holofloor/beach/coast_t,/area/holodeck/rec_center/beach) -"cV" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"cW" = (/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/pet_lounge) -"cX" = (/obj/machinery/door/window/westleft,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"cY" = (/turf/open/floor/holofloor/beach/coast_b,/area/holodeck/rec_center/beach) -"cZ" = (/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/iv_drip,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"da" = (/obj/structure/window{dir = 8},/obj/structure/bed,/obj/item/bedsheet/medical,/obj/machinery/iv_drip,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"db" = (/obj/structure/window{dir = 8},/obj/machinery/sleeper{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"dc" = (/obj/machinery/iv_drip,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"dd" = (/obj/machinery/sleeper{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/medical) -"de" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"df" = (/obj/structure/holohoop{dir = 1; layer = 4.1},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"dg" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"dh" = (/turf/open/floor/holofloor/beach/water,/area/holodeck/rec_center/beach) -"di" = (/obj/structure/table,/obj/item/clothing/head/helmet/thunderdome,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/under/color/green,/obj/item/holo/esword/green,/turf/open/floor/holofloor/basalt,/area/holodeck/rec_center/thunderdome) -"dj" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"dk" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"dl" = (/obj/machinery/readybutton,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/dodgeball) -"dm" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/refuel) -"dn" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/spacechess) -"do" = (/obj/item/banner/blue,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dp" = (/obj/structure/table/wood/fancy,/obj/item/clothing/suit/armor/riot/knight/blue,/obj/item/clothing/head/helmet/knight/blue,/obj/item/claymore/weak,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dq" = (/obj/structure/table/wood/fancy,/obj/item/clothing/head/crown/fancy{pixel_y = 6},/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dr" = (/obj/structure/table/wood/fancy,/obj/item/clothing/suit/armor/riot/knight/red,/obj/item/clothing/head/helmet/knight/red,/obj/item/claymore/weak,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"ds" = (/obj/item/banner/red,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dt" = (/turf/open/floor/holofloor/hyperspace,/area/holodeck/rec_center/kobayashi) -"du" = (/obj/structure/window/reinforced,/turf/open/floor/holofloor/hyperspace,/area/holodeck/rec_center/kobayashi) -"dv" = (/obj/structure/closet{density = 0},/obj/item/clothing/suit/judgerobe,/obj/item/clothing/head/powdered_wig,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dw" = (/obj/structure/table/wood/fancy,/obj/item/clothing/suit/nun,/obj/item/clothing/head/nun_hood,/obj/item/clothing/suit/holidaypriest,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dx" = (/obj/structure/table/wood/fancy,/obj/item/storage/book/bible,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dy" = (/obj/structure/table/wood/fancy,/obj/item/book/manual/wiki/security_space_law,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dz" = (/obj/structure/closet{name = "Evidence Closet"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dA" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"dB" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"dC" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/firingrange) -"dD" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/firingrange) -"dE" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/firingrange) -"dF" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"dG" = (/obj/structure/reagent_dispensers/fueltank,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/refuel) -"dH" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_viva"; name = "Black Rook"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"dI" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_mime"; name = "Black Queen"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"dJ" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_clown"; name = "Black King"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"dK" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_ian"; name = "Black Knight"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"dL" = (/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dM" = (/obj/structure/chair/wood/wings,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"dN" = (/obj/structure/window/reinforced,/obj/machinery/mass_driver{dir = 1; icon_state = "mass_driver"; id = "trektorpedo1"; name = "photon torpedo tube"},/obj/item/toy/minimeteor{color = ""; desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery."; icon = 'icons/effects/effects.dmi'; icon_state = "impact_laser"; name = "photon torpedo"},/turf/open/floor/holofloor/hyperspace,/area/holodeck/rec_center/kobayashi) -"dO" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/computer/arcade/orion_trail/kobayashi,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"dP" = (/obj/machinery/button/massdriver{id = "trektorpedo1"; layer = 3.9; name = "photon torpedo button"; pixel_x = -16; pixel_y = -5},/obj/machinery/button/massdriver{id = "trektorpedo2"; layer = 3.9; name = "photon torpedo button"; pixel_x = 16; pixel_y = -5},/obj/machinery/computer/arcade/orion_trail/kobayashi,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"dQ" = (/obj/structure/window/reinforced{dir = 4},/obj/machinery/computer/arcade/orion_trail/kobayashi,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"dR" = (/obj/structure/window/reinforced,/obj/machinery/mass_driver{dir = 1; icon_state = "mass_driver"; id = "trektorpedo2"; name = "photon torpedo tube"},/obj/item/toy/minimeteor{color = ""; desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery."; icon = 'icons/effects/effects.dmi'; icon_state = "impact_laser"; name = "photon torpedo"},/turf/open/floor/holofloor/hyperspace,/area/holodeck/rec_center/kobayashi) -"dS" = (/obj/structure/chair{dir = 4},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 1},/area/holodeck/rec_center/chapelcourt) -"dT" = (/turf/open/floor/holofloor{icon_state = "chapel"; dir = 4},/area/holodeck/rec_center/chapelcourt) -"dU" = (/obj/structure/chair,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"dV" = (/turf/open/floor/holofloor{icon_state = "chapel"; dir = 1},/area/holodeck/rec_center/chapelcourt) -"dW" = (/obj/structure/chair{dir = 8},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 4},/area/holodeck/rec_center/chapelcourt) -"dX" = (/obj/structure/table/wood,/obj/item/folder,/obj/item/melee/classic_baton/telescopic,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"dY" = (/obj/structure/table/wood,/obj/item/toy/crayon/white,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"dZ" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/grown/apple,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"ea" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/holofloor{icon_state = "white"; dir = 8},/area/holodeck/rec_center/firingrange) -"eb" = (/obj/structure/target_stake,/obj/machinery/magnetic_module,/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/firingrange) -"ec" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/holofloor{icon_state = "white"; dir = 4},/area/holodeck/rec_center/firingrange) -"ed" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_greytide"; name = "Black Pawn"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"ee" = (/obj/item/cardboard_cutout/adaptive{color = "#9999BB"; icon_state = "cutout_greytide"; name = "Black Pawn"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"ef" = (/obj/machinery/door/window/westleft{dir = 2; icon_state = "right"},/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"eg" = (/obj/structure/window/reinforced,/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"eh" = (/obj/machinery/door/window/westleft{dir = 2},/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"ei" = (/obj/structure/table/glass,/obj/machinery/recharger,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"ej" = (/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"ek" = (/obj/structure/chair/comfy{dir = 1},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"el" = (/obj/structure/table/glass,/obj/item/gun/energy/e_gun/mini/practice_phaser,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"em" = (/obj/structure/chair{dir = 4},/turf/open/floor/holofloor{dir = 8; icon_state = "chapel"},/area/holodeck/rec_center/chapelcourt) -"en" = (/turf/open/floor/holofloor{icon_state = "chapel"; dir = 2},/area/holodeck/rec_center/chapelcourt) -"eo" = (/obj/item/gavelblock,/obj/item/gavelhammer,/obj/structure/table/wood,/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"ep" = (/turf/open/floor/holofloor{dir = 8; icon_state = "chapel"},/area/holodeck/rec_center/chapelcourt) -"eq" = (/obj/structure/chair{dir = 8},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 2},/area/holodeck/rec_center/chapelcourt) -"er" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/holofloor{icon_state = "white"; dir = 10},/area/holodeck/rec_center/firingrange) -"es" = (/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/firingrange) -"et" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/holofloor{icon_state = "white"; dir = 6},/area/holodeck/rec_center/firingrange) -"eu" = (/obj/item/weldingtool,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/refuel) -"ev" = (/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"ew" = (/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"ex" = (/turf/open/floor/holofloor{icon_state = "stairs-old"; dir = 8},/area/holodeck/rec_center/thunderdome1218) -"ey" = (/obj/structure/table/wood,/obj/item/melee/chainofcommand{name = "chain whip"},/obj/item/twohanded/spear,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"ez" = (/obj/structure/table/wood,/obj/item/scythe,/obj/item/twohanded/spear,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"eA" = (/obj/structure/table/wood,/obj/item/tailclub,/obj/item/twohanded/spear,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"eB" = (/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/chapelcourt) -"eC" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/item/clothing/under/schoolgirl,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"eD" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/item/clothing/under/schoolgirl/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"eE" = (/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"eF" = (/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"eG" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"eH" = (/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"eI" = (/obj/machinery/modular_computer/console/preset/civilian{dir = 4},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eJ" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eK" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eL" = (/obj/machinery/computer/station_alert{dir = 8},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eM" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 1},/area/holodeck/rec_center/chapelcourt) -"eN" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 4},/area/holodeck/rec_center/chapelcourt) -"eO" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"eP" = (/obj/machinery/modular_computer/console/preset/civilian{dir = 4},/obj/structure/window/reinforced,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eQ" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/structure/window/reinforced,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eR" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor{dir = 8; icon_state = "chapel"},/area/holodeck/rec_center/chapelcourt) -"eS" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor{icon_state = "chapel"; dir = 2},/area/holodeck/rec_center/chapelcourt) -"eT" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/item/clothing/under/schoolgirl/orange,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"eU" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/item/clothing/under/schoolgirl/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"eV" = (/obj/structure/window/reinforced,/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"eW" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_greytide"; name = "White Pawn"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"eX" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_greytide"; name = "White Pawn"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"eY" = (/obj/structure/window/reinforced,/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"eZ" = (/obj/machinery/door/window/westleft{dir = 2},/turf/open/floor/holofloor/asteroid,/area/holodeck/rec_center/thunderdome1218) -"fa" = (/obj/machinery/door/window/westleft{dir = 2; icon_state = "right"},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"fb" = (/obj/structure/table,/obj/item/folder,/obj/item/pen/blue,/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fc" = (/obj/structure/table,/obj/item/folder,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fd" = (/obj/structure/table,/obj/structure/window/reinforced{dir = 4},/obj/item/folder,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fe" = (/obj/machinery/door/window/westleft{dir = 2},/turf/open/floor/holofloor/plating,/area/holodeck/rec_center/kobayashi) -"ff" = (/obj/structure/table,/obj/item/paper,/obj/item/pen,/obj/item/clothing/under/schoolgirl,/obj/item/toy/katana,/turf/open/floor/holofloor,/area/holodeck/rec_center/school) -"fg" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fh" = (/obj/item/paper/guides/jobs/security/range,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fi" = (/obj/structure/table/reinforced,/obj/machinery/magnetic_controller{autolink = 1},/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fj" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_viva"; name = "White Rook"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"fk" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_mime"; name = "White Queen"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"fl" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_clown"; name = "White King"},/turf/open/floor/holofloor{icon_state = "white"},/area/holodeck/rec_center/spacechess) -"fm" = (/obj/item/cardboard_cutout/adaptive{icon_state = "cutout_ian"; name = "White Knight"},/turf/open/floor/holofloor{dir = 8; icon_state = "dark"},/area/holodeck/rec_center/spacechess) -"fn" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fo" = (/obj/structure/chair{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fp" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fq" = (/obj/structure/chair/wood/normal{dir = 1},/turf/open/floor/holofloor/grass,/area/holodeck/rec_center/thunderdome1218) -"fr" = (/obj/structure/rack,/obj/item/clothing/under/trek/medsci,/obj/item/clothing/under/trek/medsci,/obj/item/clothing/under/trek/command,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fs" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"ft" = (/obj/structure/rack,/obj/item/clothing/under/trek/engsec,/obj/item/clothing/under/trek/engsec,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/kobayashi) -"fu" = (/obj/item/target,/obj/item/target/clown,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fv" = (/obj/item/target,/obj/item/target/syndicate,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fw" = (/obj/structure/rack,/obj/item/gun/energy/laser/practice,/obj/item/clothing/ears/earmuffs,/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"fx" = (/obj/structure/window/reinforced{dir = 1},/turf/closed/indestructible/riveted,/area/space) -"fy" = (/obj/machinery/igniter/on,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena_source) -"fz" = (/turf/open/floor/plasteel,/area/tdome/arena_source) -"fA" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/arena_source) -"fB" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/baton/loaded,/obj/item/melee/transforming/energy/sword/saber/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fC" = (/obj/machinery/door/poddoor{id = "thunderdomegen"; name = "General Supply"},/turf/open/floor/plasteel/dark,/area/tdome/arena_source) -"fD" = (/obj/machinery/door/poddoor{id = "thunderdome"; name = "Thunderdome Blast Door"},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fE" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fF" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena_source) -"fG" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fH" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fI" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fJ" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fK" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/baton/loaded,/obj/item/melee/transforming/energy/sword/saber/green,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fL" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fM" = (/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fN" = (/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fO" = (/turf/open/floor/circuit/green,/area/tdome/arena_source) -"fP" = (/obj/machinery/flasher{id = "tdomeflash"; name = "Thunderdome Flash"},/turf/open/floor/circuit/green,/area/tdome/arena_source) -"fQ" = (/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fR" = (/obj/machinery/door/poddoor/shuttledock{dir = 4},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/evac) -"fS" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fT" = (/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/tdome/arena_source) -"fU" = (/obj/machinery/door/poddoor{id = "thunderdomehea"; name = "Heavy Supply"},/turf/open/floor/plasteel/dark,/area/tdome/arena_source) -"fV" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fW" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena_source) -"fX" = (/turf/closed/indestructible/riveted,/area/start) -"fY" = (/obj/effect/landmark/start/new_player,/turf/open/floor/plating,/area/start) -"fZ" = (/turf/closed/indestructible/riveted,/area/ctf) -"ga" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gb" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gc" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gd" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"ge" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gf" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gg" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gh" = (/turf/open/floor/plasteel/dark,/area/ctf) -"gi" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gj" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/ctf) -"gk" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gl" = (/obj/structure/barricade/security/ctf,/turf/open/floor/circuit,/area/ctf) -"gm" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel/bluespace,/area/ctf) -"gn" = (/obj/structure/barricade/security/ctf,/turf/open/floor/plasteel/bluespace,/area/ctf) -"go" = (/turf/open/floor/plasteel/bluespace,/area/ctf) -"gp" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gq" = (/obj/structure/barricade/security/ctf,/turf/open/floor/circuit/red,/area/ctf) -"gr" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gs" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/ctf) -"gt" = (/obj/structure/kitchenspike,/turf/open/floor/plasteel/dark,/area/ctf) -"gu" = (/turf/closed/indestructible/splashscreen,/area/start) -"gv" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gw" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gx" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gy" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gz" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gA" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gB" = (/obj/structure/window/reinforced/fulltile{obj_integrity = 5000; max_integrity = 5000; name = "hardened window"},/turf/open/floor/plating,/area/ctf) -"gC" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/ctf) -"gD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/dark,/area/ctf) -"gE" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gF" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"gG" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/dark,/area/ctf) -"gH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel/dark,/area/ctf) -"gI" = (/obj/machinery/power/emitter/energycannon{active = 0},/turf/open/floor/plating,/area/ctf) -"gJ" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gK" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gL" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gM" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gN" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/ctf) -"gO" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"gP" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/ctf) -"gQ" = (/turf/open/floor/plating,/area/ctf) -"gR" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating{luminosity = 2},/area/ctf) -"gS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/dark,/area/ctf) -"gT" = (/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"gU" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel/dark,/area/ctf) -"gV" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/ctf) -"gW" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gX" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"gY" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"gZ" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel/dark,/area/ctf) -"ha" = (/obj/machinery/power/emitter/energycannon{active = 0; dir = 1},/turf/open/floor/plating,/area/ctf) -"hb" = (/obj/structure/trap/ctf/blue,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/ctf) -"hc" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/circuit,/area/ctf) -"hd" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/circuit,/area/ctf) -"he" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/circuit,/area/ctf) -"hf" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hg" = (/obj/structure/trap/ctf/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hh" = (/turf/closed/indestructible/rock/snow,/area/syndicate_mothership) -"hi" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/circuit,/area/ctf) -"hj" = (/turf/open/floor/circuit,/area/ctf) -"hk" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/circuit,/area/ctf) -"hl" = (/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"hm" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/circuit,/area/ctf) -"hn" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/circuit,/area/ctf) -"ho" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/circuit,/area/ctf) -"hp" = (/obj/structure/barricade/security/ctf,/turf/open/floor/circuit/green/off,/area/ctf) -"hq" = (/obj/structure/trap/ctf/red,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/ctf) -"hr" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hs" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"ht" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"hu" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/circuit/green/off,/area/ctf) -"hv" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hw" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"hx" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"hy" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hz" = (/turf/open/floor/circuit/green/off,/area/ctf) -"hA" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"hB" = (/turf/open/floor/circuit/red,/area/ctf) -"hC" = (/turf/open/floor/circuit/green/anim,/area/ctf) -"hD" = (/obj/machinery/capture_the_flag/blue,/turf/open/floor/circuit/green/anim,/area/ctf) -"hE" = (/obj/item/twohanded/ctf/blue,/turf/open/floor/circuit/green/anim,/area/ctf) -"hF" = (/obj/item/twohanded/ctf/red,/turf/open/floor/circuit/green/anim,/area/ctf) -"hG" = (/obj/machinery/capture_the_flag/red,/turf/open/floor/circuit/green/anim,/area/ctf) -"hI" = (/obj/effect/turf_decal/stripes/line{dir = 10},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hJ" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hK" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hL" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/circuit/green/off,/area/ctf) -"hM" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hN" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hO" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"hP" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/circuit/red,/area/ctf) -"hQ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/circuit/red,/area/ctf) -"hR" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/circuit/red,/area/ctf) -"hS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/circuit/red,/area/ctf) -"hT" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/circuit/red,/area/ctf) -"hU" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/circuit/red,/area/ctf) -"hV" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/circuit/red,/area/ctf) -"hW" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/circuit/red,/area/ctf) -"hX" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"hY" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel/dark,/area/ctf) -"hZ" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"ia" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"ib" = (/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel/dark,/area/ctf) -"ic" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"id" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"ie" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"if" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"ig" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf) -"ih" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel/dark,/area/ctf) -"ii" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/ctf) -"ij" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"ik" = (/obj/effect/turf_decal/stripes/line{dir = 6},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/dark,/area/ctf) -"il" = (/turf/closed/indestructible/riveted,/area/centcom/prison) -"im" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/centcom/control) -"in" = (/obj/structure/sign/nanotrasen,/turf/closed/indestructible/riveted,/area/centcom/control) -"io" = (/turf/closed/indestructible/riveted,/area/centcom/control) -"ip" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/centcom/control) -"iq" = (/obj/effect/landmark/prisonwarp,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/prison) -"ir" = (/turf/closed/indestructible/fakeglass,/area/centcom/prison) -"is" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"it" = (/obj/structure/table/reinforced,/obj/item/crowbar/red,/obj/item/tank/internals/emergency_oxygen/engi,/obj/item/clothing/mask/gas,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"iu" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/centcom/control) -"iv" = (/obj/structure/table/reinforced,/obj/item/radio{pixel_x = 5; pixel_y = 5},/obj/item/radio{pixel_x = -5; pixel_y = 5},/obj/item/radio,/obj/machinery/airalarm{pixel_y = 23},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"iw" = (/obj/structure/table/reinforced,/obj/item/storage/lockbox/loyalty,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"ix" = (/obj/item/storage/box/emps{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/flashbangs,/obj/item/grenade/plastic/x4,/obj/item/grenade/plastic/x4,/obj/item/grenade/plastic/x4,/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"iy" = (/obj/structure/table/reinforced,/obj/item/restraints/handcuffs/cable/zipties,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"iz" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"iA" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/prison) -"iB" = (/turf/closed/indestructible/fakedoor{name = "CentCom Cell"},/area/centcom/prison) -"iC" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"iD" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"iE" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"iF" = (/turf/closed/indestructible/riveted,/area/centcom/supply) -"iG" = (/turf/closed/indestructible/fakedoor{name = "CentCom Warehouse"},/area/centcom/supply) -"iH" = (/obj/structure/sign/nanotrasen,/turf/closed/indestructible/riveted,/area/centcom/prison) -"iI" = (/obj/structure/sign/warning/securearea,/turf/closed/indestructible/riveted,/area/centcom/prison) -"iJ" = (/obj/effect/turf_decal/stripes/line{dir = 9},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"iK" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/control) -"iL" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/control) -"iM" = (/obj/effect/turf_decal/stripes/line{dir = 5},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"iN" = (/obj/machinery/status_display/supply,/turf/closed/indestructible/riveted,/area/centcom/supply) -"iO" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supply) -"iP" = (/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"iQ" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"iR" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"iS" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"iT" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"iU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"iV" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/control) -"iW" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/control) -"iX" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/centcom/supply) -"iY" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"iZ" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"ja" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"jb" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum/external,/turf/open/floor/plating,/area/centcom/supply) -"jc" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/conveyor{dir = 1; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jd" = (/obj/machinery/conveyor_switch/oneway{id = "XCCQMLoad2"; pixel_x = 6},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"je" = (/turf/open/floor/plasteel/yellowsiding{dir = 1},/area/centcom/supply) -"jf" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"jg" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"jh" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"ji" = (/obj/machinery/vending/security,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/control) -"jj" = (/obj/structure/extinguisher_cabinet{dir = 4; pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"jk" = (/obj/machinery/door/poddoor{density = 1; id = "XCCQMLoaddoor2"; name = "Supply Dock Loading Door"},/obj/effect/turf_decal/stripes/end{dir = 8},/obj/machinery/conveyor{dir = 4; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jl" = (/obj/structure/plasticflaps,/obj/effect/turf_decal/stripes/line{dir = 2},/obj/machinery/conveyor{dir = 4; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jm" = (/obj/machinery/door/poddoor{density = 1; id = "XCCQMLoaddoor2"; name = "Supply Dock Loading Door"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/machinery/conveyor{dir = 4; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jn" = (/obj/effect/turf_decal/stripes/end,/obj/machinery/conveyor/inverted{dir = 10; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jo" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/supply) -"jp" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jq" = (/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/structure/table,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jr" = (/obj/machinery/door/airlock/external{name = "Supply Shuttle"; req_access_txt = "106"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"js" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supply) -"jt" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"ju" = (/obj/effect/decal/cleanable/dirt,/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jv" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"jw" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"jx" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"jy" = (/obj/machinery/button/door{id = "XCCQMLoaddoor"; layer = 4; name = "Loading Doors"; pixel_x = -27; pixel_y = -5},/obj/machinery/button/door{dir = 2; id = "XCCQMLoaddoor2"; layer = 4; name = "Loading Doors"; pixel_x = -27; pixel_y = 5},/obj/machinery/computer/cargo{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jz" = (/obj/machinery/airalarm{dir = 4; pixel_x = -23},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"jB" = (/obj/structure/noticeboard{dir = 8; pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"jC" = (/obj/docking_port/stationary{dir = 8; dwidth = 8; height = 7; id = "supply_away"; json_key = "cargo"; name = "CentCom"; width = 20},/turf/open/space,/area/space) -"jD" = (/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"jE" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/centcom/supply) -"jF" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plasteel,/area/centcom/control) -"jG" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"jH" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"jI" = (/obj/machinery/door/poddoor{density = 1; id = "XCCQMLoaddoor"; name = "Supply Dock Loading Door"},/obj/machinery/conveyor{dir = 8; id = "XCCQMLoad"},/obj/effect/turf_decal/stripes/end{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"jJ" = (/obj/structure/plasticflaps,/obj/machinery/conveyor{dir = 8; id = "XCCQMLoad"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/supply) -"jK" = (/obj/machinery/door/poddoor{density = 1; id = "XCCQMLoaddoor"; name = "Supply Dock Loading Door"},/obj/machinery/conveyor{dir = 8; id = "XCCQMLoad"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/supply) -"jL" = (/obj/effect/turf_decal/stripes/end{dir = 1},/obj/machinery/conveyor/inverted{dir = 6; id = "XCCQMLoad2"},/turf/open/floor/plasteel,/area/centcom/supply) -"jM" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/supply) -"jN" = (/obj/structure/closet/wardrobe/cargotech,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jO" = (/obj/structure/table,/obj/item/gun/energy/ionrifle,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"jP" = (/obj/machinery/conveyor_switch/oneway{dir = 8; id = "XCCQMLoad"; pixel_x = 6},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"jQ" = (/obj/structure/closet/secure_closet/quartermaster,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"jR" = (/obj/machinery/newscaster/security_unit{pixel_x = -32},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"jS" = (/obj/machinery/computer/prisoner,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"jT" = (/obj/machinery/computer/security,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"jU" = (/obj/machinery/computer/secure_data,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/control) -"jV" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"jW" = (/obj/structure/closet/secure_closet/contraband/heads,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"jX" = (/obj/structure/closet/secure_closet/courtroom,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"jY" = (/obj/structure/closet/lawcloset,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"jZ" = (/obj/item/storage/box/handcuffs,/obj/item/crowbar/red,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ka" = (/obj/structure/bookcase/random,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kb" = (/obj/structure/bookcase/random,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kc" = (/obj/item/book/manual/wiki/security_space_law,/obj/item/taperecorder,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kd" = (/obj/item/wrench,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ke" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kf" = (/obj/structure/table/wood,/obj/item/phone{desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; pixel_x = -3; pixel_y = 3},/obj/item/clothing/mask/cigarette/cigar/cohiba{pixel_x = 6},/obj/item/clothing/mask/cigarette/cigar/havana{pixel_x = 2},/obj/item/clothing/mask/cigarette/cigar{pixel_x = 4.5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kg" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kh" = (/obj/item/storage/briefcase{pixel_x = -3; pixel_y = 3},/obj/item/storage/secure/briefcase,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ki" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership; dir = 1; dwidth = 25; height = 50; id = "emergency_syndicate"; name = "Syndicate Auxillary Shuttle Dock"; width = 50},/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"kj" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"kk" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kl" = (/turf/open/floor/wood,/area/centcom/control) -"km" = (/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kn" = (/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ko" = (/turf/closed/indestructible/abductor{icon_state = "alien20"},/area/abductor_ship) -"kp" = (/turf/closed/indestructible/abductor{icon_state = "alien21"},/area/abductor_ship) -"kq" = (/turf/closed/indestructible/abductor{icon_state = "alien22"},/area/abductor_ship) -"kr" = (/turf/closed/indestructible/abductor{icon_state = "alien23"},/area/abductor_ship) -"ks" = (/turf/closed/indestructible/abductor{icon_state = "alien24"},/area/abductor_ship) -"kt" = (/obj/effect/light_emitter{set_cap = 1; set_luminosity = 4},/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"ku" = (/turf/closed/indestructible/fakeglass,/area/syndicate_mothership) -"kw" = (/turf/open/floor/plasteel/yellowsiding,/area/centcom/supply) -"kx" = (/obj/structure/filingcabinet/medical,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/control) -"ky" = (/obj/structure/filingcabinet/security,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/control) -"kz" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/wood,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kA" = (/obj/structure/chair/comfy/brown,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kB" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kC" = (/obj/structure/window/reinforced{dir = 4},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kD" = (/obj/structure/window/reinforced{dir = 1},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kE" = (/obj/structure/chair,/obj/structure/window/reinforced{dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kF" = (/obj/structure/table/wood,/obj/structure/window/reinforced{dir = 8},/obj/item/paper_bin,/obj/item/pen/fourcolor,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kG" = (/obj/structure/chair/comfy/brown{color = "#596479"; dir = 2},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kH" = (/obj/structure/table/wood,/obj/structure/window/reinforced{dir = 4},/obj/item/clipboard,/obj/item/folder/blue,/obj/item/stamp/law,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kI" = (/obj/structure/window/reinforced{dir = 8},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kJ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kK" = (/turf/closed/indestructible/abductor{icon_state = "alien16"},/area/abductor_ship) -"kL" = (/turf/closed/indestructible/abductor{icon_state = "alien17"},/area/abductor_ship) -"kM" = (/obj/machinery/abductor/experiment{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"kN" = (/obj/machinery/abductor/console{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"kO" = (/obj/machinery/abductor/pad{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"kP" = (/turf/closed/indestructible/abductor{icon_state = "alien18"},/area/abductor_ship) -"kQ" = (/turf/closed/indestructible/abductor{icon_state = "alien19"},/area/abductor_ship) -"kS" = (/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"kT" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"kU" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"kV" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"kW" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"kX" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kY" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/folder/blue,/obj/item/stamp/law,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"kZ" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/control) -"la" = (/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "leftsecure"; name = "CentCom Stand"; req_access_txt = "109"},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lb" = (/obj/structure/table/wood,/obj/machinery/door/window,/obj/item/radio/intercom{desc = "Talk smack through this."; syndie = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lc" = (/obj/structure/table/wood,/obj/structure/window/reinforced{dir = 8},/obj/item/gavelblock,/obj/item/gavelhammer,/obj/structure/window/reinforced,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"ld" = (/obj/structure/table/wood,/obj/item/radio/intercom{desc = "Talk smack through this."; syndie = 1},/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "leftsecure"; name = "CentCom Stand"; req_access_txt = "109"},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"le" = (/obj/structure/table/wood,/obj/structure/window/reinforced{dir = 4},/obj/item/megaphone,/obj/structure/window/reinforced,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lf" = (/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "leftsecure"; name = "CentCom Stand"; req_access_txt = "109"},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lg" = (/turf/closed/indestructible/abductor{icon_state = "alien14"},/area/abductor_ship) -"lh" = (/obj/machinery/computer/camera_advanced/abductor{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"li" = (/turf/open/floor/plating/abductor,/area/abductor_ship) -"lj" = (/obj/structure/closet/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship) -"lk" = (/turf/closed/indestructible/abductor{icon_state = "alien15"},/area/abductor_ship) -"ln" = (/obj/machinery/light,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"lo" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"lp" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"lq" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"lr" = (/turf/closed/indestructible/fakedoor{name = "CentCom"},/area/centcom/control) -"ls" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/control) -"lt" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/control) -"lu" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"lv" = (/obj/structure/table/reinforced,/obj/item/gun/ballistic/automatic/wt550,/obj/item/flashlight/seclite,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"lw" = (/obj/structure/chair/comfy/brown{buildstackamount = 0; dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lx" = (/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lz" = (/obj/structure/table/wood,/obj/item/storage/briefcase,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lA" = (/obj/structure/noticeboard{dir = 8; pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lB" = (/turf/closed/indestructible/abductor{icon_state = "alien12"},/area/abductor_ship) -"lC" = (/obj/item/retractor/alien,/obj/item/hemostat/alien,/obj/structure/table/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship) -"lD" = (/obj/effect/landmark/abductor/scientist{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"lE" = (/obj/structure/table/optable/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship) -"lF" = (/obj/effect/landmark/abductor/agent{team_number = 4},/turf/open/floor/plating/abductor,/area/abductor_ship) -"lG" = (/obj/structure/table/abductor,/obj/item/storage/box/alienhandcuffs,/turf/open/floor/plating/abductor,/area/abductor_ship) -"lH" = (/turf/closed/indestructible/abductor{icon_state = "alien13"},/area/abductor_ship) -"lI" = (/turf/open/space/transit/centcom,/area/space) -"lJ" = (/obj/machinery/door/airlock/centcom{name = "Shuttle Control Office"; opacity = 1; req_access_txt = "109"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/supply) -"lK" = (/obj/machinery/door/airlock/centcom{name = "CentCom Supply"; req_access_txt = "106"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/supply) -"lL" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/centcom/control) -"lM" = (/obj/machinery/door/poddoor/shutters,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"lN" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{dir = 6; icon_state = "asteroid8"; name = "sand"},/area/centcom/control) -"lO" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/red,/obj/item/pen/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"lP" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/item/crowbar/red,/obj/item/crowbar/power,/obj/item/storage/belt/security/full,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"lQ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lR" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lT" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"lU" = (/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"lV" = (/obj/structure/chair{dir = 8},/obj/item/radio/intercom{desc = "Talk smack through this."; pixel_x = -32; syndie = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lW" = (/obj/structure/chair{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"lX" = (/turf/closed/indestructible/abductor{icon_state = "alien10"},/area/abductor_ship) -"lY" = (/obj/item/surgical_drapes,/obj/item/paper/guides/antag/abductor,/obj/item/scalpel/alien,/obj/structure/table/abductor,/obj/item/cautery/alien,/turf/open/floor/plating/abductor,/area/abductor_ship) -"lZ" = (/turf/closed/indestructible/abductor{icon_state = "alien11"},/area/abductor_ship) -"mb" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"mc" = (/obj/machinery/computer/auxillary_base{pixel_y = 32},/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/yellow,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"md" = (/obj/machinery/computer/shuttle/labor,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/supply) -"me" = (/obj/machinery/computer/shuttle/mining,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/supply) -"mf" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/item/crowbar/red,/obj/item/wrench,/obj/item/clothing/mask/gas,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"mg" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"mh" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"mi" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"mj" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"mk" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/engineering{desc = "A sign that shows there are doors here. There are doors everywhere!"; icon_state = "doors"; name = "WARNING: BLAST DOORS"},/turf/open/floor/plating,/area/centcom/control) -"ml" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mm" = (/obj/machinery/computer/secure_data{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mn" = (/obj/structure/table/wood,/obj/item/radio/intercom{desc = "Talk smack through this."; syndie = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"mo" = (/obj/structure/table/wood,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"mp" = (/obj/structure/table/wood,/obj/item/folder,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mq" = (/obj/structure/chair{dir = 8},/obj/machinery/newscaster{pixel_x = 32},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"mr" = (/turf/closed/indestructible/abductor{icon_state = "alien6"},/area/abductor_ship) -"ms" = (/turf/closed/indestructible/abductor{icon_state = "alien7"},/area/abductor_ship) -"mt" = (/obj/machinery/abductor/gland_dispenser,/turf/open/floor/plating/abductor,/area/abductor_ship) -"mu" = (/obj/structure/table/abductor,/obj/item/surgicaldrill/alien,/obj/item/circular_saw/alien,/turf/open/floor/plating/abductor,/area/abductor_ship) -"mv" = (/obj/structure/bed/abductor,/turf/open/floor/plating/abductor,/area/abductor_ship) -"mw" = (/turf/closed/indestructible/abductor{icon_state = "alien8"},/area/abductor_ship) -"mx" = (/turf/closed/indestructible/abductor{icon_state = "alien9"},/area/abductor_ship) -"my" = (/obj/structure/flora/grass/brown,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"mz" = (/obj/structure/flora/tree/pine,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"mA" = (/obj/structure/flora/grass/both,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"mB" = (/obj/effect/baseturf_helper/asteroid/snow,/turf/closed/indestructible/rock/snow,/area/syndicate_mothership) -"mD" = (/turf/closed/indestructible/riveted,/area/centcom/ferry) -"mE" = (/obj/machinery/computer/security/telescreen/entertainment,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"mF" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/centcom/supply) -"mG" = (/obj/machinery/computer/cargo{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/supply) -"mH" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"mI" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"mJ" = (/obj/structure/noticeboard{dir = 8; pixel_x = 32},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"mK" = (/obj/structure/table,/obj/item/clipboard,/obj/item/stack/packageWrap,/obj/item/stack/cable_coil/white,/obj/item/hand_labeler,/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/centcom/control) -"mL" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"mM" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"mN" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"mO" = (/obj/structure/chair,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"mP" = (/obj/item/storage/firstaid/regular,/obj/structure/table,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"mQ" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/centcom/control) -"mR" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/control) -"mS" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/red,/obj/item/pen/red,/obj/machinery/button/door{id = "XCCsec3"; name = "XCC Shutter 3 Control"; pixel_x = -24; pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/control) -"mT" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/machinery/button/door{id = "XCCsecdepartment"; layer = 3; name = "CC Security Checkpoint Control"; pixel_x = 24; pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/control) -"mU" = (/obj/item/book/manual/wiki/security_space_law,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mV" = (/obj/machinery/vending/cola,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mW" = (/obj/structure/reagent_dispensers/peppertank{pixel_x = -32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mX" = (/obj/structure/table/reinforced,/obj/item/restraints/handcuffs/cable/zipties,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"mY" = (/obj/structure/chair{dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"mZ" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"na" = (/obj/structure/chair{dir = 8},/obj/machinery/newscaster{pixel_x = 32},/turf/open/floor/plasteel/grimy,/area/centcom/control) -"nb" = (/turf/closed/indestructible/abductor,/area/abductor_ship) -"nc" = (/turf/closed/indestructible/abductor{icon_state = "alien2"},/area/abductor_ship) -"nd" = (/turf/closed/indestructible/abductor{icon_state = "alien3"},/area/abductor_ship) -"ne" = (/turf/closed/indestructible/abductor{icon_state = "alien4"},/area/abductor_ship) -"nf" = (/turf/closed/indestructible/abductor{icon_state = "alien5"},/area/abductor_ship) -"ni" = (/obj/machinery/newscaster/security_unit,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"nj" = (/obj/structure/toilet{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/ferry) -"nk" = (/obj/structure/window/reinforced{dir = 8},/obj/machinery/shower{pixel_y = 16},/obj/structure/curtain,/obj/machinery/door/window/brigdoor/southleft{name = "Shower"},/obj/item/soap/deluxe,/obj/machinery/atmospherics/components/unary/vent_pump/on,/turf/open/floor/plasteel/white,/area/centcom/ferry) -"nl" = (/obj/machinery/computer/security/mining{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/supply) -"nm" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"nn" = (/obj/structure/chair/office/dark,/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"no" = (/obj/structure/plasticflaps/opaque,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supply) -"np" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"nq" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"nr" = (/obj/structure/chair{dir = 8},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"ns" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nt" = (/obj/structure/table/wood,/obj/item/storage/photo_album,/obj/item/camera,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nu" = (/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nv" = (/obj/machinery/newscaster/security_unit{pixel_x = -32},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nw" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nx" = (/obj/structure/flora/bush,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"nz" = (/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plating,/area/syndicate_mothership) -"nA" = (/obj/structure/sign/warning/nosmoking,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"nB" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/white,/area/centcom/ferry) -"nC" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plasteel/white,/area/centcom/ferry) -"nD" = (/obj/item/clipboard,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"nE" = (/obj/machinery/keycard_auth{pixel_y = -24},/obj/structure/table/reinforced,/obj/item/stack/packageWrap,/obj/item/stack/cable_coil/white,/obj/item/hand_labeler,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"nF" = (/obj/machinery/newscaster/security_unit{pixel_y = -32},/obj/machinery/computer/cargo{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/supply) -"nG" = (/obj/machinery/computer/security/mining{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/supply) -"nH" = (/obj/machinery/light,/obj/structure/filingcabinet/chestdrawer,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"nI" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/closet/crate/bin,/obj/structure/extinguisher_cabinet{pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"nJ" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"nK" = (/obj/effect/turf_decal/loading_area{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"nL" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"nM" = (/obj/machinery/door/poddoor/shutters{id = "XCCsecdepartment"; name = "XCC Security Checkpoint Shutters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"nN" = (/obj/structure/chair/office/dark,/turf/open/floor/plasteel/grimy,/area/centcom/control) -"nO" = (/obj/structure/chair/comfy/black{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nP" = (/obj/machinery/vending/snack,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nQ" = (/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "leftsecure"; name = "CentCom Stand"; req_access_txt = "109"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nR" = (/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "leftsecure"; name = "CentCom Stand"; req_access_txt = "109"},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"nS" = (/obj/machinery/door/airlock/silver{name = "Bathroom"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/white,/area/centcom/ferry) -"nT" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"nU" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"nV" = (/obj/structure/chair{dir = 4},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"nW" = (/obj/machinery/vending/cola,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"nX" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"nY" = (/obj/machinery/computer/prisoner{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"nZ" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"oa" = (/obj/machinery/computer/secure_data{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"ob" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"oc" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"od" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"oe" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/centcom/ferry) -"of" = (/obj/structure/table/wood,/obj/item/taperecorder,/obj/item/storage/box/handcuffs,/obj/item/flashlight/seclite,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"og" = (/obj/structure/table/wood,/obj/item/storage/photo_album,/obj/item/camera,/obj/structure/reagent_dispensers/peppertank{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oh" = (/obj/machinery/status_display/ai{pixel_y = 32},/obj/item/twohanded/required/kirbyplants{icon_state = "plant-15"; pixel_x = -6; pixel_y = 12},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oi" = (/obj/structure/fireplace,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oj" = (/obj/machinery/status_display/evac{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ok" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ol" = (/obj/structure/table/wood,/obj/item/flashlight/lamp,/obj/machinery/requests_console{announcementConsole = 1; department = "Captain's Desk"; departmentType = 5; name = "Captain RC"; pixel_y = 32},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"om" = (/obj/machinery/computer/card/centcom,/obj/item/card/id/centcom,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"on" = (/obj/machinery/computer/communications,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oo" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/machinery/vending/wallmed{name = "Emergency NanoMed"; pixel_y = 32; use_power = 0},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"op" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/folder/blue,/obj/item/melee/chainofcommand,/obj/item/stamp/captain,/obj/machinery/newscaster/security_unit{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oq" = (/obj/structure/table/wood,/obj/machinery/computer/security/wooden_tv,/obj/item/storage/secure/safe{pixel_x = 32; pixel_y = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"or" = (/obj/effect/decal/cleanable/dirt,/obj/structure/filingcabinet/chestdrawer,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"os" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/red,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/supply) -"ot" = (/obj/structure/table/reinforced,/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/effect/turf_decal/stripes/line,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/centcom/supply) -"ou" = (/obj/machinery/photocopier,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/supply) -"ov" = (/obj/machinery/computer/cargo{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/supply) -"ow" = (/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},/turf/open/floor/plasteel,/area/centcom/control) -"ox" = (/obj/structure/table,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"oy" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"oz" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"oA" = (/obj/item/storage/briefcase{pixel_x = -3; pixel_y = 3},/obj/item/storage/secure/briefcase,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oB" = (/turf/open/floor/wood,/area/centcom/ferry) -"oC" = (/obj/structure/chair/comfy/brown{dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oD" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oE" = (/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oF" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/centcom/ferry) -"oG" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oH" = (/obj/structure/chair/comfy/brown{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 6},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oJ" = (/obj/machinery/door/airlock/centcom{name = "Administrative Office"; opacity = 1; req_access_txt = "109"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oK" = (/obj/structure/chair/comfy/brown{color = "#596479"; dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"oL" = (/obj/machinery/modular_computer/console/preset/command{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oM" = (/obj/structure/table/reinforced,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/supply) -"oN" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"oO" = (/obj/machinery/computer/security/mining{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/supply) -"oP" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"oQ" = (/obj/machinery/vending/snack,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"oR" = (/obj/item/storage/briefcase{pixel_x = -3; pixel_y = 3},/obj/item/storage/secure/briefcase,/obj/structure/table/wood,/obj/structure/noticeboard{dir = 8; pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"oS" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks/beer{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"oT" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"oU" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"oV" = (/obj/machinery/vr_sleeper{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/wood,/area/centcom/holding) -"oX" = (/obj/structure/bookcase/random,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"oY" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/turf/open/floor/wood,/area/centcom/ferry) -"oZ" = (/obj/structure/chair/comfy/black{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pa" = (/obj/structure/table/wood,/obj/item/phone{desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; pixel_x = -3; pixel_y = 3},/obj/item/clothing/mask/cigarette/cigar/cohiba{pixel_x = 6},/obj/item/clothing/mask/cigarette/cigar/havana{pixel_x = 2},/obj/item/clothing/mask/cigarette/cigar{pixel_x = 4.5},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 10},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pb" = (/obj/structure/chair/comfy/brown{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pc" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pd" = (/obj/structure/table/wood,/obj/machinery/computer/security/wooden_tv,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pe" = (/obj/machinery/light{dir = 4},/obj/machinery/light_switch{pixel_x = 24},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pf" = (/obj/machinery/light_switch{pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pg" = (/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"ph" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/machinery/light{dir = 4},/obj/structure/mirror{pixel_x = 28},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"pi" = (/obj/structure/table/reinforced,/obj/item/folder/yellow,/obj/item/stamp/qm,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/supply) -"pj" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply) -"pk" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"pl" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/brigdoor{name = "CentCom Customs"; icon_state = "rightsecure"; dir = 4; req_access_txt = "109"; base_state = "rightsecure"},/obj/item/clipboard,/obj/item/folder/yellow,/obj/item/pen/red,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"pm" = (/obj/effect/turf_decal/stripes/line,/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/control) -"pn" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"po" = (/obj/structure/chair/comfy/brown{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pp" = (/obj/structure/chair/comfy/black{dir = 1},/obj/machinery/light,/obj/machinery/status_display/evac{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pq" = (/obj/structure/bookcase/random,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pr" = (/obj/structure/bookcase/random,/obj/machinery/status_display/evac{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ps" = (/obj/structure/bookcase/random,/obj/structure/noticeboard{dir = 1; pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pt" = (/obj/machinery/vending/coffee,/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pu" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pv" = (/obj/machinery/vending/cigarette,/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"pw" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"py" = (/obj/machinery/smartfridge,/turf/closed/indestructible{icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood"; smooth = 1},/area/centcom/holding) -"pz" = (/obj/machinery/door/airlock/centcom{name = "CentCom Supply"; req_access_txt = "106"},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"pE" = (/obj/machinery/plantgenes/seedvault,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"pH" = (/obj/structure/table/wood,/obj/machinery/recharger,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"pI" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden{dir = 8},/turf/open/floor/wood,/area/centcom/ferry) -"pJ" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/turf/open/floor/wood,/area/centcom/ferry) -"pK" = (/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/wood,/area/centcom/ferry) -"pL" = (/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pM" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pN" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/under/rank/curator/treasure_hunter,/obj/item/clothing/under/skirt/black,/obj/item/clothing/under/shorts/black,/obj/item/clothing/under/pants/track,/obj/item/clothing/accessory/armband/deputy,/obj/item/clothing/accessory/waistcoat,/obj/item/clothing/shoes/jackboots,/obj/item/clothing/shoes/laceup,/obj/item/clothing/neck/stripedredscarf,/obj/item/clothing/neck/tie/red,/obj/item/clothing/head/helmet/space/beret,/obj/item/clothing/suit/curator,/obj/item/clothing/suit/space/officer,/obj/item/clothing/gloves/fingerless,/obj/item/clothing/gloves/color/black,/obj/item/clothing/glasses/eyepatch,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"pO" = (/obj/structure/destructible/cult/tome,/obj/item/book/codex_gigas,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"pP" = (/obj/structure/table/reinforced,/obj/item/cartridge/quartermaster{pixel_x = -6},/obj/item/cartridge/quartermaster{pixel_x = 6},/obj/item/cartridge/quartermaster{pixel_y = 6},/obj/item/gps/mining,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/supply) -"pQ" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/structure/window/reinforced{dir = 4},/obj/item/paper_bin,/obj/item/pen/red,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/supply) -"pR" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"pS" = (/obj/structure/table,/obj/item/stack/packageWrap,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"pU" = (/obj/structure/sign/map/right{pixel_y = -32},/obj/structure/rack{icon = 'icons/obj/stationobjs.dmi'; icon_state = "minibar_right"; name = "skeletal minibar"},/obj/item/reagent_containers/food/drinks/bottle/gin,/turf/open/floor/wood,/area/syndicate_mothership) -"pV" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"pW" = (/obj/effect/landmark/ai_multicam_room,/turf/open/ai_visible,/area/ai_multicam_room) -"pZ" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership) -"qa" = (/obj/structure/flora/tree/pine,/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"qb" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/book/manual/wiki/security_space_law,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qc" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/lighter,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qd" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/turf/open/floor/wood,/area/centcom/ferry) -"qe" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/light_switch{pixel_y = -24},/turf/open/floor/wood,/area/centcom/ferry) -"qf" = (/obj/structure/closet/crate/bin,/obj/machinery/light,/turf/open/floor/wood,/area/centcom/ferry) -"qg" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/toy/figure/dsquad,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qi" = (/obj/structure/table/wood,/obj/item/storage/secure/briefcase{pixel_x = 5; pixel_y = 5},/obj/item/storage/lockbox/medal,/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qj" = (/obj/structure/table/wood,/obj/item/flashlight/lamp,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qk" = (/obj/structure/bed,/obj/item/bedsheet/black,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ql" = (/obj/structure/dresser,/obj/structure/sign/plaques/golden/captain{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"qm" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"qn" = (/obj/structure/filingcabinet/filingcabinet,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/supply) -"qo" = (/obj/structure/table/reinforced,/obj/item/folder,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/supply) -"qp" = (/obj/machinery/firealarm{dir = 1; pixel_y = -26},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"qq" = (/obj/machinery/button/door{id = "XCCsec3"; name = "XCC Shutter 3 Control"; pixel_x = 24; pixel_y = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"qr" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"qs" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"qt" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"qu" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"qv" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/centcom/control) -"qw" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{name = "plating"; icon_state = "asteroid5"},/area/centcom/control) -"qx" = (/turf/closed/indestructible/riveted,/area/centcom/evac) -"qy" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/centcom/evac) -"qz" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/centcom/evac) -"qA" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/obj/machinery/light{dir = 1},/turf/open/floor/grass,/area/centcom/evac) -"qB" = (/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/open/floor/grass,/area/centcom/evac) -"qC" = (/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/brflowers,/obj/machinery/light{dir = 1},/turf/open/floor/grass,/area/centcom/evac) -"qD" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/open/floor/grass,/area/centcom/evac) -"qE" = (/turf/closed/indestructible/riveted/uranium,/area/wizard_station) -"qI" = (/obj/effect/turf_decal/stripes/line{dir = 2},/obj/machinery/light{dir = 1},/turf/open/floor/plating,/area/syndicate_mothership) -"qQ" = (/obj/machinery/door/airlock/centcom{name = "Administrative Office"; opacity = 1; req_access_txt = "109"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/ferry) -"qR" = (/obj/structure/sign/nanotrasen,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"qS" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/centcom/supply) -"qT" = (/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/centcom/control) -"qU" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/centcom/evac) -"qV" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/centcom/evac) -"qW" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/ywflowers,/turf/open/floor/grass,/area/centcom/evac) -"qX" = (/obj/structure/fluff/arc,/turf/open/floor/grass,/area/centcom/evac) -"qY" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/grass,/area/centcom/evac) -"qZ" = (/turf/open/floor/engine/cult,/area/wizard_station) -"ra" = (/obj/machinery/computer/shuttle,/turf/open/floor/engine/cult,/area/wizard_station) -"rb" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plating,/area/syndicate_mothership) -"rc" = (/obj/machinery/door/airlock/centcom{name = "Equipment Room"; req_one_access_txt = "150"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"rd" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/syndicate_mothership) -"rf" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/vending/coffee,/turf/open/floor/plasteel,/area/syndicate_mothership) -"rk" = (/obj/structure/table/reinforced,/obj/item/book/manual/wiki/security_space_law,/obj/item/taperecorder,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rl" = (/obj/machinery/computer/auxillary_base{pixel_y = 32},/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/radio/headset/headset_cent,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rm" = (/obj/machinery/computer/shuttle/labor,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"rn" = (/obj/machinery/computer/shuttle/mining,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"ro" = (/obj/machinery/light{dir = 1},/obj/structure/table/reinforced,/obj/item/crowbar/red,/obj/item/wrench,/obj/item/clothing/mask/gas,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rp" = (/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rq" = (/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/structure/filingcabinet/filingcabinet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rr" = (/obj/structure/reagent_dispensers/fueltank,/obj/item/weldingtool/experimental,/obj/effect/decal/cleanable/oil,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rs" = (/obj/structure/table/reinforced,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/plasteel{amount = 15},/obj/item/stack/sheet/rglass{amount = 50; pixel_x = 2; pixel_y = -2},/obj/item/stack/rods/fifty,/obj/item/stack/cable_coil/white,/obj/effect/decal/cleanable/dirt,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rt" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/newscaster{pixel_x = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ru" = (/obj/machinery/light_switch{pixel_y = 24},/turf/open/floor/wood,/area/centcom/ferry) -"rv" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/centcom/ferry) -"rw" = (/obj/item/flashlight/lamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"rx" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"ry" = (/obj/machinery/computer/card/centcom,/obj/item/card/id/centcom,/obj/machinery/computer/security/telescreen{desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; name = "Research Monitor"; network = list("rd","minisat"); pixel_y = 28},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"rz" = (/obj/structure/sign/warning/securearea,/turf/closed/indestructible/riveted,/area/centcom/ferry) -"rA" = (/obj/machinery/power/smes/magical,/obj/machinery/light{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/structure/cable/white{icon_state = "0-4"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rB" = (/obj/machinery/power/apc{dir = 4; name = "Commander's Office APC"; pixel_x = 26},/obj/structure/table/reinforced,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/stack/sheet/plasteel{amount = 15},/obj/item/stack/sheet/rglass{amount = 50; pixel_x = 2; pixel_y = -2},/obj/item/stack/rods/fifty,/obj/item/stack/cable_coil/white,/obj/item/screwdriver/power,/obj/effect/decal/cleanable/dirt,/obj/structure/cable/white{icon_state = "0-2"},/obj/structure/cable/white{icon_state = "0-8"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rC" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/space/hardsuit/deathsquad{pixel_y = 5},/obj/item/clothing/gloves/combat,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/gas/sechailer/swat,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rD" = (/obj/structure/table/reinforced,/obj/item/storage/lockbox/loyalty,/obj/item/gun/ballistic/automatic/ar,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rE" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/item/crowbar/red,/obj/item/crowbar/power,/obj/item/storage/belt/security/full,/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"rF" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{dir = 6; icon_state = "asteroid8"; name = "sand"},/area/centcom/supply) -"rG" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supply) -"rH" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fernybush,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel{name = "plating"; icon_state = "asteroid5"},/area/centcom/control) -"rI" = (/obj/machinery/door/poddoor/shutters{id = "XCCsec3"; name = "XCC Checkpoint 3 Shutters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"rJ" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/centcom/control) -"rK" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/centcom/control) -"rL" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rM" = (/obj/structure/filingcabinet/medical,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rN" = (/obj/structure/filingcabinet/security,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rO" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rP" = (/obj/structure/table/reinforced,/obj/item/wrench,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rQ" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/item/crowbar/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rR" = (/obj/item/storage/box/ids{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/silver_ids,/obj/structure/table/reinforced,/obj/machinery/newscaster{pixel_y = 32},/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"rS" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/centcom/evac) -"rT" = (/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/window/reinforced,/turf/open/floor/grass,/area/centcom/evac) -"rU" = (/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/window/reinforced,/turf/open/floor/grass,/area/centcom/evac) -"rV" = (/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/window/reinforced,/turf/open/floor/grass,/area/centcom/evac) -"rW" = (/obj/machinery/light{dir = 8},/turf/open/floor/engine/cult,/area/wizard_station) -"rX" = (/obj/machinery/light{dir = 4},/turf/open/floor/engine/cult,/area/wizard_station) -"sc" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership/control; dir = 1; dwidth = 3; height = 7; name = "escape pod loader"; roundstart_template = /datum/map_template/shuttle/assault_pod/default; width = 7},/turf/open/floor/plating,/area/syndicate_mothership) -"si" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/beer{pixel_x = 5; pixel_y = -2},/obj/item/toy/cards/deck/syndicate{pixel_x = -6; pixel_y = 6},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"sq" = (/obj/machinery/computer/shuttle/white_ship{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"sr" = (/obj/structure/chair/office/dark{dir = 8},/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/centcom/ferry) -"ss" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"st" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"su" = (/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"sv" = (/obj/structure/noticeboard{dir = 8; pixel_x = 32},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"sw" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sx" = (/obj/structure/chair/comfy/black,/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -32},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"sy" = (/obj/structure/chair/comfy/black,/obj/machinery/atmospherics/pipe/manifold/supply/hidden,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"sz" = (/obj/structure/chair/office/dark{dir = 4},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/white{icon_state = "2-4"},/turf/open/floor/wood,/area/centcom/ferry) -"sA" = (/obj/item/clipboard,/obj/structure/table/reinforced,/obj/item/detective_scanner,/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sB" = (/obj/structure/chair/office/dark{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,/obj/structure/cable/white{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"sC" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"sD" = (/obj/machinery/door/airlock/centcom{name = "Administrative Storage"; req_access_txt = "106"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/structure/cable/white{icon_state = "4-8"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"sE" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/obj/machinery/meter,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "2-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sF" = (/obj/machinery/power/terminal{dir = 1},/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/obj/structure/cable/white{icon_state = "0-8"},/obj/structure/cable/white{icon_state = "0-4"},/obj/structure/cable/white{icon_state = "0-2"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sG" = (/obj/machinery/atmospherics/pipe/manifold/supply/visible{dir = 1},/obj/machinery/meter,/obj/structure/cable/white{icon_state = "1-8"},/obj/structure/cable/white{icon_state = "1-2"},/obj/structure/cable/white{icon_state = "2-8"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sH" = (/obj/effect/mapping_helpers/airlock/locked,/obj/machinery/door/airlock/vault{name = "Vault Door"; req_access_txt = "53"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"sI" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sJ" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"sK" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/control) -"sL" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"sM" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"sN" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/evac) -"sO" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sP" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sQ" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sR" = (/obj/structure/chair,/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sS" = (/obj/structure/table,/obj/item/toy/katana,/obj/item/toy/plush/carpplushie,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sT" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/evac) -"sU" = (/obj/effect/turf_decal/delivery,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"sW" = (/obj/structure/showcase{desc = "A strange machine supposedly from another world. The Wizard Federation has been meddling with it for years."; icon = 'icons/obj/machines/telecomms.dmi'; icon_state = "processor"; name = "byond random number generator"},/turf/open/floor/engine/cult,/area/wizard_station) -"sX" = (/obj/structure/showcase{desc = "A historical figure of great importance to the wizard federation. He spent his long life learning magic, stealing artifacts, and harassing idiots with swords. May he rest forever, Rodney."; icon = 'icons/mob/mob.dmi'; icon_state = "nim"; name = "wizard of yendor showcase"},/turf/open/floor/engine/cult,/area/wizard_station) -"sY" = (/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"sZ" = (/obj/structure/sign/map/left{pixel_y = -32},/obj/structure/rack{icon = 'icons/obj/stationobjs.dmi'; icon_state = "minibar_left"; name = "skeletal minibar"},/obj/item/reagent_containers/food/drinks/bottle/vodka,/turf/open/floor/wood,/area/syndicate_mothership) -"td" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"te" = (/obj/machinery/door/airlock/centcom{name = "Auxillary Dock"; opacity = 1; req_access_txt = ""},/turf/open/floor/plating,/area/syndicate_mothership) -"tg" = (/obj/machinery/shower{dir = 4},/obj/item/soap/syndie,/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"tl" = (/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plating,/area/syndicate_mothership) -"tm" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plating,/area/syndicate_mothership) -"to" = (/obj/machinery/computer/shuttle/ferry{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"tp" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"tq" = (/obj/structure/chair/office/dark,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"tr" = (/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"ts" = (/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/centcom/ferry) -"tt" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"tu" = (/obj/machinery/door/airlock/centcom{name = "CentCom Supply"; req_access_txt = "106"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"tx" = (/obj/structure/table/wood,/obj/item/storage/pill_bottle/dice,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"ty" = (/obj/structure/table/wood,/obj/item/toy/cards/deck/cas{pixel_x = -5; pixel_y = 5},/obj/item/toy/cards/deck/cas/black{pixel_x = 5; pixel_y = 5},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"tz" = (/obj/structure/chair/office/dark{dir = 4},/obj/structure/cable/white{icon_state = "1-2"},/turf/open/floor/wood,/area/centcom/ferry) -"tA" = (/obj/structure/table/reinforced,/obj/item/folder/red,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"tB" = (/obj/item/storage/fancy/donut_box,/obj/structure/table/reinforced,/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"tC" = (/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/structure/table/reinforced,/obj/machinery/light{dir = 4},/obj/machinery/newscaster{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"tD" = (/obj/machinery/atmospherics/components/unary/portables_connector/visible{dir = 1},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/machinery/portable_atmospherics/canister/air,/obj/structure/cable/white{icon_state = "1-4"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tE" = (/obj/machinery/computer/monitor/secret{dir = 1},/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/obj/effect/decal/cleanable/dirt,/obj/structure/cable/white{icon_state = "4-8"},/obj/structure/cable/white{icon_state = "1-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tF" = (/obj/machinery/atmospherics/components/unary/tank/air{dir = 1},/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/decal/cleanable/dirt,/obj/structure/cable/white{icon_state = "1-8"},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tG" = (/obj/item/storage/box/handcuffs,/obj/item/ammo_box/a357,/obj/item/ammo_box/a357,/obj/item/gun/ballistic/revolver/mateba,/obj/structure/table/reinforced,/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tH" = (/obj/item/gun/energy/pulse/carbine/loyalpin,/obj/item/flashlight/seclite,/obj/structure/table/reinforced,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tI" = (/obj/item/storage/box/emps{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/flashbangs,/obj/item/grenade/plastic/x4,/obj/item/grenade/plastic/x4,/obj/item/grenade/plastic/x4,/obj/structure/table/reinforced,/obj/item/clothing/ears/earmuffs,/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"tJ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"tK" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"tL" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"tM" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/centcom/control) -"tN" = (/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"tO" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"tP" = (/obj/structure/sign/warning/securearea,/turf/closed/indestructible/riveted,/area/centcom/control) -"tR" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/centcom/evac) -"tS" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"tT" = (/turf/open/floor/plasteel/yellowsiding{dir = 1},/area/centcom/evac) -"tU" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"tV" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/evac) -"tW" = (/obj/structure/rack,/obj/item/nullrod/claymore{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"tX" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Cockpit"},/turf/open/floor/engine/cult,/area/wizard_station) -"tY" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plasteel,/area/centcom/supplypod) -"uc" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"ud" = (/obj/item/storage/crayons,/obj/structure/table,/obj/item/storage/crayons,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership) -"uf" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"uj" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uk" = (/obj/machinery/keycard_auth{pixel_y = -24},/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/machinery/button/door{id = "XCCFerry"; name = "Hanger Bay Shutters"; pixel_y = -38},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ul" = (/obj/machinery/computer/emergency_shuttle{dir = 1},/obj/machinery/newscaster/security_unit{pixel_y = -32},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/ferry) -"um" = (/obj/machinery/computer/communications{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"un" = (/obj/machinery/light,/obj/structure/filingcabinet/chestdrawer,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uo" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/closet/crate/bin,/obj/structure/extinguisher_cabinet{pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"up" = (/obj/structure/chair/comfy/black{dir = 1},/obj/machinery/computer/security/telescreen/entertainment{pixel_x = -32},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"uq" = (/obj/structure/chair/comfy/black{dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"ur" = (/obj/structure/cable/white{icon_state = "1-2"},/turf/open/floor/wood,/area/centcom/ferry) -"us" = (/obj/machinery/atmospherics/components/unary/vent_pump/on{dir = 1},/turf/open/floor/wood,/area/centcom/ferry) -"ut" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"uu" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"uv" = (/obj/machinery/computer/security{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"uw" = (/obj/structure/chair/office/dark,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"ux" = (/obj/machinery/computer/card/centcom{dir = 1},/obj/machinery/button/door{id = "XCCcustoms1"; layer = 3.5; name = "CC Customs 1 Control"; pixel_x = 8; pixel_y = -24},/obj/machinery/button/door{id = "XCCcustoms2"; layer = 3.5; name = "CC Customs 2 Control"; pixel_x = -8; pixel_y = -24},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"uy" = (/obj/machinery/computer/security{dir = 8},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"uz" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/obj/machinery/light,/turf/open/floor/plating/asteroid,/area/centcom/evac) -"uA" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"uB" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"uC" = (/obj/machinery/computer/camera_advanced,/turf/open/floor/wood,/area/wizard_station) -"uD" = (/obj/structure/table/wood/fancy,/obj/item/radio/intercom{desc = "Talk smack through this."; syndie = 1},/turf/open/floor/wood,/area/wizard_station) -"uE" = (/turf/open/floor/carpet,/area/wizard_station) -"uF" = (/obj/structure/chair/wood/wings,/turf/open/floor/carpet,/area/wizard_station) -"uG" = (/obj/structure/chair{dir = 1},/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"uJ" = (/obj/effect/baseturf_helper/asteroid/snow,/turf/closed/indestructible/riveted,/area/syndicate_mothership) -"uM" = (/obj/structure/mirror{pixel_x = -28},/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"uO" = (/obj/machinery/door/airlock/centcom{name = "Shuttle Control Office"; opacity = 1; req_access_txt = "109"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/ferry) -"uP" = (/obj/structure/table/reinforced,/obj/item/stack/packageWrap,/obj/item/crowbar/power,/obj/item/wrench,/obj/item/hand_labeler,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"uQ" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"uR" = (/obj/structure/bookcase/random,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uS" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uT" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uU" = (/obj/structure/cable/white,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uV" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uW" = (/obj/structure/closet/crate/bin,/obj/machinery/light_switch{pixel_y = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uX" = (/obj/structure/table/wood,/obj/item/dice/d20{pixel_x = 3; pixel_y = 3},/obj/item/dice/d10{pixel_x = -3},/obj/machinery/computer/security/telescreen/entertainment{pixel_y = -32},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"uY" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/grass,/area/centcom/ferry) -"uZ" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/centcom/ferry) -"va" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/centcom/ferry) -"vb" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/centcom/ferry) -"vc" = (/obj/machinery/newscaster,/turf/closed/indestructible/riveted,/area/centcom/control) -"vd" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/red,/obj/item/pen/red,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 1; icon_state = "rightsecure"; name = "CentCom Customs"; req_access_txt = "109"},/obj/machinery/door/window,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"ve" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/centcom/evac) -"vf" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vg" = (/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vh" = (/turf/open/floor/plasteel,/area/centcom/evac) -"vi" = (/obj/docking_port/stationary{dir = 4; dwidth = 25; height = 50; id = "emergency_away"; name = "CentCom Emergency Shuttle Dock"; width = 50; json_key = "emergency"},/turf/open/space,/area/space) -"vj" = (/turf/open/floor/wood,/area/wizard_station) -"vk" = (/obj/structure/chair/wood/wings{dir = 1},/turf/open/floor/wood,/area/wizard_station) -"vl" = (/obj/structure/chair/wood/wings{dir = 4},/turf/open/floor/carpet,/area/wizard_station) -"vm" = (/obj/structure/table/wood/poker,/obj/item/toy/figure/wizard,/turf/open/floor/carpet,/area/wizard_station) -"vn" = (/obj/structure/chair/wood/wings{dir = 8},/turf/open/floor/carpet,/area/wizard_station) -"vo" = (/obj/machinery/door/airlock/centcom{name = "CentCom Supply"; req_access_txt = "106"},/turf/open/floor/plasteel,/area/centcom/supplypod) -"vs" = (/obj/machinery/vending/hydronutrients,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"vt" = (/obj/structure/rack,/obj/item/nullrod/claymore/katana{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"vu" = (/obj/structure/chair/stool,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"vw" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/mob/living/simple_animal/hostile/carp/cayenne,/turf/open/floor/plasteel,/area/syndicate_mothership) -"vy" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"vA" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/engineering{desc = "A sign that shows there are doors here. There are doors everywhere!"; icon_state = "doors"; name = "WARNING: EXTERNAL AIRLOCK"},/turf/open/floor/plating,/area/centcom/ferry) -"vB" = (/obj/structure/closet/emcloset,/obj/item/tank/internals/emergency_oxygen/engi,/obj/item/tank/internals/emergency_oxygen/engi,/obj/item/tank/internals/emergency_oxygen/engi,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/ferry) -"vC" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/ferry) -"vD" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"vE" = (/obj/machinery/firealarm{pixel_y = 24},/obj/structure/chair{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = 24},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"vF" = (/obj/machinery/door/airlock/centcom{name = "Administrative Office"; opacity = 1; req_access_txt = "109"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/ferry) -"vG" = (/obj/machinery/door/poddoor/shutters{id = "XCCsec1"; name = "XCC Checkpoint 1 Shutters"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"vH" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"vI" = (/obj/machinery/pdapainter,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vJ" = (/obj/machinery/photocopier,/obj/machinery/light{dir = 1},/obj/machinery/button/door{id = "XCCFerry"; name = "Hanger Bay Shutters"; pixel_x = -8; pixel_y = 24; req_access_txt = "2"},/obj/machinery/button/door{id = "XCCsec3"; name = "CC Main Access Control"; pixel_x = 8; pixel_y = 24},/obj/machinery/button/door{id = "XCCsec1"; name = "CC Shutter 1 Control"; pixel_x = 8; pixel_y = 38},/obj/machinery/button/door{id = "XCCsec3"; name = "XCC Shutter 3 Control"; pixel_x = -8; pixel_y = 38},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vK" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vL" = (/obj/item/flashlight/lamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vM" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vN" = (/obj/structure/filingcabinet/medical,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"vO" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"vP" = (/obj/machinery/door/poddoor/shutters{id = "XCCcustoms2"; name = "XCC Customs 2 Shutters"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"vQ" = (/obj/structure/table,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/machinery/light{dir = 8},/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/centcom/control) -"vR" = (/obj/structure/chair,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"vS" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"vT" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"vU" = (/obj/machinery/door/poddoor/shutters{id = "XCCcustoms1"; name = "XCC Customs 1 Shutters"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vV" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vW" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vX" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"vY" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"vZ" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"wa" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"wb" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Observation Room"},/turf/open/floor/engine/cult,/area/wizard_station) -"wc" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Game Room"},/turf/open/floor/engine/cult,/area/wizard_station) -"wd" = (/obj/structure/chair/wood/wings{dir = 1},/turf/open/floor/carpet,/area/wizard_station) -"wh" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"wl" = (/obj/structure/table/wood,/obj/item/paicard,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"wm" = (/obj/structure/table/wood,/obj/item/pizzabox,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"wp" = (/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"wq" = (/obj/machinery/light{dir = 8},/turf/open/floor/mineral/titanium,/area/centcom/evac) -"wr" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"ws" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"wt" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"wu" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"wv" = (/obj/machinery/door/poddoor/shutters{id = "XCCFerry"; name = "XCC Ferry Hangar"},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"ww" = (/obj/machinery/button/door{id = "XCCFerry"; name = "Hanger Bay Shutters"; pixel_y = 24; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"wx" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"wy" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/ferry) -"wz" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"wA" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"wB" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/ferry) -"wC" = (/obj/machinery/door/airlock/centcom{name = "CentCom Customs"; opacity = 1; req_access_txt = "109"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"wD" = (/obj/structure/table/reinforced,/obj/item/folder/red{pixel_x = -2; pixel_y = -2},/obj/item/folder/blue{pixel_x = 2; pixel_y = 2},/obj/item/lighter,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"wE" = (/obj/structure/chair/comfy/brown{color = "#596479"; dir = 2},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"wF" = (/obj/structure/table/reinforced,/obj/machinery/computer/med_data/laptop,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"wG" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"wH" = (/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel,/area/centcom/control) -"wI" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"wJ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"wK" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"wL" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"wM" = (/obj/structure/chair/wood/wings{dir = 8},/turf/open/floor/wood,/area/wizard_station) -"wN" = (/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/engine/cult,/area/wizard_station) -"wO" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/engine/cult,/area/wizard_station) -"wP" = (/obj/structure/table/wood/fancy,/obj/item/camera/spooky,/turf/open/floor/carpet,/area/wizard_station) -"wQ" = (/obj/structure/table/wood/poker,/obj/item/toy/cards/deck,/turf/open/floor/carpet,/area/wizard_station) -"wX" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/structure/chair/stool,/turf/open/floor/plasteel,/area/syndicate_mothership) -"xa" = (/obj/machinery/door/window/northright{base_state = "right"; dir = 4; icon_state = "right"; name = "Security Desk"; req_access_txt = "103"},/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"xb" = (/obj/docking_port/stationary{dir = 8; dwidth = 2; height = 13; id = "ferry_away"; json_key = "ferry"; name = "CentCom Ferry Dock"; width = 5},/turf/open/space,/area/space) -"xc" = (/obj/machinery/door/airlock/external{name = "Ferry Airlock"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"xd" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/ferry) -"xe" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"xf" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/ferry) -"xg" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"xh" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/engineering{desc = "A sign that shows there are doors here. There are doors everywhere!"; icon_state = "doors"; name = "WARNING: BLAST DOORS"},/turf/open/floor/plating,/area/centcom/ferry) -"xi" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/ferry) -"xj" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"xk" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"xl" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/centcom/control) -"xm" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"xn" = (/obj/machinery/computer/card/centcom{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"xo" = (/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/centcom/control) -"xp" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"xq" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"xr" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/directions/engineering{desc = "A sign that shows there are doors here. There are doors everywhere!"; icon_state = "doors"; name = "WARNING: BLAST DOORS"},/turf/open/floor/plating,/area/centcom/evac) -"xs" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"xt" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"xu" = (/obj/machinery/light,/turf/open/floor/wood,/area/wizard_station) -"xv" = (/obj/item/statuebust{pixel_y = 12},/obj/structure/table/wood/fancy,/turf/open/floor/wood,/area/wizard_station) -"xw" = (/obj/machinery/vending/magivend,/turf/open/floor/engine/cult,/area/wizard_station) -"xx" = (/obj/machinery/vending/snack,/turf/open/floor/engine/cult,/area/wizard_station) -"xy" = (/obj/structure/table/wood/fancy,/obj/item/storage/pill_bottle/dice{icon_state = "magicdicebag"},/turf/open/floor/carpet,/area/wizard_station) -"xz" = (/obj/structure/table/wood/fancy,/obj/item/storage/photo_album,/obj/machinery/light,/turf/open/floor/carpet,/area/wizard_station) -"xG" = (/obj/structure/closet/syndicate/personal,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"xI" = (/obj/effect/landmark/start/nukeop,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"xJ" = (/obj/structure/bed,/obj/item/bedsheet/syndie,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"xQ" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/ferry) -"xR" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"xS" = (/obj/machinery/button/door{id = "XCCsec1"; name = "CC Shutter 1 Control"; pixel_y = -24},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"xT" = (/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"xU" = (/obj/machinery/computer/crew{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"xV" = (/obj/structure/chair/office/dark{dir = 8},/turf/open/floor/wood,/area/centcom/control) -"xW" = (/obj/structure/chair/office/dark{dir = 4},/turf/open/floor/wood,/area/centcom/control) -"xX" = (/obj/machinery/computer/communications{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"xY" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"xZ" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"ya" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Study"},/turf/open/floor/engine/cult,/area/wizard_station) -"yb" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Break Room"},/turf/open/floor/engine/cult,/area/wizard_station) -"yc" = (/obj/machinery/vending/snack,/turf/open/floor/plasteel,/area/centcom/supplypod) -"yd" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/obj/machinery/light{dir = 8},/turf/open/floor/grass,/area/centcom/holding) -"yg" = (/obj/structure/chair,/turf/open/floor/mineral/titanium,/area/centcom/evac) -"yj" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"yn" = (/obj/effect/spawner/structure/window/reinforced,/obj/structure/sign/warning/vacuum,/turf/open/floor/plating,/area/centcom/ferry) -"yo" = (/obj/machinery/light,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"yp" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"yq" = (/obj/structure/chair{dir = 8},/obj/machinery/computer/security/telescreen/entertainment{pixel_y = -28},/obj/structure/sign/warning/securearea{pixel_x = 32},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"yr" = (/obj/machinery/door/airlock/centcom{name = "Briefing Room"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/ferry) -"ys" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"yt" = (/obj/item/storage/box/ids{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/silver_ids,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"yu" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/white,/obj/item/pen/blue,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"yv" = (/obj/machinery/computer/prisoner{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"yw" = (/obj/machinery/computer/secure_data{dir = 1},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"yx" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/red,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"yy" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/centcom/control) -"yz" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"yA" = (/obj/item/storage/firstaid/regular,/obj/structure/table,/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"yB" = (/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"yC" = (/obj/structure/chair/wood/wings,/turf/open/floor/engine/cult,/area/wizard_station) -"yD" = (/obj/structure/table/wood,/obj/item/stack/medical/bruise_pack,/obj/item/stack/medical/ointment,/turf/open/floor/engine/cult,/area/wizard_station) -"yE" = (/obj/structure/table/wood,/obj/item/retractor,/obj/machinery/light{dir = 1},/turf/open/floor/engine/cult,/area/wizard_station) -"yF" = (/obj/structure/table/wood,/obj/item/clothing/suit/wizrobe/magusblue,/obj/item/clothing/head/wizard/magus,/obj/item/staff,/obj/structure/mirror/magic{pixel_y = 28},/obj/machinery/light{dir = 1},/turf/open/floor/engine/cult,/area/wizard_station) -"yG" = (/obj/structure/table/wood,/obj/item/clothing/suit/wizrobe/magusred,/obj/item/clothing/head/wizard/magus,/obj/item/staff,/turf/open/floor/engine/cult,/area/wizard_station) -"yH" = (/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/turf/open/floor/grass,/area/wizard_station) -"yI" = (/obj/effect/decal/cleanable/blood/splatter,/obj/effect/decal/cleanable/blood/gibs/body,/turf/open/floor/grass,/area/wizard_station) -"yJ" = (/obj/effect/decal/remains/xeno/larva,/turf/open/floor/grass,/area/wizard_station) -"yK" = (/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/grass,/area/wizard_station) -"yM" = (/obj/structure/table/wood/bar,/obj/structure/safe/floor,/obj/item/seeds/cherry/bomb,/turf/open/floor/wood,/area/centcom/holding) -"yN" = (/obj/structure/table/reinforced,/obj/item/paper/pamphlet/centcom/visitor_info,/turf/open/floor/plasteel,/area/centcom/supplypod) -"yP" = (/obj/machinery/light{dir = 4},/turf/open/floor/plating,/area/syndicate_mothership) -"yU" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"yV" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"yY" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"yZ" = (/obj/structure/table/wood,/obj/item/phone{desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; pixel_x = -3; pixel_y = 3},/obj/item/clothing/mask/cigarette/cigar/cohiba{pixel_x = 6},/obj/item/clothing/mask/cigarette/cigar/havana{pixel_x = 2},/obj/item/clothing/mask/cigarette/cigar{pixel_x = 4.5},/obj/machinery/newscaster{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"za" = (/obj/structure/bookcase/random,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zb" = (/obj/structure/table/wood,/obj/machinery/computer/med_data/laptop,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zd" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"ze" = (/obj/structure/closet/secure_closet/ertEngi,/obj/structure/sign/directions/engineering{pixel_y = 24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"zf" = (/obj/structure/closet/secure_closet/ertEngi,/obj/machinery/airalarm{pixel_y = 24},/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"zg" = (/obj/structure/table/reinforced,/obj/item/gun/ballistic/automatic/wt550,/obj/item/flashlight/seclite,/obj/structure/noticeboard{pixel_y = 28},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"zh" = (/obj/structure/table/reinforced,/obj/item/grenade/plastic/c4{pixel_x = 6},/obj/item/grenade/plastic/c4{pixel_x = -4},/obj/machinery/firealarm{pixel_y = 24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"zi" = (/obj/structure/rack,/obj/item/gun/energy/e_gun{pixel_x = -3; pixel_y = 3},/obj/item/gun/energy/e_gun,/obj/structure/sign/nanotrasen{pixel_y = 32},/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"zj" = (/obj/structure/closet/secure_closet/ertCom,/obj/structure/sign/directions/command{dir = 2; pixel_y = 24},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/ferry) -"zk" = (/obj/machinery/door/airlock/medical/glass{name = "Infirmary"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/control) -"zl" = (/obj/effect/turf_decal/tile/blue{dir = 1},/turf/open/floor/plasteel,/area/centcom/evac) -"zm" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"zn" = (/obj/machinery/door/airlock/external{req_one_access_txt = "150"},/turf/open/floor/plating,/area/syndicate_mothership) -"zo" = (/obj/structure/destructible/cult/tome,/turf/open/floor/engine/cult,/area/wizard_station) -"zp" = (/obj/structure/closet/crate{icon_state = "crateopen"},/obj/item/clothing/suit/wizrobe/red,/obj/item/clothing/head/wizard/red,/obj/item/staff,/obj/item/clothing/shoes/sandal/magic,/turf/open/floor/engine/cult,/area/wizard_station) -"zq" = (/turf/open/floor/grass,/area/wizard_station) -"zr" = (/obj/item/reagent_containers/food/snacks/meat/slab/corgi,/turf/open/floor/grass,/area/wizard_station) -"zs" = (/obj/machinery/vending/tool,/obj/effect/turf_decal/stripes/line,/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"zu" = (/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/bottle/rum,/obj/structure/table/wood,/turf/open/floor/wood,/area/syndicate_mothership) -"zx" = (/obj/structure/closet/syndicate/personal,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"zz" = (/obj/structure/table/wood,/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_y = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zA" = (/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zB" = (/obj/structure/chair/office/dark,/obj/effect/landmark/ert_spawn,/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zC" = (/obj/structure/chair/office/dark,/obj/effect/landmark/ert_spawn,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zD" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"zF" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"zG" = (/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/centcom/control) -"zH" = (/obj/item/scalpel{pixel_y = 12},/obj/item/circular_saw,/obj/item/retractor{pixel_x = 4},/obj/item/hemostat{pixel_x = -4},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"zI" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"zJ" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"zK" = (/obj/machinery/computer/med_data{dir = 8},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"zL" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/obj/machinery/light{dir = 1},/turf/open/floor/plating/asteroid,/area/centcom/evac) -"zM" = (/obj/machinery/button/door{id = "nukeop_ready"; name = "mission launch control"; pixel_x = -26; req_access_txt = "151"},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"zN" = (/obj/structure/bookcase/random/reference,/turf/open/floor/engine/cult,/area/wizard_station) -"zO" = (/obj/structure/destructible/cult/talisman{desc = "An altar dedicated to the Wizards' Federation"},/obj/item/kitchen/knife/ritual,/turf/open/floor/engine/cult,/area/wizard_station) -"zP" = (/obj/item/clothing/shoes/sandal/marisa,/obj/item/clothing/suit/wizrobe/marisa,/obj/item/clothing/head/wizard/marisa,/obj/item/staff/broom,/turf/open/floor/engine/cult,/area/wizard_station) -"zQ" = (/obj/effect/decal/cleanable/blood/splatter,/mob/living/simple_animal/hostile/netherworld{name = "Experiment 35b"},/turf/open/floor/grass,/area/wizard_station) -"zR" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plating,/area/syndicate_mothership) -"zU" = (/obj/structure/closet/crate/freezer,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"zV" = (/obj/structure/closet/secure_closet/freezer/meat{locked = 0},/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"zX" = (/obj/structure/table,/obj/machinery/light{dir = 1},/obj/item/soap/deluxe,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Aa" = (/turf/open/floor/mech_bay_recharge_floor,/area/syndicate_mothership) -"Ab" = (/obj/machinery/photocopier,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"Ac" = (/obj/structure/table/reinforced,/obj/item/folder/red{pixel_x = -2; pixel_y = -2},/obj/item/folder/blue{pixel_x = 2; pixel_y = 2},/obj/item/lighter,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"Ad" = (/obj/structure/table/reinforced,/obj/item/storage/secure/briefcase,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ae" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Af" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/white,/obj/item/pen/blue,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ag" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ah" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/ert_spawn,/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ai" = (/obj/machinery/door/poddoor/ert,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/ferry) -"Aj" = (/obj/structure/table/reinforced,/obj/item/restraints/handcuffs,/obj/item/radio,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/ferry) -"Ak" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"Al" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Am" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"An" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"Ao" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/centcom/control) -"Ap" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/blue,/turf/open/floor/plasteel,/area/centcom/control) -"Aq" = (/obj/structure/table/optable,/obj/item/surgical_drapes,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"Ar" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"As" = (/obj/machinery/computer/communications{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = 24},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"At" = (/turf/open/floor/plasteel/yellowsiding,/area/centcom/evac) -"Au" = (/obj/machinery/abductor/experiment{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"Av" = (/obj/machinery/abductor/console{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"Aw" = (/obj/machinery/abductor/pad{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"Ax" = (/turf/closed/indestructible/fakeglass{color = "#008000"},/area/wizard_station) -"Ay" = (/obj/effect/landmark/start/wizard,/turf/open/floor/engine/cult,/area/wizard_station) -"Az" = (/obj/effect/decal/remains/human,/obj/effect/decal/cleanable/blood/splatter,/turf/open/floor/grass,/area/wizard_station) -"AA" = (/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime,/turf/open/floor/grass,/area/wizard_station) -"AB" = (/obj/effect/decal/remains/xeno,/turf/open/floor/grass,/area/wizard_station) -"AD" = (/obj/machinery/door/airlock/centcom{name = "Leader's Room"; req_one_access_txt = "151"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"AG" = (/obj/structure/ladder/unbreakable/binary/space,/turf/open/indestructible/airblock,/area/fabric_of_reality) -"AJ" = (/obj/structure/chair/comfy/brown{color = "#596479"; dir = 4},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"AK" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"AL" = (/obj/structure/table/reinforced,/obj/item/flashlight/seclite,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/obj/item/paicard,/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"AM" = (/obj/machinery/shuttle_manipulator,/turf/open/floor/circuit/green,/area/centcom/ferry) -"AN" = (/turf/open/floor/circuit/green,/area/centcom/ferry) -"AO" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/red,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"AP" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/landmark/ert_spawn,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"AQ" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/yellow,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"AR" = (/obj/structure/table/reinforced,/obj/item/storage/box/zipties,/obj/item/crowbar/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/centcom/ferry) -"AS" = (/obj/machinery/power/apc{dir = 4; name = "Briefing Area APC"; pixel_x = 26},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"AT" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/indestructible/riveted,/area/centcom/control) -"AU" = (/obj/machinery/computer/operating{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"AV" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/evac) -"AW" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/evac) -"AX" = (/obj/structure/table,/obj/item/toy/sword,/obj/item/gun/ballistic/shotgun/toy/crossbow,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/evac) -"AY" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/evac) -"AZ" = (/obj/structure/chair{dir = 1},/obj/effect/turf_decal/stripes/line,/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/evac) -"Ba" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/centcom/evac) -"Bb" = (/obj/effect/turf_decal/stripes/line,/obj/structure/closet/crate/bin,/turf/open/floor/plasteel,/area/centcom/evac) -"Bc" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/evac) -"Bd" = (/obj/effect/turf_decal/delivery,/obj/machinery/light,/turf/open/floor/plasteel,/area/centcom/evac) -"Be" = (/obj/machinery/computer/camera_advanced/abductor{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"Bf" = (/obj/structure/chair/wood/wings{dir = 1},/turf/open/floor/engine/cult,/area/wizard_station) -"Bg" = (/mob/living/simple_animal/bot/medbot/mysterious{desc = "If you don't accidentally blow yourself up from time to time you're not really a wizard anyway."; faction = list("neutral","silicon","creature"); name = "Nobody's Perfect"},/turf/open/floor/engine/cult,/area/wizard_station) -"Bh" = (/obj/machinery/light,/turf/open/floor/engine/cult,/area/wizard_station) -"Bi" = (/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/turf/open/floor/grass,/area/wizard_station) -"Bl" = (/obj/machinery/mech_bay_recharge_port,/turf/open/floor/plating,/area/syndicate_mothership) -"Bo" = (/obj/structure/table,/obj/machinery/reagentgrinder,/obj/item/reagent_containers/glass/beaker/large,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Bp" = (/obj/item/paicard,/obj/structure/table/wood,/turf/open/floor/engine/cult,/area/wizard_station) -"Bs" = (/obj/structure/table/wood,/obj/machinery/computer/libraryconsole/bookmanagement,/turf/open/floor/wood,/area/centcom/holding) -"Bu" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Bv" = (/obj/machinery/computer/card/centcom{dir = 1},/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"Bw" = (/obj/structure/table/reinforced,/obj/item/book/manual/wiki/security_space_law,/obj/item/taperecorder,/turf/open/floor/plasteel/grimy,/area/centcom/ferry) -"Bx" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"By" = (/obj/structure/table/reinforced,/obj/item/crowbar/red,/obj/item/tank/internals/emergency_oxygen/engi,/obj/item/clothing/mask/gas,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Bz" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/yellow,/obj/item/pen/blue,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"BA" = (/obj/structure/table/reinforced,/obj/item/restraints/handcuffs/cable/zipties,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"BB" = (/obj/structure/table/reinforced,/obj/item/storage/lockbox/loyalty,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/centcom/ferry) -"BC" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical,/obj/item/tank/internals/emergency_oxygen/engi,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/centcom/ferry) -"BD" = (/obj/machinery/newscaster/security_unit{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"BE" = (/obj/machinery/door/poddoor/shutters{id = "XCCsec3"; name = "CC Main Access Shutters"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/control) -"BF" = (/obj/item/defibrillator/loaded,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"BG" = (/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = 6},/obj/item/reagent_containers/glass/bottle/charcoal{pixel_x = -3},/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = -3; pixel_y = 8},/obj/item/reagent_containers/glass/bottle/charcoal{pixel_x = 6; pixel_y = 8},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 3; pixel_y = -2},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 4; pixel_y = 1},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = -2; pixel_y = 5},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 2; pixel_y = 8},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"BH" = (/obj/machinery/sleeper{dir = 4},/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/control) -"BI" = (/obj/machinery/light,/obj/structure/noticeboard{dir = 1; pixel_y = -32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"BJ" = (/obj/machinery/sleeper{dir = 8},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/control) -"BK" = (/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"BL" = (/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/o2{pixel_x = 3; pixel_y = 3},/obj/structure/table/reinforced,/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control) -"BM" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/evac) -"BN" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/storage/fancy/donut_box,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 1; icon_state = "rightsecure"; name = "CentCom Customs"; req_access_txt = "109"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/evac) -"BO" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/red,/obj/item/pen/red,/obj/structure/window/reinforced{dir = 1},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/evac) -"BP" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 1; icon_state = "rightsecure"; name = "CentCom Customs"; req_access_txt = "109"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/evac) -"BQ" = (/obj/effect/landmark/abductor/scientist{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"BR" = (/obj/effect/landmark/abductor/agent{team_number = 3},/turf/open/floor/plating/abductor,/area/abductor_ship) -"BS" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Observation Deck"},/turf/open/floor/engine/cult,/area/wizard_station) -"BV" = (/obj/machinery/chem_dispenser/drinks/beer,/turf/closed/indestructible{icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood"; smooth = 1},/area/centcom/holding) -"BY" = (/obj/item/toy/figure/syndie,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"BZ" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/radio/headset/headset_cent,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ca" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/ert_spawn,/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cb" = (/obj/structure/chair/office/dark{dir = 1},/obj/effect/landmark/ert_spawn,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cc" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Cd" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/obj/machinery/light,/turf/open/floor/grass,/area/centcom/evac) -"Ce" = (/obj/structure/table/reinforced,/obj/item/restraints/handcuffs/cable/zipties,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Cf" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Cg" = (/obj/item/cardboard_cutout{desc = "They seem to be ignoring you... Typical."; dir = 1; icon_state = "cutout_ntsec"; name = "Private Security Officer"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Ch" = (/obj/machinery/computer/secure_data{dir = 8},/obj/machinery/button/door{id = "XCCcustoms1"; layer = 3; name = "CC Emergency Docks Control"; pixel_x = 24; pixel_y = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Ci" = (/obj/machinery/light{dir = 1},/turf/open/floor/engine/cult,/area/wizard_station) -"Cp" = (/obj/structure/statue/uranium/nuke,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"Cq" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/book/manual/wiki/security_space_law,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cr" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/lighter,/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cs" = (/obj/structure/bookcase/random,/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Ct" = (/obj/structure/filingcabinet/medical,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cu" = (/obj/structure/filingcabinet/security,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cv" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cw" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/power/apc{dir = 2; name = "Briefing Room APC"; pixel_y = -26},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cx" = (/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cy" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/machinery/light,/obj/structure/noticeboard{dir = 1; pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"Cz" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/structure/extinguisher_cabinet{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"CA" = (/obj/item/radio{pixel_x = 5; pixel_y = 5},/obj/item/radio{pixel_x = -5; pixel_y = 5},/obj/item/radio,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry) -"CB" = (/obj/structure/closet/secure_closet/ertMed,/obj/structure/sign/directions/medical{dir = 1; pixel_y = -24},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"CC" = (/obj/structure/closet/secure_closet/ertMed,/obj/machinery/vending/wallmed{name = "Emergency NanoMed"; pixel_y = -32; use_power = 0},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/centcom/ferry) -"CD" = (/obj/structure/table/reinforced,/obj/item/storage/box/emps,/obj/item/gun/energy/ionrifle,/obj/structure/sign/departments/medbay/alt{pixel_y = -32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"CE" = (/obj/structure/table/reinforced,/obj/item/storage/box/syringes,/obj/item/gun/syringe/rapidsyringe,/obj/structure/reagent_dispensers/peppertank{pixel_y = -32},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"CF" = (/obj/structure/closet/secure_closet/ertSec,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/centcom/ferry) -"CG" = (/obj/structure/closet/secure_closet/ertSec,/obj/structure/sign/directions/security{dir = 1; pixel_y = -24},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/ferry) -"CH" = (/obj/structure/table/reinforced,/obj/item/book/manual/wiki/security_space_law,/obj/item/taperecorder,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"CI" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 1},/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/centcom/control) -"CJ" = (/obj/structure/chair,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"CK" = (/obj/structure/chair,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"CL" = (/obj/structure/table,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"CM" = (/obj/structure/filingcabinet/medical,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"CN" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"CO" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"CP" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"CR" = (/obj/machinery/computer/security{dir = 8},/obj/machinery/newscaster{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"CT" = (/obj/machinery/vr_sleeper{dir = 4},/turf/open/floor/wood,/area/centcom/holding) -"CV" = (/obj/structure/chair/stool,/turf/open/floor/wood,/area/centcom/holding) -"CX" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"CY" = (/obj/structure/chair{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"CZ" = (/obj/structure/chair{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"Da" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/glass/bottle/charcoal{pixel_x = 6},/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = -4},/obj/item/reagent_containers/hypospray/medipen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Db" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Dc" = (/obj/structure/closet/secure_closet/security,/obj/item/storage/belt/security/full,/obj/item/gun/ballistic/automatic/wt550,/obj/item/clothing/head/helmet/swat/nanotrasen,/obj/item/crowbar/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Dd" = (/obj/structure/table/reinforced,/obj/item/crowbar/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"De" = (/obj/structure/table/reinforced,/obj/item/storage/box/handcuffs,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Df" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/structure/extinguisher_cabinet{pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Dg" = (/obj/item/cardboard_cutout{desc = "They seem to be ignoring you... Typical."; icon_state = "cutout_ntsec"; name = "Private Security Officer"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Dh" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Di" = (/turf/closed/indestructible/riveted,/area/ai_multicam_room) -"Dj" = (/obj/machinery/vr_sleeper{dir = 8},/turf/open/floor/wood,/area/centcom/holding) -"Dk" = (/obj/structure/table,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Do" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/door/window/westleft{name = "Uplink Management Control"; req_access_txt = "151"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"Dq" = (/obj/machinery/door/airlock/external,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"Dr" = (/obj/machinery/door/airlock/external,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Ds" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Dt" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/storage/fancy/donut_box,/obj/structure/window/reinforced{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"Du" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/reagent_containers/food/drinks/britcup,/obj/structure/window/reinforced{dir = 8},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"Dv" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Dx" = (/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"Dz" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"DA" = (/obj/structure/table/reinforced,/obj/item/book/manual/wiki/security_space_law,/obj/item/taperecorder,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"DB" = (/obj/item/storage/box/ids{pixel_x = 3; pixel_y = 3},/obj/item/storage/box/silver_ids,/obj/structure/table/reinforced,/obj/structure/reagent_dispensers/peppertank{pixel_x = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/evac) -"DC" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Storage"},/turf/open/floor/engine/cult,/area/wizard_station) -"DD" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Personal Quarters"},/turf/open/floor/engine/cult,/area/wizard_station) -"DE" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Bathroom"},/turf/open/floor/engine/cult,/area/wizard_station) -"DF" = (/obj/item/clipboard,/obj/item/folder/red,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DG" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DH" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/red,/obj/item/pen/red,/obj/machinery/door/window/brigdoor{name = "CentCom Customs"; icon_state = "rightsecure"; dir = 4; req_access_txt = "109"; base_state = "rightsecure"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"DI" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/folder/white,/obj/item/pen/blue,/obj/machinery/door/window/brigdoor{name = "CentCom Customs"; icon_state = "rightsecure"; dir = 8; req_access_txt = "109"; base_state = "rightsecure"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/centcom/control) -"DJ" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DK" = (/turf/closed/indestructible/fakedoor{name = "CentCom"},/area/centcom/evac) -"DL" = (/obj/item/clothing/suit/wizrobe/black,/obj/item/clothing/head/wizard/black,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/wizard_station) -"DM" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/wizard_station) -"DN" = (/obj/item/cardboard_cutout,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/wizard_station) -"DO" = (/obj/structure/table/wood,/obj/item/dice/d20,/obj/item/dice,/turf/open/floor/carpet,/area/wizard_station) -"DP" = (/obj/structure/punching_bag,/turf/open/floor/carpet,/area/wizard_station) -"DQ" = (/obj/structure/urinal{pixel_y = 28},/turf/open/floor/plasteel/white,/area/wizard_station) -"DR" = (/turf/open/floor/plasteel/white,/area/wizard_station) -"DS" = (/obj/structure/mirror/magic{pixel_y = 28},/obj/structure/sink{pixel_y = 20},/turf/open/floor/plasteel/white,/area/wizard_station) -"DT" = (/obj/structure/table/reinforced,/obj/machinery/button/door{id = "XCCsec3"; name = "CC Main Access Control"},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DU" = (/obj/machinery/computer/security{dir = 1},/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DV" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"DW" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/centcom/control) -"DX" = (/obj/machinery/newscaster{pixel_y = -32},/obj/machinery/computer/med_data{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DY" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/folder/white,/obj/item/pen/blue,/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"DZ" = (/obj/item/cautery/alien,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/wizard_station) -"Ea" = (/obj/item/coin/antagtoken,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/wizard_station) -"Eb" = (/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/carpet,/area/wizard_station) -"Ec" = (/obj/structure/bed,/obj/item/bedsheet/wiz,/turf/open/floor/carpet,/area/wizard_station) -"Ed" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/carpet,/area/wizard_station) -"Ee" = (/obj/item/soap/homemade,/obj/machinery/light/small{brightness = 3; dir = 8},/turf/open/floor/plasteel/white,/area/wizard_station) -"Ef" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/white,/area/wizard_station) -"Eg" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome Booth"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/control) -"Eh" = (/obj/structure/closet/cardboard,/obj/item/banhammer,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/wizard_station) -"Ei" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/wizard_station) -"Ej" = (/obj/vehicle/ridden/scooter/skateboard{icon_state = "skateboard"; dir = 4},/obj/effect/turf_decal/stripes/line,/obj/machinery/light/small,/turf/open/floor/plasteel,/area/wizard_station) -"Ek" = (/obj/structure/dresser,/obj/item/storage/backpack/satchel,/turf/open/floor/carpet,/area/wizard_station) -"El" = (/obj/structure/table/wood,/obj/item/storage/bag/tray,/obj/item/reagent_containers/food/snacks/burger/spell,/turf/open/floor/carpet,/area/wizard_station) -"Em" = (/obj/structure/bookcase/random/adult,/turf/open/floor/plasteel/white,/area/wizard_station) -"En" = (/obj/structure/toilet{dir = 1},/turf/open/floor/plasteel/white,/area/wizard_station) -"Eo" = (/obj/structure/table/wood/fancy,/obj/item/skub{pixel_y = 16},/turf/open/floor/plasteel/white,/area/wizard_station) -"Ep" = (/turf/closed/indestructible/riveted,/area/tdome/tdomeobserve) -"Eq" = (/obj/machinery/door/airlock/external,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Er" = (/obj/machinery/vending/cola,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Es" = (/obj/machinery/vending/snack,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Et" = (/obj/item/clipboard,/obj/item/stamp/denied{pixel_x = 3; pixel_y = 3},/obj/item/stamp,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Eu" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen/red,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ev" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/tdome/tdomeobserve) -"Ew" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/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/tdome/tdomeobserve) -"Ex" = (/obj/structure/chair,/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ey" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ez" = (/obj/structure/chair,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EA" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EB" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EC" = (/obj/machinery/door/airlock{icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; name = "Engine Room"},/obj/structure/barricade/wooden,/turf/open/floor/engine/cult,/area/wizard_station) -"ED" = (/obj/machinery/vending/boozeomat{req_access_txt = "0"},/turf/closed/indestructible{icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood"; smooth = 1},/area/centcom/holding) -"EE" = (/obj/structure/closet/crate/bin,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"EF" = (/obj/structure/fans/tiny,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"EG" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{name = "plating"; icon_state = "asteroid5"},/area/tdome/tdomeobserve) -"EH" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{dir = 6; icon_state = "asteroid8"; name = "sand"},/area/tdome/tdomeobserve) -"EI" = (/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EJ" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/tdome/tdomeobserve) -"EK" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/tdome/tdomeobserve) -"EL" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EM" = (/obj/structure/chair/office/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EN" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/paper/pamphlet/centcom/visitor_info,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EO" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EP" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"EQ" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"ER" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"ES" = (/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"ET" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/tdome/tdomeobserve) -"EU" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/tdome/tdomeobserve) -"EV" = (/obj/structure/closet/crate/bin,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"EW" = (/obj/structure/table/wood,/turf/open/floor/engine/cult,/area/wizard_station) -"EX" = (/obj/structure/table/wood,/obj/item/gun/magic/wand{desc = "Used in emergencies to reignite magma engines."; max_charges = 0; name = "wand of emergency engine ignition"},/turf/open/floor/engine/cult,/area/wizard_station) -"EY" = (/obj/structure/table/wood,/obj/item/bikehorn/golden{pixel_x = -8; pixel_y = 8},/turf/open/floor/engine/cult,/area/wizard_station) -"Fa" = (/obj/structure/table/wood,/obj/item/instrument/piano_synth,/obj/item/instrument/guitar,/turf/open/floor/carpet/black,/area/centcom/holding) -"Fb" = (/obj/structure/piano,/obj/machinery/light{dir = 8},/turf/open/floor/carpet/black,/area/centcom/holding) -"Fc" = (/obj/structure/sign/barsign{pixel_y = 32},/obj/structure/chair/stool,/turf/open/floor/carpet/black,/area/centcom/holding) -"Fg" = (/obj/structure/flora/grass/brown,/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"Fh" = (/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Fi" = (/obj/structure/chair/wood/wings{dir = 3},/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"Fj" = (/obj/machinery/vending/cigarette,/turf/open/floor/wood,/area/centcom/holding) -"Fm" = (/obj/machinery/shower{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Fn" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Fo" = (/obj/machinery/shower{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Fp" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fq" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fr" = (/obj/machinery/door/window/brigdoor{base_state = "rightsecure"; dir = 2; icon_state = "rightsecure"; name = "Thunderdome Booth"; req_access_txt = "109"},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fs" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ft" = (/turf/open/floor/plasteel/goonplaque{desc = "This is a plaque commemorating the thunderdome and all those who have died at its pearly blast doors."},/area/tdome/tdomeobserve) -"Fu" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fv" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fw" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Fx" = (/obj/machinery/shower{dir = 4},/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/tdome/tdomeobserve) -"Fy" = (/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/tdome/tdomeobserve) -"Fz" = (/obj/machinery/shower{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/tdome/tdomeobserve) -"FD" = (/obj/machinery/shower{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"FE" = (/obj/item/soap/nanotrasen,/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"FF" = (/obj/machinery/shower{dir = 8},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"FG" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/red,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FH" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FI" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FJ" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FK" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome Backstage"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FL" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/tdome/tdomeobserve) -"FM" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FN" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FO" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FP" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FQ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"FR" = (/obj/machinery/shower{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"FS" = (/obj/machinery/shower{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"FT" = (/obj/structure/destructible/cult/forge{desc = "An engine used in powering the wizard's ship"; name = "magma engine"},/turf/open/floor/engine/cult,/area/wizard_station) -"FW" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 4},/turf/open/floor/wood,/area/centcom/holding) -"FX" = (/turf/open/floor/plasteel/stairs,/area/centcom/holding) -"FZ" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Ga" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"Gb" = (/obj/machinery/shower{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Gc" = (/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Gd" = (/obj/machinery/shower{dir = 8},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Ge" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gf" = (/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/tdome/tdomeobserve) -"Gg" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/tdome/tdomeobserve) -"Gh" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gi" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gj" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gk" = (/obj/machinery/light,/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gl" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gm" = (/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gn" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-22"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Go" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gp" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gq" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gr" = (/obj/structure/window/reinforced{resistance_flags = 3; color = "#008000"; dir = 1},/turf/open/lava,/area/wizard_station) -"Gs" = (/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"Gu" = (/obj/machinery/door/airlock/silver{name = "Shower"},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Gv" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gw" = (/obj/structure/sign/warning/nosmoking,/turf/closed/indestructible/riveted,/area/tdome/tdomeobserve) -"Gx" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Gy" = (/obj/structure/sign/nanotrasen,/turf/closed/indestructible/riveted,/area/tdome/tdomeobserve) -"Gz" = (/obj/structure/shuttle/engine/heater{resistance_flags = 3},/obj/structure/window/reinforced{resistance_flags = 3; color = "#008000"; dir = 1},/turf/open/lava/airless,/area/wizard_station) -"GA" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"GC" = (/obj/structure/table,/obj/structure/bedsheetbin,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"GD" = (/obj/structure/closet/secure_closet/personal,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GE" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"GF" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/item/reagent_containers/food/snacks/meat/rawbacon,/obj/item/reagent_containers/food/snacks/meat/rawbacon,/obj/item/reagent_containers/food/snacks/meat/rawbacon,/obj/item/reagent_containers/food/snacks/meat/rawbacon,/obj/item/reagent_containers/food/snacks/meat/slab/killertomato,/obj/item/reagent_containers/food/snacks/meat/slab/killertomato,/obj/item/reagent_containers/food/snacks/meat/slab/killertomato,/obj/item/reagent_containers/food/snacks/meat/slab/killertomato,/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard,/obj/item/reagent_containers/food/snacks/sausage,/obj/item/reagent_containers/food/snacks/sausage,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GG" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/item/reagent_containers/food/snacks/grown/potato,/obj/item/reagent_containers/food/snacks/grown/potato,/obj/item/reagent_containers/food/snacks/grown/whitebeet,/obj/item/reagent_containers/food/snacks/grown/whitebeet,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/tomato,/obj/item/reagent_containers/food/snacks/grown/rice,/obj/item/reagent_containers/food/snacks/grown/rice,/obj/item/reagent_containers/food/snacks/grown/icepepper,/obj/item/reagent_containers/food/snacks/grown/icepepper,/obj/item/reagent_containers/food/snacks/grown/citrus/lemon,/obj/item/reagent_containers/food/snacks/grown/citrus/lime,/obj/item/reagent_containers/food/snacks/grown/citrus/orange,/obj/item/reagent_containers/food/snacks/grown/cherries,/obj/item/reagent_containers/food/snacks/grown/apple,/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GH" = (/obj/machinery/processor,/obj/effect/turf_decal/stripes/end,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"GI" = (/obj/structure/closet/secure_closet/freezer/kitchen,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/banana,/obj/item/reagent_containers/food/snacks/grown/wheat,/obj/item/reagent_containers/food/snacks/grown/wheat,/obj/item/reagent_containers/food/snacks/grown/vanillapod,/obj/item/reagent_containers/food/snacks/grown/vanillapod,/obj/item/reagent_containers/food/snacks/grown/sugarcane,/obj/item/reagent_containers/food/snacks/grown/sugarcane,/obj/item/reagent_containers/food/snacks/grown/oat,/obj/item/reagent_containers/food/snacks/grown/oat,/obj/item/reagent_containers/food/snacks/grown/grapes,/obj/item/reagent_containers/food/snacks/grown/grapes,/obj/item/reagent_containers/food/snacks/grown/corn,/obj/item/reagent_containers/food/snacks/grown/corn,/obj/item/reagent_containers/food/snacks/grown/chili,/obj/item/reagent_containers/food/snacks/grown/chili,/obj/item/reagent_containers/food/snacks/grown/carrot,/obj/item/reagent_containers/food/snacks/grown/apple,/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GJ" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/item/reagent_containers/food/snacks/meat/slab/bear,/obj/item/reagent_containers/food/snacks/meat/slab/bear,/obj/item/reagent_containers/food/snacks/meat/slab/bear,/obj/item/reagent_containers/food/snacks/meat/slab/bear,/obj/item/reagent_containers/food/snacks/meat/slab/goliath,/obj/item/reagent_containers/food/snacks/meat/slab/goliath,/obj/item/reagent_containers/food/snacks/meat/slab/goliath,/obj/item/reagent_containers/food/snacks/meat/slab/goliath,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/obj/item/reagent_containers/food/snacks/spaghetti,/obj/item/reagent_containers/food/snacks/spaghetti,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/item/reagent_containers/food/snacks/meat/rawcutlet,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GK" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/tdome/tdomeobserve) -"GL" = (/obj/structure/table/wood,/obj/structure/sign/plaques/golden{pixel_y = 32},/obj/item/clothing/accessory/lawyers_badge{desc = "A badge of upmost glory."; name = "thunderdome badge"},/turf/open/floor/plasteel/grimy,/area/tdome/tdomeobserve) -"GM" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GO" = (/obj/structure/table/wood,/obj/structure/sign/plaques/golden{pixel_y = 32},/obj/item/clothing/accessory/medal/silver{pixel_y = 5},/turf/open/floor/plasteel/grimy,/area/tdome/tdomeobserve) -"GP" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/tdome/tdomeobserve) -"GQ" = (/obj/structure/table/wood,/obj/machinery/reagentgrinder{desc = "Used to grind things up into raw materials and liquids."; pixel_y = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GR" = (/obj/structure/table/wood,/obj/item/storage/box/beanbag,/obj/item/gun/ballistic/revolver/doublebarrel,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GS" = (/obj/structure/table/wood,/obj/structure/reagent_dispensers/beerkeg,/obj/machinery/newscaster{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GT" = (/obj/machinery/vending/cigarette,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GU" = (/obj/structure/table/wood,/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_y = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"GV" = (/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"GW" = (/obj/structure/table,/obj/structure/bedsheetbin,/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"GX" = (/obj/structure/shuttle/engine/propulsion,/turf/open/space,/area/wizard_station) -"GY" = (/obj/structure/chair/wood/wings{dir = 8},/turf/open/floor/wood,/area/centcom/holding) -"Ha" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod) -"Hb" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/mirror{pixel_x = -28},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Hc" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hd" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"He" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/trophy/gold_cup,/turf/open/floor/plasteel/grimy,/area/tdome/tdomeobserve) -"Hf" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hg" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hh" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Hm" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/obj/machinery/light{dir = 4},/turf/open/floor/grass,/area/centcom/holding) -"Hn" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/mirror{pixel_x = -28},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Ho" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -8; pixel_y = 5},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -8},/obj/item/kitchen/knife,/obj/machinery/newscaster{pixel_x = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Hp" = (/obj/machinery/light,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hq" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"Hr" = (/obj/structure/table/wood,/obj/structure/sign/plaques/thunderdome{pixel_y = -32},/obj/item/clothing/accessory/medal/gold{pixel_x = 3; pixel_y = 5},/obj/item/clothing/accessory/medal/gold,/turf/open/floor/plasteel/grimy,/area/tdome/tdomeobserve) -"Hs" = (/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ht" = (/obj/structure/table/wood,/obj/structure/sign/plaques/thunderdome{pixel_y = -32},/obj/item/clothing/accessory/medal{pixel_y = 5},/turf/open/floor/plasteel/grimy,/area/tdome/tdomeobserve) -"Hu" = (/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hv" = (/obj/machinery/light,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Hw" = (/obj/machinery/chem_master/condimaster{name = "HoochMaster 2000"},/obj/machinery/airalarm{dir = 8; pixel_x = 24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Hx" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"HA" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/mirror{pixel_x = -28},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"HB" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/snacks/mint,/obj/item/reagent_containers/food/condiment/enzyme{pixel_y = 5},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HC" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HD" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HF" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"HG" = (/obj/item/reagent_containers/food/snacks/egg/rainbow{desc = "I bet you think you're pretty clever... well you are."; name = "easter egg"},/turf/open/space,/area/space) -"HH" = (/obj/machinery/light,/turf/open/floor/wood,/area/centcom/holding) -"HI" = (/obj/structure/sink{dir = 8; pixel_x = -12},/obj/structure/mirror{pixel_x = -28},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"HJ" = (/obj/structure/table/reinforced,/obj/item/clothing/suit/apron/chef,/obj/item/kitchen/rollingpin,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HK" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -8; pixel_y = 5},/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = -8},/obj/item/reagent_containers/food/drinks/britcup,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HM" = (/obj/structure/chair,/obj/effect/landmark/thunderdome/observe,/obj/structure/sign/barsign{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HN" = (/obj/structure/chair,/obj/effect/landmark/thunderdome/observe,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HO" = (/obj/machinery/computer/security/telescreen,/obj/structure/table/reinforced,/obj/machinery/light{dir = 1},/obj/machinery/status_display/ai{pixel_y = 32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HP" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HQ" = (/obj/structure/sink/kitchen{desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; name = "sink"; pixel_y = 28},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"HR" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/white,/area/tdome/tdomeobserve) -"HS" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome Locker Room"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HT" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HU" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{desc = "Used to grind things up into raw materials and liquids."; pixel_y = 5},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HV" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/item/storage/bag/tray,/obj/item/kitchen/fork,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HW" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HX" = (/obj/machinery/vending/boozeomat,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"HY" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"HZ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ia" = (/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/tdome/tdomeobserve) -"Ib" = (/obj/structure/rack,/obj/item/storage/box/donkpockets,/obj/item/storage/box/donkpockets,/obj/item/clothing/head/chefhat,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ic" = (/obj/structure/table/reinforced,/obj/machinery/door/firedoor,/obj/structure/noticeboard{dir = 1; pixel_y = -32},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Id" = (/obj/machinery/computer/security/telescreen,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ie" = (/obj/item/storage/fancy/cigarettes/cigars{pixel_y = 6},/obj/item/storage/fancy/cigarettes/cigars/cohiba{pixel_y = 3},/obj/item/storage/fancy/cigarettes/cigars/havana,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"If" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ig" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/tdome/tdomeobserve) -"Ih" = (/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Ii" = (/obj/structure/table/reinforced,/obj/machinery/microwave{desc = "Cooks and boils stuff, somehow."; pixel_x = -3; pixel_y = 5},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ij" = (/obj/structure/table/reinforced,/obj/machinery/microwave{desc = "Cooks and boils stuff, somehow."; pixel_x = -3; pixel_y = 5},/obj/structure/sign/barsign{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ik" = (/obj/machinery/icecream_vat,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Il" = (/turf/closed/indestructible/fakeglass,/area/tdome/tdomeobserve) -"Io" = (/obj/item/storage/box/matches{pixel_x = -3; pixel_y = 5},/obj/structure/table/wood,/obj/structure/sign/barsign{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ip" = (/obj/item/lighter{pixel_x = 3; pixel_y = 3},/obj/item/lighter,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Iq" = (/obj/structure/table/wood,/obj/item/book/manual/wiki/barman_recipes,/obj/item/reagent_containers/food/drinks/shaker,/obj/item/reagent_containers/rag,/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeobserve) -"Ir" = (/obj/effect/turf_decal/tile/green{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Is" = (/obj/machinery/igniter/on,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena) -"It" = (/turf/open/floor/plasteel,/area/tdome/arena) -"Iu" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/tdome/arena) -"Iv" = (/turf/closed/indestructible/riveted,/area/tdome/tdomeadmin) -"Iw" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/obj/machinery/light{dir = 8},/turf/open/floor/plating/asteroid,/area/tdome/tdomeadmin) -"Ix" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome Administration"; opacity = 1; req_access_txt = "102"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Iy" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/red,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/baton/loaded,/obj/item/melee/transforming/energy/sword/saber/red,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"Iz" = (/obj/machinery/door/poddoor{id = "thunderdomegen"; name = "General Supply"},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IA" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/tdome/arena) -"IB" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena) -"IC" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/tdome/arena) -"ID" = (/obj/machinery/door/poddoor{id = "thunderdome"; name = "Thunderdome Blast Door"},/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IE" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"IF" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena) -"IG" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IH" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"II" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"IJ" = (/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IK" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supplypod) -"IL" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/tdome/arena) -"IM" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena) -"IN" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/tdome/arena) -"IP" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/tdome/green,/obj/item/clothing/head/helmet/thunderdome,/obj/item/melee/baton/loaded,/obj/item/melee/transforming/energy/sword/saber/green,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"IQ" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fernybush,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel{dir = 6; icon_state = "asteroid8"; name = "sand"},/area/tdome/tdomeadmin) -"IR" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plating,/area/tdome/tdomeadmin) -"IS" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"IT" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"IU" = (/obj/machinery/recharger{pixel_y = 4},/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena) -"IV" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"IW" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IX" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena) -"IY" = (/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"IZ" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Ja" = (/obj/machinery/recharger{pixel_y = 4},/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/arena) -"Jb" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Jc" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"Jd" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{name = "plating"; icon_state = "asteroid5"},/area/tdome/tdomeadmin) -"Je" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Jf" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Jg" = (/obj/machinery/camera{c_tag = "Red Team"; network = list("thunder"); pixel_x = 11; pixel_y = -9; resistance_flags = 64},/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Jh" = (/obj/effect/turf_decal/loading_area{dir = 4},/turf/open/floor/plasteel,/area/tdome/arena) -"Ji" = (/turf/open/floor/circuit/green,/area/tdome/arena) -"Jj" = (/obj/machinery/flasher{id = "tdomeflash"; name = "Thunderdome Flash"},/turf/open/floor/circuit/green,/area/tdome/arena) -"Jk" = (/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Jl" = (/obj/machinery/camera{c_tag = "Green Team"; network = list("thunder"); pixel_x = 12; pixel_y = -10; resistance_flags = 64},/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Jm" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/tdome/tdomeadmin) -"Jn" = (/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/fernybush,/turf/open/floor/plasteel{dir = 6; icon_state = "asteroid8"; name = "sand"},/area/tdome/tdomeadmin) -"Jo" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Jp" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Jq" = (/obj/machinery/camera{c_tag = "Arena"; network = list("thunder"); pixel_x = 10; resistance_flags = 64},/turf/open/floor/circuit/green,/area/tdome/arena) -"Jr" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/palebush,/turf/open/floor/plating/asteroid,/area/tdome/tdomeadmin) -"Js" = (/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Jt" = (/obj/effect/turf_decal/tile/green,/turf/open/floor/plasteel,/area/tdome/arena) -"Ju" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/tdome/arena) -"Jv" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/tdome/arena) -"Jw" = (/obj/effect/landmark/thunderdome/two,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/tdome/arena) -"Jx" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/tdome/arena) -"Jy" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel,/area/tdome/arena) -"Jz" = (/obj/effect/landmark/thunderdome/one,/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/tdome/arena) -"JA" = (/obj/machinery/abductor/experiment{team_number = 1},/turf/open/floor/plating/abductor,/area/abductor_ship) -"JB" = (/obj/machinery/abductor/console{team_number = 1},/turf/open/floor/plating/abductor,/area/abductor_ship) -"JC" = (/obj/machinery/abductor/pad{team_number = 1},/turf/open/floor/plating/abductor,/area/abductor_ship) -"JD" = (/obj/machinery/door/poddoor{id = "thunderdomehea"; name = "Heavy Supply"},/obj/effect/turf_decal/loading_area,/turf/open/floor/plasteel,/area/tdome/arena) -"JE" = (/obj/structure/sink/kitchen{desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; name = "sink"; pixel_y = 28},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"JF" = (/obj/machinery/computer/camera_advanced/abductor{team_number = 1},/turf/open/floor/plating/abductor,/area/abductor_ship) -"JG" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JH" = (/obj/structure/rack,/obj/item/clothing/under/color/red,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena) -"JI" = (/turf/closed/indestructible/fakeglass,/area/tdome/tdomeadmin) -"JK" = (/obj/machinery/computer/telecrystals/uplinker,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"JL" = (/obj/structure/rack,/obj/item/clothing/under/color/green,/obj/item/clothing/shoes/sneakers/brown,/obj/item/clothing/suit/armor/vest,/obj/item/clothing/head/helmet/swat,/obj/item/gun/energy/laser,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/tdome/arena) -"JM" = (/obj/effect/landmark/abductor/scientist,/turf/open/floor/plating/abductor,/area/abductor_ship) -"JN" = (/obj/effect/landmark/abductor/agent,/turf/open/floor/plating/abductor,/area/abductor_ship) -"JO" = (/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JP" = (/obj/item/radio{pixel_x = 5; pixel_y = 5},/obj/item/radio{pixel_x = -5; pixel_y = 5},/obj/item/radio,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JQ" = (/obj/effect/landmark/thunderdome/admin,/obj/structure/chair/comfy/black{dir = 1},/turf/open/floor/plasteel/grimy,/area/tdome/tdomeadmin) -"JR" = (/obj/machinery/computer/security/telescreen,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JS" = (/obj/structure/chair/comfy/brown{color = "#66b266"; dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JT" = (/obj/machinery/button/flasher{id = "tdomeflash"},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JU" = (/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"JX" = (/obj/machinery/door/firedoor,/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"JZ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Ka" = (/turf/open/floor/plasteel/grimy,/area/tdome/tdomeadmin) -"Kb" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green{dir = 4},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kc" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kg" = (/turf/closed/indestructible/fakedoor{name = "Thunderdome Admin"},/area/tdome/tdomeadmin) -"Kh" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "Thunderdome Administration"; opacity = 1; req_access_txt = "102"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Kj" = (/obj/machinery/door/airlock/external{name = "Backup Emergency Escape Shuttle"},/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"Kk" = (/obj/docking_port/stationary{dir = 4; dwidth = 2; height = 8; id = "backup_away"; name = "Backup Shuttle Dock"; roundstart_template = /datum/map_template/shuttle/emergency/backup; width = 8},/turf/open/space/basic,/area/space) -"Kn" = (/obj/structure/bookcase/random,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Ko" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/fourcolor,/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kp" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/book/manual/wiki/security_space_law,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kq" = (/obj/structure/table/wood,/obj/item/clipboard,/obj/item/radio/headset/headset_cent,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kr" = (/obj/structure/table/wood,/obj/item/phone{desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; pixel_x = -3; pixel_y = 3},/obj/item/clothing/mask/cigarette/cigar/cohiba{pixel_x = 6},/obj/item/clothing/mask/cigarette/cigar/havana{pixel_x = 2},/obj/item/clothing/mask/cigarette/cigar{pixel_x = 4.5},/obj/machinery/airalarm{dir = 1; pixel_y = -22},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Ks" = (/obj/machinery/button/door{id = "thunderdomehea"; name = "Heavy Supply Control"; req_access_txt = "102"},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kt" = (/obj/machinery/button/door{id = "thunderdome"; name = "Main Blast Doors Control"; req_access_txt = "102"},/obj/structure/table/reinforced,/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Ku" = (/obj/machinery/button/door{id = "thunderdomegen"; name = "General Supply Control"; req_access_txt = "102"},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kv" = (/obj/structure/table/wood,/obj/item/folder/red,/obj/item/lighter,/obj/machinery/newscaster{pixel_y = -32},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kw" = (/obj/item/storage/briefcase{pixel_x = -3; pixel_y = 3},/obj/item/storage/secure/briefcase,/obj/structure/table/wood,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Kx" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"Ky" = (/obj/structure/table/wood,/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_y = 5},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin) -"KA" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/genericbush,/turf/open/floor/grass,/area/tdome/tdomeadmin) -"KB" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/obj/machinery/light,/turf/open/floor/grass,/area/tdome/tdomeadmin) -"KC" = (/obj/machinery/status_display/evac,/turf/closed/indestructible/riveted,/area/tdome/tdomeadmin) -"KD" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/tdome/tdomeadmin) -"KG" = (/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/sparsegrass,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/pointybush,/turf/open/floor/grass,/area/tdome/tdomeadmin) -"KH" = (/turf/closed/wall/mineral/titanium,/area/centcom/evac) -"KI" = (/obj/structure/shuttle/engine/propulsion/right{dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac) -"KJ" = (/obj/structure/shuttle/engine/propulsion{dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac) -"KK" = (/obj/structure/shuttle/engine/propulsion/left{dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac) -"KL" = (/obj/docking_port/stationary{dir = 1; dwidth = 1; height = 4; id = "pod4_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space) -"KM" = (/obj/docking_port/stationary{dir = 1; dwidth = 1; height = 4; id = "pod3_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space) -"KN" = (/obj/structure/window/reinforced,/obj/structure/shuttle/engine/heater{dir = 1},/turf/open/floor/plating/airless,/area/centcom/evac) -"KO" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/plating,/area/centcom/evac) -"KP" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/centcom/evac) -"KQ" = (/turf/open/floor/plating,/area/centcom/evac) -"KR" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/plating,/area/centcom/evac) -"KS" = (/turf/closed/wall/mineral/titanium/interior,/area/centcom/evac) -"KT" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"KU" = (/obj/structure/closet/emcloset,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"KV" = (/turf/open/floor/mineral/titanium,/area/centcom/evac) -"KW" = (/obj/structure/table,/obj/item/storage/firstaid/toxin{pixel_x = -2; pixel_y = 4},/obj/item/storage/firstaid/toxin,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"KX" = (/obj/structure/table,/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/fire{pixel_x = -2; pixel_y = 4},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"KY" = (/obj/structure/table,/obj/item/storage/firstaid/regular{pixel_x = 2},/obj/item/storage/firstaid/regular{pixel_x = -2; pixel_y = 4},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"KZ" = (/obj/machinery/light/small{dir = 8},/turf/open/floor/plating,/area/centcom/evac) -"La" = (/obj/machinery/light{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Lb" = (/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Lc" = (/obj/machinery/light{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Lh" = (/obj/machinery/sleeper{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Li" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Lp" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Ls" = (/obj/docking_port/stationary{dir = 4; dwidth = 1; height = 4; id = "pod2_away"; name = "recovery ship"; width = 3},/turf/open/space,/area/space) -"Lt" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/centcom/evac) -"Lv" = (/obj/structure/bed,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"Lw" = (/obj/effect/spawner/structure/window/shuttle,/turf/open/floor/plating,/area/centcom/evac) -"Lx" = (/obj/structure/bed,/obj/machinery/light{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LA" = (/obj/structure/table,/obj/structure/bedsheetbin,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LB" = (/obj/structure/table,/obj/item/hand_labeler,/obj/machinery/light,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LC" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LE" = (/obj/structure/table,/obj/item/radio/off,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LG" = (/obj/structure/filingcabinet,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LH" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/obj/machinery/light{dir = 8},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LJ" = (/obj/structure/table,/obj/item/radio/off,/obj/machinery/light{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LK" = (/obj/machinery/abductor/experiment{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LL" = (/obj/machinery/abductor/console{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LM" = (/obj/machinery/abductor/pad{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LN" = (/obj/structure/table,/obj/item/storage/lockbox,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LO" = (/obj/structure/table,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LP" = (/obj/machinery/computer/shuttle{dir = 1},/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LQ" = (/obj/structure/table,/obj/item/clipboard,/obj/item/pen,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LR" = (/obj/structure/table,/obj/item/paper_bin,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac) -"LS" = (/obj/machinery/computer/camera_advanced/abductor{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LT" = (/obj/effect/landmark/abductor/scientist{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LU" = (/obj/effect/landmark/abductor/agent{team_number = 2},/turf/open/floor/plating/abductor,/area/abductor_ship) -"LV" = (/turf/closed/indestructible/riveted,/area/awaymission/errorroom) -"LW" = (/turf/closed/mineral/ash_rock,/area/awaymission/errorroom) -"LX" = (/obj/structure/speaking_tile,/turf/closed/mineral/ash_rock,/area/awaymission/errorroom) -"LY" = (/obj/item/rupee,/turf/open/floor/plating/ashplanet/wateryrock{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; planetary_atmos = 0},/area/awaymission/errorroom) -"LZ" = (/turf/open/floor/plating/ashplanet/wateryrock{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; planetary_atmos = 0},/area/awaymission/errorroom) -"Ma" = (/obj/effect/landmark/error,/turf/open/floor/plating/ashplanet/wateryrock{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; planetary_atmos = 0},/area/awaymission/errorroom) -"Mb" = (/obj/structure/signpost/salvation{icon = 'icons/obj/structures.dmi'; icon_state = "ladder10"; invisibility = 100},/turf/open/floor/plating/ashplanet/wateryrock{initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; planetary_atmos = 0},/area/awaymission/errorroom) -"Mc" = (/obj/structure/lattice,/turf/open/space,/area/space) -"Md" = (/obj/machinery/computer/secure_data{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Me" = (/obj/machinery/computer/security{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Mf" = (/obj/machinery/computer/secure_data{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Mg" = (/obj/machinery/computer/crew{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/control) -"Mh" = (/obj/machinery/door/poddoor{id = "thunderdome"; name = "Thunderdome Blast Door"},/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Mi" = (/obj/machinery/door/poddoor{id = "thunderdomegen"; name = "General Supply"},/obj/effect/turf_decal/loading_area{dir = 8},/turf/open/floor/plasteel,/area/tdome/arena) -"Mk" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plating,/area/syndicate_mothership) -"Mm" = (/turf/open/floor/grass,/area/centcom/holding) -"Mt" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/carpet/black,/area/centcom/holding) -"Mu" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Mv" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/turf/open/floor/plasteel,/area/centcom/supplypod) -"Mx" = (/obj/machinery/light{dir = 4},/obj/structure/rack,/obj/item/nullrod/claymore/saber/red{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"My" = (/obj/docking_port/stationary{area_type = /area/syndicate_mothership; dheight = 1; dir = 8; dwidth = 12; height = 17; id = "syndicate_away"; name = "syndicate recon outpost"; roundstart_template = /datum/map_template/shuttle/infiltrator/basic; width = 23},/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"MB" = (/turf/open/indestructible/binary,/area/fabric_of_reality) -"MC" = (/obj/machinery/vending/cigarette,/turf/open/floor/plasteel,/area/centcom/supplypod) -"MD" = (/obj/effect/light_emitter{set_cap = 1; set_luminosity = 4},/obj/structure/sign/warning/securearea{desc = "A warning sign which reads 'FOURTH WALL'."; name = "\improper FOURTH WALL"; pixel_x = -32},/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"ME" = (/obj/machinery/computer/camera_advanced{dir = 4},/turf/open/floor/wood,/area/wizard_station) -"MF" = (/obj/structure/table/wood,/obj/item/paper_bin,/obj/item/pen/red,/turf/open/floor/wood,/area/syndicate_mothership) -"MG" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/door/window/eastright{dir = 8; name = "Animal Pen"},/turf/open/floor/grass,/area/centcom/holding) -"MH" = (/obj/structure/ladder/unbreakable/binary/unlinked,/turf/open/indestructible/airblock,/area/fabric_of_reality) -"MI" = (/turf/open/floor/plating,/area/syndicate_mothership) -"MM" = (/obj/structure/window/reinforced,/turf/open/floor/carpet/black,/area/centcom/holding) -"MP" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"MR" = (/obj/machinery/light{dir = 4},/turf/open/floor/carpet/black,/area/centcom/holding) -"MS" = (/obj/structure/table,/obj/item/reagent_containers/food/condiment/enzyme,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"MT" = (/obj/machinery/processor,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"MU" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"Nc" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"Nd" = (/turf/closed/indestructible{icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood"; smooth = 1},/area/centcom/holding) -"Ni" = (/obj/structure/table/reinforced,/obj/item/clipboard,/obj/item/stamp,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Nj" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 1},/turf/open/floor/carpet/black,/area/centcom/holding) -"Nk" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Nm" = (/obj/structure/closet/crate,/obj/item/vending_refill/autodrobe,/obj/item/stack/sheet/paperframes/fifty,/obj/item/stack/sheet/paperframes/fifty,/obj/item/storage/fancy/candle_box,/obj/item/storage/fancy/candle_box,/obj/item/storage/fancy/candle_box,/obj/item/storage/box/lights/mixed,/turf/open/floor/wood,/area/centcom/holding) -"Nn" = (/obj/structure/closet/secure_closet/hydroponics{locked = 0},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Nu" = (/turf/open/floor/wood,/area/syndicate_mothership) -"Nv" = (/obj/structure/table,/turf/open/floor/plasteel/cafeteria{dir = 2},/area/centcom/holding) -"Nw" = (/obj/machinery/recharge_station,/turf/open/floor/plasteel/white,/area/centcom/holding) -"Ny" = (/obj/machinery/modular_computer/console/preset/research,/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"Nz" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"ND" = (/obj/structure/closet,/obj/item/storage/backpack/duffelbag/med/surgery,/obj/machinery/iv_drip,/obj/item/roller,/obj/item/storage/firstaid/regular,/obj/item/reagent_containers/medspray/synthflesh,/obj/item/reagent_containers/medspray/synthflesh,/obj/item/reagent_containers/medspray/synthflesh,/turf/open/floor/wood,/area/centcom/holding) -"NF" = (/obj/structure/ladder/unbreakable/binary,/turf/open/indestructible/airblock,/area/fabric_of_reality) -"NG" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"NJ" = (/obj/structure/table,/obj/item/book/manual/hydroponics_pod_people,/obj/item/seeds/pumpkin/blumpkin,/obj/item/paper/guides/jobs/hydroponics,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"NT" = (/obj/structure/window/paperframe{CanAtmosPass = 0},/turf/open/floor/wood,/area/centcom/holding) -"NU" = (/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/centcom/control) -"NV" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/vending/cola/sodie,/turf/open/floor/plasteel,/area/syndicate_mothership) -"Oa" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/syndicate_mothership) -"Ob" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"Oc" = (/obj/structure/table,/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 3; pixel_y = 6},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Oe" = (/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Oh" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"Oj" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom"; opacity = 1},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/control) -"Om" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"Op" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = 2},/obj/machinery/button/door{id = "lmrestroom"; name = "Lock Control"; pixel_y = -28},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Or" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"Ou" = (/turf/closed/indestructible/fakedoor{name = "Cold Storage"},/area/syndicate_mothership) -"Ov" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"Oz" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/turf/open/floor/plating,/area/syndicate_mothership) -"OB" = (/obj/machinery/door/airlock/centcom{name = "Barracks"; req_access_txt = "150"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"OE" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod) -"OG" = (/obj/structure/dresser,/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"OH" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"OL" = (/obj/structure/mineral_door/paperframe{name = "Dojo"},/turf/open/floor/wood,/area/centcom/holding) -"OM" = (/obj/machinery/light{dir = 4},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"ON" = (/obj/structure/table,/obj/item/storage/box/handcuffs,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"OS" = (/obj/structure/mecha_wreckage/mauler,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"OU" = (/obj/item/clothing/under/jabroni,/obj/item/clothing/under/geisha,/obj/item/clothing/under/kilt,/obj/structure/closet,/obj/item/clothing/under/roman,/turf/open/floor/wood,/area/centcom/holding) -"OV" = (/obj/machinery/light{dir = 8},/turf/open/floor/wood,/area/syndicate_mothership) -"OZ" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plating,/area/syndicate_mothership) -"Pa" = (/obj/machinery/washing_machine,/turf/open/floor/plasteel/white,/area/centcom/holding) -"Pg" = (/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"Ph" = (/obj/structure/closet/crate/bin,/turf/open/floor/wood,/area/centcom/holding) -"Pl" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 4},/turf/open/floor/carpet/black,/area/centcom/holding) -"Pn" = (/turf/closed/indestructible/fakedoor{name = "Equipment Storage"},/area/syndicate_mothership) -"Po" = (/obj/structure/window/reinforced{dir = 8},/turf/open/floor/carpet/black,/area/centcom/holding) -"Pq" = (/obj/structure/urinal{pixel_y = 28},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Pr" = (/obj/structure/table,/obj/item/book/manual/chef_recipes,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Ps" = (/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"Pv" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"Pw" = (/obj/machinery/light/small,/turf/open/floor/wood,/area/syndicate_mothership) -"Px" = (/obj/machinery/vr_sleeper,/turf/open/floor/wood,/area/centcom/holding) -"PA" = (/obj/structure/window/reinforced{dir = 4},/turf/open/floor/carpet/black,/area/centcom/holding) -"PD" = (/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"PF" = (/obj/machinery/vr_sleeper{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"PG" = (/obj/structure/table/reinforced,/obj/item/camera,/turf/open/floor/plasteel,/area/centcom/supplypod) -"PI" = (/obj/machinery/biogenerator,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"PJ" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plating,/area/syndicate_mothership) -"PL" = (/obj/machinery/autolathe,/turf/open/floor/wood,/area/centcom/holding) -"PO" = (/obj/machinery/hydroponics/constructable,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"PP" = (/obj/machinery/door/airlock/external{req_access_txt = "150"},/turf/open/floor/plating,/area/syndicate_mothership) -"PS" = (/obj/machinery/computer/shuttle/syndicate/recall,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"PU" = (/obj/structure/table/reinforced,/obj/item/folder/white,/obj/item/pen/blue,/turf/open/floor/plasteel,/area/centcom/supplypod) -"PV" = (/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/holofloor,/area/holodeck/rec_center/firingrange) -"PX" = (/obj/machinery/computer/arcade/battle,/turf/open/floor/wood,/area/centcom/holding) -"PY" = (/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"PZ" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"Qa" = (/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"Qb" = (/obj/machinery/door/airlock/titanium{name = "Cockpit"; req_access_txt = "109"},/turf/open/floor/mineral/titanium,/area/centcom/evac) -"Qe" = (/turf/open/ai_visible,/area/ai_multicam_room) -"Qk" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/centcom/holding) -"Qm" = (/obj/singularity/wizard/mapped,/turf/open/indestructible/binary,/area/fabric_of_reality) -"Qo" = (/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Qq" = (/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"Qt" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/pizzaslice/mushroom,/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"Qu" = (/obj/machinery/vr_sleeper{dir = 8},/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/centcom/holding) -"QA" = (/obj/machinery/deepfryer,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"QB" = (/obj/machinery/computer/telecrystals/uplinker,/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"QE" = (/turf/open/floor/plasteel,/area/centcom/supplypod) -"QH" = (/obj/machinery/chem_master/condimaster{desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; name = "BrewMaster 2199"; pixel_x = -4},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"QI" = (/obj/structure/toilet{dir = 4},/turf/open/floor/plasteel/white,/area/centcom/holding) -"QK" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"QL" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/centcom/holding) -"QP" = (/obj/machinery/computer/mech_bay_power_console{dir = 1},/turf/open/floor/plating,/area/syndicate_mothership) -"QQ" = (/obj/machinery/computer/telecrystals/uplinker,/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"QR" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"QT" = (/obj/machinery/chem_dispenser/drinks,/turf/closed/indestructible{icon = 'icons/turf/walls/wood_wall.dmi'; icon_state = "wood"; smooth = 1},/area/centcom/holding) -"QV" = (/turf/closed/indestructible/riveted,/area/syndicate_mothership) -"QW" = (/obj/structure/closet/secure_closet/freezer/kitchen{locked = 0},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"QX" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"Ra" = (/obj/machinery/door/window/eastright,/turf/open/floor/carpet/black,/area/centcom/holding) -"Rb" = (/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plating,/area/syndicate_mothership) -"Rd" = (/obj/machinery/light,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Re" = (/obj/structure/mineral_door/paperframe,/turf/open/floor/wood,/area/centcom/holding) -"Rf" = (/obj/structure/table/reinforced,/turf/open/floor/plasteel,/area/centcom/supplypod) -"Rh" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/grass,/area/centcom/holding) -"Ri" = (/obj/structure/chair/wood/normal{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"Rj" = (/obj/machinery/vending/hydroseeds,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Rl" = (/obj/structure/mirror{pixel_x = -28},/obj/structure/table,/obj/item/reagent_containers/rag/towel/syndicate,/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"Rm" = (/obj/structure/chair/wood/wings{dir = 3},/turf/open/floor/wood,/area/centcom/holding) -"Ro" = (/obj/structure/closet{anchored = 1; desc = "A storage unit for plasmaman internals, courtesy of the Spider Clan."; icon_state = "emergency"; name = "Plasmaman emergency closet"},/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/clothing/mask/breath,/obj/item/tank/internals/plasmaman/belt/full,/obj/item/tank/internals/plasmaman/belt/full,/obj/item/tank/internals/plasmaman/belt/full,/obj/item/tank/internals/plasmaman/belt/full,/obj/item/tank/internals/plasmaman/belt/full,/turf/open/floor/wood,/area/centcom/holding) -"Rz" = (/obj/effect/turf_decal/loading_area,/turf/open/floor/plating,/area/syndicate_mothership) -"RD" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"RL" = (/obj/structure/mineral_door/paperframe{name = "Arcade"},/turf/open/floor/wood,/area/centcom/holding) -"RQ" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/turf/open/floor/wood,/area/centcom/holding) -"RR" = (/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"RS" = (/obj/machinery/light{dir = 8},/obj/structure/rack,/obj/item/nullrod/claymore/glowing{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"RZ" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/syndicate_mothership) -"Sb" = (/obj/structure/table/wood,/obj/item/toy/prize/mauler{pixel_y = 12},/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"Sd" = (/turf/open/floor/carpet/black,/area/centcom/holding) -"Sf" = (/obj/structure/chair{dir = 4; name = "Prosecution"},/turf/open/floor/mineral/titanium,/area/centcom/evac) -"Sg" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plating,/area/syndicate_mothership) -"Sh" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"Si" = (/obj/structure/table/wood,/obj/item/toy/nuke,/turf/open/floor/wood,/area/syndicate_mothership) -"So" = (/obj/structure/chair/wood/wings{dir = 4},/obj/machinery/defibrillator_mount/loaded{pixel_y = 28},/turf/open/floor/wood,/area/centcom/holding) -"Sw" = (/obj/machinery/hydroponics/constructable,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Sy" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"SB" = (/obj/structure/curtain,/obj/structure/window/reinforced/tinted{dir = 8},/obj/machinery/shower{pixel_y = 12},/turf/open/floor/plasteel/white,/area/centcom/holding) -"SD" = (/obj/structure/mopbucket,/obj/item/mop,/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"SF" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supplypod) -"SG" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/plasteel/cafeteria{dir = 2},/area/centcom/holding) -"SH" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"SI" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"SN" = (/obj/structure/mopbucket,/obj/item/mop,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"SP" = (/obj/effect/spawner/structure/window/reinforced,/turf/open/space/basic,/area/centcom/supplypod) -"SU" = (/obj/structure/table/wood,/obj/item/camera/detective{desc = "A polaroid camera with extra capacity for social media marketing."; name = "Professional camera"},/obj/item/camera_film,/obj/item/wallframe/newscaster,/obj/item/paper_bin,/obj/item/pen/fountain,/turf/open/floor/wood,/area/centcom/holding) -"SV" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/light,/turf/open/floor/plasteel,/area/syndicate_mothership) -"SW" = (/obj/machinery/seed_extractor,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"SY" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/centcom/holding) -"Tb" = (/obj/structure/closet/crate/freezer/blood,/turf/open/floor/wood,/area/centcom/holding) -"Tj" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/obj/machinery/vending/cigarette/syndicate,/turf/open/floor/plasteel,/area/syndicate_mothership) -"Tn" = (/obj/structure/table/wood/fancy,/obj/item/candle/infinite{pixel_y = 6},/turf/open/floor/wood,/area/centcom/holding) -"To" = (/turf/open/indestructible/airblock,/area/fabric_of_reality) -"Tq" = (/obj/structure/table/wood/bar,/obj/item/stack/sheet/glass/fifty,/obj/item/stack/sheet/metal/fifty,/obj/item/storage/toolbox/mechanical,/obj/item/multitool,/turf/open/floor/wood,/area/centcom/holding) -"Tr" = (/obj/structure/closet/chefcloset,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Tu" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/centcom/holding) -"Tw" = (/obj/structure/closet{anchored = 1; name = "Plasmaman suits"},/obj/item/clothing/under/plasmaman,/obj/item/clothing/under/plasmaman,/obj/item/clothing/under/plasmaman,/obj/item/clothing/under/plasmaman,/obj/item/clothing/under/plasmaman,/obj/item/clothing/head/helmet/space/plasmaman,/obj/item/clothing/head/helmet/space/plasmaman,/obj/item/clothing/head/helmet/space/plasmaman,/obj/item/clothing/head/helmet/space/plasmaman,/obj/item/clothing/head/helmet/space/plasmaman,/turf/open/floor/wood,/area/centcom/holding) -"Tz" = (/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"TA" = (/obj/structure/chair{dir = 8},/turf/open/floor/mineral/titanium,/area/centcom/evac) -"TB" = (/obj/structure/reagent_dispensers/cooking_oil,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"TF" = (/obj/effect/turf_decal/tile/red{dir = 8},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"TK" = (/obj/structure/table/wood/bar,/obj/structure/mirror{pixel_y = 28},/turf/open/floor/wood,/area/centcom/holding) -"TM" = (/mob/living/simple_animal/bot/medbot{desc = "When engaged in combat, the vanquishing of thine enemy can be the warrior's only concern."; name = "Hattori"; radio_key = null; stationary_mode = 1},/turf/open/floor/wood,/area/centcom/holding) -"TO" = (/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"TP" = (/obj/structure/urinal{pixel_y = 32},/obj/machinery/light/small{dir = 4},/turf/open/floor/plasteel/freezer,/area/syndicate_mothership) -"Ud" = (/obj/effect/landmark/holding_facility,/turf/open/floor/wood,/area/centcom/holding) -"Ug" = (/obj/machinery/door/poddoor/shuttledock{checkdir = 1; name = "syndicate blast door"; turftype = /turf/open/floor/plating/asteroid/snow},/turf/open/floor/plating,/area/syndicate_mothership) -"Uh" = (/obj/machinery/light{dir = 4},/obj/structure/rack,/obj/item/nullrod/claymore/darkblade{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"Uj" = (/obj/machinery/door/airlock/centcom{name = "Restroom"; req_access_txt = "150"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"Ul" = (/obj/structure/table,/obj/machinery/microwave{pixel_y = 4},/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Um" = (/obj/structure/closet/crate/hydroponics,/obj/item/shovel/spade,/obj/item/wirecutters,/obj/item/wrench,/obj/item/watertank,/obj/item/cultivator,/obj/item/reagent_containers/glass/bucket,/obj/item/reagent_containers/glass/bucket,/obj/effect/turf_decal/tile/green{dir = 1},/obj/effect/turf_decal/tile/green,/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"Un" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Uu" = (/obj/machinery/light{dir = 8},/turf/open/floor/plating,/area/syndicate_mothership) -"Uv" = (/obj/structure/closet/crate/secure/gear,/turf/open/floor/plating,/area/syndicate_mothership) -"Uw" = (/obj/structure/chair{dir = 4},/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Uy" = (/obj/structure/flora/bush,/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"UC" = (/obj/machinery/vending/cola,/turf/open/floor/plasteel,/area/centcom/supplypod) -"UE" = (/obj/structure/chair/stool/bar,/turf/open/floor/wood,/area/centcom/holding) -"UG" = (/obj/structure/flora/tree/pine,/obj/effect/light_emitter,/obj/effect/light_emitter,/turf/open/floor/plating/asteroid/snow/airless,/area/syndicate_mothership) -"UL" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supplypod) -"UO" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/centcom/control) -"UQ" = (/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/centcom/supplypod/loading/one) -"UT" = (/obj/structure/chair/wood/wings{dir = 1},/turf/open/floor/wood,/area/centcom/holding) -"UV" = (/obj/machinery/computer/arcade,/turf/open/floor/wood,/area/centcom/holding) -"UW" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/centcom/supplypod/loading/three) -"UX" = (/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/centcom/supplypod/loading/three) -"Va" = (/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 4},/turf/open/floor/holofloor,/area/holodeck/rec_center/basketball) -"Vb" = (/obj/structure/table/wood,/obj/item/toy/figure/syndie,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"Vc" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"Vf" = (/obj/structure/table,/obj/item/assembly/flash/handheld,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Vj" = (/obj/structure/toilet{dir = 8},/obj/machinery/door/window{name = "Tactical Toilet"; icon_state = "right"; dir = 8; opacity = 1},/obj/structure/window/reinforced/tinted,/turf/open/floor/plasteel/freezer{dir = 2},/area/syndicate_mothership) -"Vm" = (/obj/machinery/gibber,/obj/machinery/light{dir = 1},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Vt" = (/obj/item/paper/fluff/stations/centcom/disk_memo,/obj/structure/noticeboard{pixel_x = -32},/obj/effect/turf_decal/tile/bar,/obj/effect/turf_decal/tile/bar{dir = 1},/turf/open/floor/plasteel,/area/syndicate_mothership) -"Vu" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/obj/machinery/light,/turf/open/floor/grass,/area/centcom/holding) -"Vv" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Vw" = (/obj/structure/table,/obj/item/kitchen/fork,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Vx" = (/obj/docking_port/stationary{dir = 4; dwidth = 2; height = 7; id = "pod_away"; name = "recovery ship"; width = 5},/turf/open/space,/area/space) -"Vz" = (/obj/machinery/vending/wallmed{name = "Emergency NanoMed"; pixel_y = 28; use_power = 0},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"VA" = (/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/holding) -"VB" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"VF" = (/obj/structure/rack,/obj/item/nullrod/scythe/vibro{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"VO" = (/turf/closed/indestructible/riveted,/area/centcom/supplypod) -"VP" = (/obj/structure/closet/cardboard,/obj/effect/turf_decal/stripes/corner,/turf/open/floor/plating,/area/syndicate_mothership) -"VQ" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod) -"VR" = (/obj/machinery/light,/turf/open/floor/plating,/area/syndicate_mothership) -"VT" = (/obj/structure/table/wood,/obj/item/syndicatedetonator{desc = "This gaudy button can be used to instantly detonate syndicate bombs that have been activated on the station. It is also fun to press."},/turf/open/floor/wood,/area/syndicate_mothership) -"VX" = (/obj/effect/landmark/shuttle_import,/turf/open/space/basic,/area/space) -"Wb" = (/obj/machinery/door/window/westleft,/turf/open/floor/carpet/black,/area/centcom/holding) -"Wc" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/evac) -"Wi" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod) -"Wj" = (/obj/structure/closet/cardboard/metal,/obj/effect/turf_decal/stripes/corner{dir = 8},/turf/open/floor/plating,/area/syndicate_mothership) -"Wr" = (/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"WC" = (/obj/structure/table/reinforced,/obj/item/pen,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"WH" = (/obj/structure/table/reinforced,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_y = 5},/turf/open/floor/plasteel,/area/centcom/supplypod) -"WJ" = (/obj/machinery/door/airlock/centcom{name = "Thunderdome Administration"; opacity = 1; req_access_txt = "102"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeadmin) -"WK" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"WM" = (/obj/structure/extinguisher_cabinet{pixel_y = 32},/turf/open/floor/wood,/area/centcom/holding) -"WO" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod) -"WQ" = (/obj/machinery/door/firedoor,/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"WS" = (/obj/structure/closet/syndicate/personal,/turf/open/floor/wood,/area/syndicate_mothership) -"WW" = (/obj/machinery/processor,/turf/open/floor/plasteel/cafeteria,/area/syndicate_mothership) -"Xd" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/palebush,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/centcom/holding) -"Xe" = (/obj/machinery/vending/autodrobe{req_access_txt = "0"},/turf/open/floor/wood,/area/centcom/holding) -"Xg" = (/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/holofloor,/area/holodeck/rec_center/basketball) -"Xk" = (/turf/open/floor/wood,/area/centcom/holding) -"Xl" = (/obj/structure/closet/syndicate/personal,/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"Xn" = (/obj/machinery/door/airlock/wood{req_one_access_txt = "0"},/turf/open/floor/wood,/area/centcom/holding) -"Xo" = (/obj/machinery/vending/dinnerware,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Xq" = (/obj/effect/turf_decal/stripes/line{dir = 1},/obj/machinery/light,/turf/open/floor/plating,/area/syndicate_mothership) -"Xr" = (/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/centcom/supplypod/loading/four) -"Xs" = (/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plating,/area/syndicate_mothership) -"Xt" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper,/turf/open/floor/plasteel,/area/centcom/control) -"Xu" = (/obj/effect/turf_decal/tile/green{dir = 8},/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange) -"Xx" = (/obj/machinery/light{dir = 4},/turf/open/floor/wood,/area/centcom/holding) -"Xy" = (/obj/machinery/door/airlock/external{name = "Ferry Airlock"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 8},/turf/open/floor/plasteel,/area/centcom/ferry) -"XE" = (/obj/machinery/door/airlock/centcom{name = "Kitchen"; req_access_txt = "150"},/turf/open/floor/plasteel,/area/syndicate_mothership) -"XL" = (/obj/machinery/door/airlock/wood,/turf/open/floor/wood,/area/centcom/holding) -"XM" = (/obj/structure/chair/wood/wings{dir = 4},/turf/open/floor/wood,/area/centcom/holding) -"XT" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/sashimi,/turf/open/floor/wood,/area/centcom/holding) -"XU" = (/obj/machinery/computer/secure_data{dir = 4},/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"XX" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/sake,/turf/open/floor/wood,/area/centcom/holding) -"XY" = (/obj/machinery/door/poddoor/shutters{id = "nukeop_ready"; name = "shuttle dock"},/turf/open/floor/plating,/area/syndicate_mothership) -"Yc" = (/obj/effect/turf_decal/stripes/line,/turf/open/floor/plating,/area/syndicate_mothership) -"Yd" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Ye" = (/obj/structure/chair/wood/wings{dir = 8},/obj/machinery/defibrillator_mount/loaded{pixel_y = 28},/turf/open/floor/wood,/area/centcom/holding) -"Yf" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/chawanmushi,/turf/open/floor/wood,/area/centcom/holding) -"Yg" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/turf/open/floor/plating,/area/syndicate_mothership) -"Yh" = (/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/open/floor/wood,/area/centcom/holding) -"Yi" = (/obj/structure/dresser,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"Ym" = (/obj/machinery/computer/arcade/orion_trail,/turf/open/floor/wood,/area/centcom/holding) -"Yo" = (/obj/machinery/light{dir = 8},/turf/open/floor/wood,/area/centcom/holding) -"Ys" = (/obj/structure/table/reinforced,/turf/open/floor/mineral/plastitanium/red,/area/centcom/evac) -"Yt" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/tdome/tdomeobserve) -"Yu" = (/obj/structure/closet/secure_closet/freezer/fridge{locked = 0},/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"Yw" = (/turf/closed/indestructible/fakedoor{name = "External Access"},/area/syndicate_mothership) -"Yy" = (/obj/machinery/door/airlock/titanium,/turf/open/floor/mineral/titanium,/area/centcom/evac) -"YJ" = (/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/drinks/shaker,/obj/item/book/manual/wiki/barman_recipes,/obj/item/book/granter/action/drink_fling,/obj/structure/closet/crate,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"YL" = (/obj/machinery/vending/clothing,/turf/open/floor/wood,/area/centcom/holding) -"YN" = (/obj/structure/window/reinforced{dir = 8},/mob/living/simple_animal/chicken,/turf/open/floor/grass,/area/centcom/holding) -"YQ" = (/obj/structure/table,/obj/item/reagent_containers/glass/beaker,/turf/open/floor/plasteel/cafeteria,/area/centcom/holding) -"YU" = (/obj/structure/window/reinforced{dir = 1},/turf/open/floor/carpet/black,/area/centcom/holding) -"YV" = (/obj/machinery/light{dir = 8},/obj/structure/rack,/obj/item/nullrod/claymore/saber{damtype = "stamina"; force = 30},/turf/open/floor/wood,/area/centcom/holding) -"Za" = (/obj/machinery/door/airlock/wood{id_tag = "lmrestroom"},/turf/open/floor/wood,/area/centcom/holding) -"Zc" = (/turf/open/indestructible/binary,/area/space) -"Zh" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-10"},/turf/open/floor/wood,/area/centcom/holding) -"Zi" = (/turf/open/floor/plasteel,/area/centcom/supplypod/podStorage) -"Zj" = (/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/centcom/supplypod) -"Zr" = (/obj/machinery/light,/turf/open/floor/plasteel/dark,/area/syndicate_mothership) -"Zt" = (/obj/machinery/vr_sleeper{dir = 1},/obj/machinery/light,/turf/open/floor/wood,/area/centcom/holding) -"Zw" = (/obj/structure/bed,/obj/item/bedsheet/syndie,/turf/open/floor/wood,/area/syndicate_mothership) -"Zx" = (/mob/living/simple_animal/bot/medbot{desc = "A little medical robot. You can make out the word \"sincerity\" on its chassis."; name = "Hijikata"; radio_key = null; stationary_mode = 1},/turf/open/floor/wood,/area/centcom/holding) -"Zz" = (/obj/effect/landmark/start/nukeop_leader,/turf/open/floor/wood,/area/syndicate_mothership) -"ZF" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/four) -"ZH" = (/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating,/area/syndicate_mothership) -"ZJ" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 8},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 4},/turf/open/floor/plasteel,/area/centcom/evac) -"ZK" = (/obj/machinery/computer/telecrystals/boss{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/mineral/plastitanium/red,/area/syndicate_mothership) -"ZP" = (/obj/effect/turf_decal/stripes/line{dir = 4},/obj/machinery/light{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/supplypod) -"ZQ" = (/turf/open/floor/plasteel,/area/centcom/supplypod/loading/two) -"ZT" = (/mob/living/simple_animal/cow,/turf/open/floor/grass,/area/centcom/holding) -"ZU" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 8},/turf/open/floor/carpet/black,/area/centcom/holding) -"ZV" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/centcom/supplypod/loading/one) -"ZW" = (/turf/open/floor/plasteel/white,/area/centcom/holding) -"ZX" = (/obj/machinery/door/airlock/centcom{name = "CentCom Security"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plasteel,/area/centcom/supply) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/open/space/basic, +/area/space) +"ab" = ( +/turf/closed/indestructible/riveted, +/area/space) +"ac" = ( +/obj/structure/window/reinforced, +/turf/closed/indestructible/riveted, +/area/space) +"ad" = ( +/turf/open/space, +/area/space) +"ae" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/closed/indestructible/riveted, +/area/space) +"af" = ( +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"ag" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/closed/indestructible/riveted, +/area/space) +"ah" = ( +/obj/structure/foamedmetal, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"ai" = ( +/obj/structure/foamedmetal, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"aj" = ( +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"ak" = ( +/obj/structure/table, +/obj/item/stack/medical/ointment{ + heal_burn = 10 + }, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"al" = ( +/obj/structure/table/wood{ + layer = 3.3 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05"; + pixel_y = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"am" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"an" = ( +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"ao" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + layer = 3.3 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"ap" = ( +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/wildlife) +"aq" = ( +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/offline) +"ar" = ( +/turf/open/floor/holofloor/plating/burnmix, +/area/holodeck/rec_center/burn) +"as" = ( +/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/holofloor, +/area/holodeck/rec_center/court) +"at" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"au" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"av" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/closed/indestructible/riveted, +/area/space) +"aw" = ( +/obj/structure/flora/bush, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"ax" = ( +/obj/effect/holodeck_effect/mobspawner/penguin, +/obj/effect/holodeck_effect/mobspawner/penguin, +/obj/item/toy/snowball{ + pixel_y = 6 + }, +/obj/item/toy/snowball{ + pixel_x = 5 + }, +/obj/item/toy/snowball{ + pixel_x = -4 + }, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"ay" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"az" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aA" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aB" = ( +/obj/effect/holodeck_effect/mobspawner, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/wildlife) +"aC" = ( +/obj/effect/holodeck_effect/sparks, +/turf/open/floor/holofloor/plating/burnmix, +/area/holodeck/rec_center/burn) +"aD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"aE" = ( +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"aF" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"aG" = ( +/obj/structure/flora/grass/brown, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"aH" = ( +/obj/structure/table, +/obj/item/gun/energy/laser, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"aI" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aJ" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/mask/cigarette/pipe, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aK" = ( +/obj/structure/table/wood/poker, +/obj/structure/table/wood/poker, +/obj/effect/holodeck_effect/cards, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aL" = ( +/obj/structure/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aM" = ( +/obj/structure/statue/snow/snowman{ + anchored = 1 + }, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"aN" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aO" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"aP" = ( +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aQ" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aR" = ( +/obj/effect/holodeck_effect/mobspawner/penguin_baby, +/obj/structure/flora/tree/pine, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"aS" = ( +/obj/structure/chair/wood, +/turf/open/floor/holofloor/snow, +/area/holodeck/rec_center/winterwonderland) +"aT" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05"; + pixel_y = 10 + }, +/turf/open/floor/holofloor{ + icon_state = "wood"; + dir = 9 + }, +/area/holodeck/rec_center/lounge) +"aU" = ( +/turf/open/floor/holofloor{ + dir = 9; + icon_state = "stairs-l" + }, +/area/holodeck/rec_center/lounge) +"aV" = ( +/turf/open/floor/holofloor{ + dir = 9; + icon_state = "stairs-r" + }, +/area/holodeck/rec_center/lounge) +"aW" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"aX" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"aY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"aZ" = ( +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"ba" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"bb" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"bc" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack{ + heal_brute = 10 + }, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/bunker) +"bd" = ( +/obj/structure/table/wood, +/obj/item/instrument/violin, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"be" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + dir = 1 + }, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"bf" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/clothing/mask/cigarette/pipe, +/turf/open/floor/holofloor/carpet, +/area/holodeck/rec_center/lounge) +"bg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"bh" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"bi" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/court) +"bj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/closed/indestructible/riveted, +/area/space) +"bk" = ( +/obj/effect/holodeck_effect/mobspawner/bee, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/anthophila) +"bl" = ( +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bm" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bn" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bo" = ( +/obj/structure/table/glass, +/obj/item/surgicaldrill, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bp" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bq" = ( +/obj/structure/table/glass, +/obj/item/scalpel{ + pixel_y = 10 + }, +/obj/item/circular_saw, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"br" = ( +/obj/structure/table/glass, +/obj/item/retractor, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bs" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/gauze, +/obj/item/cautery, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bt" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"bu" = ( +/obj/structure/holohoop{ + layer = 3.9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bw" = ( +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"bx" = ( +/obj/structure/table, +/obj/machinery/readybutton, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"by" = ( +/obj/structure/table, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"bz" = ( +/obj/structure/table, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"bA" = ( +/obj/machinery/readybutton, +/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/holofloor, +/area/holodeck/rec_center/dodgeball) +"bB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"bC" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"bD" = ( +/obj/effect/holodeck_effect/mobspawner/pet, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bE" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bF" = ( +/obj/effect/holodeck_effect/mobspawner/pet, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bG" = ( +/obj/structure/table/glass, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bH" = ( +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bJ" = ( +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bL" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"bM" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"bN" = ( +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"bO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"bP" = ( +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"bQ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"bR" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"bS" = ( +/obj/item/storage/bag/easterbasket{ + name = "picnic basket"; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/pet_lounge) +"bT" = ( +/obj/item/trash/plate, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/pet_lounge) +"bU" = ( +/obj/structure/table/optable, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bV" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bW" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/mask/surgical, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"bX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"bY" = ( +/obj/effect/holodeck_effect/mobspawner/monkey, +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"bZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"ca" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cb" = ( +/obj/effect/holodeck_effect/mobspawner/pet, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/pet_lounge) +"cc" = ( +/obj/item/shovel/spade{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/pet_lounge) +"cd" = ( +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"ce" = ( +/obj/effect/holodeck_effect/mobspawner/bee, +/obj/item/clothing/head/beekeeper_head, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/anthophila) +"cf" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cg" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/beakers, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"ch" = ( +/obj/machinery/washing_machine, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"ci" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"cj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"ck" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"cl" = ( +/obj/item/clothing/under/color/rainbow, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"cm" = ( +/obj/structure/window, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"cn" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"co" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cp" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/item/toy/beach_ball/holoball/dodgeball, +/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/holofloor, +/area/holodeck/rec_center/dodgeball) +"cq" = ( +/obj/effect/holodeck_effect/mobspawner/bee, +/obj/effect/decal/remains/human, +/obj/item/clothing/suit/beekeeper_suit, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/anthophila) +"cr" = ( +/obj/effect/holodeck_effect/mobspawner/bee, +/obj/item/melee/flyswatter, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/anthophila) +"cs" = ( +/obj/machinery/chem_master, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"ct" = ( +/obj/structure/table/glass, +/obj/item/healthanalyzer, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cu" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cv" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cw" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cx" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"cy" = ( +/obj/item/toy/beach_ball, +/turf/open/floor/holofloor/beach, +/area/holodeck/rec_center/beach) +"cz" = ( +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"cA" = ( +/obj/structure/window, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cB" = ( +/obj/structure/window, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cC" = ( +/obj/structure/window, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cD" = ( +/obj/structure/sink/puddle, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cE" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cG" = ( +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cH" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cI" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cK" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cL" = ( +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cM" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/holodeck_effect/mobspawner/pet, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cN" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cO" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cP" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cQ" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/machinery/computer/pandemic, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cR" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"cS" = ( +/turf/open/floor/holofloor/beach/coast_t, +/area/holodeck/rec_center/beach) +"cT" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/holofloor/beach/coast_t, +/area/holodeck/rec_center/beach) +"cU" = ( +/obj/item/shovel/spade, +/turf/open/floor/holofloor/beach/coast_t, +/area/holodeck/rec_center/beach) +"cV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"cW" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/pet_lounge) +"cX" = ( +/obj/machinery/door/window/westleft, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"cY" = ( +/turf/open/floor/holofloor/beach/coast_b, +/area/holodeck/rec_center/beach) +"cZ" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/iv_drip, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"da" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/iv_drip, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"db" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"dc" = ( +/obj/machinery/iv_drip, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"dd" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/medical) +"de" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"df" = ( +/obj/structure/holohoop{ + dir = 1; + layer = 4.1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"dg" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"dh" = ( +/turf/open/floor/holofloor/beach/water, +/area/holodeck/rec_center/beach) +"di" = ( +/obj/structure/table, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/open/floor/holofloor/basalt, +/area/holodeck/rec_center/thunderdome) +"dj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"dk" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"dl" = ( +/obj/machinery/readybutton, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/dodgeball) +"dm" = ( +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/refuel) +"dn" = ( +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/spacechess) +"do" = ( +/obj/item/banner/blue, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dp" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/knight/blue, +/obj/item/claymore/weak, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dq" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/head/crown/fancy{ + pixel_y = 6 + }, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dr" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/knight/red, +/obj/item/claymore/weak, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"ds" = ( +/obj/item/banner/red, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dt" = ( +/turf/open/floor/holofloor/hyperspace, +/area/holodeck/rec_center/kobayashi) +"du" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/hyperspace, +/area/holodeck/rec_center/kobayashi) +"dv" = ( +/obj/structure/closet{ + density = 0 + }, +/obj/item/clothing/suit/judgerobe, +/obj/item/clothing/head/powdered_wig, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dw" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/suit/nun, +/obj/item/clothing/head/nun_hood, +/obj/item/clothing/suit/holidaypriest, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dx" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/book/bible, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dy" = ( +/obj/structure/table/wood/fancy, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dz" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dA" = ( +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"dB" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"dC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/firingrange) +"dD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/firingrange) +"dE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/firingrange) +"dF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"dG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/refuel) +"dH" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_viva"; + name = "Black Rook" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"dI" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_mime"; + name = "Black Queen" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"dJ" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_clown"; + name = "Black King" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"dK" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_ian"; + name = "Black Knight" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"dL" = ( +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dM" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"dN" = ( +/obj/structure/window/reinforced, +/obj/machinery/mass_driver{ + dir = 1; + icon_state = "mass_driver"; + id = "trektorpedo1"; + name = "photon torpedo tube" + }, +/obj/item/toy/minimeteor{ + color = ""; + desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery."; + icon = 'icons/effects/effects.dmi'; + icon_state = "impact_laser"; + name = "photon torpedo" + }, +/turf/open/floor/holofloor/hyperspace, +/area/holodeck/rec_center/kobayashi) +"dO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/arcade/orion_trail/kobayashi, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"dP" = ( +/obj/machinery/button/massdriver{ + id = "trektorpedo1"; + layer = 3.9; + name = "photon torpedo button"; + pixel_x = -16; + pixel_y = -5 + }, +/obj/machinery/button/massdriver{ + id = "trektorpedo2"; + layer = 3.9; + name = "photon torpedo button"; + pixel_x = 16; + pixel_y = -5 + }, +/obj/machinery/computer/arcade/orion_trail/kobayashi, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"dQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/arcade/orion_trail/kobayashi, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"dR" = ( +/obj/structure/window/reinforced, +/obj/machinery/mass_driver{ + dir = 1; + icon_state = "mass_driver"; + id = "trektorpedo2"; + name = "photon torpedo tube" + }, +/obj/item/toy/minimeteor{ + color = ""; + desc = "A primitive long-range weapon, inferior to Nanotrasen's perfected bluespace artillery."; + icon = 'icons/effects/effects.dmi'; + icon_state = "impact_laser"; + name = "photon torpedo" + }, +/turf/open/floor/holofloor/hyperspace, +/area/holodeck/rec_center/kobayashi) +"dS" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 1 + }, +/area/holodeck/rec_center/chapelcourt) +"dT" = ( +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 4 + }, +/area/holodeck/rec_center/chapelcourt) +"dU" = ( +/obj/structure/chair, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"dV" = ( +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 1 + }, +/area/holodeck/rec_center/chapelcourt) +"dW" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 4 + }, +/area/holodeck/rec_center/chapelcourt) +"dX" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/melee/classic_baton/telescopic, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"dY" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/white, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"dZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/apple, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"ea" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "white"; + dir = 8 + }, +/area/holodeck/rec_center/firingrange) +"eb" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/firingrange) +"ec" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "white"; + dir = 4 + }, +/area/holodeck/rec_center/firingrange) +"ed" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_greytide"; + name = "Black Pawn" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"ee" = ( +/obj/item/cardboard_cutout/adaptive{ + color = "#9999BB"; + icon_state = "cutout_greytide"; + name = "Black Pawn" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"ef" = ( +/obj/machinery/door/window/westleft{ + dir = 2; + icon_state = "right" + }, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"eg" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"eh" = ( +/obj/machinery/door/window/westleft{ + dir = 2 + }, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"ei" = ( +/obj/structure/table/glass, +/obj/machinery/recharger, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"ej" = ( +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"ek" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"el" = ( +/obj/structure/table/glass, +/obj/item/gun/energy/e_gun/mini/practice_phaser, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"em" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "chapel" + }, +/area/holodeck/rec_center/chapelcourt) +"en" = ( +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 2 + }, +/area/holodeck/rec_center/chapelcourt) +"eo" = ( +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/structure/table/wood, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"ep" = ( +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "chapel" + }, +/area/holodeck/rec_center/chapelcourt) +"eq" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 2 + }, +/area/holodeck/rec_center/chapelcourt) +"er" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/holofloor{ + icon_state = "white"; + dir = 10 + }, +/area/holodeck/rec_center/firingrange) +"es" = ( +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/firingrange) +"et" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/holofloor{ + icon_state = "white"; + dir = 6 + }, +/area/holodeck/rec_center/firingrange) +"eu" = ( +/obj/item/weldingtool, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/refuel) +"ev" = ( +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"ew" = ( +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"ex" = ( +/turf/open/floor/holofloor{ + icon_state = "stairs-old"; + dir = 8 + }, +/area/holodeck/rec_center/thunderdome1218) +"ey" = ( +/obj/structure/table/wood, +/obj/item/melee/chainofcommand{ + name = "chain whip" + }, +/obj/item/twohanded/spear, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"ez" = ( +/obj/structure/table/wood, +/obj/item/scythe, +/obj/item/twohanded/spear, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"eA" = ( +/obj/structure/table/wood, +/obj/item/tailclub, +/obj/item/twohanded/spear, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"eB" = ( +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/chapelcourt) +"eC" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/clothing/under/schoolgirl, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"eD" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/clothing/under/schoolgirl/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"eE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"eF" = ( +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"eG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"eH" = ( +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"eI" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eK" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eL" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eM" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 1 + }, +/area/holodeck/rec_center/chapelcourt) +"eN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 4 + }, +/area/holodeck/rec_center/chapelcourt) +"eO" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"eP" = ( +/obj/machinery/modular_computer/console/preset/civilian{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eQ" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eR" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "chapel" + }, +/area/holodeck/rec_center/chapelcourt) +"eS" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor{ + icon_state = "chapel"; + dir = 2 + }, +/area/holodeck/rec_center/chapelcourt) +"eT" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/clothing/under/schoolgirl/orange, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"eU" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/clothing/under/schoolgirl/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"eV" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"eW" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_greytide"; + name = "White Pawn" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"eX" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_greytide"; + name = "White Pawn" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"eY" = ( +/obj/structure/window/reinforced, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"eZ" = ( +/obj/machinery/door/window/westleft{ + dir = 2 + }, +/turf/open/floor/holofloor/asteroid, +/area/holodeck/rec_center/thunderdome1218) +"fa" = ( +/obj/machinery/door/window/westleft{ + dir = 2; + icon_state = "right" + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"fb" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen/blue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fc" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fd" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/folder, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fe" = ( +/obj/machinery/door/window/westleft{ + dir = 2 + }, +/turf/open/floor/holofloor/plating, +/area/holodeck/rec_center/kobayashi) +"ff" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/clothing/under/schoolgirl, +/obj/item/toy/katana, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/school) +"fg" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fh" = ( +/obj/item/paper/guides/jobs/security/range, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fi" = ( +/obj/structure/table/reinforced, +/obj/machinery/magnetic_controller{ + autolink = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fj" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_viva"; + name = "White Rook" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"fk" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_mime"; + name = "White Queen" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"fl" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_clown"; + name = "White King" + }, +/turf/open/floor/holofloor{ + icon_state = "white" + }, +/area/holodeck/rec_center/spacechess) +"fm" = ( +/obj/item/cardboard_cutout/adaptive{ + icon_state = "cutout_ian"; + name = "White Knight" + }, +/turf/open/floor/holofloor{ + dir = 8; + icon_state = "dark" + }, +/area/holodeck/rec_center/spacechess) +"fn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fo" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fq" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/holofloor/grass, +/area/holodeck/rec_center/thunderdome1218) +"fr" = ( +/obj/structure/rack, +/obj/item/clothing/under/trek/medsci, +/obj/item/clothing/under/trek/medsci, +/obj/item/clothing/under/trek/command, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fs" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"ft" = ( +/obj/structure/rack, +/obj/item/clothing/under/trek/engsec, +/obj/item/clothing/under/trek/engsec, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/kobayashi) +"fu" = ( +/obj/item/target, +/obj/item/target/clown, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fv" = ( +/obj/item/target, +/obj/item/target/syndicate, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fw" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/practice, +/obj/item/clothing/ears/earmuffs, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"fx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/closed/indestructible/riveted, +/area/space) +"fy" = ( +/obj/machinery/igniter/on, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fz" = ( +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fA" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fB" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword/saber/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fC" = ( +/obj/machinery/door/poddoor{ + id = "thunderdomegen"; + name = "General Supply" + }, +/turf/open/floor/plasteel/dark, +/area/tdome/arena_source) +"fD" = ( +/obj/machinery/door/poddoor{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fF" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fJ" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fK" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword/saber/green, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fM" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fO" = ( +/turf/open/floor/circuit/green, +/area/tdome/arena_source) +"fP" = ( +/obj/machinery/flasher{ + id = "tdomeflash"; + name = "Thunderdome Flash" + }, +/turf/open/floor/circuit/green, +/area/tdome/arena_source) +"fQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fR" = ( +/obj/machinery/door/poddoor/shuttledock{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/evac) +"fS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fT" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fU" = ( +/obj/machinery/door/poddoor{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/open/floor/plasteel/dark, +/area/tdome/arena_source) +"fV" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fW" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena_source) +"fX" = ( +/turf/closed/indestructible/riveted, +/area/start) +"fY" = ( +/obj/effect/landmark/start/new_player, +/turf/open/floor/plating, +/area/start) +"fZ" = ( +/turf/closed/indestructible/riveted, +/area/ctf) +"ga" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ge" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gf" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gh" = ( +/turf/open/floor/plasteel/dark, +/area/ctf) +"gi" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ctf) +"gk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gl" = ( +/obj/structure/barricade/security/ctf, +/turf/open/floor/circuit, +/area/ctf) +"gm" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/bluespace, +/area/ctf) +"gn" = ( +/obj/structure/barricade/security/ctf, +/turf/open/floor/plasteel/bluespace, +/area/ctf) +"go" = ( +/turf/open/floor/plasteel/bluespace, +/area/ctf) +"gp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gq" = ( +/obj/structure/barricade/security/ctf, +/turf/open/floor/circuit/red, +/area/ctf) +"gr" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ctf) +"gt" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gu" = ( +/turf/closed/indestructible/splashscreen, +/area/start) +"gv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gw" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gx" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gy" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gz" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gA" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gB" = ( +/obj/structure/window/reinforced/fulltile{ + obj_integrity = 5000; + max_integrity = 5000; + name = "hardened window" + }, +/turf/open/floor/plating, +/area/ctf) +"gC" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gI" = ( +/obj/machinery/power/emitter/energycannon{ + active = 0 + }, +/turf/open/floor/plating, +/area/ctf) +"gJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gN" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ctf) +"gO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ctf) +"gQ" = ( +/turf/open/floor/plating, +/area/ctf) +"gR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating{ + luminosity = 2 + }, +/area/ctf) +"gS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gU" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ctf) +"gW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"gZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ha" = ( +/obj/machinery/power/emitter/energycannon{ + active = 0; + dir = 1 + }, +/turf/open/floor/plating, +/area/ctf) +"hb" = ( +/obj/structure/trap/ctf/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ctf) +"hc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ctf) +"hd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/circuit, +/area/ctf) +"he" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ctf) +"hf" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hg" = ( +/obj/structure/trap/ctf/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hh" = ( +/turf/closed/indestructible/rock/snow, +/area/syndicate_mothership) +"hi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ctf) +"hj" = ( +/turf/open/floor/circuit, +/area/ctf) +"hk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ctf) +"hl" = ( +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"hm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/ctf) +"hn" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/circuit, +/area/ctf) +"ho" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/circuit, +/area/ctf) +"hp" = ( +/obj/structure/barricade/security/ctf, +/turf/open/floor/circuit/green/off, +/area/ctf) +"hq" = ( +/obj/structure/trap/ctf/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ctf) +"hr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ht" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/circuit/green/off, +/area/ctf) +"hv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hz" = ( +/turf/open/floor/circuit/green/off, +/area/ctf) +"hA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hB" = ( +/turf/open/floor/circuit/red, +/area/ctf) +"hC" = ( +/turf/open/floor/circuit/green/anim, +/area/ctf) +"hD" = ( +/obj/machinery/capture_the_flag/blue, +/turf/open/floor/circuit/green/anim, +/area/ctf) +"hE" = ( +/obj/item/twohanded/ctf/blue, +/turf/open/floor/circuit/green/anim, +/area/ctf) +"hF" = ( +/obj/item/twohanded/ctf/red, +/turf/open/floor/circuit/green/anim, +/area/ctf) +"hG" = ( +/obj/machinery/capture_the_flag/red, +/turf/open/floor/circuit/green/anim, +/area/ctf) +"hI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/circuit/green/off, +/area/ctf) +"hM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/circuit/red, +/area/ctf) +"hW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/circuit/red, +/area/ctf) +"hX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/ctf) +"hZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ia" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ib" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ic" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"id" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ie" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"if" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ig" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ih" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ii" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ij" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"ik" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ctf) +"il" = ( +/turf/closed/indestructible/riveted, +/area/centcom/prison) +"im" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"in" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"io" = ( +/turf/closed/indestructible/riveted, +/area/centcom/control) +"ip" = ( +/obj/machinery/status_display/ai, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"iq" = ( +/obj/effect/landmark/prisonwarp, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/prison) +"ir" = ( +/turf/closed/indestructible/fakeglass, +/area/centcom/prison) +"is" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"it" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"iu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/centcom/control) +"iv" = ( +/obj/structure/table/reinforced, +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"iw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/lockbox/loyalty, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"ix" = ( +/obj/item/storage/box/emps{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/flashbangs, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"iy" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"iz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"iA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/prison) +"iB" = ( +/turf/closed/indestructible/fakedoor{ + name = "CentCom Cell" + }, +/area/centcom/prison) +"iC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"iD" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iE" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iF" = ( +/turf/closed/indestructible/riveted, +/area/centcom/supply) +"iG" = ( +/turf/closed/indestructible/fakedoor{ + name = "CentCom Warehouse" + }, +/area/centcom/supply) +"iH" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/indestructible/riveted, +/area/centcom/prison) +"iI" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/indestructible/riveted, +/area/centcom/prison) +"iJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iN" = ( +/obj/machinery/status_display/supply, +/turf/closed/indestructible/riveted, +/area/centcom/supply) +"iO" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iR" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iS" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iV" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iW" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"iX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/centcom/supply) +"iY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"iZ" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ja" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external, +/turf/open/floor/plating, +/area/centcom/supply) +"jc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jd" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "XCCQMLoad2"; + pixel_x = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"je" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/centcom/supply) +"jf" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jg" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jh" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"ji" = ( +/obj/machinery/vending/security, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/control) +"jj" = ( +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jk" = ( +/obj/machinery/door/poddoor{ + density = 1; + id = "XCCQMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jl" = ( +/obj/structure/plasticflaps, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jm" = ( +/obj/machinery/door/poddoor{ + density = 1; + id = "XCCQMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jn" = ( +/obj/effect/turf_decal/stripes/end, +/obj/machinery/conveyor/inverted{ + dir = 10; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jp" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jq" = ( +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/structure/table, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jr" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Shuttle"; + req_access_txt = "106" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"js" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jy" = ( +/obj/machinery/button/door{ + id = "XCCQMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -27; + pixel_y = -5 + }, +/obj/machinery/button/door{ + dir = 2; + id = "XCCQMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jz" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jB" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jC" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 8; + height = 7; + id = "supply_away"; + json_key = "cargo"; + name = "CentCom"; + width = 20 + }, +/turf/open/space, +/area/space) +"jD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jE" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/centcom/supply) +"jF" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/centcom/control) +"jG" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"jH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jI" = ( +/obj/machinery/door/poddoor{ + density = 1; + id = "XCCQMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "XCCQMLoad" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jJ" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "XCCQMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jK" = ( +/obj/machinery/door/poddoor{ + density = 1; + id = "XCCQMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/obj/machinery/conveyor{ + dir = 8; + id = "XCCQMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jL" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/conveyor/inverted{ + dir = 6; + id = "XCCQMLoad2" + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jN" = ( +/obj/structure/closet/wardrobe/cargotech, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jO" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"jP" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "XCCQMLoad"; + pixel_x = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jQ" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"jR" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jS" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"jT" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jU" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/control) +"jV" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"jW" = ( +/obj/structure/closet/secure_closet/contraband/heads, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"jX" = ( +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"jY" = ( +/obj/structure/closet/lawcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"jZ" = ( +/obj/item/storage/box/handcuffs, +/obj/item/crowbar/red, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ka" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kb" = ( +/obj/structure/bookcase/random, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kc" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kd" = ( +/obj/item/wrench, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ke" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kf" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4.5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kg" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kh" = ( +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ki" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 1; + dwidth = 25; + height = 50; + id = "emergency_syndicate"; + name = "Syndicate Auxillary Shuttle Dock"; + width = 50 + }, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"kj" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"kk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kl" = ( +/turf/open/floor/wood, +/area/centcom/control) +"km" = ( +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kn" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ko" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien20" + }, +/area/abductor_ship) +"kp" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien21" + }, +/area/abductor_ship) +"kq" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien22" + }, +/area/abductor_ship) +"kr" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien23" + }, +/area/abductor_ship) +"ks" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien24" + }, +/area/abductor_ship) +"kt" = ( +/obj/effect/light_emitter{ + set_cap = 1; + set_luminosity = 4 + }, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"ku" = ( +/turf/closed/indestructible/fakeglass, +/area/syndicate_mothership) +"kw" = ( +/turf/open/floor/plasteel/yellowsiding, +/area/centcom/supply) +"kx" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"ky" = ( +/obj/structure/filingcabinet/security, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"kz" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kA" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kB" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kE" = ( +/obj/structure/chair, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kF" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kG" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kH" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/item/stamp/law, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kK" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien16" + }, +/area/abductor_ship) +"kL" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien17" + }, +/area/abductor_ship) +"kM" = ( +/obj/machinery/abductor/experiment{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"kN" = ( +/obj/machinery/abductor/console{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"kO" = ( +/obj/machinery/abductor/pad{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"kP" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien18" + }, +/area/abductor_ship) +"kQ" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien19" + }, +/area/abductor_ship) +"kS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"kT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"kU" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"kV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"kW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"kX" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kY" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/item/stamp/law, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"kZ" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"la" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "leftsecure"; + name = "CentCom Stand"; + req_access_txt = "109" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lb" = ( +/obj/structure/table/wood, +/obj/machinery/door/window, +/obj/item/radio/intercom{ + desc = "Talk smack through this."; + syndie = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lc" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"ld" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + desc = "Talk smack through this."; + syndie = 1 + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "leftsecure"; + name = "CentCom Stand"; + req_access_txt = "109" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"le" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/megaphone, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lf" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "leftsecure"; + name = "CentCom Stand"; + req_access_txt = "109" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lg" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien14" + }, +/area/abductor_ship) +"lh" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"li" = ( +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lj" = ( +/obj/structure/closet/abductor, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lk" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien15" + }, +/area/abductor_ship) +"ln" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lo" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lp" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lq" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lr" = ( +/turf/closed/indestructible/fakedoor{ + name = "CentCom" + }, +/area/centcom/control) +"ls" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lu" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lv" = ( +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/flashlight/seclite, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lw" = ( +/obj/structure/chair/comfy/brown{ + buildstackamount = 0; + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lz" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lA" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lB" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien12" + }, +/area/abductor_ship) +"lC" = ( +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/obj/structure/table/abductor, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lD" = ( +/obj/effect/landmark/abductor/scientist{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lE" = ( +/obj/structure/table/optable/abductor, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lF" = ( +/obj/effect/landmark/abductor/agent{ + team_number = 4 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lG" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lH" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien13" + }, +/area/abductor_ship) +"lI" = ( +/turf/open/space/transit/centcom, +/area/space) +"lJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Shuttle Control Office"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lK" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Supply"; + req_access_txt = "106" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"lL" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/centcom/control) +"lM" = ( +/obj/machinery/door/poddoor/shutters, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"lN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + dir = 6; + icon_state = "asteroid8"; + name = "sand" + }, +/area/centcom/control) +"lO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/obj/item/crowbar/red, +/obj/item/crowbar/power, +/obj/item/storage/belt/security/full, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lT" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"lU" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"lV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/radio/intercom{ + desc = "Talk smack through this."; + pixel_x = -32; + syndie = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lW" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"lX" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien10" + }, +/area/abductor_ship) +"lY" = ( +/obj/item/surgical_drapes, +/obj/item/paper/guides/antag/abductor, +/obj/item/scalpel/alien, +/obj/structure/table/abductor, +/obj/item/cautery/alien, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"lZ" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien11" + }, +/area/abductor_ship) +"mb" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"mc" = ( +/obj/machinery/computer/auxillary_base{ + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"md" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"me" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mf" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"mg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"mh" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"mi" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mj" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/engineering{ + desc = "A sign that shows there are doors here. There are doors everywhere!"; + icon_state = "doors"; + name = "WARNING: BLAST DOORS" + }, +/turf/open/floor/plating, +/area/centcom/control) +"ml" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mm" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mn" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + desc = "Talk smack through this."; + syndie = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"mo" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"mp" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"mr" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien6" + }, +/area/abductor_ship) +"ms" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien7" + }, +/area/abductor_ship) +"mt" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"mu" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"mv" = ( +/obj/structure/bed/abductor, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"mw" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien8" + }, +/area/abductor_ship) +"mx" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien9" + }, +/area/abductor_ship) +"my" = ( +/obj/structure/flora/grass/brown, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"mz" = ( +/obj/structure/flora/tree/pine, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"mA" = ( +/obj/structure/flora/grass/both, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"mB" = ( +/obj/effect/baseturf_helper/asteroid/snow, +/turf/closed/indestructible/rock/snow, +/area/syndicate_mothership) +"mD" = ( +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"mE" = ( +/obj/machinery/computer/security/telescreen/entertainment, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"mF" = ( +/obj/machinery/status_display/ai, +/turf/closed/indestructible/riveted, +/area/centcom/supply) +"mG" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mH" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mI" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mJ" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"mK" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/stack/packageWrap, +/obj/item/stack/cable_coil/white, +/obj/item/hand_labeler, +/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/centcom/control) +"mL" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mM" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mO" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mP" = ( +/obj/item/storage/firstaid/regular, +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mQ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/centcom/control) +"mR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mS" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/machinery/button/door{ + id = "XCCsec3"; + name = "XCC Shutter 3 Control"; + pixel_x = -24; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mT" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/button/door{ + id = "XCCsecdepartment"; + layer = 3; + name = "CC Security Checkpoint Control"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"mU" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mV" = ( +/obj/machinery/vending/cola, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mW" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mX" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"mY" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"mZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"na" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"nb" = ( +/turf/closed/indestructible/abductor, +/area/abductor_ship) +"nc" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien2" + }, +/area/abductor_ship) +"nd" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien3" + }, +/area/abductor_ship) +"ne" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien4" + }, +/area/abductor_ship) +"nf" = ( +/turf/closed/indestructible/abductor{ + icon_state = "alien5" + }, +/area/abductor_ship) +"ni" = ( +/obj/machinery/newscaster/security_unit, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"nj" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/ferry) +"nk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/structure/curtain, +/obj/machinery/door/window/brigdoor/southleft{ + name = "Shower" + }, +/obj/item/soap/deluxe, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/centcom/ferry) +"nl" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"nm" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"nn" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"no" = ( +/obj/structure/plasticflaps/opaque, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supply) +"np" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"nq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"ns" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nt" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/obj/item/camera, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nu" = ( +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nv" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nw" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nx" = ( +/obj/structure/flora/bush, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"nz" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"nA" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"nB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/centcom/ferry) +"nC" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/centcom/ferry) +"nD" = ( +/obj/item/clipboard, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"nE" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/stack/cable_coil/white, +/obj/item/hand_labeler, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"nF" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"nG" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"nH" = ( +/obj/machinery/light, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"nI" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/closet/crate/bin, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"nJ" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"nK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nM" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCsecdepartment"; + name = "XCC Security Checkpoint Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"nN" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/grimy, +/area/centcom/control) +"nO" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nP" = ( +/obj/machinery/vending/snack, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nQ" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "leftsecure"; + name = "CentCom Stand"; + req_access_txt = "109" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nR" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "leftsecure"; + name = "CentCom Stand"; + req_access_txt = "109" + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"nS" = ( +/obj/machinery/door/airlock/silver{ + name = "Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/centcom/ferry) +"nT" = ( +/obj/machinery/status_display/ai, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"nU" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"nV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nW" = ( +/obj/machinery/vending/cola, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"nX" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nY" = ( +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"nZ" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"oa" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"ob" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"oc" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"od" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"oe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/centcom/ferry) +"of" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/storage/box/handcuffs, +/obj/item/flashlight/seclite, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"og" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/obj/item/camera, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oh" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-15"; + pixel_x = -6; + pixel_y = 12 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oi" = ( +/obj/structure/fireplace, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oj" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ok" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ol" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_y = 32 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"om" = ( +/obj/machinery/computer/card/centcom, +/obj/item/card/id/centcom, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"on" = ( +/obj/machinery/computer/communications, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oo" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 32; + use_power = 0 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"op" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/item/melee/chainofcommand, +/obj/item/stamp/captain, +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oq" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/item/storage/secure/safe{ + pixel_x = 32; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"or" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"os" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ot" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ou" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ov" = ( +/obj/machinery/computer/cargo{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"ow" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"ox" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"oy" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"oz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"oA" = ( +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oB" = ( +/turf/open/floor/wood, +/area/centcom/ferry) +"oC" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oD" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oE" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/centcom/ferry) +"oG" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oH" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Administrative Office"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oK" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"oL" = ( +/obj/machinery/modular_computer/console/preset/command{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oM" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"oN" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"oO" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"oP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"oQ" = ( +/obj/machinery/vending/snack, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"oR" = ( +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/obj/structure/table/wood, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"oS" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"oT" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"oU" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"oV" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"oX" = ( +/obj/structure/bookcase/random, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"oY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"oZ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pa" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4.5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pb" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pd" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pf" = ( +/obj/machinery/light_switch{ + pixel_x = -24 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pg" = ( +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"ph" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"pi" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/qm, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"pj" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"pk" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"pl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + name = "CentCom Customs"; + icon_state = "rightsecure"; + dir = 4; + req_access_txt = "109"; + base_state = "rightsecure" + }, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/pen/red, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"pm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/control) +"pn" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"po" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pp" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/light, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pq" = ( +/obj/structure/bookcase/random, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pr" = ( +/obj/structure/bookcase/random, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ps" = ( +/obj/structure/bookcase/random, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pt" = ( +/obj/machinery/vending/coffee, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pu" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pv" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"pw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"py" = ( +/obj/machinery/smartfridge, +/turf/closed/indestructible{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood"; + smooth = 1 + }, +/area/centcom/holding) +"pz" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Supply"; + req_access_txt = "106" + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"pE" = ( +/obj/machinery/plantgenes/seedvault, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"pH" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"pI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"pJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"pK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/wood, +/area/centcom/ferry) +"pL" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pM" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pN" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/rank/curator/treasure_hunter, +/obj/item/clothing/under/skirt/black, +/obj/item/clothing/under/shorts/black, +/obj/item/clothing/under/pants/track, +/obj/item/clothing/accessory/armband/deputy, +/obj/item/clothing/accessory/waistcoat, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/neck/stripedredscarf, +/obj/item/clothing/neck/tie/red, +/obj/item/clothing/head/helmet/space/beret, +/obj/item/clothing/suit/curator, +/obj/item/clothing/suit/space/officer, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/eyepatch, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"pO" = ( +/obj/structure/destructible/cult/tome, +/obj/item/book/codex_gigas, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"pP" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/quartermaster{ + pixel_x = -6 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 6 + }, +/obj/item/cartridge/quartermaster{ + pixel_y = 6 + }, +/obj/item/gps/mining, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"pQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/supply) +"pR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"pS" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"pU" = ( +/obj/structure/sign/map/right{ + pixel_y = -32 + }, +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar_right"; + name = "skeletal minibar" + }, +/obj/item/reagent_containers/food/drinks/bottle/gin, +/turf/open/floor/wood, +/area/syndicate_mothership) +"pV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"pW" = ( +/obj/effect/landmark/ai_multicam_room, +/turf/open/ai_visible, +/area/ai_multicam_room) +"pZ" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/freezer{ + dir = 2 + }, +/area/syndicate_mothership) +"qa" = ( +/obj/structure/flora/tree/pine, +/obj/effect/light_emitter, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"qb" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qc" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qd" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"qe" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"qf" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/light, +/turf/open/floor/wood, +/area/centcom/ferry) +"qg" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/dsquad, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qi" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/lockbox/medal, +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qj" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qk" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ql" = ( +/obj/structure/dresser, +/obj/structure/sign/plaques/golden/captain{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"qm" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"qn" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) +"qo" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/supply) +"qp" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"qq" = ( +/obj/machinery/button/door{ + id = "XCCsec3"; + name = "XCC Shutter 3 Control"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"qr" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"qs" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"qt" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"qu" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"qv" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/centcom/control) +"qw" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + name = "plating"; + icon_state = "asteroid5" + }, +/area/centcom/control) +"qx" = ( +/turf/closed/indestructible/riveted, +/area/centcom/evac) +"qy" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/centcom/evac) +"qz" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/centcom/evac) +"qA" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/grass, +/area/centcom/evac) +"qB" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/centcom/evac) +"qC" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/grass, +/area/centcom/evac) +"qD" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/centcom/evac) +"qE" = ( +/turf/closed/indestructible/riveted/uranium, +/area/wizard_station) +"qI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"qQ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Administrative Office"; + opacity = 1; + req_access_txt = "109" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"qR" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"qS" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/centcom/supply) +"qT" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/centcom/control) +"qU" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/centcom/evac) +"qV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/centcom/evac) +"qW" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/centcom/evac) +"qX" = ( +/obj/structure/fluff/arc, +/turf/open/floor/grass, +/area/centcom/evac) +"qY" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/centcom/evac) +"qZ" = ( +/turf/open/floor/engine/cult, +/area/wizard_station) +"ra" = ( +/obj/machinery/computer/shuttle, +/turf/open/floor/engine/cult, +/area/wizard_station) +"rb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"rc" = ( +/obj/machinery/door/airlock/centcom{ + name = "Equipment Room"; + req_one_access_txt = "150" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"rd" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"rf" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"rk" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rl" = ( +/obj/machinery/computer/auxillary_base{ + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/radio/headset/headset_cent, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rm" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rn" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"ro" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rp" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rq" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/weldingtool/experimental, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rs" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/cable_coil/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rt" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ru" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"rv" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"rw" = ( +/obj/item/flashlight/lamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"rx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"ry" = ( +/obj/machinery/computer/card/centcom, +/obj/item/card/id/centcom, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the RD's goons and the AI's satellite from the safety of his office."; + name = "Research Monitor"; + network = list("rd","minisat"); + pixel_y = 28 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"rz" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/indestructible/riveted, +/area/centcom/ferry) +"rA" = ( +/obj/machinery/power/smes/magical, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rB" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Commander's Office APC"; + pixel_x = 26 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/obj/item/stack/sheet/rglass{ + amount = 50; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/cable_coil/white, +/obj/item/screwdriver/power, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/structure/cable/white{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rC" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/space/hardsuit/deathsquad{ + pixel_y = 5 + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/mask/gas/sechailer/swat, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/lockbox/loyalty, +/obj/item/gun/ballistic/automatic/ar, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/obj/item/crowbar/red, +/obj/item/crowbar/power, +/obj/item/storage/belt/security/full, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"rF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + dir = 6; + icon_state = "asteroid8"; + name = "sand" + }, +/area/centcom/supply) +"rG" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supply) +"rH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fernybush, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel{ + name = "plating"; + icon_state = "asteroid5" + }, +/area/centcom/control) +"rI" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCsec3"; + name = "XCC Checkpoint 3 Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"rJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/grass, +/area/centcom/control) +"rK" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/centcom/control) +"rL" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rM" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rN" = ( +/obj/structure/filingcabinet/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rP" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/obj/item/crowbar/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rR" = ( +/obj/item/storage/box/ids{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/silver_ids, +/obj/structure/table/reinforced, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"rS" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/centcom/evac) +"rT" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/window/reinforced, +/turf/open/floor/grass, +/area/centcom/evac) +"rU" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/window/reinforced, +/turf/open/floor/grass, +/area/centcom/evac) +"rV" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/window/reinforced, +/turf/open/floor/grass, +/area/centcom/evac) +"rW" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"rX" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"sc" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership/control; + dir = 1; + dwidth = 3; + height = 7; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/assault_pod/default; + width = 7 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"si" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/toy/cards/deck/syndicate{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"sq" = ( +/obj/machinery/computer/shuttle/white_ship{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"sr" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/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/centcom/ferry) +"ss" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"st" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"su" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"sv" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"sw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sx" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"sy" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"sz" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"sA" = ( +/obj/item/clipboard, +/obj/structure/table/reinforced, +/obj/item/detective_scanner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sB" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"sC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"sD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Administrative Storage"; + req_access_txt = "106" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"sE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sF" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/structure/cable/white{ + icon_state = "0-8" + }, +/obj/structure/cable/white{ + icon_state = "0-4" + }, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/structure/cable/white{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sH" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault{ + name = "Vault Door"; + req_access_txt = "53" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"sI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"sK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"sL" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sM" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"sN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sP" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sQ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sR" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sS" = ( +/obj/structure/table, +/obj/item/toy/katana, +/obj/item/toy/plush/carpplushie, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"sW" = ( +/obj/structure/showcase{ + desc = "A strange machine supposedly from another world. The Wizard Federation has been meddling with it for years."; + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "processor"; + name = "byond random number generator" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"sX" = ( +/obj/structure/showcase{ + desc = "A historical figure of great importance to the wizard federation. He spent his long life learning magic, stealing artifacts, and harassing idiots with swords. May he rest forever, Rodney."; + icon = 'icons/mob/mob.dmi'; + icon_state = "nim"; + name = "wizard of yendor showcase" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"sY" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"sZ" = ( +/obj/structure/sign/map/left{ + pixel_y = -32 + }, +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar_left"; + name = "skeletal minibar" + }, +/obj/item/reagent_containers/food/drinks/bottle/vodka, +/turf/open/floor/wood, +/area/syndicate_mothership) +"td" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"te" = ( +/obj/machinery/door/airlock/centcom{ + name = "Auxillary Dock"; + opacity = 1; + req_access_txt = "" + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"tg" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/soap/syndie, +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"tl" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/syndicate_mothership) +"tm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"to" = ( +/obj/machinery/computer/shuttle/ferry{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tq" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tr" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"ts" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tt" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tu" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Supply"; + req_access_txt = "106" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tx" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"ty" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck/cas{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/toy/cards/deck/cas/black{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"tz" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"tA" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"tB" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"tC" = ( +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"tD" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tE" = ( +/obj/machinery/computer/monitor/secret{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tF" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tG" = ( +/obj/item/storage/box/handcuffs, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/gun/ballistic/revolver/mateba, +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tH" = ( +/obj/item/gun/energy/pulse/carbine/loyalpin, +/obj/item/flashlight/seclite, +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tI" = ( +/obj/item/storage/box/emps{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/flashbangs, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/item/grenade/plastic/x4, +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"tJ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"tK" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"tL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"tM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/centcom/control) +"tN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"tO" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"tP" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"tR" = ( +/obj/machinery/status_display/ai, +/turf/closed/indestructible/riveted, +/area/centcom/evac) +"tS" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"tT" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/centcom/evac) +"tU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"tV" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/evac) +"tW" = ( +/obj/structure/rack, +/obj/item/nullrod/claymore{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"tX" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Cockpit" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"tY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"uc" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"ud" = ( +/obj/item/storage/crayons, +/obj/structure/table, +/obj/item/storage/crayons, +/turf/open/floor/plasteel/freezer{ + dir = 2 + }, +/area/syndicate_mothership) +"uf" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"uj" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uk" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/button/door{ + id = "XCCFerry"; + name = "Hanger Bay Shutters"; + pixel_y = -38 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ul" = ( +/obj/machinery/computer/emergency_shuttle{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"um" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"un" = ( +/obj/machinery/light, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uo" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/closet/crate/bin, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"up" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"uq" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"ur" = ( +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"us" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/ferry) +"ut" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"uu" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"uv" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"uw" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"ux" = ( +/obj/machinery/computer/card/centcom{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "XCCcustoms1"; + layer = 3.5; + name = "CC Customs 1 Control"; + pixel_x = 8; + pixel_y = -24 + }, +/obj/machinery/button/door{ + id = "XCCcustoms2"; + layer = 3.5; + name = "CC Customs 2 Control"; + pixel_x = -8; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"uy" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"uz" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/obj/machinery/light, +/turf/open/floor/plating/asteroid, +/area/centcom/evac) +"uA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"uB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"uC" = ( +/obj/machinery/computer/camera_advanced, +/turf/open/floor/wood, +/area/wizard_station) +"uD" = ( +/obj/structure/table/wood/fancy, +/obj/item/radio/intercom{ + desc = "Talk smack through this."; + syndie = 1 + }, +/turf/open/floor/wood, +/area/wizard_station) +"uE" = ( +/turf/open/floor/carpet, +/area/wizard_station) +"uF" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/carpet, +/area/wizard_station) +"uG" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"uJ" = ( +/obj/effect/baseturf_helper/asteroid/snow, +/turf/closed/indestructible/riveted, +/area/syndicate_mothership) +"uM" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"uO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Shuttle Control Office"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"uP" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/crowbar/power, +/obj/item/wrench, +/obj/item/hand_labeler, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"uQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"uR" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uT" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uU" = ( +/obj/structure/cable/white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uV" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uW" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/light_switch{ + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uX" = ( +/obj/structure/table/wood, +/obj/item/dice/d20{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/dice/d10{ + pixel_x = -3 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"uY" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/centcom/ferry) +"uZ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/centcom/ferry) +"va" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/centcom/ferry) +"vb" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/centcom/ferry) +"vc" = ( +/obj/machinery/newscaster, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"vd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "CentCom Customs"; + req_access_txt = "109" + }, +/obj/machinery/door/window, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"ve" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vf" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vh" = ( +/turf/open/floor/plasteel, +/area/centcom/evac) +"vi" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 25; + height = 50; + id = "emergency_away"; + name = "CentCom Emergency Shuttle Dock"; + width = 50; + json_key = "emergency" + }, +/turf/open/space, +/area/space) +"vj" = ( +/turf/open/floor/wood, +/area/wizard_station) +"vk" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood, +/area/wizard_station) +"vl" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/wizard_station) +"vm" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/figure/wizard, +/turf/open/floor/carpet, +/area/wizard_station) +"vn" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/wizard_station) +"vo" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Supply"; + req_access_txt = "106" + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"vs" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"vt" = ( +/obj/structure/rack, +/obj/item/nullrod/claymore/katana{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"vu" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"vw" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/mob/living/simple_animal/hostile/carp/cayenne, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"vy" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"vA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/engineering{ + desc = "A sign that shows there are doors here. There are doors everywhere!"; + icon_state = "doors"; + name = "WARNING: EXTERNAL AIRLOCK" + }, +/turf/open/floor/plating, +/area/centcom/ferry) +"vB" = ( +/obj/structure/closet/emcloset, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"vC" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"vD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"vE" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"vF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Administrative Office"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"vG" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCsec1"; + name = "XCC Checkpoint 1 Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vH" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vI" = ( +/obj/machinery/pdapainter, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vJ" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "XCCFerry"; + name = "Hanger Bay Shutters"; + pixel_x = -8; + pixel_y = 24; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "XCCsec3"; + name = "CC Main Access Control"; + pixel_x = 8; + pixel_y = 24 + }, +/obj/machinery/button/door{ + id = "XCCsec1"; + name = "CC Shutter 1 Control"; + pixel_x = 8; + pixel_y = 38 + }, +/obj/machinery/button/door{ + id = "XCCsec3"; + name = "XCC Shutter 3 Control"; + pixel_x = -8; + pixel_y = 38 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vK" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vL" = ( +/obj/item/flashlight/lamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vM" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vN" = ( +/obj/structure/filingcabinet/medical, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"vO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vP" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCcustoms2"; + name = "XCC Customs 2 Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vQ" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/machinery/light{ + dir = 8 + }, +/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/centcom/control) +"vR" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vS" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"vT" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"vU" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCcustoms1"; + name = "XCC Customs 1 Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vV" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"vZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"wa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"wb" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Observation Room" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"wc" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Game Room" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"wd" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/wizard_station) +"wh" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"wl" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"wm" = ( +/obj/structure/table/wood, +/obj/item/pizzabox, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"wp" = ( +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"wq" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"wr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"ws" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wv" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCFerry"; + name = "XCC Ferry Hangar" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"ww" = ( +/obj/machinery/button/door{ + id = "XCCFerry"; + name = "Hanger Bay Shutters"; + pixel_y = 24; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wy" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wA" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"wC" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Customs"; + opacity = 1; + req_access_txt = "109" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"wD" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/folder/blue{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lighter, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"wE" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 2 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"wF" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"wG" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"wH" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/centcom/control) +"wI" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"wJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"wK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"wL" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"wM" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood, +/area/wizard_station) +"wN" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"wO" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"wP" = ( +/obj/structure/table/wood/fancy, +/obj/item/camera/spooky, +/turf/open/floor/carpet, +/area/wizard_station) +"wQ" = ( +/obj/structure/table/wood/poker, +/obj/item/toy/cards/deck, +/turf/open/floor/carpet, +/area/wizard_station) +"wX" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"xa" = ( +/obj/machinery/door/window/northright{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Security Desk"; + req_access_txt = "103" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"xb" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 13; + id = "ferry_away"; + json_key = "ferry"; + name = "CentCom Ferry Dock"; + width = 5 + }, +/turf/open/space, +/area/space) +"xc" = ( +/obj/machinery/door/airlock/external{ + name = "Ferry Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xd" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xf" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xg" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/engineering{ + desc = "A sign that shows there are doors here. There are doors everywhere!"; + icon_state = "doors"; + name = "WARNING: BLAST DOORS" + }, +/turf/open/floor/plating, +/area/centcom/ferry) +"xi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xj" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xk" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/centcom/control) +"xm" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"xn" = ( +/obj/machinery/computer/card/centcom{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"xo" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/centcom/control) +"xp" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"xq" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"xr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/directions/engineering{ + desc = "A sign that shows there are doors here. There are doors everywhere!"; + icon_state = "doors"; + name = "WARNING: BLAST DOORS" + }, +/turf/open/floor/plating, +/area/centcom/evac) +"xs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"xt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"xu" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/wizard_station) +"xv" = ( +/obj/item/statuebust{ + pixel_y = 12 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/wood, +/area/wizard_station) +"xw" = ( +/obj/machinery/vending/magivend, +/turf/open/floor/engine/cult, +/area/wizard_station) +"xx" = ( +/obj/machinery/vending/snack, +/turf/open/floor/engine/cult, +/area/wizard_station) +"xy" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/pill_bottle/dice{ + icon_state = "magicdicebag" + }, +/turf/open/floor/carpet, +/area/wizard_station) +"xz" = ( +/obj/structure/table/wood/fancy, +/obj/item/storage/photo_album, +/obj/machinery/light, +/turf/open/floor/carpet, +/area/wizard_station) +"xG" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"xI" = ( +/obj/effect/landmark/start/nukeop, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"xJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"xQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xS" = ( +/obj/machinery/button/door{ + id = "XCCsec1"; + name = "CC Shutter 1 Control"; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"xT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"xU" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"xV" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/control) +"xW" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/control) +"xX" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"xY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"xZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"ya" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Study" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yb" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Break Room" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yc" = ( +/obj/machinery/vending/snack, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"yd" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/grass, +/area/centcom/holding) +"yg" = ( +/obj/structure/chair, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"yj" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"yn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum, +/turf/open/floor/plating, +/area/centcom/ferry) +"yo" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"yp" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"yq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -28 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"yr" = ( +/obj/machinery/door/airlock/centcom{ + name = "Briefing Room"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"ys" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"yt" = ( +/obj/item/storage/box/ids{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/silver_ids, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"yu" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/pen/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"yv" = ( +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"yw" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"yx" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"yy" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/centcom/control) +"yz" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"yA" = ( +/obj/item/storage/firstaid/regular, +/obj/structure/table, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"yB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"yC" = ( +/obj/structure/chair/wood/wings, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yD" = ( +/obj/structure/table/wood, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yE" = ( +/obj/structure/table/wood, +/obj/item/retractor, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yF" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/staff, +/obj/structure/mirror/magic{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yG" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/staff, +/turf/open/floor/engine/cult, +/area/wizard_station) +"yH" = ( +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard, +/turf/open/floor/grass, +/area/wizard_station) +"yI" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/open/floor/grass, +/area/wizard_station) +"yJ" = ( +/obj/effect/decal/remains/xeno/larva, +/turf/open/floor/grass, +/area/wizard_station) +"yK" = ( +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grass, +/area/wizard_station) +"yM" = ( +/obj/structure/table/wood/bar, +/obj/structure/safe/floor, +/obj/item/seeds/cherry/bomb, +/turf/open/floor/wood, +/area/centcom/holding) +"yN" = ( +/obj/structure/table/reinforced, +/obj/item/paper/pamphlet/centcom/visitor_info, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"yP" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"yU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"yV" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"yY" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"yZ" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4.5 + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"za" = ( +/obj/structure/bookcase/random, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zb" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zd" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"ze" = ( +/obj/structure/closet/secure_closet/ertEngi, +/obj/structure/sign/directions/engineering{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zf" = ( +/obj/structure/closet/secure_closet/ertEngi, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zg" = ( +/obj/structure/table/reinforced, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/flashlight/seclite, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zh" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/plastic/c4{ + pixel_x = 6 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zi" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zj" = ( +/obj/structure/closet/secure_closet/ertCom, +/obj/structure/sign/directions/command{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"zk" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Infirmary" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"zl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"zm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"zn" = ( +/obj/machinery/door/airlock/external{ + req_one_access_txt = "150" + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"zo" = ( +/obj/structure/destructible/cult/tome, +/turf/open/floor/engine/cult, +/area/wizard_station) +"zp" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/clothing/suit/wizrobe/red, +/obj/item/clothing/head/wizard/red, +/obj/item/staff, +/obj/item/clothing/shoes/sandal/magic, +/turf/open/floor/engine/cult, +/area/wizard_station) +"zq" = ( +/turf/open/floor/grass, +/area/wizard_station) +"zr" = ( +/obj/item/reagent_containers/food/snacks/meat/slab/corgi, +/turf/open/floor/grass, +/area/wizard_station) +"zs" = ( +/obj/machinery/vending/tool, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"zu" = ( +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/rum, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/syndicate_mothership) +"zx" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"zz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zA" = ( +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zB" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/ert_spawn, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zC" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/ert_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zD" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"zF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"zG" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/centcom/control) +"zH" = ( +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/item/retractor{ + pixel_x = 4 + }, +/obj/item/hemostat{ + pixel_x = -4 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"zI" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"zJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"zK" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"zL" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plating/asteroid, +/area/centcom/evac) +"zM" = ( +/obj/machinery/button/door{ + id = "nukeop_ready"; + name = "mission launch control"; + pixel_x = -26; + req_access_txt = "151" + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"zN" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/engine/cult, +/area/wizard_station) +"zO" = ( +/obj/structure/destructible/cult/talisman{ + desc = "An altar dedicated to the Wizards' Federation" + }, +/obj/item/kitchen/knife/ritual, +/turf/open/floor/engine/cult, +/area/wizard_station) +"zP" = ( +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/staff/broom, +/turf/open/floor/engine/cult, +/area/wizard_station) +"zQ" = ( +/obj/effect/decal/cleanable/blood/splatter, +/mob/living/simple_animal/hostile/netherworld{ + name = "Experiment 35b" + }, +/turf/open/floor/grass, +/area/wizard_station) +"zR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"zU" = ( +/obj/structure/closet/crate/freezer, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"zV" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + locked = 0 + }, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"zX" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/soap/deluxe, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Aa" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/syndicate_mothership) +"Ab" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"Ac" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/folder/blue{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lighter, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"Ad" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ae" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Af" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/pen/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ag" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ah" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/ert_spawn, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ai" = ( +/obj/machinery/door/poddoor/ert, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"Aj" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/radio, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"Ak" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"Al" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Am" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"An" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"Ao" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/centcom/control) +"Ap" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/centcom/control) +"Aq" = ( +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"Ar" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"As" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"At" = ( +/turf/open/floor/plasteel/yellowsiding, +/area/centcom/evac) +"Au" = ( +/obj/machinery/abductor/experiment{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"Av" = ( +/obj/machinery/abductor/console{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"Aw" = ( +/obj/machinery/abductor/pad{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"Ax" = ( +/turf/closed/indestructible/fakeglass{ + color = "#008000" + }, +/area/wizard_station) +"Ay" = ( +/obj/effect/landmark/start/wizard, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Az" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/splatter, +/turf/open/floor/grass, +/area/wizard_station) +"AA" = ( +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/slime, +/turf/open/floor/grass, +/area/wizard_station) +"AB" = ( +/obj/effect/decal/remains/xeno, +/turf/open/floor/grass, +/area/wizard_station) +"AD" = ( +/obj/machinery/door/airlock/centcom{ + name = "Leader's Room"; + req_one_access_txt = "151" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"AG" = ( +/obj/structure/ladder/unbreakable/binary/space, +/turf/open/indestructible/airblock, +/area/fabric_of_reality) +"AJ" = ( +/obj/structure/chair/comfy/brown{ + color = "#596479"; + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"AK" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"AL" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/seclite, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/paicard, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"AM" = ( +/obj/machinery/shuttle_manipulator, +/turf/open/floor/circuit/green, +/area/centcom/ferry) +"AN" = ( +/turf/open/floor/circuit/green, +/area/centcom/ferry) +"AO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"AP" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/ert_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"AQ" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"AR" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties, +/obj/item/crowbar/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"AS" = ( +/obj/machinery/power/apc{ + dir = 4; + name = "Briefing Area APC"; + pixel_x = 26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"AT" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/indestructible/riveted, +/area/centcom/control) +"AU" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"AV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"AW" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/evac) +"AX" = ( +/obj/structure/table, +/obj/item/toy/sword, +/obj/item/gun/ballistic/shotgun/toy/crossbow, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/evac) +"AY" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/evac) +"AZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Ba" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Bb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/bin, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Bc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Bd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Be" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"Bf" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Bg" = ( +/mob/living/simple_animal/bot/medbot/mysterious{ + desc = "If you don't accidentally blow yourself up from time to time you're not really a wizard anyway."; + faction = list("neutral","silicon","creature"); + name = "Nobody's Perfect" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Bh" = ( +/obj/machinery/light, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Bi" = ( +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/turf/open/floor/grass, +/area/wizard_station) +"Bl" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Bo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Bp" = ( +/obj/item/paicard, +/obj/structure/table/wood, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Bs" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/turf/open/floor/wood, +/area/centcom/holding) +"Bu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Bv" = ( +/obj/machinery/computer/card/centcom{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"Bw" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/turf/open/floor/plasteel/grimy, +/area/centcom/ferry) +"Bx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"By" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Bz" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/pen/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"BA" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"BB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"BC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"BD" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"BE" = ( +/obj/machinery/door/poddoor/shutters{ + id = "XCCsec3"; + name = "CC Main Access Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/control) +"BF" = ( +/obj/item/defibrillator/loaded, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"BG" = ( +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = -3 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"BH" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"BI" = ( +/obj/machinery/light, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"BJ" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"BK" = ( +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"BL" = ( +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/control) +"BM" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"BN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "CentCom Customs"; + req_access_txt = "109" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/evac) +"BO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/evac) +"BP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "CentCom Customs"; + req_access_txt = "109" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/evac) +"BQ" = ( +/obj/effect/landmark/abductor/scientist{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"BR" = ( +/obj/effect/landmark/abductor/agent{ + team_number = 3 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"BS" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Observation Deck" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"BV" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/turf/closed/indestructible{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood"; + smooth = 1 + }, +/area/centcom/holding) +"BY" = ( +/obj/item/toy/figure/syndie, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"BZ" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/radio/headset/headset_cent, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ca" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/ert_spawn, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cb" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/ert_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Cd" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/obj/machinery/light, +/turf/open/floor/grass, +/area/centcom/evac) +"Ce" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Cf" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Cg" = ( +/obj/item/cardboard_cutout{ + desc = "They seem to be ignoring you... Typical."; + dir = 1; + icon_state = "cutout_ntsec"; + name = "Private Security Officer" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Ch" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "XCCcustoms1"; + layer = 3; + name = "CC Emergency Docks Control"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Ci" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Cp" = ( +/obj/structure/statue/uranium/nuke, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"Cq" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cr" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cs" = ( +/obj/structure/bookcase/random, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Ct" = ( +/obj/structure/filingcabinet/medical, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cu" = ( +/obj/structure/filingcabinet/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cv" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/power/apc{ + dir = 2; + name = "Briefing Room APC"; + pixel_y = -26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cx" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cy" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/machinery/light, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"Cz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"CA" = ( +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/ferry) +"CB" = ( +/obj/structure/closet/secure_closet/ertMed, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CC" = ( +/obj/structure/closet/secure_closet/ertMed, +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = -32; + use_power = 0 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CD" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/emps, +/obj/item/gun/energy/ionrifle, +/obj/structure/sign/departments/medbay/alt{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syringes, +/obj/item/gun/syringe/rapidsyringe, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CF" = ( +/obj/structure/closet/secure_closet/ertSec, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CG" = ( +/obj/structure/closet/secure_closet/ertSec, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"CH" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"CI" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 1 + }, +/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/centcom/control) +"CJ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"CK" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"CL" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"CM" = ( +/obj/structure/filingcabinet/medical, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"CN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"CO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"CP" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"CR" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"CT" = ( +/obj/machinery/vr_sleeper{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"CV" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/centcom/holding) +"CX" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"CY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"CZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"Da" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4 + }, +/obj/item/reagent_containers/hypospray/medipen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Db" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Dc" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/storage/belt/security/full, +/obj/item/gun/ballistic/automatic/wt550, +/obj/item/clothing/head/helmet/swat/nanotrasen, +/obj/item/crowbar/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Dd" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"De" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Df" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Dg" = ( +/obj/item/cardboard_cutout{ + desc = "They seem to be ignoring you... Typical."; + icon_state = "cutout_ntsec"; + name = "Private Security Officer" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Dh" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Di" = ( +/turf/closed/indestructible/riveted, +/area/ai_multicam_room) +"Dj" = ( +/obj/machinery/vr_sleeper{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Dk" = ( +/obj/structure/table, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Do" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/window/westleft{ + name = "Uplink Management Control"; + req_access_txt = "151" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Dq" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"Dr" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Ds" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Dt" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/storage/fancy/donut_box, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"Du" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"Dv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Dx" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"Dz" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"DA" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/taperecorder, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"DB" = ( +/obj/item/storage/box/ids{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/silver_ids, +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/evac) +"DC" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Storage" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"DD" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Personal Quarters" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"DE" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Bathroom" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"DF" = ( +/obj/item/clipboard, +/obj/item/folder/red, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DG" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DH" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/red, +/obj/item/pen/red, +/obj/machinery/door/window/brigdoor{ + name = "CentCom Customs"; + icon_state = "rightsecure"; + dir = 4; + req_access_txt = "109"; + base_state = "rightsecure" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"DI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder/white, +/obj/item/pen/blue, +/obj/machinery/door/window/brigdoor{ + name = "CentCom Customs"; + icon_state = "rightsecure"; + dir = 8; + req_access_txt = "109"; + base_state = "rightsecure" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/centcom/control) +"DJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DK" = ( +/turf/closed/indestructible/fakedoor{ + name = "CentCom" + }, +/area/centcom/evac) +"DL" = ( +/obj/item/clothing/suit/wizrobe/black, +/obj/item/clothing/head/wizard/black, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/wizard_station) +"DM" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/wizard_station) +"DN" = ( +/obj/item/cardboard_cutout, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/wizard_station) +"DO" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/obj/item/dice, +/turf/open/floor/carpet, +/area/wizard_station) +"DP" = ( +/obj/structure/punching_bag, +/turf/open/floor/carpet, +/area/wizard_station) +"DQ" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"DR" = ( +/turf/open/floor/plasteel/white, +/area/wizard_station) +"DS" = ( +/obj/structure/mirror/magic{ + pixel_y = 28 + }, +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"DT" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "XCCsec3"; + name = "CC Main Access Control" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DU" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DV" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"DW" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/centcom/control) +"DX" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DY" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/pen/blue, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"DZ" = ( +/obj/item/cautery/alien, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/wizard_station) +"Ea" = ( +/obj/item/coin/antagtoken, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/wizard_station) +"Eb" = ( +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/carpet, +/area/wizard_station) +"Ec" = ( +/obj/structure/bed, +/obj/item/bedsheet/wiz, +/turf/open/floor/carpet, +/area/wizard_station) +"Ed" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/wizard_station) +"Ee" = ( +/obj/item/soap/homemade, +/obj/machinery/light/small{ + brightness = 3; + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"Ef" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"Eg" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Booth"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"Eh" = ( +/obj/structure/closet/cardboard, +/obj/item/banhammer, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/wizard_station) +"Ei" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/wizard_station) +"Ej" = ( +/obj/vehicle/ridden/scooter/skateboard{ + icon_state = "skateboard"; + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/wizard_station) +"Ek" = ( +/obj/structure/dresser, +/obj/item/storage/backpack/satchel, +/turf/open/floor/carpet, +/area/wizard_station) +"El" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/tray, +/obj/item/reagent_containers/food/snacks/burger/spell, +/turf/open/floor/carpet, +/area/wizard_station) +"Em" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"En" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"Eo" = ( +/obj/structure/table/wood/fancy, +/obj/item/skub{ + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/wizard_station) +"Ep" = ( +/turf/closed/indestructible/riveted, +/area/tdome/tdomeobserve) +"Eq" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Er" = ( +/obj/machinery/vending/cola, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Es" = ( +/obj/machinery/vending/snack, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Et" = ( +/obj/item/clipboard, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Eu" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ev" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tdome/tdomeobserve) +"Ew" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/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/tdome/tdomeobserve) +"Ex" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ey" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ez" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EA" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EB" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EC" = ( +/obj/machinery/door/airlock{ + icon = 'icons/obj/doors/airlocks/station/uranium.dmi'; + name = "Engine Room" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/engine/cult, +/area/wizard_station) +"ED" = ( +/obj/machinery/vending/boozeomat{ + req_access_txt = "0" + }, +/turf/closed/indestructible{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood"; + smooth = 1 + }, +/area/centcom/holding) +"EE" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"EF" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"EG" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + name = "plating"; + icon_state = "asteroid5" + }, +/area/tdome/tdomeobserve) +"EH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + dir = 6; + icon_state = "asteroid8"; + name = "sand" + }, +/area/tdome/tdomeobserve) +"EI" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/tdome/tdomeobserve) +"EK" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/tdome/tdomeobserve) +"EL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EM" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/paper/pamphlet/centcom/visitor_info, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EP" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"EQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"ER" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"ES" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"ET" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/tdome/tdomeobserve) +"EU" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/tdome/tdomeobserve) +"EV" = ( +/obj/structure/closet/crate/bin, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"EW" = ( +/obj/structure/table/wood, +/turf/open/floor/engine/cult, +/area/wizard_station) +"EX" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand{ + desc = "Used in emergencies to reignite magma engines."; + max_charges = 0; + name = "wand of emergency engine ignition" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"EY" = ( +/obj/structure/table/wood, +/obj/item/bikehorn/golden{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"Fa" = ( +/obj/structure/table/wood, +/obj/item/instrument/piano_synth, +/obj/item/instrument/guitar, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Fb" = ( +/obj/structure/piano, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Fc" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/structure/chair/stool, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Fg" = ( +/obj/structure/flora/grass/brown, +/obj/effect/light_emitter, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"Fh" = ( +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Fi" = ( +/obj/structure/chair/wood/wings{ + dir = 3 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Fj" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/centcom/holding) +"Fm" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Fn" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Fo" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Fp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fr" = ( +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 2; + icon_state = "rightsecure"; + name = "Thunderdome Booth"; + req_access_txt = "109" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ft" = ( +/turf/open/floor/plasteel/goonplaque{ + desc = "This is a plaque commemorating the thunderdome and all those who have died at its pearly blast doors." + }, +/area/tdome/tdomeobserve) +"Fu" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fv" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Fx" = ( +/obj/machinery/shower{ + dir = 4 + }, +/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/tdome/tdomeobserve) +"Fy" = ( +/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/tdome/tdomeobserve) +"Fz" = ( +/obj/machinery/shower{ + 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/tdome/tdomeobserve) +"FD" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"FE" = ( +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"FF" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"FG" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FI" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FJ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Backstage"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/tdome/tdomeobserve) +"FM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FO" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FP" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"FR" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"FS" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"FT" = ( +/obj/structure/destructible/cult/forge{ + desc = "An engine used in powering the wizard's ship"; + name = "magma engine" + }, +/turf/open/floor/engine/cult, +/area/wizard_station) +"FW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"FX" = ( +/turf/open/floor/plasteel/stairs, +/area/centcom/holding) +"FZ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Ga" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"Gb" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Gc" = ( +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Gd" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Ge" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gf" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/tdome/tdomeobserve) +"Gg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/tdome/tdomeobserve) +"Gh" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gi" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gj" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gk" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gl" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gm" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gn" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Go" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gp" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gq" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gr" = ( +/obj/structure/window/reinforced{ + resistance_flags = 3; + color = "#008000"; + dir = 1 + }, +/turf/open/lava, +/area/wizard_station) +"Gs" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Gu" = ( +/obj/machinery/door/airlock/silver{ + name = "Shower" + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Gv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gw" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/indestructible/riveted, +/area/tdome/tdomeobserve) +"Gx" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Gy" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/indestructible/riveted, +/area/tdome/tdomeobserve) +"Gz" = ( +/obj/structure/shuttle/engine/heater{ + resistance_flags = 3 + }, +/obj/structure/window/reinforced{ + resistance_flags = 3; + color = "#008000"; + dir = 1 + }, +/turf/open/lava/airless, +/area/wizard_station) +"GA" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"GC" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"GD" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"GF" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat/rawbacon, +/obj/item/reagent_containers/food/snacks/meat/rawbacon, +/obj/item/reagent_containers/food/snacks/meat/rawbacon, +/obj/item/reagent_containers/food/snacks/meat/rawbacon, +/obj/item/reagent_containers/food/snacks/meat/slab/killertomato, +/obj/item/reagent_containers/food/snacks/meat/slab/killertomato, +/obj/item/reagent_containers/food/snacks/meat/slab/killertomato, +/obj/item/reagent_containers/food/snacks/meat/slab/killertomato, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard, +/obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/lizard, +/obj/item/reagent_containers/food/snacks/sausage, +/obj/item/reagent_containers/food/snacks/sausage, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/item/reagent_containers/food/snacks/carpmeat, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GG" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/whitebeet, +/obj/item/reagent_containers/food/snacks/grown/whitebeet, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/rice, +/obj/item/reagent_containers/food/snacks/grown/rice, +/obj/item/reagent_containers/food/snacks/grown/icepepper, +/obj/item/reagent_containers/food/snacks/grown/icepepper, +/obj/item/reagent_containers/food/snacks/grown/citrus/lemon, +/obj/item/reagent_containers/food/snacks/grown/citrus/lime, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/apple, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/deus, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GH" = ( +/obj/machinery/processor, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"GI" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/vanillapod, +/obj/item/reagent_containers/food/snacks/grown/vanillapod, +/obj/item/reagent_containers/food/snacks/grown/sugarcane, +/obj/item/reagent_containers/food/snacks/grown/sugarcane, +/obj/item/reagent_containers/food/snacks/grown/oat, +/obj/item/reagent_containers/food/snacks/grown/oat, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/corn, +/obj/item/reagent_containers/food/snacks/grown/chili, +/obj/item/reagent_containers/food/snacks/grown/chili, +/obj/item/reagent_containers/food/snacks/grown/carrot, +/obj/item/reagent_containers/food/snacks/grown/apple, +/obj/item/reagent_containers/food/snacks/grown/ambrosia/vulgaris, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GJ" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat/slab/bear, +/obj/item/reagent_containers/food/snacks/meat/slab/bear, +/obj/item/reagent_containers/food/snacks/meat/slab/bear, +/obj/item/reagent_containers/food/snacks/meat/slab/bear, +/obj/item/reagent_containers/food/snacks/meat/slab/goliath, +/obj/item/reagent_containers/food/snacks/meat/slab/goliath, +/obj/item/reagent_containers/food/snacks/meat/slab/goliath, +/obj/item/reagent_containers/food/snacks/meat/slab/goliath, +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/obj/item/reagent_containers/food/snacks/meat/slab/xeno, +/obj/item/reagent_containers/food/snacks/spaghetti, +/obj/item/reagent_containers/food/snacks/spaghetti, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/item/reagent_containers/food/snacks/meat/rawcutlet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GK" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/tdome/tdomeobserve) +"GL" = ( +/obj/structure/table/wood, +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/item/clothing/accessory/lawyers_badge{ + desc = "A badge of upmost glory."; + name = "thunderdome badge" + }, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeobserve) +"GM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GO" = ( +/obj/structure/table/wood, +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/item/clothing/accessory/medal/silver{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeobserve) +"GP" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/tdome/tdomeobserve) +"GQ" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GR" = ( +/obj/structure/table/wood, +/obj/item/storage/box/beanbag, +/obj/item/gun/ballistic/revolver/doublebarrel, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GS" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GT" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GU" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"GV" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"GW" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"GX" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/open/space, +/area/wizard_station) +"GY" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Ha" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"Hb" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Hc" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"He" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy/gold_cup, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeobserve) +"Hf" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hh" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Hm" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/grass, +/area/centcom/holding) +"Hn" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Ho" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/obj/item/kitchen/knife, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Hp" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hq" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"Hr" = ( +/obj/structure/table/wood, +/obj/structure/sign/plaques/thunderdome{ + pixel_y = -32 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/accessory/medal/gold, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeobserve) +"Hs" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ht" = ( +/obj/structure/table/wood, +/obj/structure/sign/plaques/thunderdome{ + pixel_y = -32 + }, +/obj/item/clothing/accessory/medal{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeobserve) +"Hu" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hv" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Hw" = ( +/obj/machinery/chem_master/condimaster{ + name = "HoochMaster 2000" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Hx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"HA" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"HB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/snacks/mint, +/obj/item/reagent_containers/food/condiment/enzyme{ + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HC" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HD" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HF" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"HG" = ( +/obj/item/reagent_containers/food/snacks/egg/rainbow{ + desc = "I bet you think you're pretty clever... well you are."; + name = "easter egg" + }, +/turf/open/space, +/area/space) +"HH" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/centcom/holding) +"HI" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"HJ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/apron/chef, +/obj/item/kitchen/rollingpin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -8 + }, +/obj/item/reagent_containers/food/drinks/britcup, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HM" = ( +/obj/structure/chair, +/obj/effect/landmark/thunderdome/observe, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HN" = ( +/obj/structure/chair, +/obj/effect/landmark/thunderdome/observe, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HO" = ( +/obj/machinery/computer/security/telescreen, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HQ" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "sink"; + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"HR" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/tdome/tdomeobserve) +"HS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Locker Room"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HU" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/storage/bag/tray, +/obj/item/kitchen/fork, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HX" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"HY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"HZ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ia" = ( +/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/tdome/tdomeobserve) +"Ib" = ( +/obj/structure/rack, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets, +/obj/item/clothing/head/chefhat, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ic" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Id" = ( +/obj/machinery/computer/security/telescreen, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ie" = ( +/obj/item/storage/fancy/cigarettes/cigars{ + pixel_y = 6 + }, +/obj/item/storage/fancy/cigarettes/cigars/cohiba{ + pixel_y = 3 + }, +/obj/item/storage/fancy/cigarettes/cigars/havana, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"If" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ig" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/tdome/tdomeobserve) +"Ih" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Ii" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + desc = "Cooks and boils stuff, somehow."; + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ij" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + desc = "Cooks and boils stuff, somehow."; + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ik" = ( +/obj/machinery/icecream_vat, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Il" = ( +/turf/closed/indestructible/fakeglass, +/area/tdome/tdomeobserve) +"Io" = ( +/obj/item/storage/box/matches{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/table/wood, +/obj/structure/sign/barsign{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ip" = ( +/obj/item/lighter{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/lighter, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Iq" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/rag, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"Ir" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Is" = ( +/obj/machinery/igniter/on, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena) +"It" = ( +/turf/open/floor/plasteel, +/area/tdome/arena) +"Iu" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Iv" = ( +/turf/closed/indestructible/riveted, +/area/tdome/tdomeadmin) +"Iw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating/asteroid, +/area/tdome/tdomeadmin) +"Ix" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Administration"; + opacity = 1; + req_access_txt = "102" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Iy" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword/saber/red, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Iz" = ( +/obj/machinery/door/poddoor{ + id = "thunderdomegen"; + name = "General Supply" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IA" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IB" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IC" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"ID" = ( +/obj/machinery/door/poddoor{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IF" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"II" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IJ" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IK" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"IL" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IM" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IN" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IP" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/baton/loaded, +/obj/item/melee/transforming/energy/sword/saber/green, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IQ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 6; + icon_state = "asteroid8"; + name = "sand" + }, +/area/tdome/tdomeadmin) +"IR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tdome/tdomeadmin) +"IS" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"IT" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IU" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IV" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IW" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"IZ" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Ja" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jb" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jc" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jd" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + name = "plating"; + icon_state = "asteroid5" + }, +/area/tdome/tdomeadmin) +"Je" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Jf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Jg" = ( +/obj/machinery/camera{ + c_tag = "Red Team"; + network = list("thunder"); + pixel_x = 11; + pixel_y = -9; + resistance_flags = 64 + }, +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Ji" = ( +/turf/open/floor/circuit/green, +/area/tdome/arena) +"Jj" = ( +/obj/machinery/flasher{ + id = "tdomeflash"; + name = "Thunderdome Flash" + }, +/turf/open/floor/circuit/green, +/area/tdome/arena) +"Jk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jl" = ( +/obj/machinery/camera{ + c_tag = "Green Team"; + network = list("thunder"); + pixel_x = 12; + pixel_y = -10; + resistance_flags = 64 + }, +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jm" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/tdome/tdomeadmin) +"Jn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/fernybush, +/turf/open/floor/plasteel{ + dir = 6; + icon_state = "asteroid8"; + name = "sand" + }, +/area/tdome/tdomeadmin) +"Jo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Jp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Jq" = ( +/obj/machinery/camera{ + c_tag = "Arena"; + network = list("thunder"); + pixel_x = 10; + resistance_flags = 64 + }, +/turf/open/floor/circuit/green, +/area/tdome/arena) +"Jr" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/open/floor/plating/asteroid, +/area/tdome/tdomeadmin) +"Js" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jt" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Ju" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jv" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jw" = ( +/obj/effect/landmark/thunderdome/two, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jx" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jy" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Jz" = ( +/obj/effect/landmark/thunderdome/one, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"JA" = ( +/obj/machinery/abductor/experiment{ + team_number = 1 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JB" = ( +/obj/machinery/abductor/console{ + team_number = 1 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JC" = ( +/obj/machinery/abductor/pad{ + team_number = 1 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JD" = ( +/obj/machinery/door/poddoor{ + id = "thunderdomehea"; + name = "Heavy Supply" + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/tdome/arena) +"JE" = ( +/obj/structure/sink/kitchen{ + desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; + name = "sink"; + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"JF" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team_number = 1 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JH" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"JI" = ( +/turf/closed/indestructible/fakeglass, +/area/tdome/tdomeadmin) +"JK" = ( +/obj/machinery/computer/telecrystals/uplinker, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"JL" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/sneakers/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"JM" = ( +/obj/effect/landmark/abductor/scientist, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JN" = ( +/obj/effect/landmark/abductor/agent, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"JO" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JP" = ( +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JQ" = ( +/obj/effect/landmark/thunderdome/admin, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeadmin) +"JR" = ( +/obj/machinery/computer/security/telescreen, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JS" = ( +/obj/structure/chair/comfy/brown{ + color = "#66b266"; + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JT" = ( +/obj/machinery/button/flasher{ + id = "tdomeflash" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"JX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"JZ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ka" = ( +/turf/open/floor/plasteel/grimy, +/area/tdome/tdomeadmin) +"Kb" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kc" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kg" = ( +/turf/closed/indestructible/fakedoor{ + name = "Thunderdome Admin" + }, +/area/tdome/tdomeadmin) +"Kh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Administration"; + opacity = 1; + req_access_txt = "102" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Kj" = ( +/obj/machinery/door/airlock/external{ + name = "Backup Emergency Escape Shuttle" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"Kk" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 2; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + roundstart_template = /datum/map_template/shuttle/emergency/backup; + width = 8 + }, +/turf/open/space/basic, +/area/space) +"Kn" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ko" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/fourcolor, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kp" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kq" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/radio/headset/headset_cent, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kr" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4.5 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ks" = ( +/obj/machinery/button/door{ + id = "thunderdomehea"; + name = "Heavy Supply Control"; + req_access_txt = "102" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kt" = ( +/obj/machinery/button/door{ + id = "thunderdome"; + name = "Main Blast Doors Control"; + req_access_txt = "102" + }, +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ku" = ( +/obj/machinery/button/door{ + id = "thunderdomegen"; + name = "General Supply Control"; + req_access_txt = "102" + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kv" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kw" = ( +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Kx" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ky" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"KA" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/genericbush, +/turf/open/floor/grass, +/area/tdome/tdomeadmin) +"KB" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/machinery/light, +/turf/open/floor/grass, +/area/tdome/tdomeadmin) +"KC" = ( +/obj/machinery/status_display/evac, +/turf/closed/indestructible/riveted, +/area/tdome/tdomeadmin) +"KD" = ( +/obj/machinery/status_display/ai, +/turf/closed/indestructible/riveted, +/area/tdome/tdomeadmin) +"KG" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/open/floor/grass, +/area/tdome/tdomeadmin) +"KH" = ( +/turf/closed/wall/mineral/titanium, +/area/centcom/evac) +"KI" = ( +/obj/structure/shuttle/engine/propulsion/right{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/centcom/evac) +"KJ" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/centcom/evac) +"KK" = ( +/obj/structure/shuttle/engine/propulsion/left{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/centcom/evac) +"KL" = ( +/obj/docking_port/stationary{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship"; + width = 3 + }, +/turf/open/space, +/area/space) +"KM" = ( +/obj/docking_port/stationary{ + dir = 1; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship"; + width = 3 + }, +/turf/open/space, +/area/space) +"KN" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/centcom/evac) +"KO" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/plating, +/area/centcom/evac) +"KP" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/open/floor/plating, +/area/centcom/evac) +"KQ" = ( +/turf/open/floor/plating, +/area/centcom/evac) +"KR" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/centcom/evac) +"KS" = ( +/turf/closed/wall/mineral/titanium/interior, +/area/centcom/evac) +"KT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"KU" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"KV" = ( +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"KW" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"KX" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"KY" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 2 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"KZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/centcom/evac) +"La" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Lb" = ( +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Lc" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Lh" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Li" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Lp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Ls" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship"; + width = 3 + }, +/turf/open/space, +/area/space) +"Lt" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/centcom/evac) +"Lv" = ( +/obj/structure/bed, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"Lw" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, +/area/centcom/evac) +"Lx" = ( +/obj/structure/bed, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LA" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LB" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/machinery/light, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LC" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LE" = ( +/obj/structure/table, +/obj/item/radio/off, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LG" = ( +/obj/structure/filingcabinet, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LH" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LJ" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LK" = ( +/obj/machinery/abductor/experiment{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LL" = ( +/obj/machinery/abductor/console{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LM" = ( +/obj/machinery/abductor/pad{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LN" = ( +/obj/structure/table, +/obj/item/storage/lockbox, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LO" = ( +/obj/structure/table, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LP" = ( +/obj/machinery/computer/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LQ" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LR" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/open/floor/mineral/titanium/blue, +/area/centcom/evac) +"LS" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LT" = ( +/obj/effect/landmark/abductor/scientist{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LU" = ( +/obj/effect/landmark/abductor/agent{ + team_number = 2 + }, +/turf/open/floor/plating/abductor, +/area/abductor_ship) +"LV" = ( +/turf/closed/indestructible/riveted, +/area/awaymission/errorroom) +"LW" = ( +/turf/closed/mineral/ash_rock, +/area/awaymission/errorroom) +"LX" = ( +/obj/structure/speaking_tile, +/turf/closed/mineral/ash_rock, +/area/awaymission/errorroom) +"LY" = ( +/obj/item/rupee, +/turf/open/floor/plating/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; + planetary_atmos = 0 + }, +/area/awaymission/errorroom) +"LZ" = ( +/turf/open/floor/plating/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; + planetary_atmos = 0 + }, +/area/awaymission/errorroom) +"Ma" = ( +/obj/effect/landmark/error, +/turf/open/floor/plating/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; + planetary_atmos = 0 + }, +/area/awaymission/errorroom) +"Mb" = ( +/obj/structure/signpost/salvation{ + icon = 'icons/obj/structures.dmi'; + icon_state = "ladder10"; + invisibility = 100 + }, +/turf/open/floor/plating/ashplanet/wateryrock{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15"; + planetary_atmos = 0 + }, +/area/awaymission/errorroom) +"Mc" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space) +"Md" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Me" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Mf" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Mg" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/control) +"Mh" = ( +/obj/machinery/door/poddoor{ + id = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Mi" = ( +/obj/machinery/door/poddoor{ + id = "thunderdomegen"; + name = "General Supply" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tdome/arena) +"Mk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Mm" = ( +/turf/open/floor/grass, +/area/centcom/holding) +"Mt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Mu" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Mv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"Mx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/nullrod/claymore/saber/red{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"My" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dheight = 1; + dir = 8; + dwidth = 12; + height = 17; + id = "syndicate_away"; + name = "syndicate recon outpost"; + roundstart_template = /datum/map_template/shuttle/infiltrator/basic; + width = 23 + }, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"MB" = ( +/turf/open/indestructible/binary, +/area/fabric_of_reality) +"MC" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"MD" = ( +/obj/effect/light_emitter{ + set_cap = 1; + set_luminosity = 4 + }, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'FOURTH WALL'."; + name = "\improper FOURTH WALL"; + pixel_x = -32 + }, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"ME" = ( +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/turf/open/floor/wood, +/area/wizard_station) +"MF" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/syndicate_mothership) +"MG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Animal Pen" + }, +/turf/open/floor/grass, +/area/centcom/holding) +"MH" = ( +/obj/structure/ladder/unbreakable/binary/unlinked, +/turf/open/indestructible/airblock, +/area/fabric_of_reality) +"MI" = ( +/turf/open/floor/plating, +/area/syndicate_mothership) +"MM" = ( +/obj/structure/window/reinforced, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"MP" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"MR" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"MS" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"MT" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"MU" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"Nc" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"Nd" = ( +/turf/closed/indestructible{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood"; + smooth = 1 + }, +/area/centcom/holding) +"Ni" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Nj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Nk" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Nm" = ( +/obj/structure/closet/crate, +/obj/item/vending_refill/autodrobe, +/obj/item/stack/sheet/paperframes/fifty, +/obj/item/stack/sheet/paperframes/fifty, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/wood, +/area/centcom/holding) +"Nn" = ( +/obj/structure/closet/secure_closet/hydroponics{ + locked = 0 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Nu" = ( +/turf/open/floor/wood, +/area/syndicate_mothership) +"Nv" = ( +/obj/structure/table, +/turf/open/floor/plasteel/cafeteria{ + dir = 2 + }, +/area/centcom/holding) +"Nw" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Ny" = ( +/obj/machinery/modular_computer/console/preset/research, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Nz" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"ND" = ( +/obj/structure/closet, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/machinery/iv_drip, +/obj/item/roller, +/obj/item/storage/firstaid/regular, +/obj/item/reagent_containers/medspray/synthflesh, +/obj/item/reagent_containers/medspray/synthflesh, +/obj/item/reagent_containers/medspray/synthflesh, +/turf/open/floor/wood, +/area/centcom/holding) +"NF" = ( +/obj/structure/ladder/unbreakable/binary, +/turf/open/indestructible/airblock, +/area/fabric_of_reality) +"NG" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"NJ" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/seeds/pumpkin/blumpkin, +/obj/item/paper/guides/jobs/hydroponics, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"NT" = ( +/obj/structure/window/paperframe{ + CanAtmosPass = 0 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"NU" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"NV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/cola/sodie, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Oa" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/syndicate_mothership) +"Ob" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"Oc" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Oe" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Oh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"Oj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom"; + opacity = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"Om" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"Op" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "lmrestroom"; + name = "Lock Control"; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Or" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"Ou" = ( +/turf/closed/indestructible/fakedoor{ + name = "Cold Storage" + }, +/area/syndicate_mothership) +"Ov" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"Oz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"OB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Barracks"; + req_access_txt = "150" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"OE" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"OG" = ( +/obj/structure/dresser, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"OH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"OL" = ( +/obj/structure/mineral_door/paperframe{ + name = "Dojo" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"OM" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"ON" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"OS" = ( +/obj/structure/mecha_wreckage/mauler, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"OU" = ( +/obj/item/clothing/under/jabroni, +/obj/item/clothing/under/geisha, +/obj/item/clothing/under/kilt, +/obj/structure/closet, +/obj/item/clothing/under/roman, +/turf/open/floor/wood, +/area/centcom/holding) +"OV" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/syndicate_mothership) +"OZ" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Pa" = ( +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Pg" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"Ph" = ( +/obj/structure/closet/crate/bin, +/turf/open/floor/wood, +/area/centcom/holding) +"Pl" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Pn" = ( +/turf/closed/indestructible/fakedoor{ + name = "Equipment Storage" + }, +/area/syndicate_mothership) +"Po" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Pq" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Pr" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Ps" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"Pv" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"Pw" = ( +/obj/machinery/light/small, +/turf/open/floor/wood, +/area/syndicate_mothership) +"Px" = ( +/obj/machinery/vr_sleeper, +/turf/open/floor/wood, +/area/centcom/holding) +"PA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"PD" = ( +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"PF" = ( +/obj/machinery/vr_sleeper{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"PG" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"PI" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"PJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"PL" = ( +/obj/machinery/autolathe, +/turf/open/floor/wood, +/area/centcom/holding) +"PO" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"PP" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "150" + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"PS" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"PU" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen/blue, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"PV" = ( +/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/holofloor, +/area/holodeck/rec_center/firingrange) +"PX" = ( +/obj/machinery/computer/arcade/battle, +/turf/open/floor/wood, +/area/centcom/holding) +"PY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"PZ" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"Qa" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"Qb" = ( +/obj/machinery/door/airlock/titanium{ + name = "Cockpit"; + req_access_txt = "109" + }, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"Qe" = ( +/turf/open/ai_visible, +/area/ai_multicam_room) +"Qk" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/centcom/holding) +"Qm" = ( +/obj/singularity/wizard/mapped, +/turf/open/indestructible/binary, +/area/fabric_of_reality) +"Qo" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Qq" = ( +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"Qt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/pizzaslice/mushroom, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Qu" = ( +/obj/machinery/vr_sleeper{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"QA" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"QB" = ( +/obj/machinery/computer/telecrystals/uplinker, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"QE" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"QH" = ( +/obj/machinery/chem_master/condimaster{ + desc = "Used to separate out liquids - useful for purifying botanical extracts. Also dispenses condiments."; + name = "BrewMaster 2199"; + pixel_x = -4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"QI" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"QK" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"QL" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/centcom/holding) +"QP" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"QQ" = ( +/obj/machinery/computer/telecrystals/uplinker, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"QR" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"QT" = ( +/obj/machinery/chem_dispenser/drinks, +/turf/closed/indestructible{ + icon = 'icons/turf/walls/wood_wall.dmi'; + icon_state = "wood"; + smooth = 1 + }, +/area/centcom/holding) +"QV" = ( +/turf/closed/indestructible/riveted, +/area/syndicate_mothership) +"QW" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + locked = 0 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"QX" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"Ra" = ( +/obj/machinery/door/window/eastright, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Rb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Rd" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Re" = ( +/obj/structure/mineral_door/paperframe, +/turf/open/floor/wood, +/area/centcom/holding) +"Rf" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"Rh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/grass, +/area/centcom/holding) +"Ri" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Rj" = ( +/obj/machinery/vending/hydroseeds, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Rl" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel/syndicate, +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"Rm" = ( +/obj/structure/chair/wood/wings{ + dir = 3 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Ro" = ( +/obj/structure/closet{ + anchored = 1; + desc = "A storage unit for plasmaman internals, courtesy of the Spider Clan."; + icon_state = "emergency"; + name = "Plasmaman emergency closet" + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/turf/open/floor/wood, +/area/centcom/holding) +"Rz" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plating, +/area/syndicate_mothership) +"RD" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"RL" = ( +/obj/structure/mineral_door/paperframe{ + name = "Arcade" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"RQ" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"RR" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"RS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/nullrod/claymore/glowing{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"RZ" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Sb" = ( +/obj/structure/table/wood, +/obj/item/toy/prize/mauler{ + pixel_y = 12 + }, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"Sd" = ( +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Sf" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"Sg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Sh" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"Si" = ( +/obj/structure/table/wood, +/obj/item/toy/nuke, +/turf/open/floor/wood, +/area/syndicate_mothership) +"So" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Sw" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Sy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"SB" = ( +/obj/structure/curtain, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/machinery/shower{ + pixel_y = 12 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"SD" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"SF" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"SG" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 2 + }, +/area/centcom/holding) +"SH" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"SI" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"SN" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"SP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/space/basic, +/area/centcom/supplypod) +"SU" = ( +/obj/structure/table/wood, +/obj/item/camera/detective{ + desc = "A polaroid camera with extra capacity for social media marketing."; + name = "Professional camera" + }, +/obj/item/camera_film, +/obj/item/wallframe/newscaster, +/obj/item/paper_bin, +/obj/item/pen/fountain, +/turf/open/floor/wood, +/area/centcom/holding) +"SV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"SW" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"SY" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/centcom/holding) +"Tb" = ( +/obj/structure/closet/crate/freezer/blood, +/turf/open/floor/wood, +/area/centcom/holding) +"Tj" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/vending/cigarette/syndicate, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Tn" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle/infinite{ + pixel_y = 6 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"To" = ( +/turf/open/indestructible/airblock, +/area/fabric_of_reality) +"Tq" = ( +/obj/structure/table/wood/bar, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/turf/open/floor/wood, +/area/centcom/holding) +"Tr" = ( +/obj/structure/closet/chefcloset, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Tu" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/centcom/holding) +"Tw" = ( +/obj/structure/closet{ + anchored = 1; + name = "Plasmaman suits" + }, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/under/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/obj/item/clothing/head/helmet/space/plasmaman, +/turf/open/floor/wood, +/area/centcom/holding) +"Tz" = ( +/obj/effect/light_emitter, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"TA" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"TB" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"TF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"TK" = ( +/obj/structure/table/wood/bar, +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"TM" = ( +/mob/living/simple_animal/bot/medbot{ + desc = "When engaged in combat, the vanquishing of thine enemy can be the warrior's only concern."; + name = "Hattori"; + radio_key = null; + stationary_mode = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"TO" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"TP" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/syndicate_mothership) +"Ud" = ( +/obj/effect/landmark/holding_facility, +/turf/open/floor/wood, +/area/centcom/holding) +"Ug" = ( +/obj/machinery/door/poddoor/shuttledock{ + checkdir = 1; + name = "syndicate blast door"; + turftype = /turf/open/floor/plating/asteroid/snow + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Uh" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/nullrod/claymore/darkblade{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Uj" = ( +/obj/machinery/door/airlock/centcom{ + name = "Restroom"; + req_access_txt = "150" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Ul" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Um" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wirecutters, +/obj/item/wrench, +/obj/item/watertank, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"Un" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Uu" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Uv" = ( +/obj/structure/closet/crate/secure/gear, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Uw" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Uy" = ( +/obj/structure/flora/bush, +/obj/effect/light_emitter, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"UC" = ( +/obj/machinery/vending/cola, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"UE" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood, +/area/centcom/holding) +"UG" = ( +/obj/structure/flora/tree/pine, +/obj/effect/light_emitter, +/obj/effect/light_emitter, +/turf/open/floor/plating/asteroid/snow/airless, +/area/syndicate_mothership) +"UL" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"UO" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/control) +"UQ" = ( +/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/centcom/supplypod/loading/one) +"UT" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"UV" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/wood, +/area/centcom/holding) +"UW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/three) +"UX" = ( +/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/centcom/supplypod/loading/three) +"Va" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/basketball) +"Vb" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/syndie, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"Vc" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"Vf" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Vj" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/door/window{ + name = "Tactical Toilet"; + icon_state = "right"; + dir = 8; + opacity = 1 + }, +/obj/structure/window/reinforced/tinted, +/turf/open/floor/plasteel/freezer{ + dir = 2 + }, +/area/syndicate_mothership) +"Vm" = ( +/obj/machinery/gibber, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Vt" = ( +/obj/item/paper/fluff/stations/centcom/disk_memo, +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"Vu" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/obj/machinery/light, +/turf/open/floor/grass, +/area/centcom/holding) +"Vv" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Vw" = ( +/obj/structure/table, +/obj/item/kitchen/fork, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Vx" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 2; + height = 7; + id = "pod_away"; + name = "recovery ship"; + width = 5 + }, +/turf/open/space, +/area/space) +"Vz" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + pixel_y = 28; + use_power = 0 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"VA" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"VB" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"VF" = ( +/obj/structure/rack, +/obj/item/nullrod/scythe/vibro{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"VO" = ( +/turf/closed/indestructible/riveted, +/area/centcom/supplypod) +"VP" = ( +/obj/structure/closet/cardboard, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/syndicate_mothership) +"VQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"VR" = ( +/obj/machinery/light, +/turf/open/floor/plating, +/area/syndicate_mothership) +"VT" = ( +/obj/structure/table/wood, +/obj/item/syndicatedetonator{ + desc = "This gaudy button can be used to instantly detonate syndicate bombs that have been activated on the station. It is also fun to press." + }, +/turf/open/floor/wood, +/area/syndicate_mothership) +"VX" = ( +/obj/effect/landmark/shuttle_import, +/turf/open/space/basic, +/area/space) +"Wb" = ( +/obj/machinery/door/window/westleft, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"Wc" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"Wi" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"Wj" = ( +/obj/structure/closet/cardboard/metal, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Wr" = ( +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"WC" = ( +/obj/structure/table/reinforced, +/obj/item/pen, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"WH" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"WJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Thunderdome Administration"; + opacity = 1; + req_access_txt = "102" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeadmin) +"WK" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"WM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"WO" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod) +"WQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"WS" = ( +/obj/structure/closet/syndicate/personal, +/turf/open/floor/wood, +/area/syndicate_mothership) +"WW" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel/cafeteria, +/area/syndicate_mothership) +"Xd" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/centcom/holding) +"Xe" = ( +/obj/machinery/vending/autodrobe{ + req_access_txt = "0" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Xg" = ( +/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/holofloor, +/area/holodeck/rec_center/basketball) +"Xk" = ( +/turf/open/floor/wood, +/area/centcom/holding) +"Xl" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"Xn" = ( +/obj/machinery/door/airlock/wood{ + req_one_access_txt = "0" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Xo" = ( +/obj/machinery/vending/dinnerware, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Xq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Xr" = ( +/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/centcom/supplypod/loading/four) +"Xs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Xt" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/centcom/control) +"Xu" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/holofloor, +/area/holodeck/rec_center/firingrange) +"Xx" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Xy" = ( +/obj/machinery/door/airlock/external{ + name = "Ferry Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/centcom/ferry) +"XE" = ( +/obj/machinery/door/airlock/centcom{ + name = "Kitchen"; + req_access_txt = "150" + }, +/turf/open/floor/plasteel, +/area/syndicate_mothership) +"XL" = ( +/obj/machinery/door/airlock/wood, +/turf/open/floor/wood, +/area/centcom/holding) +"XM" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"XT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/sashimi, +/turf/open/floor/wood, +/area/centcom/holding) +"XU" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"XX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/sake, +/turf/open/floor/wood, +/area/centcom/holding) +"XY" = ( +/obj/machinery/door/poddoor/shutters{ + id = "nukeop_ready"; + name = "shuttle dock" + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Yc" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Yd" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Ye" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Yf" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chawanmushi, +/turf/open/floor/wood, +/area/centcom/holding) +"Yg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"Yh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Yi" = ( +/obj/structure/dresser, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"Ym" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/open/floor/wood, +/area/centcom/holding) +"Yo" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Ys" = ( +/obj/structure/table/reinforced, +/turf/open/floor/mineral/plastitanium/red, +/area/centcom/evac) +"Yt" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/tdome/tdomeobserve) +"Yu" = ( +/obj/structure/closet/secure_closet/freezer/fridge{ + locked = 0 + }, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"Yw" = ( +/turf/closed/indestructible/fakedoor{ + name = "External Access" + }, +/area/syndicate_mothership) +"Yy" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/mineral/titanium, +/area/centcom/evac) +"YJ" = ( +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/book/manual/wiki/barman_recipes, +/obj/item/book/granter/action/drink_fling, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"YL" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/wood, +/area/centcom/holding) +"YN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/chicken, +/turf/open/floor/grass, +/area/centcom/holding) +"YQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plasteel/cafeteria, +/area/centcom/holding) +"YU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"YV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/nullrod/claymore/saber{ + damtype = "stamina"; + force = 30 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Za" = ( +/obj/machinery/door/airlock/wood{ + id_tag = "lmrestroom" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Zc" = ( +/turf/open/indestructible/binary, +/area/space) +"Zh" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Zi" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod/podStorage) +"Zj" = ( +/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/centcom/supplypod) +"Zr" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/syndicate_mothership) +"Zt" = ( +/obj/machinery/vr_sleeper{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/centcom/holding) +"Zw" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/open/floor/wood, +/area/syndicate_mothership) +"Zx" = ( +/mob/living/simple_animal/bot/medbot{ + desc = "A little medical robot. You can make out the word \"sincerity\" on its chassis."; + name = "Hijikata"; + radio_key = null; + stationary_mode = 1 + }, +/turf/open/floor/wood, +/area/centcom/holding) +"Zz" = ( +/obj/effect/landmark/start/nukeop_leader, +/turf/open/floor/wood, +/area/syndicate_mothership) +"ZF" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/four) +"ZH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/syndicate_mothership) +"ZJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/centcom/evac) +"ZK" = ( +/obj/machinery/computer/telecrystals/boss{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/syndicate_mothership) +"ZP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/centcom/supplypod) +"ZQ" = ( +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/two) +"ZT" = ( +/mob/living/simple_animal/cow, +/turf/open/floor/grass, +/area/centcom/holding) +"ZU" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/centcom/holding) +"ZV" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supplypod/loading/one) +"ZW" = ( +/turf/open/floor/plasteel/white, +/area/centcom/holding) +"ZX" = ( +/obj/machinery/door/airlock/centcom{ + name = "CentCom Security"; + opacity = 1; + req_access_txt = "101" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/centcom/supply) (1,1,1) = {" -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabacacacacacabacacacacacabacacacacacabacacacacacabacacacacacabacacacacacabacacacacacab -aaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafagahaiajajakagalamananaoagapapapapapagaqaqaqaqaqagarararararagasatatatauav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafawaxaxafagahaiajajayagazanaAaAanagapaBapaBapagaqaqaqaqaqagaraCaraCaragaDaEaEaEaFav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafaGafagahaiajajaHaganaIaJaKaLagapapapapapagaqaqaqaqaqagarararararagaDaEaEaEaFav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafaMafagahaiajajajagananaNaNanagapapapapapagaqaqaqaqaqagararaCararagaDaEaEaEaFav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafaOafafafagahaiajajaHagaPaQananaQagapapaBapapagaqaqaqaqaqagarararararagaDaEaEaEaFav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafaRafaSawagahaiajajaHagaPaTaUaVaTagapapaBapapagaqaqaqaqaqagarararararagaWaEaEaEaXav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafaGafafafagahaiajajajagaPaYaZaZaZagapapapapapagaqaqaqaqaqagararaCararagaWaEaEaEaXav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafagahaiajajaHagaPbaaZaZbbagapapapapapagaqaqaqaqaqagarararararagaWaEaEaEaXav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafaxaxaGafagahaiajajayagaPbaaZaZbbagapaBapaBapagaqaqaqaqaqagaraCaraCaragaWaEaEaEaXav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaeafafafafafagahaiajajbcagaPbdbebebfagapapapapapagaqaqaqaqaqagarararararagbgbhbhbhbiav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagblbmblbnblagbobpbqbrbsagbtXgbubvRDagbwbwbwbwbwagbxbybybybzagbAbBbBbBbCav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagbnbDbEbFblagbGbHbHbHbHagbITFbJbKVaagbwbLbwbMbwagbNbNbNbNbNagbObPbPbPbQav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagbDbRbSbTbDagbHbHbUbVbWagbIbXbXbXVaagbwbYbwbYbwagbNbNbNbNbNagbObZbZbZbQav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagcablcbcccaagbHbHcdcdcdagbIbJbJbJVaagbwbwbwbwbwagbNbNbNbNbNagbObPbPbPbQav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkcebkbkagbDblblblblagcfbHcgbHchagcicjcjcjckagbwclbwbwbwagcmcmcmcmcmagcncocococpav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkcqcrbkagblbEblbmbDagcsbHctbHcuagcvcwcwcwcxagbwbwbwcybwagczczczczczagcAcBcBcBcCav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagcacDbRcEblagbHbHbHbHbHagcFbJcGbJcHagbwbwbwbwbwagbNbNbNbNbNagcIbPbPbPcJav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagbDcKcLcMcNagcOcPcQbHbHagcFcRvyvycHagcScTcUcScSagbNbNbNbNbNagcIcVcVcVcJav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagbmcKcMcKcWagbHbHcXbHbHagcFucbJcHcHagcYcYcYcYcYagbNbNbNbNbNagcIbPbPbPcJav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaebkbkbkbkbkagblcablbnblagcZdadbdcddagdeSHdfdgQXagdhdhdhdhdhagbzdididibxagdjdkdkdkdlav -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbjbjbjbjbjabbjbjbjbjbjabacacacacacabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjabbjbjbjbjbjab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdmdmdmdmagdndndndndnagdodpdqdrdsagdtdudududtagdvdwdxdydzagdAdAdAdAdAagdBdCdDdEdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmagdHdIdJdKdHagdLdLdMdLdLagdNdOdPdQdRagdSdTdUdVdWagdAdXdYdZdAagdBeaebecdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmagedeeedeeedagefegegegehageiejekejelagemeneoepeqagdAdAdAdAdAagdBeresetdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdmeudmdmagevewevewevagexeyezeAexagejejejejejageBeBeBeBeBagdAeCdAeDdAagdBeEeFeGdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmagewevewevewageHeHeHeHeHageIeJejeKeLageMeNeBeMeNagdAeOdAeOdAagdBeEeFeGdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmagevewevewevageHeHeHeHeHagePeJejeKeQageReSeBeReSagdAeTdAeUdAagdBeEeFeGdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdmeudmdmagewevewevewageHeHeHeHeHagejeVeVeVejageMeNeBeMeNagdAeOdAeOdAagdBeEeFeGdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmageWeXeWeXeWageYeYeZeYeYagfafbfcfdfeageReSeBeReSagdAeDdAffdAagdBfgfhfidFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdGdGdGdmagfjfkflfmfjagdLdLdLdLdLagfnfofofofnageMeNeBeMeNagdAeOdAeOdAagdBfpfpfpdFag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaedmdmdmdmdmagdndndndndnagfqfqfqfqfqagfrfsfsfsftagepeneBepenagdAdAdAdAdAagPVfufvfwXuag -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfxfxfxfxfxabfxfxfxfxfxabfxfxfxfxfxabfxfxfxfxfxabfxfxfxfxfxabfxfxfxfxfxabfxfxfxfxfxab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababababfyfzfAfzfzfzfzfzfzfzfzfzfAfzfyababababababababab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfEfzfFfGfHfHfHfHfHfHfHfIfFfzfJfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfLfzfFfGfHfHfHfHfHfHfHfIfFfzfMfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfNfzfFfGfHfHfOfPfOfHfHfIfFfzfQfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfNfzfFfGfHfHfOfOfOfHfHfIfFfzfQfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfSfzfFfGfHfHfHfHfHfHfHfIfFfzfTfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfBfCabababababfDfEfzfFfGfHfHfHfHfHfHfHfIfFfzfJfDabababababfCfKab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababfUfUfUfUfUabfyfzfAfzfzfzfzfzfzfzfzfzfAfzfyabfUfUfUfUfUababab -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabfVfVfVfVfVabababababababababababababababababfWfWfWfWfWabaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabababababababaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfYfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgagbgbgbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZgdgegegegffZgdgegegegffZgdgegegegffZgdgegegegegegffZaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjgggkglgkgigjgggkglgkgigjgggkglgkgigmgmgmgmgmgngngmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgngngmgmgmgmgmgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgigjgggkglglgigjggglglglgigjggglglgkgigmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgpghgqgqgrgsgpgqgqgqgrgsgpgqgqghgrgsgpghgtgtgtghgrfZaa -fXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjgggkglgkgigjgggkglgkgigjgggkglgkgigmgmgmgmgmgngngmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgngngmgmgmgmgmgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -gufXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXfXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgifZgvgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZghghghfZfZfZfZghghghfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgAfZgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgifZfZgjgjgjfZfZfZgBgBgBfZfZfZgjgjgjfZfZgCgCgCfZfZfZfZgCgCgCfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZgsgsgsfZfZfZgBgBgBfZfZfZgsgsgsfZfZgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgifZgagbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZgDgEgFgFgGgEgFgFgGgEgFgFgGgEgFgFgGgEgFgHfZfZgIfZfZfZgIfZfZfZgIfZfZfZfZgIfZfZfZfZgIfZfZfZgIfZfZfZgIfZfZfZfZfZgdgegegegffZgdgegegegffZgdgegegegffZgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjgggkglgkgigjgggkglgkgigjgggkglgkgigJgKgkgLghgMgkgLghgMgkgLghgMgkgLghgMglgLgJfZfZgNfZfZfZgNfZfZfZgNfZfZfZfZgNfZfZfZfZgNfZfZfZgNfZfZfZgNfZfZfZfZfZgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgigjgggkglglgigjggglglglgigjggglglgkgigJgOgigkghghgigkghghgigkghghgigkghghglgkgJgPgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgRgpghgqgqgrgsgpgqgqgqgrgsgpgqgqghgrgsgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjgggkglgkgigjgggkglgkgigjgggkglgkgigJgSgkgTghgUgkgTghgUgkgTghgUgkgTghgUglgTgJfZfZgVfZgBfZgVfZgBfZgVfZfZgBfZgVfZgBfZfZgVfZgBfZgVfZgBfZgVfZfZgBfZfZgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgvgwgwgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZgWgXgCgCgYgXgCgCgYgXgCgCgYgXgCgCgYgXgCgZfZfZhafZgBfZhafZgBfZhafZfZgBfZhafZgBfZfZhafZgBfZhafZgBfZhafZfZgBfZfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgzgzgAfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZhbfZfZfZfZfZhbfZfZgjgjgjfZfZfZgkgkgkfZfZfZfZgQfZfZfZfZgFfZfZfZfZfZglglglfZfZfZfZfZhchdhdhdhefZfZgBfZgBfZgBfZgBfZgBfZfZgBfZgBfZgBfZfZgBfZgBfZgBfZgBfZgBfZfZgBfZfZfZfZgQfZfZfZfZhfhfhffZfZfZgsgsgsfZfZhgfZfZfZfZfZhgfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgagbgbgbgcfZgkgkgkgkgkfZfZfZgQfZfZfZfZghgogogogogogogogogogogogogohihjhjhjhkgogogogogogogogogogogogogoghfZfZfZghgogogogogogogogogogogogogoghfZfZfZfZgQfZfZfZhfhfhfhfhffZgdgegegegffZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamBhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglglglglglgkhbgggkglgkgifZgkghghghgkfZfZfZgQfZfZfZfZghfZgBgBgBfZglglglfZgBgBgBfZhmhnhnhnhofZgBgBgBfZhphphpfZgBgBgBfZghfZfZfZghfZgBgBgBfZgqgqgqfZgBgBgBfZghfZfZfZfZgQfZfZfZhfghghghhffZgpghgqghgrhqhfgqgqgqgqgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglgkgkgkglgkhbggglglglgifZgkfZglfZgkfZgQgQgQgQgQgQghghghghghghghghghghghghghghghhrhshshshthuhuhuhuhuhuhuhuhuhuhuhuhuhvhwhwhwhxghghghghghghghghghghghghghghghgQgQgQgQgQgQfZhffZgqfZhffZgpgqgqgqgrhqhfgqhfhfhfgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglgkgkgkglgkhbgggkglgkgifZgkghghghgkfZfZfZgQfZgBfZghghghhjhjhjhjhjhjhjhjhjhjhjghhygkgkgkgihzhzhzhzhzfZhzfZhzhzhzhzhzgphfhfhfhAghhBhBhBhBhBhBhBhBhBhBhBghghghfZgBfZgQfZfZfZhfghghghhffZgpghgqghgrhqhfgqhfhfhfgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgvgwgwgwgxfZgkgkgkgkgkfZfZfZgQgBgBgBghghghghghghghghghghghghghghghhygkglgkgihzhzhzhzhzhzfZhzhzhzhzhzhzgphfgqhfhAghghghghghghghghghghghghghghghgBgBgBgQfZfZfZhfhfhfhfhffZgygzgzgzgAfZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZfZgjgjgjgjgjfZfZfZfZfZfZfZfZfZgkgkgkfZfZfZfZfZfZgBfZghghfZgkgjgkfZgBgBgBfZgkgjgkfZhygkgkgkgifZhzhjglhzhzhzhzhzgqhBhzfZgphfhfhfhAfZhfgshffZgBgBgBfZhfgshffZghghfZgBfZfZfZfZfZfZhfhfhffZfZfZfZfZfZfZfZfZhfhfhfhfhffZfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgkgkgkgkgkfZgkgkgkgkgkfZgkgkgkgkgkfZghghfZgjgkgjglhjhjhjglgjgkgjfZhygkfZgkgifZhzhzhjglhzhzhzgqhBhzhzfZgphffZhfhAfZgshfgsgqhBhBhBgqgshfgsfZghghfZhfhfhfhfhffZhfhfhfhfhffZhfhfhfhfhffZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkhCgkgkgkfZgkghfZghgkgkgkglhCglgkgkgkghfZghgkgkghghgBgkgjgkhjhjhjhjhjgkgjgkfZhygkglgkgifZhjhzhzhjglhzgqhBhzhzhBfZgphfgqhfhAfZhfgshfhBhBhBhBhBhfgshfgBghghhfhfghfZghhfhfhfgqhCgqhfhfhfghfZghhffZhfhfhfhChfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkhChDhCgkgkfZgkghglghgkgkgkhChEhCgkgkgkghglghgkgkghghgBgjgkgjhjhjglhjhjgjgkgjfZhygkglgkgifZglhjhzhzhjhzhBhzhzhBgqfZgphfgqhfhAfZgshfgshBhBgqhBhBgshfgsgBghghhfhfghgqghhfhfhfhChFhChfhfhfghgqghhffZhfhfhChGhChfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkhCgkgkgkfZgkghfZghgkgkgkglhCglgkgkgkghfZghgkgkghghgBgkgjgkhjhjhjhjhjgkgjgkfZhygkglgkgifZhjhzhzhjglhzgqhBhzhzhBfZgphfgqhfhAfZhfgshfhBhBhBhBhBhfgshfgBghghhfhfghfZghhfhfhfgqhCgqhfhfhfghfZghhffZhfhfhfhChfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgkgkgkgkgkfZgkgkgkgkgkfZgkgkgkgkgkfZghghfZgjgkgjglhjhjhjglgjgkgjfZhygkfZgkgifZhzhzhjglhzhzhzgqhBhzhzfZgphffZhfhAfZgshfgsgqhBhBhBgqgshfgsfZghghfZhfhfhfhfhffZhfhfhfhfhffZhfhfhfhfhffZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZfZgjgjgjgjgjfZfZfZfZfZfZfZfZfZgkgkgkfZfZfZfZfZfZgBfZghghfZgkgjgkfZgBgBgBfZgkgjgkfZhygkgkgkgifZhzhjglhzhzhzhzhzgqhBhzfZgphfhfhfhAfZhfgshffZgBgBgBfZhfgshffZghghfZgBfZfZfZfZfZfZhfhfhffZfZfZfZfZfZfZfZfZhfhfhfhfhffZfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgagbgbgbgcfZgkgkgkgkgkfZfZfZgQgBgBgBghghghghghghghghghghghghghghghhygkglgkgihzhzhzhzhzhzfZhzhzhzhzhzhzgphfgqhfhAghghghghghghghghghghghghghghghgBgBgBgQfZfZfZhfhfhfhfhffZgdgegegegffZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglgkgkgkglgkhbggghglghgifZgkghghghgkfZfZfZgQfZgBfZghghghhjhjhjhjhjhjhjhjhjhjhjghhygkgkgkgihzhzhzhzhzfZhzfZhzhzhzhzhzgphfhfhfhAghhBhBhBhBhBhBhBhBhBhBhBghghghfZgBfZgQfZfZfZhfghghghhffZgphfgqhfgrhqhfgqhfhfhfgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglgkgkgkglgkhbggglglglgifZgkfZglfZgkfZgQgQgQgQgQgQghghghghghghghghghghghghghghghhIhJhJhJhKhLhLhLhLhLhLhLhLhLhLhLhLhLhMhNhNhNhOghghghghghghghghghghghghghghghgQgQgQgQgQgQfZhffZgqfZhffZgpgqgqgqgrhqhfgqhfhfhfgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkglglglglglgkhbggghglghgifZgkghghghgkfZfZfZgQfZfZfZfZghfZgBgBgBfZglglglfZgBgBgBfZghfZfZfZghfZgBgBgBfZhphphpfZgBgBgBfZhPhQhQhQhRfZgBgBgBfZgqgqgqfZgBgBgBfZghfZfZfZfZgQfZfZfZhfghghghhffZgphfgqhfgrhqhfgqgqgqgqgqhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgkgkgkgkgkgkgkfZgvgwgwgwgxfZgkgkgkgkgkfZfZfZgQfZfZfZfZghgogogogogogogogogogogogogoghfZfZfZghgogogogogogogogogogogogogohShBhBhBhTgogogogogogogogogogogogogoghfZfZfZfZgQfZfZfZhfhfhfhfhffZgygzgzgzgAfZhfhfhfhfhfhfhffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZhbfZfZfZfZfZhbfZfZgjgjgjfZfZfZgkgkgkfZfZfZfZgQfZfZfZfZgBfZfZgBfZgBfZgBfZgBfZgBfZfZgBfZfZfZgBfZfZgBfZgBfZgBfZgBfZgBfZfZhUhVhVhVhWfZfZfZfZfZgqgqgqfZfZfZfZfZgCfZfZfZfZgQfZfZfZfZhfhfhffZfZfZgsgsgsfZfZhgfZfZfZfZfZhgfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgagbgbgbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZfZgBfZfZgIfZgBfZgIfZgBfZgIfZfZgBfZgIfZgBfZfZgIfZgBfZgIfZgBfZgIfZfZhXgFhYhZgFgFhYhZgFgFhYhZgFgFhYhZgFgFhYiafZgdgegegegffZgdgegegegffZgdgegegegffZgdgegegegegegffZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjggghglghgigjggghglghgigjggghglghgifZfZgBfZfZgNfZgBfZgNfZgBfZgNfZfZgBfZgNfZgBfZfZgNfZgBfZgNfZgBfZgNfZfZgOibgqicghibhficghibhficghibhficghibhfidgOgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgigjggghglglgigjggglglglgigjggglglghgigPgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgRgOhfgqghghhfgpghghhfgpghghhfgpghghhfgpgJgOgpghgqgqgrgsgpgqgqgqgrgsgpgqgqghgrgsgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjggghglghgigjggghglghgigjggghglghgifZfZfZfZfZgVfZfZfZgVfZfZfZgVfZfZfZfZgVfZfZfZfZgVfZfZfZgVfZfZfZgVfZfZgOiegqifghiehfifghiehfifghiehfifghiehfiggOgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgifZgvgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZfZfZfZfZhafZfZfZhafZfZfZhafZfZfZfZhafZfZfZfZhafZfZfZhafZfZfZhafZfZihgCiiijgCgCiiijgCgCiiijgCgCiiijgCgCiiikfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgAfZgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgifZfZgjgjgjfZfZfZgBgBgBfZfZfZgjgjgjfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZgFgFgFfZfZfZfZgFgFgFfZfZgsgsgsfZfZfZgBgBgBfZfZfZgsgsgsfZfZgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgifZgagbgbgbgcfZgagbgbgbgcfZgagbgbgbgcfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZghghghfZfZfZfZghghghfZgdgegegegffZgdgegegegffZgdgegegegffZgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjggghglghgigjggghglghgigjggghglghgighgmgmgmgmgngngmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgngngmgmgmgmgmgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghgtgtgtghgigjggghglglgigjggglglglgigjggglglghgighgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgngmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgmgpghgqgqgrgsgpgqgqgqgrgsgpgqgqghgrgsgpghgtgtgtghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZggghghghghghgigjggghglghgigjggghglghgigjggghglghgighgmgmgmgmgngngmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgmgogmgmgmgmgmgmgmgmgmgogmgmgmgmgmgmgngngmgmgmgmgmgpghgqghgrgsgpghgqghgrgsgpghgqghgrgsgpghghghghghgrfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZgvgwgwgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZgvgwgwgwgxfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgAfZgygzgzgzgzgzgAfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaafZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZfZaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaailililiminioioipioioinimilililaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaailiqirisitiuiviwixiuiyiziriqilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaailiAiBiCiCiuiDiCiEiuiCiCiBiAilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiFiFiFiFiGiGiFiGiGiFiFioioioioioioioiliHiIiJiKimiDiCiEimiLiMiIiHilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiNiOiPiQiRiRiRiRiRiSiFaaaaaaaaaaaaaailiqiriTiUiuiViCiWiuiTiUiriqilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXiOiPiYiYiYiYiYiYiZiNaaaaaaaaaaaaaailiAiBiTiUjaiCiCiCjaiTiUiBiAilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXjbiXjcjdiYjejejejeiYjfiFaaaaaaaaaaaaaailiHiljgiUiujhjijhiuiTjjiliHilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajkjljmjnjoiYiOjpjpjpiYjqiFaaaaaaaaaaaaaailiqiriTiUiuiuimiuiuiTiUiriqilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajrjsjriPjtiYiYiYiYiYiYjuiFaaaaaaaaaaaaaailiAiBiTjvjwjwjwjwjwjxiUiBiAilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXiXiXjyjtiYiOjpjpjpiYjuiFaaaaaaaaaaaaaailiHiljziCiCiCiCiCiCiCjBiliHilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajCjrjsjrjDjtiYiYiYiYiYiYiZjEaaaaaaaaaaaaaailiqiriTjFjGjGjGjGjGjHiUiriqilaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaajIjJjKjLjMiYiOjpjpjpiYjNiFaaaaaaaaaaaaaailiAiBiTiUiuiuimiuiuiTiUiBiAilioioioioioioipioiniminiminioipioioioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXjbiXjcjPiYiYiYiYiYiYjQiFaaaaaaaaaaaaaailiHiljRiUiujSjTjUiuiTjViliHiljWjXjYiojZkakbkakckdkekfkgkakbkakhioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXjckjiYiOjpjpjpiYjNiFaaaaaaaaaaaaaailiqiriTiUjaiCiCiCjaiTiUiriqilkkklkljaiCkmkmklklklklklklklkmkmknioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaakokpkqkrksaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlkihlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXjckjiYkwkwkwkwiYjfiFaaaaaaaaaaaaaailiAiBiTiUiukxiCkyiuiTiUiBiAiliCkzkAiokBkmkCkDkEkFkGkHkEkDkIkmkJioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaakKkLkMkNkOkPkQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhlhlhlhlhlhlhlhlmyhlhlhlhlhlhlhlhlTzQVUgUgUgUgUgUgUgUgUgUgUgUgUgQVTzhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXiOjDiYiYiYiYiYiYiZiNaaaaaaaaaaaaaailiHiIkSiUimkTiCkUimiTkViIiHilkWkXkYioinkZimlalblcldlelblfimkZinioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalglhlilililjlkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhlhlhlhlmzhlhlhlhlhlhlhlhlhlhlhlhlTzQVZHZHZHZHZHZHZHZHZHZHZHZHZHQVTzhlhlnxhlhlmzhlhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiNiOjDlnlolololplolqiFioioiolrioioioiliqirlsltiuluiClviulsltiriqiliClwlwiolxiCiuklklklklklklkllziClAioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalBlClDlElFlGlHaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlmzhlhlhlhlnxhlhlhlhlhlhlhlhlmzhlTzQVMIMIMIMIMIMIMIMIMIMIMIMIMIQVTzhlmzhlhlhlhlhlmyhlhlmzhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXiXiFiXiXiNlJiFjEiFlKiFiFlLiolMlMlMiolNiliAiBiCiCiulOiClPiuiCiCiBiAillQklkljalRiClTklkmkmkmkmkmkllUlVlWipaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalXlYlilililjlZaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlnxhlhlhlhlhlmAhlmzhlhlhlhlhlhlTzQVMIMIMIMIMIMIMIMIMIMIMIMIMIQVTzhlmAhlhlhlhlhlhlhlhlmAhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiXmbmcmdmemfmgmhiFmiiRmjiFiuiomklriuioiuilililkZkZioimkZimiokZkZilililiokZimiomlmmiuklmnmokmmomnklmplWmqioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaamrmsmtmumvmwmxaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlmyhlmAhlhlhlhlhlhlhlhlhlmzhlhlmyTzQVUuMIMIMIMIMIMIMIMIMIMIMIyPQVTznxhlhlhlmyhlmzhlhlhlhlhlhlhlhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDmEmDmDaaaamFmGmHiRmIiRiRmJiFkjiYjfiFmKmLmMmNmMmOmPiumQinmRmRiumSiCmTiumRmRinmUkakbiCmViomWmXiuklmYmYkmmYmYklmZlWnaioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaanbncndnenfaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlmzhlhlhlhlhlhlhlhlhlhlhlTzQVMIMIMIMIMIMIMIMIMIMIMIMIMIQVTzhlhlmzhlhlhlhlmyhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaninjnkmDaaaajEnlnmnnlolololqlJkjiYiZnonpnqnqnqnqnqnrioioimkWiCjaiCiCiCjaiCnsimntkmkmkmnuionvnwiuklklklklklklkllUlVlWimaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlhlhlhlhlmzhlhlmAhlhlhlhlTzQVMIMIMIMIMIMIMIMIMIMIMIMIMIQVTzhlhlmAhlhlmzhlhlhlmzhlhlnxhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanAnBnCmDaaaaiFnDnEnFnGnHmgnIiFnmlonJiFnKnqnqnqnqnqnLiunMiuiLiKiunNkmnNiuiLiKiunOkmkmkmnPionQiuimiuiuiukZiuiuiuimiunRioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlnxhlhlhlmyhlhlhlhlhlhlhlmzhlhlTzQVUvMIMIVRMIMIMIMIMIVRMIMIMIQVTzhlhlhlhlhlhlhlhlmAhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDmDmDmDmDmDnSmDnTnUmDmDmDmDmDmFjElJiFiNiFlKiFiFnVnqnqnWnqnqnXyUnMOjiTiUiunYnZoaiuiTiUjaiCkmkmkmobiniCiCocodododiCodododociCiCioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlmzhlhlhlhlhlhlnxhlhlhlhlhlhlTzQVQVQVQVQVQVQVOZQVQVQVQVQVQVQVTzmzhlhlmzhlhlhlhlhlhlhlhlhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeofogohoiojokolomonmEooopoqnTormgmgosotoumgoviNownqnqoxnqnqoymknMmkiTiUiuiuimiuiuiTiUmkkkkmkmkmiCjaiCklmYmYmYmYkmmYmYmYmYklozioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlhlhlhlmAhlhlhlhlhlhlhlhlTzUyTzTzTzTzTzQVRzQVTzTzUyTzTzTzFgnxmyhlhlhlhlmzhlhlhlhlhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoAoBoCoDoEoFoGoHoIoJoIoKoLnUoMmiiRiRmIiRoNoOiXoPnqnqoQnqnqnXyUnMOjiTjvjwjwjwjwjwjxiUjaiCkmkmkmiCjaiCklkmkmkmkmkmkmkmkmkmkloRioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlhlmyhlhlhlhlhlhlmAhlhlmzhlhlhlhlUGTzFgQVMIkuTzmzBYmzmAhlhlhlhlnxhlhlhlhlhlhlhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDoXoYoZpapboFpcpdpemDpfpgphmDpipjiYiYiYiYiZpkplnpnqnqnqnqnqnLiunMiulsjGpmjGjGjGpmjGltiupnpopppokhinlQkkpqprpsptpupvpsprkapwkeioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlmAhlhlhlmzTzkukuQVnzkuTzBYCpBYhlmzhlmzhlhlhlmzhlhlhlhlhhhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoepHoBoBpIpJpKoIpLpMmDpNpgpOmDpPnmlolonnlolqmgpQnKnqnqnqnqnqnrioioioiuiuimiuiuiuimiuiuioioinioioioioioioioioioioioinioioioioioioaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlkthlhlhlhlhlhlhlhlhlkthlhlhlmzhlnxTzYwMIYwMIkuqahlBYnxhlhlnxhlhlmzhlhlhlhhhhhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeqbqcqdoFqeqfqgokqimDqjqkqlmDqmqmmgqnqooMqpqqiXqrqsqsqtqsqsquiumQiolNqviuqvlNqviuqwlLioqxqxqxqyqzqAqyqyqxqBqCqDqxqzqyqAqzqzqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIqEAxAxAxqElIlIlIlIlIlIlIlIlIlIlIlIlIaahhmyhlhlhlkthlhlhlhlhlhlhlhlhlkthlnxhlhlhlhlTzkukuQVnzQVFghlhlmAqaTzhlhhhhhhhhhlhlhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoemDoeoenUoemDmDmDmDmDnUqQmDnUmEqQmDmDnUqRnTmDnUqRnTmDiNiFiFqSiFioiniuqTmkinioioiuioioioioiuiuiuimiuiuioqxqUqxqzqyqyqzqzqVqWqXqYqVqyqzqyqyqyqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIqEqEEWraBpqEqElIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlkthlhlhlhlhlhlhlhlhlkthlhlhlhlmzhlqaFgTzQVMIQVTzqaUyTzTzhhhhhhaaaahhhhhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoerkrlrmrnrorprqmDrrrsmDrtokrurvrwrxryrzrrrArBmDrCrDrEmDiFrFiXrGiXrHiorIrIrIiorJiurKioioioiorLrMrNrOrPrQrRqxqVqxqxqxqVrSqxqxrTrUrVqxqxrSqVqxqxqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIqErWqZBfqZrXqElIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlmyhlkthlhlhlhlhlhlhlhlhlkthlmyhlhlnxTzTzTzTzQVMIQVTzTzQVkuQVQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanTsqsrssstsususvmDswswmDsxsypJszsAsBsCsDsEsFsGsHsIsJswmDiFiFiFZXiFioinmkNUiuiniuioiuioiorKiusKsKsKsKsKsKiCZJsMWcsNsOsPsQsQsRsOsOsOsRsQsQsSsOsTsUfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIqEsWqZqZqZsXqElIlIlIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlkthlhlhlhlhlhlhlhlhlkthlhlmzhlTzTzQVQVkuQVteQVqaTzQVtgTPQVQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanUtotptqtrtststttuswpRmDtxtyoBtztAtBtCmDtDtEtFrztGtHtImDrKiutJtKtLtKtKtKtMtNtNtNtLtNtOtPiuimiCmXMdiCkkiCmmtRqVqxtStTtTtTtTtTtTtTtTtTtTtTtTtTtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIqEqEqEqEAxtXAxqEqEqEqElIlIlIlIlIlIlIlIlIlIaahhhlhlhlhlkthlhlhlhlhlhlhlhlhlkthlhlhlmATzQVuJudpZTORZQVQVQVQVRlQqVjQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeujukulumunswuomDswswmDupuqoBuroBusoBnUmDnUmDmDmDmDmDmDmQiutKnqtLnqnqnqnqnqnqnqtLnqtNUOutyjuunwuvuwuxuwuyqxuzqxuAuBuBuBuBuBuBuBuBuBuBuBuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIqEqEuCuDqEqZqZqZqEuEuFqEqElIlIlIlIlIlIlIlIlIaahhhlktktktkthlhlhlhlhlhlhlhlhlktktktkthlktQVPSTOTOTOTOrfNVTjQVuMQqSDQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoemDmDnTnUuOmDmDuPuQqRuRuSuTuUuVuWuXmDuYuZuYoevavbvamDioiomRmRiuiuioiuiuiuioiuiumRmRioioioiovciuvdiuvdiuioqxqxuAuBvevfvfvevgvhvevguBuBuBuBtUtVfRviaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIqEqEvjvkvjqEqZqZqZqEvlvmvnqEqElIlIlIlIlIlIlIlIaahhhlkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlkthlktQVVtTOvuvuvwTOTOTOQVQVUjQVQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaavAvBvCvDvEmDmDmDmDmDmDnTvFrzmDmDmDoeoeoeqRoeoeoemDvGimvHnqiuvIvJvKvLvMvNrNiunqvOimvPimvQmOvRvSvRvSvTimvUrSvVuBvWvXvYvZvYvgvZwauBuBuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIqEqEuDvjvjvjwbqZqZqZwcuEwduEuFqEqElIlIlIlIlIlIlIaahhhlkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktktktQVrdvuwlwmvuTOTOTOOBwpwpGAQVQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoeoewrwswtwuwvWQwwsssswxwywzsusususususuwAsusuwBwuvGOjtKnpwCiCiCwDwEwFiCiCwCnptNyUvPOjwGnqnqwHnqwHwIyUvUwJwKuBuBvWvXvZvYvYwLwauBuBuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIqEMEwMvjvjvjqEwNqZwOqEwPuEvlwQvnqElIlIlIlIlIlIlIaahhhlkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlkukukuQVTOvuQtsivuTOwXQBQVwpwpwpVbQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaxbxcxdXyxexfxgxhwvxhxixjwswswswswswswswswsxfwswsxkxixhvGmkxlnqiuxmklkmkmkmklxniunqxomkvPmkxpnqnqnqnqnqxqmkvUxrxsuBuBuBvWvZvYvYvYwaxtuBuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIqEvjvjvjxuxvqExwqZxxqExyxzuEwduEqElIlIlIlIlIlIlIaahhhlkthlhlhlhlhlhlhlhlhlhlhlhlhlhlMyPPMIznXYTOTOwXwXTOTOwXJKQVxGwpxIxJQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoeoewrwswtwuwvWQwztrtrwBxQxRtststststststststsxSwuvGOjxTnqiuxUxVnNkmnNxWxXiunqxoyUvPOjwGnqnqnqnqnqwIyUvUwJwKuBuBuBuBvZxYvYvYwaxZxtuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIqEqEyaqEqEqEqEqEqEybqEqEqEqEAxAxAxqEqElIlIlIlIlIlIaahhhlkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlkukukuQVzMTOTOTOTOTOwXJKQVXlwpxIxJQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaynvByoypyqmDmDmDqRnUrzyrnTyrrzmDqRmDmDmDmDmDmDmDmDvGimysnqiuytyuyvMeywyxnwiunqyyimvPimqrqsyznpyznpyAimvUrSvVuBuBuBuBvZwayBvYwavYxZxtuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIqEyCqZqZyCqEyDyEqZqZqZyFyGqEyHyIyJyKqElIlIlIlIlIlIaahhktkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktktTzQVTOwXwXwXTOTOwXQQQVXlwpxIxJQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDmDmDnUoemDmDyYyZzazbuVswswswzduVpHnTzezfzgzhzizjnTioiomRmRiniuiuimiuimiuiuinmRmRioioioimvciuzkiuzkiuioqxqxuAuBuBuBuByBzlvhyBzlzmzmzluBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIAxzoqZqZzoAxqZqZqZqZqZqZzpAxyKzqzrzqqElIlIlIlIlIlIaahhMDhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktTzQVzuOaVTOaSiTOTOTOQVzxwpxIxJQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoezzpgpgpgzAswzBzCzBswzArzzDswswswswpRrzrKiuzFnqtLnqnqnqnqnqnqnqtLnqzGiurKiuzHzIzIzJzJzJzKiozLqxuAuBuBuBuBuBuBuBuBuBuBuBuBuBtUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaakokpkqkrksaaaalIlIlIlIlIlIlIAxzNqZqZqZAxqZqZqZzOqZqZzPAxzQyIyKyIqElIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktTzQVOVNuNuNuNuDoTOSVQVYiZrwpSbQVQVQVQVQVQVQVQVQVQVQVQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeoApgAbAcswAdAeAfAgAhswAiswswAjAkswAlmDmQiuAmzFtLxTAnxTnqxoAoxotLzGApiumQiuAqnqArnqArnqAsioqVqxtSAtAtAtAtAtAtAtAtAtAtAtAtAttUtVfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaakKkLAuAvAwkPkQaalIlIlIlIlIlIlIAxzoqZqZzoAxqZqZqZAyqZqZqZAxAzAAzqABqElIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktTzQVNuQBZKsZpUQVrcQVQVQVQVADQVQVMIMItlXsqIXsXsYcOzMIQVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanUuVpgAJAKzAALAMANAOAPzAAiswswAQARswASmDioiotPXtioiuiniuqTmkiniuioXtATioioipAUArnqArnqArzJUOsMWcAVAWAXAYAYAZAWBaAWAZAYAYBbAWBcBdfRaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalgBelilililjlkaalIlIlIlIlIlIlIqEBfqZqZBfqEBgBhqZqZqZBhqZqEyKyIyKBiqElIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVQVXEQVQVQVQVQVwpjOzsQVWSZzZwQVMIVPSgMIMIMIMIMItmOzQVaaaaaaNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeBupgBvBwswBxByBzBAAhswAiswswBBBCswBDmDiomQiuutiurKioBEBEBEiomQiuutiurKioimBFBGBHBIBJBKBLioBMqxqxqxqVrSqxqxBNBOBPqxqxrSqVqxqxqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalBlCBQlEBRlGlHaalIlIlIlIlIlIlIqEqEBSqEqEqEqEqEAxBSAxqEqEqEAxAxAxqEqElIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVUlPDDkVwzUQVOSwpwpwpQVNuPwMFQVMIrbMIMIMIMIMIMIMIPJQVaaaaaaNdPOHQMuPYpENdPLTqXkXkNdyMOGTKYLXeNyBsSUNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaoeBZpgpgpgzAswCaCbCaswzArzzDswswswswpRrzioioioNGioioinmkNUiuinioioNGioioioioiuiuiuioiuiuiuioCcqxqzqzCdqyqVCeCfCgCfChqVqzCdqyqzqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalXlYlilililjlZaalIlIlIlIlIlIlIlIAxqZqZqZCiqZqZqZqZqZqZqZCiqZqZqZAxlIlIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVPDPDPDPDPDQVwpwpwpGAQVQVQVQVQVkukuMIMIMIMIMIMIMIPJQVaaaaaaNdPOPYQHPYNJNdXkXkXkXkXLXkXkXkXkXkXkRiXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDCqCrCsCtCuCvCwCxCyCzCAnUCBCCCDCECFCGnUqwiurNiCCHioCICJwHCKCLioCMiCCNiulLiolLqwqviulNlLlNiuCOqxqxqxqxqxqxCPCcCcCcCRqxqxqxqxqxqxqxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaamrmsmtmumvmwmxaalIlIlIlIlIlIlIlIAxqZuEqZuEqZuEqZuEqZuEqZuEqZuEqZAxlIlIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVOcPDPDPDOeQVBlAaQPwpPPMIMIMIMIMIPPMIMIMIMIMIMIMIPJQVaaaaaaNdPOPYBoPYSWNdYoMGRhRhNdYoXkXkXkXkXkXkXxNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaamDmDmDqRnTnUmDmDmDmDmDmDmDmDmDmDmDnTmDmDiuimCXiCvMiuCYnqnqnqCZiuDaiCDbimiuioiuiuiuioiuiuiuioCcqxDcDdDeDcqxDfCcCcDgDhqxWrPgWrWrWHSPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaanbncndnenfaaaalIlIlIlIlIlIlIlIqEqEqZqZqZqZqZqZqZqZqZqZqZqZqZqEqElIlIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVMSyVQRPDWWQVQVQVQVPnQVQVQVQVQVkukuMIMIMIMIMIMIMIPJQVaaaaaaNdSwPYvsPYPYXLXkYNMmZTNdXkXkXkXkXkXkXkNmNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaDqutDriCiCDsDtwHnqnpnqwHDuDviCiCiCiClTiCiCiCociCiCiCUOCcWcCcCcDxCcsLCcCcDzDADBqxWrWrWrWrQESPaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIqEqEqEDCqEqEqEDDqEqEqEDEqEqEqElIlIlIlIlIlIlIlIaahhkthlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlhlktQVQVQVQVOuQVQVaaaaaaaaaaaaaaaaQVMIrbMIMIMIMIMIMIMIPJQVaaaaaaNdPOPYRjPYUmNdXkNdNdNdNdNdNdNdNdNdNdXLNdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaioiuipDFiCDGDHnpnqnqnqnpDIDJiCnsipiuioioioiokZioioioioDKqxVOVOVOVOVOVOVOVOVOVOVOWrVOVOVOVOVOVOVOVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIqEDLDMDNqEDOuEDPqEDQDRDSqElIlIlIlIlIlIlIlIlIaahhkthlhlhlhlhlktktktktktktkthlhlhlhlhlktTzUyhhaaaaaaaaaaaaaaaaaaaaaaaaQVMIWjMkMIMIscMIMIzRYgQVaaaaaaNdPOPYPIPYNnNdXkVmMTPrJESGzXQAXoTBVzFhSNNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaiolNiuDTDUMfiuoQDVwHDWnWiuMgDXDYiuqvioqwiuociCiCioWrWrWrVOyNPGVONcsYQKQKsYWKVOWrWrVONzOrOrOrOrSIVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIqEDZDMEaqEEbEcEdqEEeDREfqElIlIlIlIlIlIlIlIlIaahhktktktktktktkthlhlhlhlhlktktktktktktktmzhlhhaaaaaaaaaaaaaaaaaaaaaaaaQVMIMIRbZHXqZHZHZHYgMIQVaaaaaaNdPOPYRdPYPYpyXkFhFhFhFhFhFhFhFhFhFhFhpVNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaioiuioioioiminiuiuEgiuiuinimioioioiuiolLiuiCiCiCioMPWrWrpzQEQEVONcsYsYQKsYWKVOOvOvVONzZQZQZQOrSIVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIqEEhEiEjqEEkuEElqEEmEnEoqElIlIlIlIlIlIlIlIlIaahhhlhlhlhlhlhlhlhlhlhlmyhlhlhlhlhlhlhlhlhlhhhhaaaaaaaaaaaaaaaaaaaaaaaaQVQVQVQVQVQVQVQVQVQVQVQVaaaaaaNdNdNdNdNdNdNdYhzVYuQWYQVvpSNvFhFhYJFhTrNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEpEqEpEpEpEpErEsEpEtEuEvEwExEyEzEAEvEuEtEpErEsEpEpEpEpEBEpEpWrWrWrVOWrOvvoNcsYsYQKsYWKvoHaHavoNzOrOrOrOrSIVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIqEqEECqEqEqEAxqEqEqEqEqEqElIlIlIlIlIlIlIlIlIaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdQIPqPaSBNdXkXkNdNdNdNdNdNdEDpyBVQTXLNdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEpEpEpEpEEEFEvEGEHEvEIEJEKELEMENEyEOEOEOEyENEPEQEKERESEvETEUEvEFEVEpEpEpEpEptdycvoNcsYsYQKsYWKvoIKIKvoNzOrZQZQZQSIVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIqEqZqEqZEWEXEWEYqElIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdVAZWZWZWNdYoNdNdFbFcMRNdNdYoXkXkXkXkFjNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpFmFnFoEpEpEqEpEvEvEpFpFqEpEvFrEvFsEOFtEOFuEvFrEvEpFvFwEpEvEvEpYtEpEpFxFyFzEpZPUCVONcQKQKQKQKWKVOOhOhVONzOrOrOrOrSIVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIAxqZECqZqZqZqZqZAxlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdOpZWZWNwNdXkNdFaSdSdSdSdNdYfSYXTSYXXNdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpFDFEFFEpFGFHFIFHFIFHFJFwFKFqFLFLFMEOEOEOFNFLFLFvFKFpFOFHFPFHFPFHFQEpFRFEFSEptdMCVOZVVBVBVBVBUQVOMPOMVOoUMUMUMUMUVcVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIqEqEqEFTqZqZqZFTqElIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdNdZaNdNdNdXnNdKTKTKTFWFXNdUEUEUEUEUENdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpGbGcGdEpFNGeGfGeFLGeGgGhEpGiGjFIGkGlGmGlGkFPGnGoEpGpGgGqFLGqGfGqFMEpGbGcGdEpWrOhVOVOVOvovoVOVOZjVQVQWiVOVOvovoVOVOVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIqEGrGrGrGrGrqElIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdRmXkXkXkXkXkGsXkXkXkXkXkGsXkXkXkXkXkFiNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEpGuEpEpGvGvEpEpEKEpEKEpEpEpEpEpEpGwUnGyEpEpEpEpEpEpEKEpEKEpEpGvGvEpEpGuEpEpWrWrWrWrtdSFWOObPgSFQEQEWOPgtdSFWOObQEOHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIqEqEGzGzGzqEqElIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdTnXkXkXkXkXkXkXkXkXkXkXkXkXkXkXkXkXkTnNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpGCGcGDEpERGEEpGFGGGHGIGJEpGKEvGLEvGMGMGMEvGOEvGPEpGQGRGSGTGUEpGVEJEpGDGcGWEpWrWrWrWrtdSFWOObPsSFQEQEWOPstdSFWOObQEOHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIGXGXGXlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdUTXkXkXkXMTnGYXkSdSdSdXkXMTnGYXkXkXkUTNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpHbGcGDEpHcFwFKGMGcHdGcHdEpGPEvHeEvGMGMGMEvHeEvGKEpHfHfHfHfGMFKFpHgEpGDGcHhEpMPWrVOVOVOvovoVOVOOEIKIKULVOVOvovoVOVOVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdydTuXkPhQLTuTuXkSdSdSdXkTuXdTuPhXkTuHmNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpHnGcGDEpFpFqEpHoHdGcHpHqEpGKEvHrEvHsGMHsEvHtEvGPEpHuHvHfHfHwEpFvFwEpGDGcHxEpWrWrVOufwhwhwhwhOmVOMPOMVOSyPZRRRRPZZFVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdXkXkXkXkXkXkXkXkSdSdSdXkXkXkXkXkXkXkXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpHAGcGDEpHcFwEpHBGcHCGyGxEpEpEpEpEpGyNkEpEpEpEpEpEpGxGyHDHfoSEpFpHgEpGDGcHFEpWrWrVOufQaQaQawhOmVOOvOvVOSyPZRRRRPZZFVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaHGaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdXkXkXkTuXkXkXkXkSdSdSdXkXkXkXkQkXkXkXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpHIGcGDEpFpFqEKHJHdGcHKGMHMHNHOHNHNHNGMHNHNHNHOHMHNGMHPHfHfoTEKFvFwEpGDGcHREpRfMvVOufwhwhwhwhOmvoHaHavoSyPZPZPZPZZFVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdXMTnGYVuXMTnGYHHSdSdSdHHXMTnGYVuXMTnGYNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEpEpEpHSEpEpHTFwGwHUGcHdHVHWHWHWHWHWHWHWHWHWHWHWHWHWHWHWHPHfHfHXEpFpHYEpEpHSEpEpVOVOVOufQaQaQawhOmvoIKIKvoSyRRRRRRPZZFVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdNTNTNTNdNTNTNTNdReNdReNdNTNTNTNdNTNTNTNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEGEvHZFIFHFIIaFqEKIbHdGcIcHWHNHNIdHNHNHNHNHNHNHNIdHNHNHWIcHfHfIeEKFvIfFPFHFPIgEvETVOVOufwhwhwhwhOmVOOhOhVOSyRRRRRRPZZFVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdUVRQUVGsPXZhYmXkXkGsXkWMXkRoTwGsXkXkXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEHEvIhFLGeFLGeFMEpIiIjIkEpIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlEpIoIpIqEpFNGqFLGqFLIrEvEUVOVOUXUWUWUWUWGaVOPUQEVOPvShShShShXrVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdCVXkCVXkCVXkCVXkXkZxXkUdUdUdUdUdXkXkXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaEpEvEpGvGvEpEpEpEpEpEpEpEpEpIsItIuItItItItItItItItItIuItIsEpEpEpEpEpEpEpEpEpGvGvEpEvVOVOVOVOVOVOVOVOVOOHOHVOVOVOVOVOVOVOVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdXkXkXkXkXkXkXkXkXkXkXkUdUdUdUdUdXkXkXkNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIwIvIxIxIvIyIzIAIBIBIBICIDIEItIFIGIHIHIHIHIHIHIHIIIFItIJMhILIMIMIMINMiIPIvIxIxIvIQVOZiZiZiZiZiZiZiZiZiZiZiZiZiZiZitYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdNTNTNTRLNTNTNTNdNTOLNTNTNTNTNTNTNTOLNTNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIRIvISISIvIyIzITIUIVIUIWIDIXItIFIGIHIHIHIHIHIHIHIIIFItIYMhIZJaJbJaJcMiIPIvISISIvIRVOZiZiZiZiZiZiZiZiZiZiZiZiZiZiZitYaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdCTXkXkXkXkXkDjNdvtXkSoNjYUYUYUMtYeXkvtNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvJdIRJeJfIvIyIzITIVJgIVIWIDJhItIFIGIHIHJiJjJiIHIHIIIFItJkMhIZJbJlJbJcMiIPIvJeJfIRJmVOZiZiZiZiZiZiZiZiZiZiZiZiZiZiZiVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaNdoVXkPFPFPFXkQuNdYVXkXMPoSdSdSdPAGYXkMxNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvJnIRJoJpIvIyIzITIVIVIVIWIDJhItIFIGIHIHJiJqJiIHIHIIIFItJkMhIZJbJbJbJcMiIPIvJoJpIRJrVOVOVOtYtYVOVOVOVOtYtYVOVOVOVOVOaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiaaaaaaaaaaaaaaNdCTXkXkXkXkXkDjNdOUXkXkWbSdSdSdRaXkXkNDNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIRIvISISIvIyIzITIUIVIUIWIDJsItIFIGIHIHIHIHIHIHIHIIIFItJtMhIZJaJbJaJcMiIPIvISISIvIRIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaakokpkqkrksaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaNdCTXkPxPxPxXkDjNdOUXkXMPoSdSdSdPAGYXkTbNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIwIvWJWJIvIyIzJuJvJvJvJwIDIEItIFIGIHIHIHIHIHIHIHIIIFItIJMhJxJyJyJyJzMiIPIvWJWJIvIQIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaakKkLJAJBJCkPkQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaNdoVXkXkXkXkXkQuNdRSXkXMZUMMMMMMPlGYXkUhNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIRIvISISIvIvIvJDJDJDJDJDIvIsItIuItItItItItItItItItIuItIsIvJDJDJDJDJDIvIvIvISISIvIRIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalgJFlilililjlkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIZclIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIZcZclIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaNdCTXkZtPFZtXkDjNdVFXkXkXkXkTMXkXkXkXktWNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvJdIRJGJGJGJGIvJHJHJHJHJHIvJIJIJIJIJIJIJIJIJIJIJIJIJIJIJIIvJLJLJLJLJLIvJGJGJGJGIRJmIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalBlCJMlEJNlGlHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIZclIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIZcZcZcZclIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdNdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvJnIRJGJGJGJOIvIvIvIvIvIvIvJPJQJQJRJQJQJRJSJTJQJQJRJQJQJPIvIvIvIvIvIvIvJUJGJGJGIRJrIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalXlYlilililjlZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIZcZclIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIvIvIvIvJGJGJXJGJGJGJGJGIvJZKaKaJGKaKaJGKbJGKaKaJGKaKaKcIvJGJGJGJGJGJXJGJGIvIvIvIvIvIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaamrmsmtmumvmwmxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIZcZclIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKgJGJGJXJGJGJGJGJGKhJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGKhJGJGJGJGJGJXJGJGKgJGJGJGJGKjKkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaanbncndnenfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIZclIlIlIlIMBToToToToToMBToNFToToToToMBToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIvIvIvIvIRIRIRIvIvKnKoKpKqKrKcKsKtKuKcKvKwKxKyKnIvIvIRIRIRIvIvIvIvIvIvIvIvIvIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIZclIlIMBToToToToToMBMBToToToToMBMBToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvKAKBKAIvIvIvKCIRIRIvIRIRKDIRIRIvIRIRKCIvIvIvKAKBKAIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIZclIMBMBToToToToToToToToToMBMBToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIvIvIvIvaaaaIvKGKAIRKAKGIRKGKAIRKGKAIvaaaaIvIvIvIvIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToMBMBToToToToToToToMBMBToToMBMBMBlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaIvIvIvIvIvIvIvIvIvIvIvIvIvaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToMBMBToToToToToMBMBMBMBMBMBToTolIlIlIlIlIZclIaaDiQeQeQeQeQeQeQeQeQeQepWQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToToMBMBToToToToMBMBToToMBMBToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToToToMBMBToToToMBMBToToToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToToToToMBMBMBMBMBToToToToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIMHToToToToToToMBQmToToToToToToToTolIlIlIZclIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToToToMBMBToMBMBMBToToToToToToMBlIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToToToToMBMBMBToToMBMBMBToToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIToMBMBMBMBMBToToToToToMBMBToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIZcZclIMBMBToToToMBToToToToToToMBToToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIZcZcZclIlIToToToToToMBToToToToToToMBMBToToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIZcZclIlIToToToToMBMBToToToToToToToMBMBToTolIlIlIlIlIlIlIaaDiQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeQeDiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIZcZclIlIlIToToToMBMBToToToToToToToToToMBMBTolIlIlIlIlIlIlIaaDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiDiaaaaaaaaaaaaaaaaaaKHKIKJKKKHaaKLaaaaaaKMaaKHKIKJKKKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIZclIlIlIlIToToToMBToToToToAGToToToToToToMBMBlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKNKNKNKHKHKOKHKPKHKOKHKHKNKNKNKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKQKRKSKSKUKVKWKXKYKVKUKSKSKZKQKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIZclIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKQKQKHLaLbKVLbLbLbKVLbLcKHKQKQKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIZclIlIlIlIlIlIlIlIlIlIlIlIZcZclIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKHKQKOLbKVKVKVKVKVKVKVLbKOKQKHKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIZclIlIlIlIlIlIZcZcZcZclIlIlIlIlIlIlIlIlIlIZclIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKHKHFZYdWCYsKVLhLbKVLiKHKHKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaakokpkqkrksaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIZcZclIlIlIlIlIlIlIZcZcZcZcZclIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHXUuGUwNiKVLbLbKVLiKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaakKkLLKLLLMkPkQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIZclIlIlIlIlIlIlIlIlIlIlIlIZcZclIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHVfQoQoYsKVLiLpKVLiKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalgLSlilililjlkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIlIaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHONQoQoxaKVLiLpKVKVKOLsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalBlCLTlELUlGlHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKHKHKHLtwqLbLbKVLiKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaalXlYlilililjlZaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLvKVLvKHKVLiLpKVLiLwaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaamrmsmtmumvmwmxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLvKVLvKHKVLiLpKVLiKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaanbncndnenfaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLxKVKVYyKVKVKVKVKVKOVxaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLvKVLvKHKVLbLbLbLbKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLvKVLvKHKVLALBLCKUKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLWLWLWLWLWLXLWLWLWLWLWLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKHKHKHKHQbKHKHKHKHKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLYLYLYLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHKHLETAKVSfLGKHKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLYLYLYLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLHKVygKVLJKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLYLYLYLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLNLOLPLQLRKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLZLZLZLZLZLZLZLZLZLZLZLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaKHLwLwLwLwLwKHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLZLZLZLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLZMaLZLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLYLYLYLZLZMbLZLZLYLYLYLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLWLWLWLWLWLWLWLWLWLWLWLWLWLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -aaLVLVLVLVLVLVLVLVLVLVLVLVLVLVLVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaMc -aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaMc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +gu +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +ad +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LV +LV +LV +LV +LV +LV +LV +LV +LV +LV +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kK +lg +lB +lX +mr +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kK +lg +lB +lX +mr +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kK +lg +lB +lX +mr +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kK +lg +lB +lX +mr +aa +aa +LV +LW +LW +LW +LW +LW +LW +LW +LW +LW +LV +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ko +kL +lh +lC +lY +ms +nb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ko +kL +Be +lC +lY +ms +nb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ko +kL +JF +lC +lY +ms +nb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ko +kL +LS +lC +lY +ms +nb +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kp +kM +li +lD +li +mt +nc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kp +Au +li +BQ +li +mt +nc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kp +JA +li +JM +li +mt +nc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kp +LK +li +LT +li +mt +nc +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kq +kN +li +lE +li +mu +nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kq +Av +li +lE +li +mu +nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kq +JB +li +lE +li +mu +nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kq +LL +li +lE +li +mu +nd +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kr +kO +li +lF +li +mv +ne +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kr +Aw +li +BR +li +mv +ne +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kr +JC +li +JN +li +mv +ne +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kr +LM +li +LU +li +mv +ne +aa +LV +LW +LZ +LZ +LZ +LZ +LZ +LZ +LZ +LW +LV +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ks +kP +lj +lG +lj +mw +nf +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ks +kP +lj +lG +lj +mw +nf +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ks +kP +lj +lG +lj +mw +nf +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ks +kP +lj +lG +lj +mw +nf +aa +LV +LW +LY +LY +LY +LZ +LZ +LZ +LZ +LW +LV +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kQ +lk +lH +lZ +mx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kQ +lk +lH +lZ +mx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kQ +lk +lH +lZ +mx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kQ +lk +lH +lZ +mx +aa +aa +LV +LX +LY +LY +LY +LZ +LZ +Ma +Mb +LW +LV +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LY +LY +LY +LZ +LZ +LZ +LZ +LW +LV +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fY +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LZ +LZ +LZ +LZ +LZ +LZ +LZ +LW +LV +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LY +LY +LY +LZ +LY +LY +LY +LW +LV +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LW +LW +LW +LW +LW +LW +LW +LW +LW +LV +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +LV +LV +LV +LV +LV +LV +LV +LV +LV +LV +LV +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +Ax +Ax +Ax +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +qE +qE +yC +zo +zN +zo +Bf +qE +Ax +Ax +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +ME +vj +ya +qZ +qZ +qZ +qZ +qZ +BS +qZ +qZ +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +uD +wM +vj +qE +qZ +qZ +qZ +qZ +qZ +qE +qZ +uE +qZ +qE +qE +qE +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +fX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +vj +vj +vj +vj +qE +yC +zo +qZ +zo +Bf +qE +qZ +qZ +qZ +qE +DL +DZ +Eh +qE +qE +Ax +qE +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +uC +vk +vj +vj +xu +qE +qE +Ax +Ax +Ax +qE +qE +Ci +uE +qZ +DC +DM +DM +Ei +EC +qZ +qZ +qE +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +qE +qE +uD +vj +vj +vj +xv +qE +yD +qZ +qZ +qZ +Bg +qE +qZ +qZ +qZ +qE +DN +Ea +Ej +qE +qE +EC +qE +qE +qE +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +rW +sW +qE +qE +qE +wb +qE +qE +qE +yE +qZ +qZ +qZ +Bh +qE +qZ +uE +qZ +qE +qE +qE +qE +qE +qZ +qZ +FT +Gr +qE +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Ax +EW +qZ +qZ +Ax +qZ +qZ +qZ +wN +xw +qE +qZ +qZ +qZ +qZ +qZ +Ax +qZ +qZ +qZ +qE +DO +Eb +Ek +qE +EW +qZ +qZ +Gr +Gz +GX +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Ax +ra +Bf +qZ +tX +qZ +qZ +qZ +qZ +qZ +yb +qZ +qZ +zO +Ay +qZ +BS +qZ +uE +qZ +DD +uE +Ec +uE +Ax +EX +qZ +qZ +Gr +Gz +GX +lI +lI +HG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Ax +Bp +qZ +qZ +Ax +qZ +qZ +qZ +wO +xx +qE +qZ +qZ +qZ +qZ +qZ +Ax +qZ +qZ +qZ +qE +DP +Ed +El +qE +EW +qZ +qZ +Gr +Gz +GX +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +rX +sX +qE +qE +qE +wc +qE +qE +qE +yF +qZ +qZ +qZ +Bh +qE +qZ +uE +qZ +qE +qE +qE +qE +qE +EY +qZ +FT +Gr +qE +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +qE +qE +uE +vl +uE +wP +xy +qE +yG +zp +zP +qZ +qZ +qE +qZ +qZ +qZ +qE +DQ +Ee +Em +qE +qE +Ax +qE +qE +qE +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +uF +vm +wd +uE +xz +qE +qE +Ax +Ax +Ax +qE +qE +Ci +uE +qZ +DE +DR +DR +En +qE +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +vn +uE +vl +uE +Ax +yH +yK +zQ +Az +yK +Ax +qZ +qZ +qZ +qE +DS +Ef +Eo +qE +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +uF +wQ +wd +Ax +yI +zq +yI +AA +yI +Ax +qZ +uE +qZ +qE +qE +qE +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +Zc +Zc +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +vn +uE +Ax +yJ +zr +yK +zq +yK +Ax +qZ +qZ +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +Zc +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +qE +qE +yK +zq +yI +AB +Bi +qE +Ax +Ax +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +qE +qE +qE +qE +qE +qE +qE +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +Zc +Zc +lI +lI +lI +lI +lI +lI +Zc +Zc +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mB +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +MB +MB +MB +To +To +To +To +To +MH +To +To +To +MB +To +To +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +MB +MB +To +To +To +To +To +To +To +MB +MB +To +To +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +MB +MB +To +To +To +To +To +To +MB +To +To +To +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +To +MB +MB +To +To +To +To +To +MB +To +To +To +MB +MB +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +To +To +MB +MB +To +To +MB +MB +MB +To +To +MB +MB +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +To +To +To +MB +MB +To +MB +MB +MB +MB +MB +MB +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +MD +kt +kt +kt +kt +kt +kt +kt +kt +kt +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +MB +MB +To +To +To +To +To +MB +To +To +MB +To +To +To +To +To +To +lI +lI +lI +Zc +Zc +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +my +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +kt +kt +kt +kt +kt +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +MB +To +To +To +To +To +MB +MB +MB +To +To +To +To +To +To +To +lI +lI +Zc +Zc +Zc +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +nx +hl +hl +hl +nx +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +NF +To +To +To +To +To +To +MB +Qm +MB +To +To +To +To +To +To +AG +lI +lI +lI +Zc +Zc +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mA +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +To +MB +MB +MB +MB +To +MB +MB +To +To +To +To +To +To +lI +lI +lI +Zc +Zc +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +kt +kt +kt +kt +kt +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +MB +MB +MB +MB +To +To +To +MB +To +To +To +To +To +To +lI +lI +lI +lI +Zc +Zc +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +MB +MB +MB +To +To +To +To +To +MB +MB +To +To +To +To +To +lI +lI +lI +lI +lI +Zc +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +nx +hl +hl +hl +hl +my +hl +hl +my +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +MB +MB +To +MB +To +To +To +To +To +To +MB +MB +MB +To +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +MB +MB +To +To +MB +MB +To +To +To +To +To +To +To +MB +MB +To +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +mA +hl +hl +hl +hl +hl +mA +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +MB +MB +MB +To +To +To +To +To +To +To +To +MB +MB +To +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +MB +To +To +To +To +To +To +To +To +To +To +To +MB +MB +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +nx +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +my +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +To +To +To +MB +To +To +To +To +To +MB +To +To +To +To +To +To +MB +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mA +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +mA +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +kt +kt +kt +kt +kt +kt +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +Zc +Zc +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +Zc +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +hl +hl +hl +mz +mA +hl +nx +hl +my +hl +hl +kt +hl +hl +hl +My +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +Zc +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +hl +hl +hl +hl +hl +hl +mz +hl +kt +kt +kt +ku +PP +ku +kt +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +lI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +QV +QV +QV +QV +QV +QV +QV +QV +QV +Uy +hl +hl +mz +hl +hl +hl +hl +mA +hl +hl +kt +ku +MI +ku +kt +kt +kt +kt +kt +kt +kt +kt +kt +kt +kt +kt +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +Uu +MI +MI +Uv +QV +Tz +hl +hl +hl +hl +mz +nx +Tz +Tz +kt +kt +kt +ku +zn +ku +Tz +Tz +Tz +Tz +QV +QV +QV +QV +QV +QV +Tz +mz +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Tz +hl +mz +nx +hl +hl +Tz +Tz +QV +QV +QV +QV +QV +XY +QV +QV +QV +QV +QV +QV +Ul +PD +Oc +MS +QV +Uy +hl +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Tz +UG +Tz +Tz +Tz +qa +Tz +QV +uJ +PS +Vt +rd +TO +TO +zM +TO +zu +OV +Nu +XE +PD +PD +PD +yV +QV +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +ki +Ug +ZH +MI +MI +MI +MI +MI +VR +QV +Tz +Tz +ku +Yw +ku +Fg +Tz +QV +ud +TO +TO +vu +vu +TO +TO +wX +Oa +Nu +QB +QV +Dk +PD +PD +QR +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Tz +Fg +ku +MI +ku +Tz +Tz +ku +pZ +TO +vu +wl +Qt +wX +TO +wX +VT +Nu +ZK +QV +Vw +PD +PD +PD +Ou +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +QV +QV +QV +Yw +QV +QV +QV +QV +TO +TO +vu +wm +si +wX +TO +wX +Oa +Nu +sZ +QV +zU +PD +Oe +WW +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +OZ +Rz +MI +nz +MI +nz +MI +MI +te +RZ +TO +vw +vu +vu +TO +TO +TO +Si +Nu +pU +QV +QV +QV +QV +QV +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +QV +ku +ku +ku +QV +QV +QV +QV +QV +rf +TO +TO +TO +TO +TO +TO +TO +Do +QV +QV +OS +wp +Bl +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Tz +Tz +Tz +qa +Fg +Tz +Tz +qa +QV +NV +TO +TO +wX +wX +wX +wX +TO +TO +rc +wp +wp +wp +Aa +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +VR +QV +Tz +mz +BY +hl +hl +qa +Tz +Tz +QV +Tj +TO +TO +QB +JK +JK +QQ +TO +SV +QV +jO +wp +wp +QP +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Uy +BY +Cp +BY +hl +Uy +QV +QV +QV +QV +QV +OB +QV +QV +QV +QV +QV +QV +QV +zs +wp +GA +wp +Pn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +MI +MI +MI +MI +QV +Tz +mz +BY +nx +mA +Tz +ku +tg +Rl +uM +QV +wp +wp +xG +Xl +Xl +zx +Yi +QV +QV +QV +QV +PP +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +pW +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Ug +ZH +MI +MI +yP +MI +MI +MI +QV +Tz +mA +hl +hl +qa +Tz +QV +TP +Qq +Qq +Uj +wp +wp +wp +wp +wp +wp +Zr +QV +WS +Nu +QV +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +QV +QV +QV +QV +QV +QV +QV +QV +QV +Tz +hl +mz +hl +Tz +hh +QV +QV +Vj +SD +QV +GA +wp +xI +xI +xI +xI +wp +AD +Zz +Pw +QV +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Fg +hl +hl +nx +hl +hh +aa +QV +QV +QV +QV +QV +Vb +xJ +xJ +xJ +xJ +Sb +QV +Zw +MF +QV +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +nx +hl +hl +hl +mz +nx +hl +mz +hl +hh +hh +aa +aa +aa +aa +aa +QV +QV +QV +QV +QV +QV +QV +QV +QV +QV +QV +MI +QV +QV +QV +QV +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +mA +hl +hl +hl +hl +hl +my +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +MI +MI +MI +ku +MI +ku +MI +MI +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +nx +hl +hl +hl +mz +mA +hl +hl +hl +nx +hl +mz +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +MI +VP +rb +ku +PP +ku +rb +Wj +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +tl +Sg +MI +MI +MI +MI +MI +Mk +Rb +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +hl +hl +hl +hl +mz +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +Xs +MI +MI +MI +MI +MI +MI +MI +ZH +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +mz +hl +hl +hl +hl +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +qI +MI +MI +MI +MI +MI +MI +MI +Xq +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +mz +hl +hl +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +Xs +MI +MI +MI +MI +MI +MI +sc +ZH +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Qe +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +my +hl +hl +my +hl +hl +hl +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +Xs +MI +MI +MI +MI +MI +MI +MI +ZH +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +Di +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mA +hl +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +Yc +MI +MI +MI +MI +MI +MI +MI +ZH +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +hl +hl +hl +hl +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +Oz +tm +MI +MI +MI +MI +MI +zR +Yg +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +mz +mA +hl +hl +hl +hl +hl +hl +hl +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +MI +Oz +PJ +PJ +PJ +PJ +PJ +Yg +MI +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +QV +QV +QV +QV +QV +QV +QV +QV +QV +QV +QV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +nx +hl +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hl +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +hh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +PO +PO +PO +Sw +PO +PO +PO +Nd +QI +VA +Op +Nd +Rm +Tn +UT +yd +Xk +Xk +XM +NT +UV +CV +Xk +NT +CT +oV +CT +CT +oV +CT +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +HQ +PY +PY +PY +PY +PY +PY +Nd +Pq +ZW +ZW +Za +Xk +Xk +Xk +Tu +Xk +Xk +Tn +NT +RQ +Xk +Xk +NT +Xk +Xk +Xk +Xk +Xk +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KH +KH +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Mu +QH +Bo +vs +Rj +PI +Rd +Nd +Pa +ZW +ZW +Nd +Xk +Xk +Xk +Xk +Xk +Xk +GY +NT +UV +CV +Xk +NT +Xk +PF +Xk +Px +Xk +Zt +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KI +KN +KQ +KQ +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +PY +PY +PY +PY +PY +PY +PY +Nd +SB +ZW +Nw +Nd +Xk +Xk +Xk +Ph +Xk +Tu +Vu +Nd +Gs +Xk +Xk +RL +Xk +PF +Xk +Px +Xk +PF +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KJ +KN +KR +KQ +KQ +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +pE +NJ +SW +PY +Um +Nn +PY +Nd +Nd +Nd +Nd +Nd +Xk +Xk +XM +QL +Xk +Xk +XM +NT +PX +CV +Xk +NT +Xk +PF +Xk +Px +Xk +Zt +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KK +KN +KS +KH +KO +KH +KH +KH +KH +KH +KH +KH +KH +KH +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Nd +Nd +Nd +XL +Nd +Nd +py +Nd +Xk +Yo +Xk +Xn +Xk +Xk +Tn +Tu +Xk +Xk +Tn +NT +Zh +Xk +Xk +NT +Xk +Xk +Xk +Xk +Xk +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KH +KS +La +Lb +FZ +XU +Vf +ON +KH +Lv +Lv +Lx +Lv +Lv +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +PL +Xk +Yo +Xk +Xk +Xk +Xk +Yh +Xk +Nd +Nd +Nd +Gs +Xk +GY +Tu +Xk +Xk +GY +NT +Ym +CV +Xk +NT +Dj +Qu +Dj +Dj +Qu +Dj +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KU +Lb +KV +Yd +uG +Qo +Qo +KH +KV +KV +KV +KV +KV +KH +KH +KH +KH +KH +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Tq +Xk +MG +YN +Nd +Vm +Fh +zV +Nd +Nd +Fa +KT +Xk +Xk +Xk +Xk +Xk +Xk +HH +Nd +Xk +Xk +Xk +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KL +KO +KV +KV +KV +WC +Uw +Qo +Qo +KH +Lv +Lv +KV +Lv +Lv +KH +LE +LH +LN +Lw +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Xk +Xk +Rh +Mm +Nd +MT +Fh +Yu +Nd +Fb +Sd +KT +Xk +Xk +Sd +Sd +Sd +Sd +Sd +Re +Xk +Xk +Xk +NT +vt +YV +OU +OU +RS +VF +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KW +Lb +KV +Ys +Ni +Ys +xa +Lt +KH +KH +Yy +KH +KH +KH +TA +KV +LO +Lw +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Xk +Xk +Rh +ZT +Nd +Pr +Fh +QW +Nd +Fc +Sd +KT +Xk +Xk +Sd +Sd +Sd +Sd +Sd +Nd +Gs +Zx +Xk +OL +Xk +Xk +Xk +Xk +Xk +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KP +KX +Lb +KV +KV +KV +KV +KV +wq +KV +KV +KV +KV +KV +Qb +KV +yg +LP +Lw +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Nd +XL +Nd +Nd +Nd +JE +Fh +YQ +Nd +MR +Sd +FW +Xk +Xk +Sd +Sd +Sd +Sd +Sd +Re +Xk +Xk +Xk +NT +So +XM +Xk +XM +XM +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KY +Lb +KV +Lh +Lb +Li +Li +Lb +Li +Li +KV +Lb +LA +KH +Sf +KV +LQ +Lw +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +yM +Xk +Yo +Xk +Nd +SG +Fh +Vv +Nd +Nd +Sd +FX +Xk +Xk +Xk +Xk +Xk +Xk +HH +Nd +WM +Ud +Ud +NT +Nj +Po +Wb +Po +ZU +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KM +KO +KV +KV +KV +Lb +Lb +Lp +Lp +Lb +Lp +Lp +KV +Lb +LB +KH +LG +LJ +LR +Lw +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +OG +Xk +Xk +Xk +Nd +zX +Fh +pS +Nd +Nd +Nd +Nd +Gs +Xk +XM +Tu +Xk +Xk +XM +NT +Xk +Ud +Ud +NT +YU +Sd +Sd +Sd +MM +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KU +Lb +KV +KV +KV +KV +KV +KV +KV +KV +KV +Lb +LC +KH +KH +KH +KH +KH +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +TK +Xk +Xk +Xk +Nd +QA +Fh +Nv +ED +Yo +Yf +UE +Xk +Xk +Tn +Xd +Xk +Xk +Tn +NT +Ro +Ud +Ud +NT +YU +Sd +Sd +Sd +MM +TM +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KH +KS +Lc +Lb +Li +Li +Li +KV +Li +Li +Li +KV +Lb +KU +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +YL +Xk +Xk +Xk +Nd +Xo +Fh +Fh +py +Xk +SY +UE +Xk +Xk +GY +Tu +Xk +Xk +GY +NT +Tw +Ud +Ud +NT +YU +Sd +Sd +Sd +MM +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KI +KN +KS +KH +KO +KH +KH +KH +KO +KH +Lw +KH +KO +KH +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Xe +Xk +Xk +Xk +Nd +TB +Fh +Fh +BV +Xk +XT +UE +Xk +Xk +Xk +Ph +Xk +Qk +Vu +Nd +Gs +Ud +Ud +NT +Mt +PA +Ra +PA +Pl +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KJ +KN +KZ +KQ +KQ +KH +aa +aa +Ls +aa +aa +aa +Vx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Ny +Xk +Xk +Xk +Nd +Vz +Fh +YJ +QT +Xk +SY +UE +Xk +Xk +Xk +Xk +Xk +Xk +XM +NT +Xk +Xk +Xk +NT +Ye +GY +Xk +GY +GY +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KK +KN +KQ +KQ +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Bs +Ri +Xk +Xk +XL +Fh +Fh +Fh +XL +Xk +XX +UE +Xk +Xk +Xk +Tu +Xk +Xk +Tn +NT +Xk +Xk +Xk +OL +Xk +Xk +Xk +Xk +Xk +Xk +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +KH +KH +KH +KH +KH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +SU +Xk +Xx +Nm +Nd +SN +pV +Tr +Nd +Fj +Nd +Nd +Fi +Tn +UT +Hm +Xk +Xk +GY +NT +Xk +Xk +Xk +NT +vt +Mx +ND +Tb +Uh +tW +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(121,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(122,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(123,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(124,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(125,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(126,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(127,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(128,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(129,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(130,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(131,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(132,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(133,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oe +oe +nT +nU +oe +oe +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(134,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oe +rk +sq +to +uj +oe +aa +aa +xb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(135,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +rl +sr +tp +uk +mD +aa +oe +xc +oe +aa +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(136,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oe +rm +ss +tq +ul +mD +vA +oe +xd +oe +yn +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(137,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oe +rn +st +tr +um +nT +vB +oe +Xy +oe +vB +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(138,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +nU +ro +su +ts +un +nU +vC +wr +xe +wr +yo +nU +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(139,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oe +rp +su +ts +sw +uO +vD +ws +xf +ws +yp +oe +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(140,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +rq +sv +tt +uo +mD +vE +wt +xg +wt +yq +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(141,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +mD +mD +tu +mD +mD +mD +wu +xh +wu +mD +mD +oe +oe +nU +oe +oe +mD +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(142,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +oe +oe +mD +oe +oe +mD +rr +sw +sw +sw +uP +mD +wv +wv +wv +mD +yY +zz +oA +uV +Bu +BZ +Cq +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(143,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +of +oA +oX +pH +qb +mD +rs +sw +pR +sw +uQ +mD +WQ +xh +WQ +mD +yZ +pg +pg +pg +pg +pg +Cr +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(144,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +og +oB +oY +oB +qc +mD +mD +mD +mD +mD +qR +mD +ww +xi +wz +qR +za +pg +Ab +AJ +Bv +pg +Cs +qR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(145,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +oh +oC +oZ +oB +qd +nU +rt +sx +tx +up +uR +mD +ss +xj +tr +nU +zb +pg +Ac +AK +Bw +pg +Ct +nT +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(146,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +oi +oD +pa +pI +oF +qQ +ok +sy +ty +uq +uS +mD +ss +ws +tr +rz +uV +zA +sw +zA +sw +zA +Cu +nU +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(147,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +ni +nA +mD +oj +oE +pb +pJ +qe +mD +ru +pJ +oB +oB +uT +nT +wx +ws +wB +yr +sw +sw +Ad +AL +Bx +sw +Cv +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(148,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mE +nj +nB +nS +ok +oF +oF +pK +qf +nU +rv +sz +tz +ur +uU +vF +wy +ws +xQ +nT +sw +zB +Ae +AM +By +Ca +Cw +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ep +Ep +Ep +Ep +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(149,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ga +gg +gg +gg +gg +gg +gg +gg +gg +gg +gv +hb +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +hb +ga +gg +gg +gg +gg +gg +gg +gg +gg +gg +gv +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +nk +nC +mD +ol +oG +pc +oI +qg +mE +rw +sA +tA +oB +uV +rz +wz +ws +xR +yr +sw +zC +Af +AN +Bz +Cb +Cx +mD +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ep +EG +EH +Ev +Iw +IR +Jd +Jn +IR +Iw +IR +Jd +Jn +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(150,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gh +gh +gh +gh +gh +gh +gh +gh +gh +gw +fZ +gk +gl +gl +gl +gk +gj +gk +gk +gk +gk +gk +gj +gk +gl +gl +gl +gk +fZ +gb +gh +gh +gh +gh +gh +gh +gh +gh +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +mD +mD +nT +om +oH +pd +pL +ok +qQ +rx +sB +tB +us +uW +mD +su +ws +ts +rz +zd +zB +Ag +AO +BA +Ca +Cy +mD +aa +aa +aa +aa +aa +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ev +Ev +Ep +Iv +Iv +IR +IR +Iv +Iv +Iv +IR +IR +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(151,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +gk +gl +gk +gk +gk +gj +gk +gk +hC +gk +gk +gj +gk +gk +gk +gl +gk +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +nU +on +oI +pe +pM +qi +mD +ry +sC +tC +oB +uX +mD +su +ws +ts +mD +uV +sw +Ah +AP +Ah +sw +Cz +mD +aa +aa +aa +aa +aa +Ep +Fm +FD +Gb +Ep +GC +Hb +Hn +HA +HI +Ep +HZ +Ih +Gv +Ix +IS +Je +Jo +IS +WJ +IS +JG +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(152,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +gk +gl +gk +gk +gk +gj +gk +hC +hD +hC +gk +gj +gk +gk +gk +gl +gk +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +mD +mE +oJ +mD +mD +mD +mD +rz +sD +mD +nU +mD +mD +su +ws +ts +qR +pH +zA +sw +zA +sw +zA +CA +mD +aa +aa +aa +aa +aa +Ep +Fn +FE +Gc +Gu +Gc +Gc +Gc +Gc +Gc +HS +FI +FL +Gv +Ix +IS +Jf +Jp +IS +WJ +IS +JG +JG +Iv +Kg +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(153,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +gk +gl +gk +gk +gk +gj +gk +gk +hC +gk +gk +gj +gk +gk +gk +gl +gk +fZ +gb +gh +gt +gh +gt +gh +gt +gh +gt +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iX +jk +jr +iX +jr +jI +iX +aa +aa +aa +aa +iX +iX +mF +jE +iF +mD +oo +oI +pf +pN +qj +nU +rr +sE +tD +mD +uY +oe +su +ws +ts +mD +nT +rz +Ai +Ai +Ai +rz +nU +mD +aa +aa +aa +aa +aa +Ep +Fo +FF +Gd +Ep +GD +GD +GD +GD +GD +Ep +FH +Ge +Ep +Iv +Iv +Iv +Iv +Iv +Iv +Iv +JG +JG +JG +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(154,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gh +gh +gh +gh +gh +gh +gh +gh +gh +gw +fZ +gk +gl +gl +gl +gk +gj +gk +gk +gk +gk +gk +gj +gk +gl +gl +gl +gk +fZ +gb +gh +gh +gh +gh +gh +gh +gh +gh +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jb +jl +js +iX +js +jJ +jb +aa +aa +aa +aa +iX +mb +mG +nl +nD +mD +op +oK +pg +pg +qk +qR +rA +sF +tE +nU +uZ +oe +su +ws +ts +mD +ze +zD +sw +sw +sw +zD +CB +mD +aa +aa +aa +aa +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +FI +FL +Ep +Iy +Iy +Iy +Iy +Iy +Iy +Iv +JG +JO +JG +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(155,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gc +gi +gi +gi +gi +gi +gi +gi +gi +gi +gx +hb +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +hb +gc +gi +gi +gi +gi +gi +gi +gi +gi +gi +gx +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iN +iX +iX +jm +jr +iX +jr +jK +iX +iX +iX +iX +iN +iF +mc +mH +nm +nE +mD +oq +oL +ph +pO +ql +nT +rB +sG +tF +mD +uY +oe +su +xf +ts +mD +zf +sw +sw +sw +sw +sw +CC +mD +aa +aa +aa +aa +Ep +EE +Ep +FG +FN +Gv +ER +Hc +Fp +Hc +Fp +HT +Ia +Ge +Ep +Iz +Iz +Iz +Iz +Iz +Iz +Iv +Iv +Iv +JX +JX +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(156,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +hb +hb +hb +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hb +hb +hb +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iO +iO +jc +jn +iP +jy +jD +jL +jc +jc +jc +iO +iO +iX +md +iR +nn +nF +mD +nT +nU +mD +mD +mD +mD +mD +sH +rz +mD +oe +qR +wA +ws +ts +mD +zg +sw +Aj +AQ +BB +sw +CD +mD +aa +aa +aa +aa +Eq +EF +Eq +FH +Ge +Gv +GE +Fw +Fq +Fw +Fq +Fw +Fq +FM +Ep +IA +IT +IT +IT +IT +Ju +JD +JH +Iv +JG +JG +Iv +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(157,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +gk +gk +gk +gk +gk +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iP +iP +jd +jo +jt +jt +jt +jM +jP +kj +kj +jD +jD +iX +me +mI +lo +nG +mF +or +oM +pi +pP +qm +nU +rC +sI +tG +mD +va +oe +su +ws +ts +mD +zh +sw +Ak +AR +BC +sw +CE +mD +aa +aa +aa +aa +Ep +Ev +Ep +FI +Gf +Ep +Ep +FK +Ep +Ep +EK +Gw +EK +Ep +Ep +IB +IU +IV +IV +IU +Jv +JD +JH +Iv +JG +JG +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(158,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gk +gk +gw +gj +gb +gk +gk +gk +gw +gj +gb +gk +gl +gk +gw +fZ +gk +gh +gh +gh +gk +fZ +gb +gh +gl +gh +gw +gj +gb +gh +gh +gh +gw +gj +gb +gh +gh +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iQ +iY +iY +iY +iY +iY +iY +iY +iY +iY +iY +iY +ln +iN +mf +iR +lo +nH +jE +mg +mi +pj +nm +qm +qR +rD +sJ +tH +mD +vb +oe +su +xk +ts +mD +zi +sw +sw +sw +sw +sw +CF +nT +aa +aa +aa +aa +Ep +EG +Ev +FH +Ge +Ep +GF +GM +Ho +HB +HJ +HU +Ib +Ii +Ep +IB +IV +Jg +IV +IV +Jv +JD +JH +Iv +JG +JG +IR +KB +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(159,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +fZ +gk +fZ +gl +fZ +gk +fZ +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iG +iR +iY +je +iO +iY +iO +iY +iO +iY +iO +kw +iY +lo +lJ +mg +iR +lo +mg +lJ +mg +iR +iY +lo +mg +nT +rE +sw +tI +mD +va +oe +wB +xi +xS +mD +zj +pR +Al +AS +BD +pR +CG +mD +aa +aa +aa +aa +Ep +EH +Ev +FI +FL +EK +GG +Gc +Hd +Gc +Hd +Gc +Hd +Ij +Ep +IB +IU +IV +IV +IU +Jv +JD +JH +Iv +JG +JG +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(160,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gl +gk +gw +gj +gb +gk +gl +gk +gw +gj +gb +gk +gl +gk +gw +fZ +gk +gh +gh +gh +gk +fZ +gb +gh +gl +gh +gw +gj +gb +gh +gl +gh +gw +gj +gb +gh +gl +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iG +iR +iY +je +jp +iY +jp +iY +jp +iY +jp +kw +iY +lo +iF +mh +mJ +lq +nI +iF +os +iR +iY +lo +qn +mD +mD +mD +mD +mD +mD +mD +wu +xh +wu +mD +nT +rz +mD +mD +mD +rz +nU +mD +Dq +io +io +io +Ep +Ev +Ep +FH +Ge +Ep +GH +Hd +Gc +HC +Gc +Hd +Gc +Ik +Ep +IC +IW +IW +IW +IW +Jw +JD +JH +Iv +JG +JG +Iv +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(161,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +gk +gk +gk +gk +gk +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iR +iY +je +jp +iY +jp +iY +jp +iY +jp +kw +iY +lo +jE +iF +iF +lJ +iF +iN +ot +mI +iY +nn +qo +iN +iF +iF +rK +mQ +io +vG +vG +vG +vG +vG +io +rK +mQ +io +io +io +qw +iu +ut +iu +lN +iu +Er +EI +Fp +FJ +Gg +EK +GI +Gc +Hp +Gy +HK +HV +Ic +Ep +Ep +ID +ID +ID +ID +ID +ID +Iv +Iv +Iv +Iv +Kh +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(162,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gk +gk +gk +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iG +iR +iY +je +jp +iY +jp +iY +jp +iY +jp +kw +iY +lp +iF +mi +kj +kj +nm +iF +ou +iR +iY +lo +oM +iF +rF +iF +iu +iu +io +im +Oj +mk +Oj +im +io +iu +iu +io +mQ +io +iu +im +Dr +ip +iu +io +Es +EJ +Fq +Fw +Gh +Ep +GJ +Hd +Hq +Gx +GM +HW +HW +Il +Is +IE +IX +Jh +Jh +Js +IE +Is +JI +JP +JZ +JG +Kn +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(163,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iG +iR +iY +iY +iY +iY +iY +iY +iY +iY +iY +iY +iY +lo +lK +iR +iY +iY +lo +lK +mg +oN +iZ +lq +qp +iF +iX +iF +tJ +tK +mR +vH +tK +xl +xT +ys +mR +zF +Am +tP +iu +io +rN +CX +iC +DF +DT +io +Ep +EK +Ep +FK +Ep +Ep +Ep +Ep +Ep +Ep +HM +HW +HN +Il +It +It +It +It +It +It +It +It +JI +JQ +Ka +JG +Ko +KC +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(164,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gl +gk +gw +gB +gb +gk +gl +gk +gw +gk +gk +gh +fZ +gh +gk +gk +gk +gl +hC +gl +gk +gk +gk +gh +fZ +gh +gk +gk +gb +gh +gl +gh +gw +gB +gb +gh +gl +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iS +iZ +jf +jq +ju +ju +iZ +jN +jQ +jN +jf +iZ +lq +iF +mj +jf +iZ +nJ +iF +ov +oO +pk +mg +qq +qS +rG +ZX +tK +nq +mR +nq +np +nq +nq +nq +mR +nq +zF +Xt +ut +NG +iC +iC +iC +iC +DU +io +Et +EL +Ev +Fq +Gi +Ep +GK +GP +GK +Ep +HN +HW +HN +Il +Iu +IF +IF +IF +IF +IF +IF +Iu +JI +JQ +Ka +JG +Kp +IR +KG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(165,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gl +gl +gl +gw +gB +gb +gl +gl +gl +gw +gk +gk +gh +gl +gh +gk +gk +gk +hC +hE +hC +gk +gk +gk +gh +gl +gh +gk +gk +gb +gl +gl +gl +gw +gB +gb +gl +gl +gl +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iF +iF +iN +iF +iF +iF +iF +jE +iF +iF +iF +iF +iN +iF +iF +iF +iF +no +iF +iF +iN +iX +pl +pQ +iX +iF +iX +iF +tL +tL +iu +iu +wC +iu +iu +iu +in +tL +tL +io +iu +io +CH +vM +Ds +DG +Mf +im +Eu +EM +Fr +FL +Gj +Ep +Ev +Ev +Ev +Ep +HO +HW +Id +Il +It +IG +IG +IG +IG +IG +IG +It +JI +JR +JG +JG +Kq +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(166,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gl +gk +gw +gB +gb +gk +gl +gk +gw +gk +gk +gh +fZ +gh +gk +gk +gk +gl +hC +gl +gk +gk +gk +gh +fZ +gh +gk +gk +gb +gh +gl +gh +gw +gB +gb +gh +gl +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +lL +iu +mK +np +nK +nV +ow +oP +np +nK +qr +io +rH +io +tK +nq +iu +vI +iC +xm +xU +yt +iu +nq +xT +iu +rK +io +io +iu +Dt +DH +iu +in +Ev +EN +Ev +FL +FI +Ep +GL +He +Hr +Ep +HN +HW +HN +Il +It +IH +IH +IH +IH +IH +IH +It +JI +JQ +Ka +JG +Kr +Iv +IR +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(167,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +gk +gk +gk +gk +gk +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +io +io +mL +nq +nq +nq +nq +nq +nq +nq +qs +in +io +in +tK +nq +io +vJ +iC +kl +xV +yu +iu +nq +An +in +io +in +CI +CY +wH +np +oQ +iu +Ew +Ey +Fs +FM +Gk +Ep +Ev +Ev +Ev +Ep +HN +HW +HN +Il +It +IH +IH +IH +IH +IH +IH +It +JI +JQ +Ka +JG +Kc +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(168,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gk +gk +gk +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +fZ +gj +gj +gj +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +lM +mk +mM +nq +nq +nq +nq +nq +nq +nq +qs +iu +rI +mk +tK +nq +iu +vK +wD +km +nN +yv +im +nq +xT +iu +BE +mk +CJ +nq +nq +nq +DV +iu +Ex +EO +EO +EO +Gl +Gw +GM +GM +Hs +Gy +HN +HW +HN +Il +It +IH +IH +Ji +Ji +IH +IH +It +JI +JR +JG +JG +Ks +IR +KG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(169,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +fZ +fZ +gQ +fZ +fZ +fZ +gk +gk +gk +gk +gk +fZ +fZ +fZ +gQ +fZ +fZ +fZ +ga +gg +gg +gg +gv +fZ +ga +gg +gg +gg +gv +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +lr +lM +lr +mN +nq +nq +nW +ox +oQ +nq +nq +qt +qT +rI +NU +tM +nq +iu +vL +wE +km +km +Me +iu +nq +nq +qT +BE +NU +wH +nq +np +nq +wH +Eg +Ey +EO +Ft +EO +Gm +Un +GM +GM +GM +Nk +GM +HW +HN +Il +It +IH +IH +Jj +Jq +IH +IH +It +JI +JS +Kb +JG +Kt +KD +IR +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(170,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gl +gk +gw +gj +gb +gk +gl +gk +gw +fZ +fZ +fZ +gQ +fZ +fZ +fZ +gk +gh +gh +gh +gk +fZ +fZ +fZ +gQ +fZ +fZ +fZ +gb +gh +gl +gh +gw +gj +gb +gh +gl +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +lM +iu +mM +nq +nq +nq +nq +nq +nq +nq +qs +mk +rI +iu +tN +nq +iu +vM +wF +km +nN +yw +im +nq +xo +mk +BE +iu +CK +nq +nq +nq +DW +iu +Ez +EO +EO +EO +Gl +Gy +GM +GM +Hs +Ep +HN +HW +HN +Il +It +IH +IH +Ji +Ji +IH +IH +It +JI +JT +JG +JG +Ku +IR +KG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(171,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +gQ +gQ +gQ +gQ +gQ +gQ +fZ +gk +fZ +gl +fZ +gk +fZ +gQ +gQ +gQ +gQ +gQ +gQ +gb +gl +gl +gl +gw +gj +gb +gl +gl +gl +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +io +io +mO +nq +nq +nq +nq +nq +nq +nq +qs +in +io +in +tN +nq +io +vN +iC +kl +xW +yx +iu +nq +Ao +in +io +in +CL +CZ +wH +np +nW +iu +EA +Ey +Fu +FN +Gk +Ep +Ev +Ev +Ev +Ep +HN +HW +HN +Il +It +IH +IH +IH +IH +IH +IH +It +JI +JQ +Ka +JG +Kc +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(172,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gb +gk +gk +gk +gw +gj +gb +gk +gk +gk +gw +fZ +fZ +fZ +gQ +fZ +gB +fZ +gk +gh +gh +gh +gk +fZ +gB +fZ +gQ +fZ +fZ +fZ +gb +gh +gh +gh +gw +gj +gb +gh +gh +gh +gw +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +lN +iu +mP +nr +nL +nX +oy +nX +nL +nr +qu +io +rJ +iu +tN +nq +iu +rN +iC +xn +xX +nw +iu +nq +xo +iu +mQ +io +io +iu +Du +DI +iu +in +Ev +EN +Ev +FL +FP +Ep +GO +He +Ht +Ep +HN +HW +HN +Il +It +IH +IH +IH +IH +IH +IH +It +JI +JQ +Ka +JG +Kv +Iv +IR +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(173,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +fZ +fZ +gQ +gB +gB +gB +gk +gk +gk +gk +gk +gB +gB +gB +gQ +fZ +fZ +fZ +gc +gi +gi +gi +gx +fZ +gc +gi +gi +gi +gx +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +iu +io +iu +yU +mk +yU +iu +io +iu +io +iu +io +tL +tL +iu +iu +wC +iu +iu +iu +in +tL +tL +io +iu +io +CM +Da +Dv +DJ +Mg +im +Eu +EP +Fr +FL +Gn +Ep +Ev +Ev +Ev +Ep +HO +HW +Id +Il +It +II +II +II +II +II +II +It +JI +JR +JG +JG +Kw +IR +KG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(174,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +gJ +gJ +gJ +fZ +fZ +fZ +fZ +gQ +fZ +gB +fZ +fZ +gk +gk +gk +fZ +fZ +gB +fZ +gQ +fZ +fZ +fZ +fZ +fZ +gP +fZ +fZ +fZ +fZ +gh +gh +gh +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +il +mQ +io +nM +nM +nM +nM +nM +io +mQ +iu +rK +iu +tN +nq +mR +nq +np +nq +nq +nq +mR +nq +zG +Xt +ut +NG +iC +iC +iC +iC +DX +io +Et +EQ +Ev +Fv +Go +Ep +GP +GK +GP +Ep +HM +HW +HN +Il +Iu +IF +IF +IF +IF +IF +IF +Iu +JI +JQ +Ka +JG +Kx +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(175,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gD +gK +gO +gS +gW +fZ +fZ +fZ +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +fZ +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +ir +iB +iI +ir +iB +il +ir +iB +il +ir +iB +il +ir +iB +iI +ir +iB +il +in +im +iu +Oj +mk +Oj +iu +io +io +io +io +io +tO +tN +mR +vO +tN +xo +xo +yy +mR +zG +Ap +AT +iu +io +CN +Db +iC +ns +DY +io +Ep +EK +Ep +FK +Ep +Ep +Ep +Ep +Ep +Ep +HN +HW +HN +Il +It +It +It +It +It +It +It +It +JI +JQ +Ka +JG +Ky +KC +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(176,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gE +gk +gi +gk +gX +gF +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +im +is +iC +iJ +iT +iT +jg +iT +iT +jz +iT +iT +jR +iT +iT +kS +ls +iC +kZ +mR +kW +iL +iT +iT +iT +ls +iu +lN +io +io +io +tP +UO +io +im +yU +mk +yU +im +io +iu +iu +io +rK +io +iu +im +iC +ip +iu +io +Er +ER +Fv +Fp +Gp +Ep +GQ +Hf +Hu +Gx +GM +HW +HW +Il +Is +IJ +IY +Jk +Jk +Jt +IJ +Is +JI +JP +Kc +JG +Kn +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(177,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gF +gL +gk +gT +gC +fZ +go +fZ +gh +gh +gh +fZ +fZ +gB +gB +gB +fZ +fZ +gh +gh +gh +fZ +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +in +it +iC +iK +iU +iU +iU +iU +jv +iC +jF +iU +iU +iU +iU +iU +lt +iC +kZ +mR +iC +iK +iU +iU +jv +jG +iu +qv +io +io +rK +iu +ut +io +vP +vP +vP +vP +vP +io +rK +mQ +io +io +io +lL +iu +iC +iu +qv +iu +Es +ES +Fw +FO +Gg +EK +GR +Hf +Hv +Gy +HP +HP +Ic +Ep +Ep +Mh +Mh +Mh +Mh +Mh +Mh +Iv +Iv +Iv +Iv +Kh +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(178,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gh +gh +gh +gC +fZ +go +gB +gh +hj +gh +gk +gj +gk +gj +gk +gj +gk +gh +hj +gh +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +iu +iu +im +iu +ja +iu +iu +jw +iC +jG +iu +iu +ja +iu +im +iu +iu +io +iu +ja +iu +iu +iu +jw +pm +im +iu +io +io +iu +im +yj +io +im +Oj +mk +Oj +im +io +iu +iu +ip +im +io +io +io +lT +io +io +io +Ep +Ev +Ep +FH +Gq +Ep +GS +Hf +Hf +HD +Hf +Hf +Hf +Io +Ep +IL +IZ +IZ +IZ +IZ +Jx +JD +JL +Iv +JG +JG +Iv +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(179,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gn +gm +gn +fZ +fZ +gG +gM +gh +gU +gY +fZ +go +gB +gh +hj +gh +gj +gk +gj +gk +gj +gk +gj +gh +hj +gh +gB +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +gn +gm +gn +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +iv +iD +iD +iV +iC +jh +iu +jw +iC +jG +iu +jS +iC +kx +kT +lu +lO +im +mS +iC +nN +nY +iu +jw +jG +iu +qv +iu +rL +sK +iC +uu +io +vQ +wG +xp +wG +qr +im +zH +Aq +AU +BF +iu +lL +iu +iC +io +qw +lL +Ep +ET +Ev +FP +FL +EK +GT +Hf +Hf +Hf +Hf +Hf +Hf +Ip +Ep +IM +Ja +Jb +Jb +Ja +Jy +JD +JL +Iv +JG +JG +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(180,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gn +gm +gn +fZ +fZ +gE +gk +gi +gk +gX +fZ +go +gB +gh +hj +gh +gk +gj +gk +gj +gk +gj +gk +gh +hj +gh +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gn +gm +gn +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ip +iw +iC +iC +iC +iC +ji +im +jw +iC +jG +im +jT +iC +iC +iC +iC +iC +kZ +iC +iC +km +nZ +im +jw +jG +iu +lN +iu +rM +sK +mX +nw +vc +mO +nq +nq +nq +qs +vc +zI +nq +Ar +BG +iu +qw +iu +iC +io +iu +iu +Ep +EU +Ev +FH +Gq +Ep +GU +GM +Hw +oS +oT +HX +Ie +Iq +Ep +IM +Jb +Jl +Jb +Jb +Jy +JD +JL +Iv +JG +JG +IR +KB +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(181,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gL +gk +gT +gC +fZ +go +fZ +gh +hj +gh +fZ +gl +hj +hj +hj +gl +fZ +gh +hj +gh +fZ +go +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +ix +iE +iE +iW +iC +jh +iu +jw +iC +jG +iu +jU +iC +ky +kU +lv +lP +im +mT +iC +nN +oa +iu +jw +jG +iu +qv +iu +rN +sK +Md +uv +iu +vR +nq +nq +nq +yz +iu +zI +Ar +nq +BH +iu +qv +iu +iC +io +oc +iC +Ep +Ev +Ep +FP +Gf +Ep +Ep +FK +Ep +Ep +EK +Ep +EK +Ep +Ep +IM +Ja +Jb +Jb +Ja +Jy +JD +JL +Iv +JG +JG +IR +KA +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(182,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gF +gh +gh +gh +gC +gl +go +gl +gh +hj +gh +gB +hj +hj +hj +hj +hj +gB +gh +hj +gh +gl +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +iu +iu +im +iu +ja +iu +iu +jw +iC +jG +iu +iu +ja +iu +im +iu +iu +io +iu +ja +iu +iu +iu +jw +pm +im +iu +im +rO +sK +iC +uw +vd +vS +wH +nq +nq +np +zk +zJ +nq +Ar +BI +io +iu +io +oc +kZ +iC +iC +EB +EF +Yt +FH +Gq +Gv +GV +Fp +Fv +Fp +Fv +Fp +Fv +FN +Ep +IN +Jc +Jc +Jc +Jc +Jz +JD +JL +Iv +JG +JG +Iv +Iv +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(183,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gG +gM +gh +gU +gY +gl +go +gl +gh +hj +gh +gB +hj +hj +gl +hj +hj +gB +gh +hj +gh +gl +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +in +iy +iC +iL +iT +iT +iT +iT +jx +iC +jH +iT +iT +iT +iT +iT +ls +iC +kZ +mR +iC +iL +iT +iT +jx +jG +iu +qw +iu +rP +sK +kk +ux +iu +vR +nq +nq +nq +yz +iu +zJ +Ar +nq +BJ +iu +lN +iu +iC +io +iC +iC +Ep +EV +Ep +FQ +FM +Gv +EJ +Hg +Fw +Hg +Fw +HY +If +Gq +Ep +Mi +Mi +Mi +Mi +Mi +Mi +Iv +Iv +Iv +JX +JX +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(184,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +gh +gC +gE +gk +gi +gk +gX +gl +go +gl +gh +hj +gh +gB +hj +hj +hj +hj +hj +gB +gh +hj +gh +gl +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +im +iz +iC +iM +iU +iU +jj +iU +iU +jB +iU +iU +jV +iU +iU +kV +lt +iC +kZ +mR +ns +iK +iU +iU +iU +lt +iu +lL +iu +rQ +sK +iC +uw +vd +vS +wH +nq +nq +np +zk +zJ +nq +Ar +BK +iu +lL +iu +iC +io +io +io +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +FP +FL +Ep +IP +IP +IP +IP +IP +IP +Iv +JG +JU +JG +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(185,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gL +gk +gT +gC +fZ +go +fZ +gh +hj +gh +fZ +gl +hj +hj +hj +gl +fZ +gh +hj +gh +fZ +go +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +ir +iB +iI +ir +iB +il +ir +iB +il +ir +iB +il +ir +iB +iI +ir +iB +il +in +im +iu +ja +mk +ja +iu +io +io +io +rR +iC +mm +uy +iu +vT +wI +xq +wI +yA +iu +zK +As +zJ +BL +iu +lN +iu +iC +io +Wr +MP +Wr +Ep +Fx +FR +Gb +Ep +GD +GD +GD +GD +GD +Ep +FH +Gq +Ep +Iv +Iv +Iv +Iv +Iv +Iv +Iv +JG +JG +JG +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(186,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gh +gh +gh +gC +fZ +go +gB +gh +hj +gh +gk +gj +gk +gj +gk +gj +gk +gh +hj +gh +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +iH +iq +iA +il +mU +nt +nO +iC +kk +iC +pn +io +qx +qx +qx +ZJ +tR +qx +io +im +yU +mk +yU +im +io +io +io +UO +io +io +iu +io +UO +io +Wr +Wr +Wr +Ep +Fy +FE +Gc +Gu +Gc +Gc +Gc +Gc +Gc +HS +FP +FL +Gv +Ix +IS +Je +Jo +IS +WJ +IS +JG +JG +Iv +Kg +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(187,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +go +gm +go +fZ +fZ +gG +gM +gh +gU +gY +fZ +go +gB +gh +hj +gh +gj +gk +gj +gk +gj +gk +gj +gh +hj +gh +gB +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +go +gm +go +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +il +ka +km +km +km +km +km +po +in +qx +qU +qV +sM +qV +uz +qx +vU +vU +vU +vU +vU +qx +zL +qV +sM +BM +Cc +CO +Cc +Cc +DK +Wr +Wr +Wr +Ep +Fz +FS +Gd +Ep +GW +Hh +Hx +HF +HR +Ep +Ig +Ir +Gv +Ix +IS +Jf +Jp +IS +WJ +IS +JG +JG +Iv +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(188,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gE +gk +gi +gk +gX +fZ +go +gB +gh +hj +gh +gk +gj +gk +gj +gk +gj +gk +gh +hj +gh +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +jW +kk +iC +kW +iC +lQ +io +kb +km +km +km +km +km +pp +io +qx +qx +qx +Wc +qx +qx +qx +rS +wJ +xr +wJ +rS +qx +qx +qx +Wc +qx +qx +qx +qx +Wc +qx +VO +pz +VO +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ep +Ev +Ev +Ep +Iv +Iv +IR +IR +Iv +Iv +Iv +IR +IR +Iv +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(189,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gL +gk +gT +gC +fZ +go +fZ +gh +gh +gh +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gh +gh +gh +fZ +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +jX +kl +kz +kX +lw +kl +kZ +iC +km +km +km +km +km +po +io +qy +qz +qx +sN +tS +uA +uA +vV +wK +xs +wK +vV +uA +uA +tS +AV +qx +qz +qx +Dc +Cc +VO +yN +QE +Wr +td +ZP +td +Wr +Wr +Wr +MP +Wr +Wr +Rf +VO +ET +EU +Ev +IQ +IR +Jm +Jr +IR +IQ +IR +Jm +Jr +Iv +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(190,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gh +gh +gh +gC +hc +hi +hm +hr +hy +hy +hy +hy +hy +hy +hy +hy +hy +hy +hy +hI +gh +gh +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +jY +kl +kA +kY +lw +kl +im +mV +nu +nP +ob +iC +iC +kh +io +qz +qy +qx +sO +tT +uB +uB +uB +uB +uB +uB +uB +uB +uB +At +AW +qx +qz +qx +Dd +Cc +VO +PG +QE +Ov +yc +UC +MC +Oh +Wr +Wr +Wr +Wr +Wr +Mv +VO +VO +VO +VO +VO +VO +VO +VO +Iv +Iv +Iv +Iv +Iv +Iv +JG +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(191,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gG +gM +gh +gU +gY +hd +hj +hn +hs +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +hJ +fZ +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +io +ja +io +io +io +ja +io +io +io +io +in +ja +ja +in +io +qA +qy +qV +sP +tT +uB +ve +vW +uB +uB +uB +uB +uB +uB +At +AX +qV +Cd +qx +De +Dx +VO +VO +VO +vo +vo +VO +VO +VO +Wr +Wr +VO +VO +VO +VO +VO +VO +VO +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +Iv +Kj +Iv +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(192,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gn +gm +fZ +fZ +gE +gl +gl +gl +gX +hd +hj +hn +hs +gk +gl +gk +fZ +gl +gl +gl +fZ +gk +gl +gk +hJ +fZ +fZ +fZ +gI +gN +gQ +gV +ha +fZ +fZ +gm +gn +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +jZ +iC +kB +in +lx +lR +ml +mW +nv +nQ +iC +iC +iC +lQ +io +qy +qz +rS +sQ +tT +uB +vf +vX +vW +uB +uB +uB +uB +uB +At +AY +rS +qy +qx +Dc +Cc +VO +Nc +Nc +Nc +Nc +Nc +ZV +VO +Wr +Wr +VO +uf +uf +uf +uf +uf +UX +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +Kk +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(193,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gF +gL +gk +gT +gC +hd +hj +hn +hs +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +gk +hJ +fZ +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +ka +km +km +kZ +iC +iC +mm +mX +nw +iu +iC +kl +kl +kk +io +qy +qz +qx +sQ +tT +uB +vf +vY +vX +vW +uB +uB +uB +uB +At +AY +qx +qV +qx +qx +sL +VO +sY +sY +sY +sY +QK +VB +VO +td +td +VO +wh +Qa +wh +Qa +wh +UW +VO +Zi +Zi +Zi +tY +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(194,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gH +gJ +gJ +gJ +gZ +he +hk +ho +ht +gi +gi +gi +gi +gi +gi +gi +gi +gi +gi +gi +hK +gh +gh +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ip +kb +km +kC +im +iu +lT +iu +iu +iu +im +oc +mY +km +pq +io +qx +qV +qx +sR +tT +uB +ve +vZ +vZ +vZ +vZ +vZ +yB +uB +At +AZ +qx +Ce +CP +Df +Cc +VO +QK +sY +sY +sY +QK +VB +vo +SF +SF +vo +wh +Qa +wh +Qa +wh +UW +VO +Zi +Zi +Zi +tY +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(195,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gP +fZ +fZ +fZ +go +fZ +hu +hz +hz +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hz +hz +hL +fZ +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +ka +kl +kD +la +kl +kl +kl +kl +kl +iu +od +mY +km +pr +io +qB +qW +rT +sO +tT +uB +vg +vY +vY +vY +xY +wa +zl +uB +At +AW +BN +Cf +Cc +Cc +Cc +VO +QK +QK +QK +QK +QK +VB +vo +WO +WO +vo +wh +Qa +wh +Qa +wh +UW +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(196,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +hu +hz +hz +hz +hz +hj +gl +hj +hz +hz +hz +hz +hL +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +in +kc +kl +kE +lb +kl +km +mn +mY +kl +iu +od +mY +km +ps +io +qC +qX +rU +sO +tT +uB +vh +vg +vY +vY +vY +yB +vh +uB +At +Ba +BO +Cg +Cc +Cc +Dz +VO +sY +sY +sY +sY +QK +VB +VO +Ob +Ob +VO +wh +wh +wh +wh +wh +UW +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(197,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +go +gm +go +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +gB +hu +hz +hz +hj +hz +hz +hj +hz +hz +hj +hz +hz +hL +gB +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +go +gm +go +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +im +kd +kl +kF +lc +kl +km +mo +mY +kl +iu +od +mY +km +pt +io +qD +qY +rV +sO +tT +uB +ve +vZ +wL +vY +vY +vY +yB +uB +At +AW +BP +Cf +Cc +Dg +DA +VO +WK +WK +WK +WK +WK +UQ +VO +Pg +Ps +VO +Om +Om +Om +Om +Om +Ga +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(198,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +hu +hz +hz +gl +hj +hz +hz +hz +hj +gl +hz +hz +hL +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +in +ke +kl +kG +ld +kl +km +km +km +kl +kZ +iC +km +km +pu +io +qx +qV +qx +sR +tT +uB +vg +wa +wa +wa +wa +wa +zl +uB +At +AZ +qx +Ch +CR +Dh +DB +VO +VO +VO +vo +vo +VO +VO +Zj +SF +SF +OE +VO +VO +vo +vo +VO +VO +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(199,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +go +fZ +hu +hz +hz +hz +gl +hj +hz +hj +gl +hz +hz +hz +hL +fZ +go +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +im +kf +kl +kH +le +kl +km +mo +mY +kl +iu +od +mY +km +pv +in +qz +qy +qx +sQ +tT +uB +uB +uB +uB +xt +xZ +vY +zm +uB +At +AY +qx +qV +qx +qx +qx +VO +Wr +Ov +Ha +IK +Oh +MP +VQ +QE +QE +IK +MP +Ov +Ha +IK +Oh +PU +OH +Zi +Zi +Zi +tY +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(200,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +hp +hu +fZ +hz +hz +hz +gl +hj +gl +hz +hz +hz +fZ +hL +hp +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +in +kg +kl +kE +lb +kl +km +mn +mY +kl +iu +od +mY +km +ps +io +qy +qz +rS +sQ +tT +uB +uB +uB +uB +uB +xt +xZ +zm +uB +At +AY +rS +qz +qx +Wr +Wr +Wr +Wr +Ov +Ha +IK +Oh +OM +VQ +QE +QE +IK +OM +Ov +Ha +IK +Oh +QE +OH +Zi +Zi +Zi +tY +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(201,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gn +gm +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +hp +hu +hz +fZ +hz +hz +hz +hz +hz +hz +hz +fZ +hz +hL +hp +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +gm +gn +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +ka +kl +kD +lf +kl +kl +kl +kl +kl +iu +od +mY +km +pr +io +qA +qy +qV +sS +tT +uB +uB +uB +uB +uB +uB +xt +zl +uB +At +Bb +qV +Cd +qx +Pg +Wr +VO +VO +VO +vo +vo +VO +VO +Wi +WO +WO +UL +VO +VO +vo +vo +VO +VO +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(202,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +hp +hu +fZ +hz +hz +hz +gq +hB +gq +hz +hz +hz +fZ +hL +hp +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ip +kb +km +kI +im +lz +lU +mp +mZ +lU +im +oc +mY +km +ka +io +qz +qy +qx +sO +tT +uB +uB +uB +uB +uB +uB +uB +uB +uB +At +AW +qx +qy +qx +Wr +Wr +VO +Nz +Nz +Nz +Nz +Nz +oU +VO +Pg +Ps +VO +Sy +Sy +Sy +Sy +Sy +Pv +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(203,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +go +fZ +hu +hz +hz +hz +gq +hB +hz +hB +gq +hz +hz +hz +hL +fZ +go +gB +gB +gB +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +ka +km +km +kZ +iC +lV +lW +lW +lV +iu +iC +kl +kl +pw +io +qz +qy +qx +sT +tU +tU +tU +tU +tU +tU +tU +tU +tU +tU +tU +Bc +qx +qz +qx +Wr +Wr +VO +Or +ZQ +Or +Or +Or +MU +VO +td +td +VO +PZ +PZ +PZ +RR +RR +Sh +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(204,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +hu +hz +hz +gq +hB +hz +hz +hz +hB +gq +hz +hz +hL +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +kh +kn +kJ +in +lA +lW +mq +na +lW +nR +iC +oz +oR +ke +io +qx +qx +qx +sU +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +tV +Bd +qx +qx +qx +WH +QE +VO +Or +ZQ +Or +ZQ +Or +MU +vo +SF +SF +vo +RR +RR +PZ +RR +RR +Sh +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(205,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +go +gm +go +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +gB +hu +hz +hz +hB +hz +hz +hB +hz +hz +hB +hz +hz +hL +gB +go +gB +gI +gN +gQ +gV +ha +fZ +fZ +go +gm +go +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +io +io +io +io +io +io +ip +io +io +im +io +io +io +io +io +io +qx +qx +qx +fR +fR +fR +fR +fR +fR +fR +fR +fR +fR +fR +fR +fR +qx +qx +qx +SP +SP +VO +Or +ZQ +Or +ZQ +Or +MU +vo +WO +WO +vo +RR +RR +PZ +RR +RR +Sh +VO +Zi +Zi +Zi +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(206,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +hu +hz +hz +hz +hz +hB +gq +hB +hz +hz +hz +hz +hL +gB +go +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vi +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VO +Or +Or +Or +ZQ +Or +MU +VO +Ob +Ob +VO +PZ +PZ +PZ +PZ +PZ +Sh +VO +tY +tY +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(207,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +fZ +hu +hz +hz +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hz +hz +hL +fZ +go +fZ +fZ +fZ +gR +fZ +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VO +SI +SI +SI +SI +SI +Vc +VO +QE +QE +VO +ZF +ZF +ZF +ZF +ZF +Xr +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(208,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +gh +gh +hv +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +gp +hM +hP +hS +hU +hX +gO +gO +gO +ih +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VO +VO +VO +VO +VO +VO +VO +VO +OH +OH +VO +VO +VO +VO +VO +VO +VO +VO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(209,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +fZ +hw +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hN +hQ +hB +hV +gF +ib +hf +ie +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(210,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gn +gm +fZ +fZ +gI +gN +gQ +gV +ha +gB +fZ +fZ +hw +hf +gq +hf +fZ +gq +gq +gq +fZ +hf +gq +hf +hN +hQ +hB +hV +hY +gq +gq +gq +ii +fZ +fZ +gm +gn +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(211,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +fZ +hw +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hN +hQ +hB +hV +hZ +ic +gh +if +ij +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(212,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +gh +gh +hx +hA +hA +hA +hA +hA +hA +hA +hA +hA +hA +hA +hO +hR +hT +hW +gF +gh +gh +gh +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(213,1,1) = {" +ab +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ab +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ab +ae +ae +ae +ae +ae +ae +ae +ae +ae +ae +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +fZ +gh +gh +gh +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gh +gh +gh +fZ +go +fZ +gF +ib +hf +ie +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(214,1,1) = {" +ac +af +af +af +af +af +af +af +af +af +af +bj +bk +bk +bk +bk +bk +bk +bk +bk +bk +bk +bj +dm +dm +dm +dm +dm +dm +dm +dm +dm +dm +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +gh +hB +gh +hf +gs +hf +gs +hf +gs +hf +gh +hB +gh +gB +go +fZ +hY +hf +gp +hf +ii +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(215,1,1) = {" +ac +af +aw +af +af +aO +aR +aG +af +ax +af +bj +bk +bk +bk +bk +bk +bk +bk +bk +bk +bk +bj +dm +dG +dG +dm +dG +dG +dm +dG +dG +dm +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +go +gm +go +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +gB +gh +hB +gh +gs +hf +gs +hf +gs +hf +gs +gh +hB +gh +gB +go +fZ +hZ +ic +gh +if +ij +fZ +fZ +go +gm +go +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(216,1,1) = {" +ac +af +ax +af +af +af +af +af +af +ax +af +bj +bk +bk +bk +bk +ce +cq +bk +bk +bk +bk +bj +dm +dG +dG +eu +dG +dG +eu +dG +dG +dm +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +gh +hB +gh +hf +gs +hf +gs +hf +gs +hf +gh +hB +gh +gB +go +fZ +gF +gh +gh +gh +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(217,1,1) = {" +ac +af +ax +aG +aM +af +aS +af +af +aG +af +bj +bk +bk +bk +bk +bk +cr +bk +bk +bk +bk +bj +dm +dG +dG +dm +dG +dG +dm +dG +dG +dm +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +go +fZ +gh +hB +gh +fZ +gq +hB +hB +hB +gq +fZ +gh +hB +gh +fZ +go +fZ +gF +ib +hf +ie +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(218,1,1) = {" +ac +af +af +af +af +af +aw +af +af +af +af +bj +bk +bk +bk +bk +bk +bk +bk +bk +bk +bk +bj +dm +dm +dm +dm +dm +dm +dm +dm +dm +dm +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gq +gh +hB +gh +gB +hB +hB +hB +hB +hB +gB +gh +hB +gh +gq +go +gq +hY +hf +gp +hf +ii +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(219,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +gq +gh +hB +gh +gB +hB +hB +gq +hB +hB +gB +gh +hB +gh +gq +go +gq +hZ +ic +gh +if +ij +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(220,1,1) = {" +ac +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +bj +bl +bn +bD +ca +bD +bl +ca +bD +bm +bl +bj +dn +dH +ed +ev +ew +ev +ew +eW +fj +dn +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gq +gh +hB +gh +gB +hB +hB +hB +hB +hB +gB +gh +hB +gh +gq +go +gq +gF +gh +gh +gh +gC +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(221,1,1) = {" +ac +ai +ai +ai +ai +ai +ai +ai +ai +ai +ai +bj +bm +bD +bR +bl +bl +bE +cD +cK +cK +ca +bj +dn +dI +ee +ew +ev +ew +ev +eX +fk +dn +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +go +fZ +gh +hB +gh +fZ +gq +hB +hB +hB +gq +fZ +gh +hB +gh +fZ +go +fZ +gF +ib +hf +ie +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(222,1,1) = {" +ac +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +bj +bl +bE +bS +cb +bl +bl +bR +cL +cM +bl +bj +dn +dJ +ed +ev +ew +ev +ew +eW +fl +dn +fx +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gn +gm +gn +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +gh +hB +gh +hf +gs +hf +gs +hf +gs +hf +gh +hB +gh +gB +go +fZ +hY +hf +gp +hf +ii +fZ +fZ +gn +gm +gn +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(223,1,1) = {" +ac +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +bj +bn +bF +bT +cc +bl +bm +cE +cM +cK +bn +bj +dn +dK +ee +ew +ev +ew +ev +eX +fm +dn +fx +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gn +gm +gn +fZ +fZ +gI +gN +gQ +gV +ha +gB +go +gB +gh +hB +gh +gs +hf +gs +hf +gs +hf +gs +gh +hB +gh +gB +go +fZ +hZ +ic +gh +if +ij +fZ +fZ +gn +gm +gn +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(224,1,1) = {" +ac +ak +ay +aH +aj +aH +aH +aj +aH +ay +bc +bj +bl +bl +bD +ca +bl +bD +bl +cN +cW +bl +bj +dn +dH +ed +ev +ew +ev +ew +eW +fj +dn +fx +ab +fB +fB +fB +fB +fB +fB +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +gB +gh +hB +gh +hf +gs +hf +gs +hf +gs +hf +gh +hB +gh +gB +go +fZ +gF +gh +gh +gh +gC +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(225,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ab +fC +fC +fC +fC +fC +fC +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +go +fZ +gh +gh +gh +fZ +fZ +gB +gB +gB +fZ +fZ +gh +gh +gh +fZ +go +fZ +gF +ib +hf +ie +gC +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(226,1,1) = {" +ac +al +az +an +an +aP +aP +aP +aP +aP +aP +bj +bo +bG +bH +bH +cf +cs +bH +cO +bH +cZ +ac +do +dL +ef +ex +eH +eH +eH +eY +dL +fq +fx +ab +ab +ab +ab +ab +ab +ab +fU +fV +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +gB +gB +gB +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gC +hY +hf +gp +hf +ii +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(227,1,1) = {" +ac +am +an +aI +an +aQ +aT +aY +ba +ba +bd +bj +bp +bH +bH +bH +bH +bH +bH +cP +bH +da +ac +dp +dL +eg +ey +eH +eH +eH +eY +dL +fq +fx +ab +ab +ab +ab +ab +ab +ab +fU +fV +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gQ +fZ +fZ +fZ +fZ +fZ +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +gh +fZ +fZ +fZ +ia +id +gJ +ig +ik +gF +gh +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(228,1,1) = {" +ac +an +aA +aJ +aN +an +aU +aZ +aZ +aZ +be +bj +bq +bH +bU +cd +cg +ct +bH +cQ +cX +db +ac +dq +dM +eg +ez +eH +eH +eH +eZ +dL +fq +fx +ab +ab +ab +ab +ab +ab +ab +fU +fV +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gm +gm +gm +fZ +fZ +fZ +fZ +gR +fZ +fZ +fZ +fZ +fZ +gQ +fZ +gB +fZ +fZ +hf +hf +hf +fZ +fZ +gB +fZ +gQ +fZ +fZ +fZ +fZ +gO +gO +gO +fZ +fZ +fZ +gm +gm +gm +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(229,1,1) = {" +ac +an +aA +aK +aN +an +aV +aZ +aZ +aZ +be +bj +br +bH +bV +cd +bH +bH +bH +bH +bH +dc +ac +dr +dL +eg +eA +eH +eH +eH +eY +dL +fq +fx +ab +ab +ab +ab +ab +ab +ab +fU +fV +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +fZ +fZ +gQ +gB +gB +gB +hf +hf +hf +hf +hf +gB +gB +gB +gQ +fZ +fZ +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(230,1,1) = {" +ac +ao +an +aL +an +aQ +aT +aZ +bb +bb +bf +bj +bs +bH +bW +cd +ch +cu +bH +bH +bH +dd +ac +ds +dL +eh +ex +eH +eH +eH +eY +dL +fq +fx +ab +ab +ab +ab +ab +ab +ab +fU +fV +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gh +gh +gz +gs +ge +gh +gh +gh +gz +fZ +fZ +fZ +gQ +fZ +gB +fZ +hf +gh +gh +gh +hf +fZ +gB +fZ +gQ +fZ +fZ +fZ +ge +gh +gh +gh +gz +gs +ge +gh +gh +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(231,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ab +fD +fD +fD +fD +fD +fD +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +gQ +gQ +gQ +gQ +gQ +gQ +fZ +hf +fZ +gq +fZ +hf +fZ +gQ +gQ +gQ +gQ +gQ +gQ +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(232,1,1) = {" +ac +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +bj +bt +bI +bI +bI +ci +cv +cF +cF +cF +de +bj +dt +dN +ei +ej +eI +eP +ej +fa +fn +fr +fx +fy +fE +fL +fN +fN +fS +fE +fy +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gq +gh +gz +gs +ge +gh +gq +gh +gz +fZ +fZ +fZ +gQ +fZ +fZ +fZ +hf +gh +gh +gh +hf +fZ +fZ +fZ +gQ +fZ +fZ +fZ +ge +gh +gq +gh +gz +gs +ge +gh +gq +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(233,1,1) = {" +ac +ap +aB +ap +ap +ap +ap +ap +ap +aB +ap +bj +Xg +TF +bX +bJ +cj +cw +bJ +cR +uc +SH +bj +du +dO +ej +ej +eJ +eJ +eV +fb +fo +fs +fx +fz +fz +fz +fz +fz +fz +fz +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +fZ +fZ +gQ +fZ +fZ +fZ +hf +hf +hf +hf +hf +fZ +fZ +fZ +gQ +fZ +fZ +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(234,1,1) = {" +ac +ap +ap +ap +ap +aB +aB +ap +ap +ap +ap +bj +bu +bJ +bX +bJ +cj +cw +cG +vy +bJ +df +bj +du +dP +ek +ej +ej +ej +eV +fc +fo +fs +fx +fA +fF +fF +fF +fF +fF +fF +fA +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hf +hf +hf +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(235,1,1) = {" +ac +ap +aB +ap +ap +ap +ap +ap +ap +aB +ap +bj +bv +bK +bX +bJ +cj +cw +bJ +vy +cH +dg +bj +du +dQ +ej +ej +eK +eK +eV +fd +fo +fs +fx +fz +fG +fG +fG +fG +fG +fG +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(236,1,1) = {" +ac +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +bj +RD +Va +Va +Va +ck +cx +cH +cH +cH +QX +bj +dt +dR +el +ej +eL +eQ +ej +fe +fn +ft +fx +fz +fH +fH +fH +fH +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gq +gh +gz +gB +ge +gh +gq +gh +gz +hf +hf +gh +fZ +gh +hf +hf +hf +gq +hC +gq +hf +hf +hf +gh +fZ +gh +hf +hf +ge +gh +gq +gh +gz +gB +ge +gh +gq +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(237,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +fz +fH +fH +fH +fH +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gq +gq +gq +gz +gB +ge +gq +gq +gq +gz +hf +hf +gh +gq +gh +hf +hf +hf +hC +hF +hC +hf +hf +hf +gh +gq +gh +hf +hf +ge +gq +gq +gq +gz +gB +ge +gq +gq +gq +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(238,1,1) = {" +ac +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +bj +bw +bw +bw +bw +bw +bw +bw +cS +cY +dh +bj +dv +dS +em +eB +eM +eR +eM +eR +eM +ep +fx +fz +fH +fH +fO +fO +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gq +gh +gz +gB +ge +gh +gq +gh +gz +hf +hf +gh +fZ +gh +hf +hf +hf +gq +hC +gq +hf +hf +hf +gh +fZ +gh +hf +hf +ge +gh +gq +gh +gz +gB +ge +gh +gq +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(239,1,1) = {" +ac +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +bj +bw +bL +bY +bw +cl +bw +bw +cT +cY +dh +bj +dw +dT +en +eB +eN +eS +eN +eS +eN +en +fx +fz +fH +fH +fP +fO +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(240,1,1) = {" +ac +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +bj +bw +bw +bw +bw +bw +bw +bw +cU +cY +dh +bj +dx +dU +eo +eB +eB +eB +eB +eB +eB +eB +fx +fz +fH +fH +fO +fO +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hf +hf +hf +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(241,1,1) = {" +ac +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +bj +bw +bM +bY +bw +bw +cy +bw +cS +cY +dh +bj +dy +dV +ep +eB +eM +eR +eM +eR +eM +ep +fx +fz +fH +fH +fH +fH +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +hf +hf +hf +hf +hf +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +gd +gp +gp +gp +gy +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(242,1,1) = {" +ac +aq +aq +aq +aq +aq +aq +aq +aq +aq +aq +bj +bw +bw +bw +bw +bw +bw +bw +cS +cY +dh +bj +dz +dW +eq +eB +eN +eS +eN +eS +eN +en +fx +fz +fH +fH +fH +fH +fH +fH +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gq +gh +gz +gs +ge +gh +gq +gh +gz +gs +ge +gh +gq +gh +gz +fZ +hf +gh +gh +gh +hf +fZ +ge +hf +gq +hf +gz +gs +ge +gh +gq +gh +gz +gs +ge +gh +gq +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(243,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +fz +fI +fI +fI +fI +fI +fI +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +fZ +hf +fZ +gq +fZ +hf +fZ +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +gs +ge +gq +gq +gq +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(244,1,1) = {" +ac +ar +ar +ar +ar +ar +ar +ar +ar +ar +ar +bj +bx +bN +bN +bN +cm +cz +bN +bN +bN +bz +bj +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +fx +fA +fF +fF +fF +fF +fF +fF +fA +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gh +gh +gz +gs +ge +gh +gh +gh +gz +gs +ge +gh +gq +gh +gz +fZ +hf +gh +gh +gh +hf +fZ +ge +hf +gq +hf +gz +gs +ge +gh +gh +gh +gz +gs +ge +gh +gh +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(245,1,1) = {" +ac +ar +aC +ar +ar +ar +ar +ar +ar +aC +ar +bj +by +bN +bN +bN +cm +cz +bN +bN +bN +di +bj +dA +dX +dA +eC +eO +eT +eO +eD +eO +dA +fx +fz +fz +fz +fz +fz +fz +fz +fz +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +hf +hf +hf +hf +hf +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +gf +gr +gr +gr +gA +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(246,1,1) = {" +ac +ar +ar +ar +aC +ar +ar +aC +ar +ar +ar +bj +by +bN +bN +bN +cm +cz +bN +bN +bN +di +bj +dA +dY +dA +dA +dA +dA +dA +dA +dA +dA +fx +fy +fJ +fM +fQ +fQ +fT +fJ +fy +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +hq +hq +hq +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +hq +hq +hq +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +fZ +gs +gs +gs +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(247,1,1) = {" +ac +ar +aC +ar +ar +ar +ar +ar +ar +aC +ar +bj +by +bN +bN +bN +cm +cz +bN +bN +bN +di +bj +dA +dZ +dA +eD +eO +eU +eO +ff +eO +dA +fx +ab +fD +fD +fD +fD +fD +fD +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gd +gp +gp +gp +gp +gp +gp +gp +gp +gp +gy +hg +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +hg +gd +gp +gp +gp +gp +gp +gp +gp +gp +gp +gy +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(248,1,1) = {" +ac +ar +ar +ar +ar +ar +ar +ar +ar +ar +ar +bj +bz +bN +bN +bN +cm +cz +bN +bN +bN +bx +bj +dA +dA +dA +dA +dA +dA +dA +dA +dA +dA +fx +ab +ab +ab +ab +ab +ab +ab +fU +fW +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gh +gh +gh +gh +gh +gh +gh +gh +gz +fZ +hf +gq +gq +gq +hf +hf +hf +hf +hf +hf +hf +hf +hf +gq +gq +gq +hf +fZ +ge +gh +gh +gh +gh +gh +gh +gh +gh +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(249,1,1) = {" +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ab +ab +ab +ab +ab +ab +ab +fU +fW +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +hf +gq +hf +hf +hf +hf +hf +hf +hC +hf +hf +hf +hf +hf +hf +gq +hf +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(250,1,1) = {" +ac +as +aD +aD +aD +aD +aW +aW +aW +aW +bg +bj +bA +bO +bO +bO +cn +cA +cI +cI +cI +dj +bj +dB +dB +dB +dB +dB +dB +dB +dB +dB +PV +fx +ab +ab +ab +ab +ab +ab +ab +fU +fW +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +hf +gq +hf +hf +hf +hf +hf +hC +hG +hC +hf +hf +hf +hf +hf +gq +hf +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(251,1,1) = {" +ac +at +aE +aE +aE +aE +aE +aE +aE +aE +bh +bj +bB +bP +bZ +bP +co +cB +bP +cV +bP +dk +bj +dC +ea +er +eE +eE +eE +eE +fg +fp +fu +fx +ab +ab +ab +ab +ab +ab +ab +fU +fW +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +hf +gq +hf +hf +hf +hf +hf +hf +hC +hf +hf +hf +hf +hf +hf +gq +hf +fZ +ge +gh +gt +gh +gt +gh +gt +gh +gt +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(252,1,1) = {" +ac +at +aE +aE +aE +aE +aE +aE +aE +aE +bh +bj +bB +bP +bZ +bP +co +cB +bP +cV +bP +dk +bj +dD +eb +es +eF +eF +eF +eF +fh +fp +fv +fx +ab +ab +ab +ab +ab +ab +ab +fU +fW +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +ge +gh +gh +gh +gh +gh +gh +gh +gh +gh +gz +fZ +hf +gq +gq +gq +hf +hf +hf +hf +hf +hf +hf +hf +hf +gq +gq +gq +hf +fZ +ge +gh +gh +gh +gh +gh +gh +gh +gh +gh +gz +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(253,1,1) = {" +ac +at +aE +aE +aE +aE +aE +aE +aE +aE +bh +bj +bB +bP +bZ +bP +co +cB +bP +cV +bP +dk +bj +dE +ec +et +eG +eG +eG +eG +fi +fp +fw +fx +ab +fC +fC +fC +fC +fC +fC +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +gf +gr +gr +gr +gr +gr +gr +gr +gr +gr +gA +hg +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +fZ +hf +hf +hf +hf +hf +hg +gf +gr +gr +gr +gr +gr +gr +gr +gr +gr +gA +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(254,1,1) = {" +ac +au +aF +aF +aF +aF +aX +aX +aX +aX +bi +bj +bC +bQ +bQ +bQ +cp +cC +cJ +cJ +cJ +dl +bj +dF +dF +dF +dF +dF +dF +dF +dF +dF +Xu +fx +ab +fK +fK +fK +fK +fK +fK +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +fZ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(255,1,1) = {" +ab +av +av +av +av +av +av +av +av +av +av +ab +av +av +av +av +av +av +av +av +av +av +ab +ag +ag +ag +ag +ag +ag +ag +ag +ag +ag +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Mc +Mc "} From e112b00c0c4947e766e58556f661c351590411f9 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 28 Jan 2020 20:14:31 -0600 Subject: [PATCH 25/54] mapmerged and added .backup to the gitignore because screw doing that manually --- .gitignore | 3 + .../LavaRuins/lavaland_surface_seed_vault.dmm | 1 + _maps/shuttles/emergency_delta.dmm | 2132 +++++++++++++++-- _maps/templates/new_pod_1.dmm | 279 ++- _maps/templates/new_pod_2.dmm | 283 ++- _maps/templates/new_pod_3.dmm | 319 ++- _maps/templates/new_pod_luxury.dmm | 530 +++- 7 files changed, 3214 insertions(+), 333 deletions(-) diff --git a/.gitignore b/.gitignore index df7a79e3..18151098 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ tgstation.int +*.before +*.backup +*.pyc diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm index 945ea515..fec70b21 100644 --- a/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm +++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_seed_vault.dmm @@ -279,6 +279,7 @@ }, /turf/open/floor/plasteel/freezer, /area/ruin/powered/seedvault) + (1,1,1) = {" a a diff --git a/_maps/shuttles/emergency_delta.dmm b/_maps/shuttles/emergency_delta.dmm index bbd7e304..a23bb74e 100644 --- a/_maps/shuttles/emergency_delta.dmm +++ b/_maps/shuttles/emergency_delta.dmm @@ -1,167 +1,1971 @@ -"aa" = (/turf/template_noop,/area/template_noop) -"ab" = (/obj/structure/shuttle/engine/propulsion{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/shuttle/escape) -"ac" = (/turf/closed/wall/mineral/plastitanium,/area/shuttle/escape) -"ad" = (/obj/structure/window/reinforced,/obj/structure/shuttle/engine/heater{dir = 1},/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plating/airless,/area/shuttle/escape) -"ae" = (/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape) -"af" = (/turf/closed/wall/mineral/titanium,/area/shuttle/escape) -"ag" = (/obj/structure/window/shuttle,/obj/structure/grille,/turf/open/floor/plating,/area/shuttle/escape) -"ah" = (/obj/item/clothing/suit/hazardvest{desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; name = "emergency lifejacket"},/obj/item/clothing/suit/hazardvest{desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; name = "emergency lifejacket"},/obj/item/clothing/suit/hazardvest{desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; name = "emergency lifejacket"},/obj/item/clothing/suit/hazardvest{desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; name = "emergency lifejacket"},/obj/item/clothing/suit/hazardvest{desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; name = "emergency lifejacket"},/obj/item/tank/internals/emergency_oxygen/double{pixel_x = 3},/obj/item/tank/internals/emergency_oxygen/double{pixel_x = 3},/obj/item/tank/internals/emergency_oxygen/double{pixel_x = 3},/obj/item/tank/internals/emergency_oxygen/double{pixel_x = 3},/obj/item/tank/internals/emergency_oxygen/double{pixel_x = 3},/obj/item/clothing/mask/breath{pixel_x = -3; pixel_y = -3},/obj/item/clothing/mask/breath{pixel_x = -3; pixel_y = -3},/obj/item/clothing/mask/breath{pixel_x = -3; pixel_y = -3},/obj/item/clothing/mask/breath{pixel_x = -3; pixel_y = -3},/obj/item/clothing/mask/breath{pixel_x = -3; pixel_y = -3},/obj/item/clothing/head/hardhat/orange{name = "protective hat"; pixel_y = 9},/obj/item/clothing/head/hardhat/orange{name = "protective hat"; pixel_y = 9},/obj/item/clothing/head/hardhat/orange{name = "protective hat"; pixel_y = 9},/obj/item/clothing/head/hardhat/orange{name = "protective hat"; pixel_y = 9},/obj/item/clothing/head/hardhat/orange{name = "protective hat"; pixel_y = 9},/obj/structure/closet/crate/internals,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"ai" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"aj" = (/obj/item/defibrillator/loaded,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"ak" = (/obj/machinery/computer/operating,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"al" = (/obj/structure/table/optable,/obj/item/surgical_drapes,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"am" = (/obj/item/scalpel{pixel_y = 12},/obj/item/circular_saw,/obj/item/retractor{pixel_x = 4},/obj/item/hemostat{pixel_x = -4},/obj/item/clothing/gloves/color/latex,/obj/item/clothing/mask/surgical,/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/obj/item/surgicaldrill,/obj/item/cautery,/turf/open/floor/plasteel/white,/area/shuttle/escape) -"an" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/shuttle/escape) -"ao" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"ap" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"aq" = (/obj/machinery/status_display/evac,/turf/closed/wall/mineral/titanium,/area/shuttle/escape) -"ar" = (/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = 6},/obj/item/reagent_containers/glass/bottle/charcoal{pixel_x = -3},/obj/item/reagent_containers/glass/bottle/epinephrine{pixel_x = -3; pixel_y = 8},/obj/item/reagent_containers/glass/bottle/charcoal{pixel_x = 6; pixel_y = 8},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 3; pixel_y = -2},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 4; pixel_y = 1},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = -2; pixel_y = 5},/obj/item/reagent_containers/syringe/epinephrine{pixel_x = 2; pixel_y = 8},/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"as" = (/obj/structure/chair/office/light{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"at" = (/obj/item/radio/intercom{name = "Station Intercom"; pixel_x = 26; pixel_y = 58},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"au" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"av" = (/obj/structure/chair/comfy/shuttle{dir = 4},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"aw" = (/obj/structure/chair/comfy/shuttle{dir = 8},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"ax" = (/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/brflowers,/obj/structure/flora/ausbushes/leafybush,/obj/structure/window/shuttle,/turf/open/floor/grass,/area/shuttle/escape) -"ay" = (/obj/machinery/computer/med_data{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"az" = (/obj/structure/chair/office/light{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aA" = (/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aB" = (/obj/item/storage/firstaid/toxin,/obj/item/storage/firstaid/o2{pixel_x = 3; pixel_y = 3},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aC" = (/obj/machinery/status_display/ai,/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape) -"aD" = (/obj/machinery/status_display/evac,/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape) -"aE" = (/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/shuttle/escape) -"aF" = (/obj/machinery/door/airlock/medical/glass{dir = 4; name = "Escape Shuttle Infirmary"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"aG" = (/obj/item/storage/firstaid/fire,/obj/item/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/structure/table/reinforced,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aH" = (/obj/structure/chair/comfy/shuttle{dir = 4},/obj/item/radio/intercom{name = "Station Intercom"; pixel_x = -26},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"aI" = (/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/genericbush,/obj/structure/window/shuttle,/turf/open/floor/grass,/area/shuttle/escape) -"aJ" = (/obj/machinery/shower{dir = 8; name = "emergency shower"},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aK" = (/obj/structure/extinguisher_cabinet,/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape) -"aL" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aM" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aN" = (/obj/structure/bed/roller,/obj/machinery/iv_drip,/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aO" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aP" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall/mineral/titanium,/area/shuttle/escape) -"aQ" = (/obj/machinery/sleeper{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aR" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aS" = (/obj/machinery/sleeper{dir = 8},/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"aT" = (/obj/structure/sign/nanotrasen,/turf/closed/wall/mineral/titanium,/area/shuttle/escape) -"aU" = (/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"aV" = (/obj/machinery/door/airlock/medical/glass{name = "Escape Shuttle Infirmary"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/shuttle/escape) -"aW" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{dheight = 0; dwidth = 11; height = 18; name = "Delta emergency shuttle"; width = 30; preferred_direction = 2; port_direction = 4},/turf/open/floor/plating,/area/shuttle/escape) -"aX" = (/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/ppflowers,/obj/structure/flora/ausbushes/sunnybush,/obj/structure/window/shuttle,/turf/open/floor/grass,/area/shuttle/escape) -"aY" = (/obj/structure/extinguisher_cabinet{pixel_x = -26},/obj/machinery/shieldgen,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"aZ" = (/obj/structure/rack,/obj/item/storage/toolbox/electrical{pixel_x = -3; pixel_y = 1},/obj/item/storage/toolbox/mechanical{pixel_y = -1},/obj/item/storage/toolbox/emergency{pixel_x = 3; pixel_y = -5},/obj/effect/turf_decal/bot,/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/shuttle/escape) -"ba" = (/obj/structure/reagent_dispensers/fueltank,/obj/item/radio/intercom{name = "Station Intercom"; pixel_x = -26},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bb" = (/obj/effect/turf_decal/stripes/line{dir = 9},/turf/open/floor/plasteel,/area/shuttle/escape) -"bc" = (/obj/effect/turf_decal/stripes/line{dir = 5},/turf/open/floor/plasteel,/area/shuttle/escape) -"bd" = (/obj/structure/closet/crate/medical{name = "medical crate"},/obj/item/storage/firstaid/regular,/obj/item/storage/firstaid/o2{pixel_x = 3; pixel_y = 3},/obj/item/storage/firstaid/toxin{pixel_x = -4; pixel_y = 3},/obj/item/healthanalyzer{pixel_x = 3; pixel_y = 3},/obj/item/lazarus_injector,/obj/effect/turf_decal/bot,/mob/living/simple_animal/bot/medbot{name = "\improper emergency medibot"; pixel_x = -3; pixel_y = 2},/turf/open/floor/plasteel,/area/shuttle/escape) -"be" = (/obj/structure/flora/ausbushes/grassybush,/obj/structure/flora/ausbushes/lavendergrass,/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/fernybush,/obj/structure/window/shuttle,/turf/open/floor/grass,/area/shuttle/escape) -"bf" = (/obj/structure/reagent_dispensers/watertank,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bg" = (/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bh" = (/obj/effect/turf_decal/stripes/line{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"bi" = (/obj/structure/closet/crate{name = "emergency supplies crate"},/obj/item/storage/toolbox/emergency,/obj/item/storage/toolbox/emergency,/obj/item/flashlight/flare{pixel_x = 3; pixel_y = 3},/obj/item/flashlight/flare{pixel_x = -6; pixel_y = -2},/obj/item/crowbar,/obj/item/wrench,/obj/item/radio,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bj" = (/obj/machinery/vending/wallmed{name = "Emergency NanoMed"; use_power = 0},/turf/closed/wall/mineral/titanium/nodiagonal,/area/shuttle/escape) -"bk" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Cargo"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bl" = (/obj/structure/rack,/obj/item/clothing/suit/fire/firefighter,/obj/item/tank/internals/oxygen/red,/obj/item/clothing/mask/gas,/obj/item/clothing/head/hardhat/red,/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bm" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/plasteel,/area/shuttle/escape) -"bn" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/shuttle/escape) -"bo" = (/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bp" = (/obj/machinery/flasher{id = "shuttleflash"; pixel_y = -26},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bq" = (/obj/structure/table,/obj/item/clipboard,/obj/item/folder/yellow,/obj/item/pen,/obj/item/hand_labeler_refill,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"br" = (/obj/machinery/recharge_station,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/shuttle/escape) -"bs" = (/obj/structure/table,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bt" = (/obj/machinery/door/airlock/security/glass{name = "Holding Area"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bu" = (/obj/machinery/door/airlock/command/glass{name = "Cockpit"; req_access_txt = "19"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/shuttle/escape) -"bv" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"; req_access_txt = "2"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel/white,/area/shuttle/escape) -"bw" = (/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bx" = (/obj/structure/chair/comfy/shuttle,/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"by" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bz" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/machinery/button/flasher{id = "shuttleflash"; pixel_x = -26; pixel_y = 24},/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/shuttle/escape) -"bA" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"bB" = (/obj/structure/table,/obj/item/clipboard,/obj/item/toy/figure/ninja,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bC" = (/obj/structure/chair/comfy/shuttle,/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bD" = (/obj/structure/chair/comfy/shuttle,/obj/machinery/status_display/evac{pixel_y = 32},/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"bE" = (/obj/structure/chair/comfy/shuttle{dir = 4},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bF" = (/obj/effect/turf_decal/tile/red{dir = 1},/turf/open/floor/plasteel,/area/shuttle/escape) -"bG" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"bH" = (/turf/open/floor/plasteel,/area/shuttle/escape) -"bI" = (/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/shuttle/escape) -"bJ" = (/obj/item/radio/intercom{name = "Station Intercom"; pixel_y = 58},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bK" = (/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bL" = (/obj/machinery/door/airlock/external{name = "Emergency Recovery Airlock"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bM" = (/obj/structure/chair/comfy/shuttle{dir = 4},/obj/machinery/status_display/evac{pixel_x = -32},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bN" = (/obj/structure/chair/comfy/shuttle{dir = 8},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bO" = (/obj/structure/table/reinforced,/obj/item/storage/lockbox/loyalty,/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bP" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bQ" = (/obj/structure/fireaxecabinet{pixel_x = 32},/obj/effect/turf_decal/tile/neutral,/turf/open/floor/plasteel,/area/shuttle/escape) -"bR" = (/obj/machinery/door/airlock/external{name = "Emergency Recovery Airlock"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/shuttle/escape) -"bS" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"bT" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel,/area/shuttle/escape) -"bU" = (/obj/structure/chair/comfy/shuttle{dir = 1},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bV" = (/obj/structure/table/reinforced,/obj/item/storage/box/zipties,/obj/item/radio/intercom{name = "Station Intercom"; pixel_y = -26},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bW" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bX" = (/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"bY" = (/obj/machinery/door/airlock/security/glass{dir = 4; name = "Holding Area"; req_access_txt = "2"},/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"bZ" = (/obj/machinery/suit_storage_unit/standard_unit,/obj/effect/turf_decal/delivery,/turf/open/floor/plasteel,/area/shuttle/escape) -"ca" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cb" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cc" = (/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cd" = (/obj/structure/table/reinforced,/obj/item/storage/fancy/donut_box,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"ce" = (/obj/machinery/computer/security{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cf" = (/obj/structure/chair/office/dark{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cg" = (/obj/item/radio/intercom{name = "Station Intercom"; pixel_x = 26; pixel_y = 58},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"ch" = (/obj/structure/chair/office/dark{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"ci" = (/obj/machinery/computer/station_alert{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cj" = (/obj/machinery/computer/secure_data{dir = 4},/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"ck" = (/obj/machinery/door/airlock/command{dir = 4; name = "Emergency Recovery Airlock"; req_access_txt = "19"},/obj/effect/turf_decal/stripes/line{dir = 8},/turf/open/floor/plasteel,/area/shuttle/escape) -"cl" = (/obj/structure/chair/office/dark,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cm" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cn" = (/obj/structure/table/reinforced,/obj/item/folder/blue,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cp" = (/obj/machinery/computer/atmos_alert{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cq" = (/obj/structure/table/reinforced,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cr" = (/obj/structure/table/reinforced,/obj/item/folder/red,/obj/item/restraints/handcuffs,/obj/item/assembly/flash/handheld,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cs" = (/obj/machinery/computer/crew{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"ct" = (/obj/machinery/computer/med_data{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cu" = (/obj/machinery/computer/emergency_shuttle{dir = 1},/obj/effect/turf_decal/tile/blue{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cv" = (/obj/machinery/computer/communications{dir = 1},/obj/effect/turf_decal/tile/blue,/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cw" = (/obj/structure/table/reinforced,/obj/item/storage/toolbox/mechanical,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cx" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/obj/item/stock_parts/cell/high,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/shuttle/escape) -"cy" = (/obj/machinery/light{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"cA" = (/obj/item/twohanded/required/kirbyplants{icon_state = "plant-21"; pixel_x = -3; pixel_y = 3},/obj/machinery/light{dir = 8},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel{heat_capacity = 1e+006},/area/shuttle/escape) -"cB" = (/obj/structure/chair/comfy/shuttle{dir = 8},/obj/effect/turf_decal/bot,/obj/machinery/light{dir = 4},/turf/open/floor/plasteel,/area/shuttle/escape) -"cC" = (/obj/effect/turf_decal/bot,/turf/open/floor/plasteel,/area/shuttle/escape) -"cF" = (/obj/machinery/light,/turf/open/floor/plasteel,/area/shuttle/escape) -"cG" = (/obj/structure/chair/comfy/shuttle{dir = 1},/obj/machinery/light,/turf/open/floor/mineral/plastitanium/red/brig,/area/shuttle/escape) -"cH" = (/obj/effect/turf_decal/bot,/obj/machinery/light/small,/turf/open/floor/plasteel,/area/shuttle/escape) -"hB" = (/obj/effect/spawner/structure/window/shuttle,/turf/open/floor/plating,/area/shuttle/escape) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/template_noop, +/area/template_noop) +"ab" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"ac" = ( +/turf/closed/wall/mineral/plastitanium, +/area/shuttle/escape) +"ad" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/shuttle/escape) +"ae" = ( +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"af" = ( +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"ag" = ( +/obj/structure/window/shuttle, +/obj/structure/grille, +/turf/open/floor/plating, +/area/shuttle/escape) +"ah" = ( +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/tank/internals/emergency_oxygen/double{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen/double{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen/double{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen/double{ + pixel_x = 3 + }, +/obj/item/tank/internals/emergency_oxygen/double{ + pixel_x = 3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/breath{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 9 + }, +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"ai" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aj" = ( +/obj/item/defibrillator/loaded, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"ak" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"al" = ( +/obj/structure/table/optable, +/obj/item/surgical_drapes, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"am" = ( +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/item/retractor{ + pixel_x = 4 + }, +/obj/item/hemostat{ + pixel_x = -4 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/surgicaldrill, +/obj/item/cautery, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"an" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/shuttle/escape) +"ao" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"ap" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aq" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"ar" = ( +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = -3 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"as" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"at" = ( +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = 26; + pixel_y = 58 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"au" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"av" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"ax" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/window/shuttle, +/turf/open/floor/grass, +/area/shuttle/escape) +"ay" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"az" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aB" = ( +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aC" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"aD" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"aE" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aF" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Escape Shuttle Infirmary" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aG" = ( +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aH" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = -26 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aI" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/window/shuttle, +/turf/open/floor/grass, +/area/shuttle/escape) +"aJ" = ( +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aK" = ( +/obj/structure/extinguisher_cabinet, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"aL" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aM" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aN" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aO" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aP" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"aQ" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aS" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"aT" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/mineral/titanium, +/area/shuttle/escape) +"aU" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aV" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Escape Shuttle Infirmary" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aW" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock" + }, +/obj/docking_port/mobile/emergency{ + dheight = 0; + dwidth = 11; + height = 18; + name = "Delta emergency shuttle"; + width = 30; + preferred_direction = 2; + port_direction = 4 + }, +/turf/open/floor/plating, +/area/shuttle/escape) +"aX" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/shuttle, +/turf/open/floor/grass, +/area/shuttle/escape) +"aY" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -26 + }, +/obj/machinery/shieldgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"aZ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -1 + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"ba" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = -26 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bd" = ( +/obj/structure/closet/crate/medical{ + name = "medical crate" + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/healthanalyzer{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/lazarus_injector, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/medbot{ + name = "\improper emergency medibot"; + pixel_x = -3; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"be" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/window/shuttle, +/turf/open/floor/grass, +/area/shuttle/escape) +"bf" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bi" = ( +/obj/structure/closet/crate{ + name = "emergency supplies crate" + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/flashlight/flare{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bj" = ( +/obj/machinery/vending/wallmed{ + name = "Emergency NanoMed"; + use_power = 0 + }, +/turf/closed/wall/mineral/titanium/nodiagonal, +/area/shuttle/escape) +"bk" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Cargo" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bl" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/red, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bp" = ( +/obj/machinery/flasher{ + id = "shuttleflash"; + pixel_y = -26 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bq" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/hand_labeler_refill, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"br" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bs" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bt" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bu" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Cockpit"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bv" = ( +/obj/machinery/door/airlock/shuttle{ + name = "Emergency Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/shuttle/escape) +"bw" = ( +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bx" = ( +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"by" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/machinery/button/flasher{ + id = "shuttleflash"; + pixel_x = -26; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bB" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/toy/figure/ninja, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bC" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bD" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 26 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bH" = ( +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bI" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bJ" = ( +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_y = 58 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bL" = ( +/obj/machinery/door/airlock/external{ + name = "Emergency Recovery Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_x = -32 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bO" = ( +/obj/structure/table/reinforced, +/obj/item/storage/lockbox/loyalty, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bP" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bQ" = ( +/obj/structure/fireaxecabinet{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bR" = ( +/obj/machinery/door/airlock/external{ + name = "Emergency Recovery Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties, +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_y = -26 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bW" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bX" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"bY" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Holding Area"; + req_access_txt = "2" + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"bZ" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"ca" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cd" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"ce" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cf" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cg" = ( +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = 26; + pixel_y = 58 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"ch" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"ci" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cj" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"ck" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Emergency Recovery Airlock"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"cl" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cm" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cn" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cp" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cq" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cr" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/assembly/flash/handheld, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cs" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"ct" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cu" = ( +/obj/machinery/computer/emergency_shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cv" = ( +/obj/machinery/computer/communications{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cw" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cx" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"cy" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"cA" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + heat_capacity = 1e+006 + }, +/area/shuttle/escape) +"cB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"cC" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"cF" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"cG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"cH" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/shuttle/escape) +"hB" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, +/area/shuttle/escape) (1,1,1) = {" -aaabababacababacababacababacabababaa -acadadadacadadacadadacadadacadadadac -aeafhBhBafafhBafhBhBafhBafafhBhBafae -afahaiaiaicyaicyaiaiaiahafajakalamaf -afcAaoaoaoaoaoaoaoaoaoapaqarasatauhB -hBavaoawaxavaoawaxavaoawagayazaAaBhB -hBavaoawaCavaoawaDavaoaEaFaEaoaoaGhB -afaHaoawaIavaoawaIavaoaEaFaEaoaoaJhB -afanaoawaKavaoawaKavaoawagaLaMaMaNaf -aOaEaoawaxavaoawaxavaoawaPaQaRaRaSaf -aTaUaoaoaoaoaoaoaoaoaocBafafaVaVaPaT -aWaEaoawaXavaoawaXavaoawafaYaEaEaZaf -afanaoawaKavaoawaCavaoawafbabbbcbdhB -hBavaoawbeavaoawbeavaoawafbfbgbhbihB -hBavaoawaDavaoawbjavaoaEbkaEbgbhcChB -hBavaoawaXavaoawaXavaoaEbkaEbgbhcChB -afcAaoaoaoaoaoaoaoaoaoapafblbmbnahhB -aOaEbobobobobpboboboboahafbqbrbrbsaf -afafbtafhBafafhBbubuhBafafafafafafaf -bvbwbwbxbxbyafbzaiaibAaTbBbCbDbCahhB -afbEbwbwbwbwbYbFaoaobGafbHcFbIbJbKbL -afbMbwbwbNbOhBbPaoaobQafbRaebSaibTbL -afbUbUcGbUbVaTbWbXbXbIckcHafbZbZbZhB -afafhBafafafafaqbubuaqafafafafhBafaf -aaaaaaaaafcacbcccccccccbcdafaaaaaaaa -aaaaaaaaaTcecfcccccccgchciaTaaaaaaaa -aaaaaaaahBcjcfclcmcnclchcphBaaaaaaaa -aaaaaaaaafcqcrcsctcucvcwcxafaaaaaaaa -aaaaaaaaafafhBhBhBhBhBhBafafaaaaaaaa +aa +ac +ae +af +af +hB +hB +af +af +aO +aT +aW +af +hB +hB +hB +af +aO +af +bv +af +af +af +af +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +ab +ad +af +ah +cA +av +av +aH +an +aE +aU +aE +an +av +av +av +cA +aE +af +bw +bE +bM +bU +af +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +ab +ad +hB +ai +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +bo +bt +bw +bw +bw +bU +hB +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +ab +ad +hB +ai +ao +aw +aw +aw +aw +aw +ao +aw +aw +aw +aw +aw +ao +bo +af +bx +bw +bw +cG +af +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +ac +ac +af +ai +ao +ax +aC +aI +aK +ax +ao +aX +aK +be +aD +aX +ao +bo +hB +bx +bw +bN +bU +af +af +aT +hB +af +af +"} +(6,1,1) = {" +ab +ad +af +cy +ao +av +av +av +av +av +ao +av +av +av +av +av +ao +bo +af +by +bw +bO +bV +af +ca +ce +cj +cq +af +"} +(7,1,1) = {" +ab +ad +hB +ai +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +bp +af +af +bY +hB +aT +af +cb +cf +cf +cr +hB +"} +(8,1,1) = {" +ac +ac +af +cy +ao +aw +aw +aw +aw +aw +ao +aw +aw +aw +aw +aw +ao +bo +hB +bz +bF +bP +bW +aq +cc +cc +cl +cs +hB +"} +(9,1,1) = {" +ab +ad +hB +ai +ao +ax +aD +aI +aK +ax +ao +aX +aC +be +bj +aX +ao +bo +bu +ai +ao +ao +bX +bu +cc +cc +cm +ct +hB +"} +(10,1,1) = {" +ab +ad +hB +ai +ao +av +av +av +av +av +ao +av +av +av +av +av +ao +bo +bu +ai +ao +ao +bX +bu +cc +cc +cn +cu +hB +"} +(11,1,1) = {" +ac +ac +af +ai +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +bo +hB +bA +bG +bQ +bI +aq +cc +cg +cl +cv +hB +"} +(12,1,1) = {" +ab +ad +hB +ah +ap +aw +aE +aE +aw +aw +cB +aw +aw +aw +aE +aE +ap +ah +af +aT +af +af +ck +af +cb +ch +ch +cw +hB +"} +(13,1,1) = {" +ab +ad +af +af +aq +ag +aF +aF +ag +aP +af +af +af +af +bk +bk +af +af +af +bB +bH +bR +cH +af +cd +ci +cp +cx +af +"} +(14,1,1) = {" +ac +ac +af +aj +ar +ay +aE +aE +aL +aQ +af +aY +ba +bf +aE +aE +bl +bq +af +bC +cF +ae +af +af +af +aT +hB +af +af +"} +(15,1,1) = {" +ab +ad +hB +ak +as +az +ao +ao +aM +aR +aV +aE +bb +bg +bg +bg +bm +br +af +bD +bI +bS +bZ +af +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +ab +ad +hB +al +at +aA +ao +ao +aM +aR +aV +aE +bc +bh +bh +bh +bn +br +af +bC +bJ +ai +bZ +hB +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +ab +ad +af +am +au +aB +aG +aJ +aN +aS +aP +aZ +bd +bi +cC +cC +ah +bs +af +ah +bK +bT +bZ +af +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +ac +ae +af +hB +hB +hB +hB +af +af +aT +af +hB +hB +hB +hB +hB +af +af +hB +bL +bL +hB +af +aa +aa +aa +aa +aa "} diff --git a/_maps/templates/new_pod_1.dmm b/_maps/templates/new_pod_1.dmm index 89d66fdd..af665e3b 100644 --- a/_maps/templates/new_pod_1.dmm +++ b/_maps/templates/new_pod_1.dmm @@ -1,56 +1,253 @@ -"a" = (/turf/open/space/basic,/area/space) -"b" = (/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"c" = (/obj/structure/sign/mining/survival{dir = 1},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"d" = (/obj/structure/fans,/turf/open/floor/pod,/area/survivalpod) -"e" = (/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"f" = (/obj/item/gps/computer,/turf/open/floor/pod,/area/survivalpod) -"g" = (/obj/structure/sign/mining/survival{dir = 8},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"h" = (/obj/machinery/sleeper/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"i" = (/turf/open/floor/pod,/area/survivalpod) -"j" = (/obj/structure/bed/pod,/obj/item/bedsheet/black,/turf/open/floor/pod,/area/survivalpod) -"k" = (/obj/structure/sign/mining/survival{dir = 4},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"l" = (/obj/structure/table/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"m" = (/obj/structure/tubes,/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/pod,/area/survivalpod) -"n" = (/obj/structure/sign/mining/survival,/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"o" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/survival_pod/glass,/turf/open/floor/pod,/area/survivalpod) -"p" = (/obj/structure/sign/mining,/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/open/space/basic, +/area/space) +"b" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"c" = ( +/obj/structure/sign/mining/survival{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"d" = ( +/obj/structure/fans, +/turf/open/floor/pod, +/area/survivalpod) +"e" = ( +/obj/machinery/smartfridge/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"f" = ( +/obj/item/gps/computer, +/turf/open/floor/pod, +/area/survivalpod) +"g" = ( +/obj/structure/sign/mining/survival{ + dir = 8 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"h" = ( +/obj/machinery/sleeper/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"i" = ( +/turf/open/floor/pod, +/area/survivalpod) +"j" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/black, +/turf/open/floor/pod, +/area/survivalpod) +"k" = ( +/obj/structure/sign/mining/survival{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"l" = ( +/obj/structure/table/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"m" = ( +/obj/structure/tubes, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"n" = ( +/obj/structure/sign/mining/survival, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"o" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/survival_pod/glass, +/turf/open/floor/pod, +/area/survivalpod) +"p" = ( +/obj/structure/sign/mining, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) (1,1,1) = {" -bbcbb -bdefb -ghijk -blimb -bnopb +b +b +g +b +b +"} +(2,1,1) = {" +b +d +h +l +n +"} +(3,1,1) = {" +c +e +i +i +o +"} +(4,1,1) = {" +b +f +j +m +p +"} +(5,1,1) = {" +b +b +k +b +b "} (1,1,2) = {" -aaaaa -aaaaa -aaaaa -aaaaa -aaaaa +a +a +a +a +a +"} +(2,1,2) = {" +a +a +a +a +a +"} +(3,1,2) = {" +a +a +a +a +a +"} +(4,1,2) = {" +a +a +a +a +a +"} +(5,1,2) = {" +a +a +a +a +a "} (1,1,3) = {" -aaaaa -aaaaa -aaaaa -aaaaa -aaaaa +a +a +a +a +a +"} +(2,1,3) = {" +a +a +a +a +a +"} +(3,1,3) = {" +a +a +a +a +a +"} +(4,1,3) = {" +a +a +a +a +a +"} +(5,1,3) = {" +a +a +a +a +a "} (1,1,4) = {" -aaaaa -aaaaa -aaaaa -aaaaa -aaaaa +a +a +a +a +a +"} +(2,1,4) = {" +a +a +a +a +a +"} +(3,1,4) = {" +a +a +a +a +a +"} +(4,1,4) = {" +a +a +a +a +a +"} +(5,1,4) = {" +a +a +a +a +a "} (1,1,5) = {" -aaaaa -aaaaa -aaaaa -aaaaa -aaaaa +a +a +a +a +a +"} +(2,1,5) = {" +a +a +a +a +a +"} +(3,1,5) = {" +a +a +a +a +a +"} +(4,1,5) = {" +a +a +a +a +a +"} +(5,1,5) = {" +a +a +a +a +a "} diff --git a/_maps/templates/new_pod_2.dmm b/_maps/templates/new_pod_2.dmm index ab593ee8..5f6345db 100644 --- a/_maps/templates/new_pod_2.dmm +++ b/_maps/templates/new_pod_2.dmm @@ -1,39 +1,250 @@ -"a" = (/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"b" = (/obj/structure/sign/mining/survival{dir = 1},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"c" = (/obj/structure/sign/mining/survival{dir = 8},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"d" = (/obj/structure/fans,/turf/open/floor/pod,/area/survivalpod) -"e" = (/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"f" = (/obj/item/gps/computer,/turf/open/floor/pod,/area/survivalpod) -"g" = (/obj/structure/ore_box,/obj/structure/window/reinforced/survival_pod{dir = 8; layer = 3},/turf/open/floor/pod,/area/survivalpod) -"h" = (/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/structure/rack,/turf/open/floor/pod,/area/survivalpod) -"i" = (/obj/structure/sign/mining/survival{dir = 4},/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"j" = (/obj/machinery/sleeper/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"k" = (/turf/open/floor/pod,/area/survivalpod) -"l" = (/obj/structure/bed/pod,/obj/item/bedsheet/black,/turf/open/floor/pod,/area/survivalpod) -"m" = (/obj/structure/window/reinforced/survival_pod{dir = 8; layer = 3},/turf/open/floor/pod,/area/survivalpod) -"n" = (/obj/structure/table/survival_pod,/obj/item/storage/firstaid/regular,/turf/open/floor/pod,/area/survivalpod) -"o" = (/obj/structure/tubes,/turf/open/floor/pod,/area/survivalpod) -"p" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/open/floor/pod,/area/survivalpod) -"q" = (/obj/machinery/light{dir = 4; light_color = "#DDFFD3"},/turf/open/floor/pod,/area/survivalpod) -"r" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/shower{layer = 2},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; layer = 5.1; open = 0},/turf/open/floor/pod,/area/survivalpod) -"s" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/obj/structure/toilet{layer = 2},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; layer = 5.1; open = 0},/turf/open/floor/pod,/area/survivalpod) -"t" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 1},/turf/open/floor/pod,/area/survivalpod) -"u" = (/obj/structure/window/reinforced/survival_pod{density = 0; dir = 9},/turf/open/floor/pod,/area/survivalpod) -"v" = (/obj/structure/chair,/turf/open/floor/pod,/area/survivalpod) -"w" = (/obj/structure/sink/kitchen{icon_state = "sink_alt"; dir = 4; pixel_x = -13},/turf/open/floor/pod,/area/survivalpod) -"x" = (/obj/machinery/light,/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"y" = (/obj/structure/table/reinforced,/turf/open/floor/pod,/area/survivalpod) -"z" = (/obj/structure/sign/mining/survival,/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"A" = (/obj/machinery/door/airlock/survival_pod/glass,/obj/structure/fans/tiny,/turf/open/floor/pod,/area/survivalpod) -"B" = (/obj/structure/sign/mining,/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"C" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/survival_pod/glass,/obj/structure/fans/tiny,/turf/open/floor/pod,/area/survivalpod) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"b" = ( +/obj/structure/sign/mining/survival{ + dir = 1 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"c" = ( +/obj/structure/sign/mining/survival{ + dir = 8 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"d" = ( +/obj/structure/fans, +/turf/open/floor/pod, +/area/survivalpod) +"e" = ( +/obj/machinery/smartfridge/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"f" = ( +/obj/item/gps/computer, +/turf/open/floor/pod, +/area/survivalpod) +"g" = ( +/obj/structure/ore_box, +/obj/structure/window/reinforced/survival_pod{ + dir = 8; + layer = 3 + }, +/turf/open/floor/pod, +/area/survivalpod) +"h" = ( +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/structure/rack, +/turf/open/floor/pod, +/area/survivalpod) +"i" = ( +/obj/structure/sign/mining/survival{ + dir = 4 + }, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"j" = ( +/obj/machinery/sleeper/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"k" = ( +/turf/open/floor/pod, +/area/survivalpod) +"l" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/black, +/turf/open/floor/pod, +/area/survivalpod) +"m" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8; + layer = 3 + }, +/turf/open/floor/pod, +/area/survivalpod) +"n" = ( +/obj/structure/table/survival_pod, +/obj/item/storage/firstaid/regular, +/turf/open/floor/pod, +/area/survivalpod) +"o" = ( +/obj/structure/tubes, +/turf/open/floor/pod, +/area/survivalpod) +"p" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"q" = ( +/obj/machinery/light{ + dir = 4; + light_color = "#DDFFD3" + }, +/turf/open/floor/pod, +/area/survivalpod) +"r" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/machinery/shower{ + layer = 2 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + layer = 5.1; + open = 0 + }, +/turf/open/floor/pod, +/area/survivalpod) +"s" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/obj/structure/toilet{ + layer = 2 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + layer = 5.1; + open = 0 + }, +/turf/open/floor/pod, +/area/survivalpod) +"t" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 1 + }, +/turf/open/floor/pod, +/area/survivalpod) +"u" = ( +/obj/structure/window/reinforced/survival_pod{ + density = 0; + dir = 9 + }, +/turf/open/floor/pod, +/area/survivalpod) +"v" = ( +/obj/structure/chair, +/turf/open/floor/pod, +/area/survivalpod) +"w" = ( +/obj/structure/sink/kitchen{ + icon_state = "sink_alt"; + dir = 4; + pixel_x = -13 + }, +/turf/open/floor/pod, +/area/survivalpod) +"x" = ( +/obj/machinery/light, +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"y" = ( +/obj/structure/table/reinforced, +/turf/open/floor/pod, +/area/survivalpod) +"z" = ( +/obj/structure/sign/mining/survival, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"A" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/structure/fans/tiny, +/turf/open/floor/pod, +/area/survivalpod) +"B" = ( +/obj/structure/sign/mining, +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"C" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/survival_pod/glass, +/obj/structure/fans/tiny, +/turf/open/floor/pod, +/area/survivalpod) (1,1,1) = {" -abababa -cdefghi -ajklmqa -cnkopkA -arstuva -cwxkkyi -azaCaBa +a +c +a +c +a +c +a +"} +(2,1,1) = {" +b +d +j +n +r +w +z +"} +(3,1,1) = {" +a +e +k +k +s +x +a +"} +(4,1,1) = {" +b +f +l +o +t +k +C +"} +(5,1,1) = {" +a +g +m +p +u +k +a +"} +(6,1,1) = {" +b +h +q +k +v +y +B +"} +(7,1,1) = {" +a +i +a +A +a +i +a "} diff --git a/_maps/templates/new_pod_3.dmm b/_maps/templates/new_pod_3.dmm index b50c95cf..bb8dd06d 100644 --- a/_maps/templates/new_pod_3.dmm +++ b/_maps/templates/new_pod_3.dmm @@ -1,42 +1,283 @@ -"a" = (/turf/closed/wall/mineral/titanium/survival,/area/survivalpod) -"b" = (/obj/machinery/door/airlock/survival_pod,/obj/structure/fans/tiny,/turf/closed/wall/mineral/titanium/survival,/area/survivalpod) -"c" = (/obj/machinery/sleeper/survival_pod,/turf/open/floor/pod/dark,/area/survivalpod) -"d" = (/obj/machinery/vending/wallmed{pixel_y = 24},/obj/machinery/light{dir = 4; light_color = "#DDFFD3"},/turf/open/floor/pod/dark,/area/survivalpod) -"e" = (/turf/open/floor/pod,/area/survivalpod) -"f" = (/obj/structure/fans,/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/closed/wall/mineral/titanium/survival,/area/survivalpod) -"g" = (/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"h" = (/obj/item/gps/computer,/turf/open/floor/pod,/area/survivalpod) -"i" = (/obj/structure/table/survival_pod,/obj/item/storage/firstaid/regular{pixel_y = 9},/obj/item/storage/firstaid/brute,/turf/open/floor/pod/dark,/area/survivalpod) -"j" = (/turf/open/floor/pod/dark,/area/survivalpod) -"k" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/open/floor/pod,/area/survivalpod) -"l" = (/obj/machinery/door/airlock/survival_pod/glass,/turf/open/floor/pod/dark,/area/survivalpod) -"m" = (/obj/structure/table/survival_pod,/turf/open/floor/pod/light,/area/survivalpod) -"n" = (/obj/machinery/mineral/equipment_vendor,/turf/open/floor/pod,/area/survivalpod) -"o" = (/obj/structure/bed,/obj/effect/spawner/lootdrop/bedsheet,/obj/machinery/light{icon_state = "tube"; dir = 1},/turf/open/floor/pod/light,/area/survivalpod) -"p" = (/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 6},/turf/open/floor/pod,/area/survivalpod) -"q" = (/obj/structure/window/reinforced/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"r" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/ore_box,/turf/open/floor/pod,/area/survivalpod) -"s" = (/obj/machinery/light{icon_state = "tube"; dir = 8},/turf/open/floor/pod,/area/survivalpod) -"t" = (/obj/structure/chair{icon_state = "chair"; dir = 1},/turf/open/floor/pod/light,/area/survivalpod) -"u" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"v" = (/turf/open/floor/pod/light,/area/survivalpod) -"w" = (/obj/structure/sink/kitchen{icon_state = "sink_alt"; dir = 4; pixel_x = -13},/turf/open/floor/pod/light,/area/survivalpod) -"x" = (/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"y" = (/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/effect/spawner/lootdrop/mre,/obj/structure/rack,/turf/open/floor/pod,/area/survivalpod) -"z" = (/obj/structure/closet/secure_closet/miner,/turf/open/floor/pod,/area/survivalpod) -"A" = (/obj/machinery/door/airlock/survival_pod,/obj/structure/fans/tiny,/turf/open/floor/pod,/area/survivalpod) -"B" = (/obj/machinery/door/airlock/survival_pod/glass,/turf/open/floor/pod/light,/area/survivalpod) -"C" = (/obj/structure/toilet{icon_state = "toilet00"; dir = 1},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; open = 0},/turf/open/floor/pod/light,/area/survivalpod) -"D" = (/obj/machinery/shower{icon_state = "shower"; dir = 1},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; open = 0},/turf/open/floor/pod/light,/area/survivalpod) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/mineral/titanium/survival, +/area/survivalpod) +"b" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/structure/fans/tiny, +/turf/closed/wall/mineral/titanium/survival, +/area/survivalpod) +"c" = ( +/obj/machinery/sleeper/survival_pod, +/turf/open/floor/pod/dark, +/area/survivalpod) +"d" = ( +/obj/machinery/vending/wallmed{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 4; + light_color = "#DDFFD3" + }, +/turf/open/floor/pod/dark, +/area/survivalpod) +"e" = ( +/turf/open/floor/pod, +/area/survivalpod) +"f" = ( +/obj/structure/fans, +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/turf/closed/wall/mineral/titanium/survival, +/area/survivalpod) +"g" = ( +/obj/machinery/smartfridge/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"h" = ( +/obj/item/gps/computer, +/turf/open/floor/pod, +/area/survivalpod) +"i" = ( +/obj/structure/table/survival_pod, +/obj/item/storage/firstaid/regular{ + pixel_y = 9 + }, +/obj/item/storage/firstaid/brute, +/turf/open/floor/pod/dark, +/area/survivalpod) +"j" = ( +/turf/open/floor/pod/dark, +/area/survivalpod) +"k" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"l" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/turf/open/floor/pod/dark, +/area/survivalpod) +"m" = ( +/obj/structure/table/survival_pod, +/turf/open/floor/pod/light, +/area/survivalpod) +"n" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/open/floor/pod, +/area/survivalpod) +"o" = ( +/obj/structure/bed, +/obj/effect/spawner/lootdrop/bedsheet, +/obj/machinery/light{ + icon_state = "tube"; + dir = 1 + }, +/turf/open/floor/pod/light, +/area/survivalpod) +"p" = ( +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 6 + }, +/turf/open/floor/pod, +/area/survivalpod) +"q" = ( +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"r" = ( +/obj/structure/window/reinforced/survival_pod, +/obj/structure/ore_box, +/turf/open/floor/pod, +/area/survivalpod) +"s" = ( +/obj/machinery/light{ + icon_state = "tube"; + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"t" = ( +/obj/structure/chair{ + icon_state = "chair"; + dir = 1 + }, +/turf/open/floor/pod/light, +/area/survivalpod) +"u" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"v" = ( +/turf/open/floor/pod/light, +/area/survivalpod) +"w" = ( +/obj/structure/sink/kitchen{ + icon_state = "sink_alt"; + dir = 4; + pixel_x = -13 + }, +/turf/open/floor/pod/light, +/area/survivalpod) +"x" = ( +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"y" = ( +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/effect/spawner/lootdrop/mre, +/obj/structure/rack, +/turf/open/floor/pod, +/area/survivalpod) +"z" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/pod, +/area/survivalpod) +"A" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/structure/fans/tiny, +/turf/open/floor/pod, +/area/survivalpod) +"B" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/turf/open/floor/pod/light, +/area/survivalpod) +"C" = ( +/obj/structure/toilet{ + icon_state = "toilet00"; + dir = 1 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + open = 0 + }, +/turf/open/floor/pod/light, +/area/survivalpod) +"D" = ( +/obj/machinery/shower{ + icon_state = "shower"; + dir = 1 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + open = 0 + }, +/turf/open/floor/pod/light, +/area/survivalpod) (1,1,1) = {" -aaaabaaaa -acdaefgha -aijlekeea -aaaaeeeea -amoaseena -atvaepqra -awvBeueea -aCDaexyza -aaaaAaaaa +a +a +a +a +a +a +a +a +a +"} +(2,1,1) = {" +a +c +i +a +m +t +w +C +a +"} +(3,1,1) = {" +a +d +j +a +o +v +v +D +a +"} +(4,1,1) = {" +a +a +l +a +a +a +B +a +a +"} +(5,1,1) = {" +b +e +e +e +s +e +e +e +A +"} +(6,1,1) = {" +a +f +k +e +e +p +u +x +a +"} +(7,1,1) = {" +a +g +e +e +e +q +e +y +a +"} +(8,1,1) = {" +a +h +e +e +n +r +e +z +a +"} +(9,1,1) = {" +a +a +a +a +a +a +a +a +a "} diff --git a/_maps/templates/new_pod_luxury.dmm b/_maps/templates/new_pod_luxury.dmm index f995b21c..eb5e5e4d 100644 --- a/_maps/templates/new_pod_luxury.dmm +++ b/_maps/templates/new_pod_luxury.dmm @@ -1,56 +1,480 @@ -"a" = (/turf/closed/wall/mineral/titanium/survival/pod,/area/survivalpod) -"b" = (/obj/structure/toilet{icon_state = "toilet00"; dir = 4},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; open = 0},/turf/open/floor/carpet/black,/area/survivalpod) -"c" = (/turf/open/floor/carpet/black,/area/survivalpod) -"d" = (/obj/structure/table/wood/fancy/black,/turf/open/floor/carpet/black,/area/survivalpod) -"e" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 8},/turf/open/floor/carpet/black,/area/survivalpod) -"f" = (/obj/machinery/chem_dispenser/drinks/beer{pixel_y = 24},/turf/open/floor/carpet/black,/area/survivalpod) -"g" = (/obj/machinery/chem_dispenser/drinks{pixel_y = 24},/turf/open/floor/carpet/black,/area/survivalpod) -"h" = (/obj/machinery/vending/boozeomat/all_access{pixel_y = 32},/turf/open/floor/carpet/black,/area/survivalpod) -"i" = (/obj/machinery/shower{icon_state = "shower"; dir = 4},/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; open = 0},/turf/open/floor/carpet/black,/area/survivalpod) -"j" = (/obj/structure/bed,/obj/effect/spawner/lootdrop/bedsheet,/turf/open/floor/carpet/black,/area/survivalpod) -"k" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/table/wood/fancy/black,/turf/open/floor/carpet/black,/area/survivalpod) -"l" = (/obj/structure/table/wood/fancy/black,/obj/effect/spawner/lootdrop/three_course_meal,/turf/open/floor/carpet/black,/area/survivalpod) -"m" = (/obj/structure/table/wood/fancy/black,/obj/item/reagent_containers/food/drinks/shaker,/turf/open/floor/carpet/black,/area/survivalpod) -"n" = (/obj/structure/table/wood/fancy/black,/obj/machinery/light{icon_state = "tube"; dir = 1},/obj/effect/spawner/lootdrop/three_course_meal,/turf/open/floor/carpet/black,/area/survivalpod) -"o" = (/obj/machinery/door/airlock/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"p" = (/obj/structure/chair/stool/bar,/turf/open/floor/carpet/black,/area/survivalpod) -"q" = (/turf/open/floor/pod,/area/survivalpod) -"r" = (/obj/structure/piano,/turf/open/floor/pod,/area/survivalpod) -"s" = (/obj/structure/chair/stool,/turf/open/floor/pod,/area/survivalpod) -"t" = (/obj/machinery/door/airlock/survival_pod/glass,/obj/structure/fans/tiny,/turf/open/floor/carpet/black,/area/survivalpod) -"u" = (/obj/machinery/light{icon_state = "tube"; dir = 8},/turf/open/floor/carpet/black,/area/survivalpod) -"v" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/chair/sofa/right,/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 1},/turf/open/floor/pod,/area/survivalpod) -"w" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/chair/sofa,/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 1},/turf/open/floor/pod,/area/survivalpod) -"x" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/obj/structure/chair/sofa/corner,/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 4},/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 1},/turf/open/floor/pod,/area/survivalpod) -"y" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/obj/structure/grille,/turf/open/floor/pod,/area/survivalpod) -"z" = (/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/obj/structure/chair/sofa{icon_state = "sofamiddle"; dir = 8},/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"A" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans,/turf/open/floor/pod,/area/survivalpod) -"B" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"C" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/item/gps/computer,/turf/open/floor/pod,/area/survivalpod) -"D" = (/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 4},/obj/structure/chair/sofa/left{icon_state = "sofaend_left"; dir = 8},/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"E" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/machinery/sleeper/survival_pod,/turf/open/floor/pod,/area/survivalpod) -"F" = (/obj/structure/ore_box{layer = 3.1},/turf/open/floor/pod,/area/survivalpod) -"G" = (/obj/structure/table/wood/fancy/black,/obj/item/storage/box/drinkingglasses,/obj/machinery/light{icon_state = "tube"; dir = 4},/turf/open/floor/carpet/black,/area/survivalpod) -"H" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 8},/turf/open/floor/pod,/area/survivalpod) -"I" = (/obj/structure/table/reinforced,/obj/item/storage/firstaid/regular{pixel_y = 8},/obj/item/storage/firstaid/brute,/obj/item/storage/hypospraykit/regular{pixel_y = -4},/obj/item/crowbar,/turf/open/floor/pod,/area/survivalpod) -"J" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{icon_state = "pwindow"; dir = 5},/obj/structure/grille,/turf/open/floor/pod,/area/survivalpod) -"K" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/grille,/turf/open/floor/pod,/area/survivalpod) -"L" = (/obj/machinery/light{icon_state = "tube"; dir = 8},/turf/open/floor/pod,/area/survivalpod) -"M" = (/obj/machinery/light{icon_state = "tube"; dir = 4},/turf/open/floor/pod,/area/survivalpod) -"N" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 1},/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 1},/obj/machinery/light{icon_state = "tube"; dir = 8},/turf/open/floor/carpet/black,/area/survivalpod) -"O" = (/obj/machinery/door/window/survival_pod{icon_state = "windoor"; dir = 4},/obj/machinery/door/firedoor/border_only{icon_state = "door_open"; dir = 4},/obj/machinery/light,/turf/open/floor/carpet/black,/area/survivalpod) -"P" = (/obj/machinery/light,/turf/open/floor/carpet/black,/area/survivalpod) +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/closed/wall/mineral/titanium/survival/pod, +/area/survivalpod) +"b" = ( +/obj/structure/toilet{ + icon_state = "toilet00"; + dir = 4 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + open = 0 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"c" = ( +/turf/open/floor/carpet/black, +/area/survivalpod) +"d" = ( +/obj/structure/table/wood/fancy/black, +/turf/open/floor/carpet/black, +/area/survivalpod) +"e" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"f" = ( +/obj/machinery/chem_dispenser/drinks/beer{ + pixel_y = 24 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"g" = ( +/obj/machinery/chem_dispenser/drinks{ + pixel_y = 24 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"h" = ( +/obj/machinery/vending/boozeomat/all_access{ + pixel_y = 32 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"i" = ( +/obj/machinery/shower{ + icon_state = "shower"; + dir = 4 + }, +/obj/structure/curtain{ + alpha = 240; + color = "#454545"; + icon_state = "closed"; + open = 0 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"j" = ( +/obj/structure/bed, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet/black, +/area/survivalpod) +"k" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/turf/open/floor/carpet/black, +/area/survivalpod) +"l" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/lootdrop/three_course_meal, +/turf/open/floor/carpet/black, +/area/survivalpod) +"m" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/food/drinks/shaker, +/turf/open/floor/carpet/black, +/area/survivalpod) +"n" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/light{ + icon_state = "tube"; + dir = 1 + }, +/obj/effect/spawner/lootdrop/three_course_meal, +/turf/open/floor/carpet/black, +/area/survivalpod) +"o" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"p" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/carpet/black, +/area/survivalpod) +"q" = ( +/turf/open/floor/pod, +/area/survivalpod) +"r" = ( +/obj/structure/piano, +/turf/open/floor/pod, +/area/survivalpod) +"s" = ( +/obj/structure/chair/stool, +/turf/open/floor/pod, +/area/survivalpod) +"t" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/structure/fans/tiny, +/turf/open/floor/carpet/black, +/area/survivalpod) +"u" = ( +/obj/machinery/light{ + icon_state = "tube"; + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"v" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 1 + }, +/turf/open/floor/pod, +/area/survivalpod) +"w" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/chair/sofa, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 1 + }, +/turf/open/floor/pod, +/area/survivalpod) +"x" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/obj/structure/chair/sofa/corner, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 1 + }, +/turf/open/floor/pod, +/area/survivalpod) +"y" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/obj/structure/grille, +/turf/open/floor/pod, +/area/survivalpod) +"z" = ( +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/obj/structure/chair/sofa{ + icon_state = "sofamiddle"; + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"A" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/fans, +/turf/open/floor/pod, +/area/survivalpod) +"B" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/machinery/smartfridge/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"C" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/item/gps/computer, +/turf/open/floor/pod, +/area/survivalpod) +"D" = ( +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 4 + }, +/obj/structure/chair/sofa/left{ + icon_state = "sofaend_left"; + dir = 8 + }, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"E" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/machinery/sleeper/survival_pod, +/turf/open/floor/pod, +/area/survivalpod) +"F" = ( +/obj/structure/ore_box{ + layer = 3.1 + }, +/turf/open/floor/pod, +/area/survivalpod) +"G" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light{ + icon_state = "tube"; + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"H" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"I" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_y = 8 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/hypospraykit/regular{ + pixel_y = -4 + }, +/obj/item/crowbar, +/turf/open/floor/pod, +/area/survivalpod) +"J" = ( +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod, +/obj/structure/window/reinforced/survival_pod{ + icon_state = "pwindow"; + dir = 5 + }, +/obj/structure/grille, +/turf/open/floor/pod, +/area/survivalpod) +"K" = ( +/obj/structure/window/reinforced/survival_pod, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/obj/structure/grille, +/turf/open/floor/pod, +/area/survivalpod) +"L" = ( +/obj/machinery/light{ + icon_state = "tube"; + dir = 8 + }, +/turf/open/floor/pod, +/area/survivalpod) +"M" = ( +/obj/machinery/light{ + icon_state = "tube"; + dir = 4 + }, +/turf/open/floor/pod, +/area/survivalpod) +"N" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 1 + }, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 1 + }, +/obj/machinery/light{ + icon_state = "tube"; + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/survivalpod) +"O" = ( +/obj/machinery/door/window/survival_pod{ + icon_state = "windoor"; + dir = 4 + }, +/obj/machinery/door/firedoor/border_only{ + icon_state = "door_open"; + dir = 4 + }, +/obj/machinery/light, +/turf/open/floor/carpet/black, +/area/survivalpod) +"P" = ( +/obj/machinery/light, +/turf/open/floor/carpet/black, +/area/survivalpod) (1,1,1) = {" -aaaaaaaaaaa -abcnacefgha -aicjauklmGa -aaoaacppppa -aLcrscqqqMa -accccccccct -aNvwxcqqqMa -ycllzcqABCa -ycdlDcqEqFa -ycccOcPHqIa -JKKKataaaaa +a +a +a +a +a +a +a +y +y +y +J +"} +(2,1,1) = {" +a +b +i +a +L +c +N +c +c +c +K +"} +(3,1,1) = {" +a +c +c +o +c +c +v +l +d +c +K +"} +(4,1,1) = {" +a +n +j +a +r +c +w +l +l +c +K +"} +(5,1,1) = {" +a +a +a +a +s +c +x +z +D +O +a +"} +(6,1,1) = {" +a +c +u +c +c +c +c +c +c +c +t +"} +(7,1,1) = {" +a +e +k +p +q +c +q +q +q +P +a +"} +(8,1,1) = {" +a +f +l +p +q +c +q +A +E +H +a +"} +(9,1,1) = {" +a +g +m +p +q +c +q +B +q +q +a +"} +(10,1,1) = {" +a +h +G +p +M +c +M +C +F +I +a +"} +(11,1,1) = {" +a +a +a +a +a +t +a +a +a +a +a "} From 268ada9b6daca509bbf46be71cf113ca59af865c Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Tue, 28 Jan 2020 20:22:19 -0600 Subject: [PATCH 26/54] passer trois --- tools/deploy.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/deploy.sh diff --git a/tools/deploy.sh b/tools/deploy.sh old mode 100644 new mode 100755 From 2eca4d4397247f8553a0e5f49b130e8cadbe96ba Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:01:21 +0800 Subject: [PATCH 27/54] Create .gitattributes --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a0a624af --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +# merger hooks, run tools/hooks/install.bat or install.sh to set up +*.dmm merge=dmm +*.dmi merge=dmi + +# force changelog merging to use union +html/changelog.html merge=union + +# force all files to be LF +* text=auto From 97c630e702d9c86c4b6f9c27a83406f4c455818a Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Wed, 29 Jan 2020 16:03:26 +0800 Subject: [PATCH 28/54] Update .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.editorconfig b/.editorconfig index a25dbdfc..13dcd5e0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,10 @@ insert_final_newline = true indent_style = tab indent_size = 4 + +[*.yml] +indent_style = space +indent_size = 2 + +[*.txt] +insert_final_newline = false From e63c7b37f369d41e218073f15e51a01c42ce93c1 Mon Sep 17 00:00:00 2001 From: Azarak Date: Wed, 29 Jan 2020 12:45:53 +0100 Subject: [PATCH 29/54] RCD update --- code/__DEFINES/construction.dm | 5 + code/game/machinery/doors/airlock.dm | 3 + code/game/machinery/doors/firedoor.dm | 15 ++ code/game/machinery/firealarm.dm | 14 ++ .../temporary_visuals/miscellaneous.dm | 41 +++++ code/game/objects/items/RCD.dm | 140 ++++++++++++++---- .../closets/secure/engineering.dm | 1 + code/game/turfs/simulated/floor.dm | 22 ++- .../atmospherics/machinery/airalarm.dm | 15 ++ code/modules/power/apc.dm | 46 ++++++ code/modules/research/designs/misc_designs.dm | 40 +++++ code/modules/research/techweb/all_nodes.dm | 2 +- code/modules/vending/engivend.dm | 2 +- icons/effects/effects_rcd.dmi | Bin 0 -> 22425 bytes 14 files changed, 311 insertions(+), 35 deletions(-) create mode 100644 icons/effects/effects_rcd.dmi diff --git a/code/__DEFINES/construction.dm b/code/__DEFINES/construction.dm index ee51fb69..31d8e55b 100644 --- a/code/__DEFINES/construction.dm +++ b/code/__DEFINES/construction.dm @@ -109,3 +109,8 @@ #define RCD_AIRLOCK 2 #define RCD_DECONSTRUCT 3 #define RCD_WINDOWGRILLE 4 +#define RCD_MACHINE 8 +#define RCD_COMPUTER 16 + +#define RCD_UPGRADE_FRAMES 1 +#define RCD_UPGRADE_SIMPLE_CIRCUITS 2 diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index af2c06c7..11c6be02 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -1408,6 +1408,9 @@ /obj/machinery/door/airlock/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd) switch(the_rcd.mode) if(RCD_DECONSTRUCT) + if(security_level != AIRLOCK_SECURITY_NONE && the_rcd.canRturf != TRUE) + to_chat(user, "[src]'s reinforcement needs to be removed first.") + return FALSE return list("mode" = RCD_DECONSTRUCT, "delay" = 50, "cost" = 32) return FALSE diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index 6e6ae5b2..bbd692b8 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -450,6 +450,21 @@ return return ..() +/obj/structure/firelock_frame/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd) + if((constructionStep == CONSTRUCTION_NOCIRCUIT) && (the_rcd.upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS)) + return list("mode" = RCD_UPGRADE_SIMPLE_CIRCUITS, "delay" = 20, "cost" = 1) + return FALSE + +/obj/structure/firelock_frame/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) + switch(passed_mode) + if(RCD_UPGRADE_SIMPLE_CIRCUITS) + user.visible_message("[user] fabricates a circuit and places it into [src].", \ + "You adapt a firelock circuit and slot it into the assembly.") + constructionStep = CONSTRUCTION_GUTTED + update_icon() + return TRUE + return FALSE + /obj/structure/firelock_frame/heavy name = "heavy firelock frame" reinforced = TRUE diff --git a/code/game/machinery/firealarm.dm b/code/game/machinery/firealarm.dm index e1bfeab7..dcc78f06 100644 --- a/code/game/machinery/firealarm.dm +++ b/code/game/machinery/firealarm.dm @@ -252,6 +252,20 @@ return return ..() +/obj/machinery/firealarm/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd) + if((buildstage == 0) && (the_rcd.upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS)) + return list("mode" = RCD_UPGRADE_SIMPLE_CIRCUITS, "delay" = 20, "cost" = 1) + return FALSE + +/obj/machinery/firealarm/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) + switch(passed_mode) + if(RCD_UPGRADE_SIMPLE_CIRCUITS) + user.visible_message("[user] fabricates a circuit and places it into [src].", \ + "You adapt a fire alarm circuit and slot it into the assembly.") + buildstage = 1 + update_icon() + return TRUE + return FALSE /obj/machinery/firealarm/take_damage(damage_amount, damage_type = BRUTE, damage_flag = 0, sound_effect = 1, attack_dir) . = ..() diff --git a/code/game/objects/effects/temporary_visuals/miscellaneous.dm b/code/game/objects/effects/temporary_visuals/miscellaneous.dm index 7d02d9d3..dd7267c5 100644 --- a/code/game/objects/effects/temporary_visuals/miscellaneous.dm +++ b/code/game/objects/effects/temporary_visuals/miscellaneous.dm @@ -435,3 +435,44 @@ animate(src, alpha = 0, transform = skew, time = duration) else return INITIALIZE_HINT_QDEL + +/obj/effect/constructing_effect + icon = 'icons/effects/effects_rcd.dmi' + icon_state = "" + layer = ABOVE_ALL_MOB_LAYER + anchored = TRUE + var/status = 0 + var/delay = 0 + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/constructing_effect/Initialize(mapload, rcd_delay, rcd_status) + . = ..() + status = rcd_status + delay = rcd_delay + if (status == RCD_DECONSTRUCT) + addtimer(CALLBACK(src, .proc/update_icon), 11) + delay -= 11 + icon_state = "rcd_end_reverse" + else + update_icon() + +/obj/effect/constructing_effect/update_icon() + icon_state = "rcd" + if (delay < 10) + icon_state += "_shortest" + else if (delay < 20) + icon_state += "_shorter" + else if (delay < 37) + icon_state += "_short" + if (status == RCD_DECONSTRUCT) + icon_state += "_reverse" + +/obj/effect/constructing_effect/proc/end_animation() + if (status == RCD_DECONSTRUCT) + qdel(src) + else + icon_state = "rcd_end" + addtimer(CALLBACK(src, .proc/end), 15) + +/obj/effect/constructing_effect/proc/end() + qdel(src) \ No newline at end of file diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 1ff3c7df..5e02ceeb 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -37,6 +37,7 @@ RLD var/has_ammobar = FALSE //controls whether or not does update_icon apply ammo indicator overlays var/ammo_sections = 10 //amount of divisions in the ammo indicator overlay/number of ammo indicator states var/custom_range = 7 + var/upgrade = FALSE /obj/item/construction/Initialize() . = ..() @@ -45,8 +46,12 @@ RLD spark_system.attach(src) /obj/item/construction/examine(mob/user) - ..() - to_chat(user, "\A [src]. It currently holds [matter]/[max_matter] matter-units." ) + . = ..() + to_chat(user, "It currently holds [matter]/[max_matter] matter-units." ) + if(upgrade & RCD_UPGRADE_FRAMES) + to_chat(user, "It contains the design for machine frames, computer frames and deconstruction." ) + if(upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS) + to_chat(user, "It contains the design for firelock, air alarm, fire alarm, apc circuits and crap power cells.") /obj/item/construction/Destroy() QDEL_NULL(spark_system) @@ -82,6 +87,13 @@ RLD loaded = loadwithsheets(W, sheetmultiplier * 0.25, user) // 1 matter for 1 floortile, as 4 tiles are produced from 1 metal if(loaded) to_chat(user, "[src] now holds [matter]/[max_matter] matter-units.") + else if(istype(W, /obj/item/rcd_upgrade)) + to_chat(user, "You upgrade the RCD with the [W]!") + var/obj/item/rcd_upgrade/rcd_up = W + if(!(upgrade & rcd_up.upgrade)) + upgrade |= rcd_up.upgrade + playsound(src.loc, 'sound/machines/click.ogg', 50, 1) + qdel(W) else return ..() update_icon() //ensures that ammo counters (if present) get updated @@ -110,10 +122,10 @@ RLD if(matter < amount) if(user) to_chat(user, no_ammo_message) - return 0 + return FALSE matter -= amount update_icon() - return 1 + return TRUE /obj/item/construction/proc/checkResource(amount, mob/user) . = matter >= amount @@ -127,15 +139,14 @@ RLD if(!(A in range(custom_range, get_turf(user)))) to_chat(user, "The \'Out of Range\' light on [src] blinks red.") return FALSE - else - return TRUE - -/obj/item/construction/proc/prox_check(proximity) - if(proximity) - return TRUE - else + var/view_range = user.client ? user.client.view : world.view + //if user can't be seen from A (only checks surroundings' opaqueness) and can't see A. + //jarring, but it should stop people from targetting atoms they can't see... + //excluding darkness, to allow RLD to be used to light pitch black dark areas. + if(!((user in view(view_range, A)) || (user in viewers(view_range, A)))) + to_chat(user, "You focus, pointing \the [src] at whatever outside your field of vision in the given direction... to no avail.") return FALSE - + return TRUE /obj/item/construction/rcd name = "rapid-construction-device (RCD)" @@ -148,6 +159,7 @@ RLD has_ammobar = TRUE var/mode = 1 var/ranged = FALSE + var/computer_dir = 1 var/airlock_type = /obj/machinery/door/airlock var/airlock_glass = FALSE // So the floor's rcd_act knows how much ammo to use var/window_type = /obj/structure/window/fulltile @@ -218,11 +230,10 @@ RLD t1 += "

Close

\n" - var/datum/browser/popup = new(user, "rcd_access", "Access Control", 900, 500) + var/datum/browser/popup = new(user, "rcd_access", "Access Control", 900, 500, src) popup.set_content(t1) popup.set_title_image(user.browse_rsc_icon(icon, icon_state)) popup.open() - onclose(user, "rcd_access") /obj/item/construction/rcd/Topic(href, href_list) ..() @@ -270,6 +281,28 @@ RLD return FALSE return TRUE +/obj/item/construction/rcd/proc/change_computer_dir(mob/user) + if(!user) + return + var/list/computer_dirs = list( + "NORTH" = image(icon = 'icons/mob/radial.dmi', icon_state = "cnorth"), + "EAST" = image(icon = 'icons/mob/radial.dmi', icon_state = "ceast"), + "SOUTH" = image(icon = 'icons/mob/radial.dmi', icon_state = "csouth"), + "WEST" = image(icon = 'icons/mob/radial.dmi', icon_state = "cwest") + ) + var/computerdirs = show_radial_menu(user, src, computer_dirs, custom_check = CALLBACK(src, .proc/check_menu, user), require_near = TRUE, tooltips = TRUE) + if(!check_menu(user)) + return + switch(computerdirs) + if("NORTH") + computer_dir = 1 + if("EAST") + computer_dir = 4 + if("SOUTH") + computer_dir = 2 + if("WEST") + computer_dir = 8 + /obj/item/construction/rcd/proc/change_airlock_setting(mob/user) if(!user) return @@ -412,15 +445,22 @@ RLD var/list/rcd_results = A.rcd_vals(user, src) if(!rcd_results) return FALSE - if(do_after(user, rcd_results["delay"] * delay_mod, target = A)) + var/delay = rcd_results["delay"] * delay_mod + var/obj/effect/constructing_effect/rcd_effect = new(get_turf(A), delay, src.mode) + var/turf/the_turf = get_turf(A) + var/turf_coords = "[COORD(the_turf)]" + investigate_log("[user] is attempting to use [src] on [A] (loc [turf_coords] at [the_turf]) with cost [rcd_results["cost"]], delay [rcd_results["delay"]], mode [rcd_results["mode"]].", INVESTIGATE_RCD) + if(do_after(user, delay, target = A)) if(checkResource(rcd_results["cost"], user)) var/atom/cached = A if(A.rcd_act(user, src, rcd_results["mode"])) + rcd_effect.end_animation() useResource(rcd_results["cost"], user) activate() - investigate_log("[user] used [src] on [cached] (now [A]) with cost [rcd_results["cost"]], delay [rcd_results["delay"]], mode [rcd_results["mode"]].", INVESTIGATE_RCD) + investigate_log("[user] used [src] on [cached] (loc [turf_coords] at [the_turf]) with cost [rcd_results["cost"]], delay [rcd_results["delay"]], mode [rcd_results["mode"]].", INVESTIGATE_RCD) playsound(src, 'sound/machines/click.ogg', 50, 1) return TRUE + qdel(rcd_effect) /obj/item/construction/rcd/Initialize() . = ..() @@ -434,10 +474,15 @@ RLD ..() var/list/choices = list( "Airlock" = image(icon = 'icons/mob/radial.dmi', icon_state = "airlock"), - "Deconstruct" = image(icon= 'icons/mob/radial.dmi', icon_state = "delete"), "Grilles & Windows" = image(icon = 'icons/mob/radial.dmi', icon_state = "grillewindow"), "Floors & Walls" = image(icon = 'icons/mob/radial.dmi', icon_state = "wallfloor") ) + if(upgrade & RCD_UPGRADE_FRAMES) + choices += list( + "Deconstruct" = image(icon= 'icons/mob/radial.dmi', icon_state = "delete"), + "Machine Frames" = image(icon = 'icons/mob/radial.dmi', icon_state = "machine"), + "Computer Frames" = image(icon = 'icons/mob/radial.dmi', icon_state = "computer_dir"), + ) if(mode == RCD_AIRLOCK) choices += list( "Change Access" = image(icon = 'icons/mob/radial.dmi', icon_state = "access"), @@ -459,6 +504,12 @@ RLD mode = RCD_DECONSTRUCT if("Grilles & Windows") mode = RCD_WINDOWGRILLE + if("Machine Frames") + mode = RCD_MACHINE + if("Computer Frames") + mode = RCD_COMPUTER + change_computer_dir(user) + return if("Change Access") change_airlock_access(user) return @@ -481,7 +532,12 @@ RLD /obj/item/construction/rcd/afterattack(atom/A, mob/user, proximity) . = ..() - if(!prox_check(proximity)) + if(!proximity) + if(!ranged || !range_check(A,user)) //early return not-in-range sanity. + return + if(target_check(A,user)) + user.Beam(A,icon_state="rped_upgrade",time=30) + rcd_create(A,user) return rcd_create(A, user) @@ -511,6 +567,8 @@ RLD no_ammo_message = "Insufficient charge." desc = "A device used to rapidly build walls and floors." canRturf = TRUE + upgrade = TRUE + var/energyfactor = 72 /obj/item/construction/rcd/borg/useResource(amount, mob/user) @@ -521,7 +579,7 @@ RLD if(user) to_chat(user, no_ammo_message) return 0 - . = borgy.cell.use(amount * 72) //borgs get 1.3x the use of their RCDs + . = borgy.cell.use(amount * energyfactor) //borgs get 1.3x the use of their RCDs if(!. && user) to_chat(user, no_ammo_message) return . @@ -534,19 +592,29 @@ RLD if(user) to_chat(user, no_ammo_message) return 0 - . = borgy.cell.charge >= (amount * 72) + . = borgy.cell.charge >= (amount * energyfactor) if(!. && user) to_chat(user, no_ammo_message) return . +/obj/item/construction/rcd/borg/syndicate + icon_state = "ircd" + item_state = "ircd" + energyfactor = 66 + /obj/item/construction/rcd/loaded + materials = list(MAT_METAL=48000, MAT_GLASS=32000) matter = 160 +/obj/item/construction/rcd/loaded/upgraded + upgrade = TRUE + /obj/item/construction/rcd/combat name = "Combat RCD" desc = "A device used to rapidly build and deconstruct. Reload with metal, plasteel, glass or compressed matter cartridges. This RCD has been upgraded to be able to remove Rwalls!" icon_state = "ircd" item_state = "ircd" + upgrade = TRUE max_matter = 500 matter = 500 canRturf = TRUE @@ -557,6 +625,7 @@ RLD item_state = "ircd" max_matter = 500 matter = 500 + upgrade = TRUE delay_mod = 0.6 sheetmultiplier = 8 @@ -582,7 +651,8 @@ RLD name = "admin RCD" max_matter = INFINITY matter = INFINITY - + upgrade = TRUE + ranged = TRUE // Ranged RCD @@ -593,25 +663,16 @@ RLD max_matter = 300 matter = 300 delay_mod = 0.6 + upgrade = TRUE ranged = TRUE icon_state = "arcd" item_state = "oldrcd" has_ammobar = FALSE -/obj/item/construction/rcd/arcd/afterattack(atom/A, mob/user) - . = ..() - if(!range_check(A,user)) - return - if(target_check(A,user)) - user.Beam(A,icon_state="rped_upgrade",time=30) - rcd_create(A,user) - - // RAPID LIGHTING DEVICE - /obj/item/construction/rld name = "rapid-light-device (RLD)" desc = "A device used to rapidly provide lighting sources to an area. Reload with metal, plasteel, glass or compressed matter cartridges." @@ -776,6 +837,21 @@ RLD return TRUE return FALSE +/obj/item/rcd_upgrade + name = "RCD advanced design disk" + desc = "It seems to be empty." + icon = 'icons/obj/module.dmi' + icon_state = "datadisk3" + var/upgrade + +/obj/item/rcd_upgrade/frames + desc = "It contains the design for machine frames, computer frames and deconstruction." + upgrade = RCD_UPGRADE_FRAMES + +/obj/item/rcd_upgrade/simple_circuits + desc = "It contains the design for firelock, air alarm, fire alarm, apc circuits and crap power cells." + upgrade = RCD_UPGRADE_SIMPLE_CIRCUITS + #undef GLOW_MODE #undef LIGHT_MODE -#undef REMOVE_MODE +#undef REMOVE_MODE \ No newline at end of file diff --git a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm index 1a2f6b80..4cc433e9 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm @@ -34,6 +34,7 @@ new /obj/item/storage/photo_album/CE(src) new /obj/item/storage/lockbox/medal/engineering(src) new /obj/item/clothing/suit/hooded/wintercoat/ce(src) + new /obj/item/construction/rcd/loaded/upgraded(src) /obj/structure/closet/secure_closet/engineering_electrical name = "electrical supplies locker" diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index b00efc7e..4fbcddf2 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -236,6 +236,10 @@ return list("mode" = RCD_DECONSTRUCT, "delay" = 50, "cost" = 33) if(RCD_WINDOWGRILLE) return list("mode" = RCD_WINDOWGRILLE, "delay" = 10, "cost" = 4) + if(RCD_MACHINE) + return list("mode" = RCD_MACHINE, "delay" = 20, "cost" = 25) + if(RCD_COMPUTER) + return list("mode" = RCD_COMPUTER, "delay" = 20, "cost" = 25) return FALSE /turf/open/floor/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) @@ -263,7 +267,7 @@ A.autoclose = TRUE return TRUE if(RCD_DECONSTRUCT) - if(ScrapeAway() == src) + if(!ScrapeAway(flags = CHANGETURF_INHERIT_AIR)) return FALSE to_chat(user, "You deconstruct [src].") return TRUE @@ -274,4 +278,20 @@ var/obj/structure/grille/G = new(src) G.anchored = TRUE return TRUE + if(RCD_MACHINE) + if(locate(/obj/structure/frame/machine) in src) + return FALSE + var/obj/structure/frame/machine/M = new(src) + M.state = 2 + M.icon_state = "box_1" + M.anchored = TRUE + return TRUE + if(RCD_COMPUTER) + if(locate(/obj/structure/frame/computer) in src) + return FALSE + var/obj/structure/frame/computer/C = new(src) + C.anchored = TRUE + C.state = 1 + C.setDir(the_rcd.computer_dir) + return TRUE return FALSE diff --git a/code/modules/atmospherics/machinery/airalarm.dm b/code/modules/atmospherics/machinery/airalarm.dm index 102b4cc5..2db7d5f7 100644 --- a/code/modules/atmospherics/machinery/airalarm.dm +++ b/code/modules/atmospherics/machinery/airalarm.dm @@ -822,6 +822,21 @@ return ..() +/obj/machinery/airalarm/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd) + if((buildstage == 0) && (the_rcd.upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS)) + return list("mode" = RCD_UPGRADE_SIMPLE_CIRCUITS, "delay" = 20, "cost" = 1) + return FALSE + +/obj/machinery/airalarm/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) + switch(passed_mode) + if(RCD_UPGRADE_SIMPLE_CIRCUITS) + user.visible_message("[user] fabricates a circuit and places it into [src].", \ + "You adapt an air alarm circuit and slot it into the assembly.") + buildstage = 1 + update_icon() + return TRUE + return FALSE + /obj/machinery/airalarm/AltClick(mob/user) ..() if(!user.canUseTopic(src, !issilicon(user)) || !isturf(loc)) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 7c377ffa..135d9b85 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -701,6 +701,52 @@ else return ..() +/obj/machinery/power/apc/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd) + if(the_rcd.upgrade & RCD_UPGRADE_SIMPLE_CIRCUITS) + if(!has_electronics) + if(stat & BROKEN) + to_chat(user, "[src]'s frame is too damaged to support a circuit.") + return FALSE + return list("mode" = RCD_UPGRADE_SIMPLE_CIRCUITS, "delay" = 20, "cost" = 1) + else if(!cell) + if(stat & MAINT) + to_chat(user, "There's no connector for a power cell.") + return FALSE + return list("mode" = RCD_UPGRADE_SIMPLE_CIRCUITS, "delay" = 50, "cost" = 10) //16 for a wall + else + to_chat(user, "[src] has both electronics and a cell.") + return FALSE + return FALSE + +/obj/machinery/power/apc/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) + switch(passed_mode) + if(RCD_UPGRADE_SIMPLE_CIRCUITS) + if(!has_electronics) + if(stat & BROKEN) + to_chat(user, "[src]'s frame is too damaged to support a circuit.") + return + user.visible_message("[user] fabricates a circuit and places it into [src].", \ + "You adapt a power control board and click it into place in [src]'s guts.") + has_electronics = TRUE + locked = TRUE + return TRUE + else if(!cell) + if(stat & MAINT) + to_chat(user, "There's no connector for a power cell.") + return FALSE + var/obj/item/stock_parts/cell/crap/empty/C = new(src) + C.forceMove(src) + cell = C + chargecount = 0 + user.visible_message("[user] fabricates a weak power cell and places it into [src].", \ + "Your [the_rcd.name] whirrs with strain as you create a weak power cell and place it into [src]!") + update_icon() + return TRUE + else + to_chat(user, "[src] has both electronics and a cell.") + return FALSE + return FALSE + /obj/machinery/power/apc/AltClick(mob/user) ..() if(!user.canUseTopic(src, !issilicon(user)) || !isturf(loc)) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index 634dc7af..eeefa3a0 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -423,6 +423,26 @@ ////////////Tools////////////// /////////////////////////////// +/datum/design/rcd_upgrade/frames + name = "RCD frames designs upgrade" + desc = "Adds the computer frame and machine frame to the RCD." + id = "rcd_upgrade_frames" + build_type = PROTOLATHE + materials = list(MAT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 1500, MAT_TITANIUM = 2000) + build_path = /obj/item/rcd_upgrade/frames + category = list("Equipment") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING + +/datum/design/rcd_upgrade/simple_circuits + name = "RCD simple circuits designs upgrade" + desc = "Adds the simple circuits to the RCD." + id = "rcd_upgrade_simple_circuits" + build_type = PROTOLATHE + materials = list(MAT_METAL = 5000, MAT_GLASS = 2500, MAT_SILVER = 1500, MAT_TITANIUM = 2000) + build_path = /obj/item/rcd_upgrade/simple_circuits + category = list("Equipment") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING + /datum/design/exwelder name = "Experimental Welding Tool" desc = "An experimental welder capable of self-fuel generation." @@ -453,6 +473,26 @@ category = list("Equipment") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING +/datum/design/rcd_loaded + name = "Rapid Construction Device (RCD)" + desc = "A tool that can construct and deconstruct walls, airlocks and floors on the fly." + id = "rcd_loaded" + build_type = PROTOLATHE + materials = list(MAT_METAL=48000, MAT_GLASS=32000) // costs more than what it did in the autolathe, this one comes loaded. + build_path = /obj/item/construction/rcd/loaded + category = list("Equipment") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING + +/datum/design/rpd + name = "Rapid Pipe Dispenser (RPD)" + desc = "A tool that can construct and deconstruct pipes on the fly." + id = "rpd" + build_type = PROTOLATHE + materials = list(MAT_METAL = 75000, MAT_GLASS = 37500) + build_path = /obj/item/pipe_dispenser + category = list("Equipment") + departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING + /datum/design/alienwrench name = "Alien Wrench" desc = "An advanced wrench obtained through Abductor technology." diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index afede110..ea950c11 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -173,7 +173,7 @@ display_name = "Advanced Engineering" description = "Pushing the boundaries of physics, one chainsaw-fist at a time." prereq_ids = list("engineering", "emp_basic") - design_ids = list("engine_goggles", "magboots", "forcefield_projector", "weldingmask", "tray_goggles_prescription", "engine_goggles_prescription", "mesons_prescription", "double_emergency_oxygen") + design_ids = list("engine_goggles", "magboots", "forcefield_projector", "weldingmask", "tray_goggles_prescription", "engine_goggles_prescription", "mesons_prescription", "double_emergency_oxygen","rcd_loaded", "rpd","rcd_upgrade_frames", "rcd_upgrade_simple_circuits") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 4000) export_price = 5000 diff --git a/code/modules/vending/engivend.dm b/code/modules/vending/engivend.dm index 10ffdad9..3e20aa84 100644 --- a/code/modules/vending/engivend.dm +++ b/code/modules/vending/engivend.dm @@ -8,7 +8,7 @@ /obj/item/storage/bag/construction = 5, /obj/item/clothing/glasses/welding = 5, /obj/item/multitool = 5, - /obj/item/construction/rcd/loaded = 3, + /obj/item/construction/rcd/loaded/upgraded = 3, /obj/item/grenade/chem_grenade/smart_metal_foam = 10, /obj/item/geiger_counter = 6, /obj/item/stock_parts/cell/high = 10, diff --git a/icons/effects/effects_rcd.dmi b/icons/effects/effects_rcd.dmi new file mode 100644 index 0000000000000000000000000000000000000000..efb13bfb11a15a8d03bb24d5da9c89e3d2f59de2 GIT binary patch literal 22425 zcmbTecR&-}w*?wRgCz)9z=#?|MMNndQ2`YKh@#S)paMZ@Dhfyu5tx98Vxt$45=Es- zlU@U&(g}!kFtpG+Bq9Bs;CFxb-uLcb?+;^0X3k9JoY{Nrwbq^&hWgrqTla2-!C-=y zFKHRWV0_i!-}}vQ@QG@B@iFk<&|^~z4=sClTemx|9(P=vVX#LDg^^8L0~LfXbT^nI z%4C0NW8?3=G`5_S5B_~e@YD5(-@gb8np!j|U3zXu zVK52UWi1WUM+tM4F8B7;CDQ2P&%TPx*{X`@_3VmyE#Z*&IwaUrG8x0{m}KVZwh7_bxko3PU(RrSWfe%`2ZVQ621C*t)*4iVq%w9))UTk=_F+lrW&26zn0|wj(jiN+wXBjS(X6a_keeg?#G%vZ*_dq zDV3>TYPns%?x%dhK5_y&z~ zWqU(9YMCB0@j{vvj}P+Y4?sa{!_P5loQ%Hl^nsSCP~7{mHib8XrMhnh(}$V_XomM! zcJ;UJT=H8q`o_Us*yjv3M?rG9-6HL)HL6j*T&1Wu?^h4!G5Y4#YNC%y7v%aOez2-a z#cfDd$w8b}7Ao>kWI$|P(OLzV0hm9ZS>~(#CyRp8mZrpR(^=AUw|x>sAFA$nRLUOs zTy0$hn;$+02b(O`3Sn6HI5Not+m4x6Ef=!n3x6tMw^f|;a~0|j;TqaE365bc)^%eqXx&5F?5dVmhrxo6*2DO~_7NGKKeiVk zgk1tQ%okS=Jx6iY80|vBFqry@^o;vSx0+xd7k40nl?D!;V=dMaC$!=92ZBn;y3lKN0uJMKG*w31BjV6x zNjD>mPccyY{nE3uyoH4nc1d4P(No$H>%%BU#DU7uXg6)|cI%CW&chHL+* zZm#Glp4WzNwit#sZo#mmOdrD??i1#^-u=qSB+28NnvJEQLAC%=0tPGj^b4)v#O&`c zjxi%(IrO3wLsl8nV0ME4yN)yrR=gIc@n9`$4kh=1+}^nm%WbQ4<$d2deM{g5d{0oU zO`BkVSciKx5s{K0{D%l#vS+v>e|{8tkyK-3z~v`DCp9e@(mg51SRr+_=~X+R!6n)H zYLB|}*~FxpYaA<|8yAc&nlaWy?QG;&%gZ%m^s1!f;4Q43nxK7aK{I- zMhu2{6v5u%7@>7)dXY_?A>e5!6O5v|p%J(y`MoTtxb7tX)-&kk{+!04qQUDcmiQ?K z6_E{g@gT4n3lr?R-&nK$b3bDEMq~{knK{{W81$aCN@it&Hd(2~zrya~KHj0|E-s|$ zQne0>&|v=}vG`Qbd~r4xBH?t|FW$X7vy_#I+*|G*$Gcm!W-#K+vw^bsJ@4NMc(wKB zJ6gEsR_dj0G#7PL-9TRLK5c;9ADC3r{+PLR&U1N9K&olZ!_#w{q|9P@8qV@M^xdv> z8zCDym`D^f_P)@kcJMxy@Nw?JA8)B2dySAfBP1d+K@oziakFT3n~N6gr;S;d zd$`iLr>gwR#<)^@ANW|5M$i)5tMUD}MRzQBXkz8)*Es7u9OvvwaBETqTTZ2bJK3PKC= z_l4W<$@QTTEFQAU7Ro!QT{JF6o*HXKKy{<$XHYC(j@Idp`S{BY1jhTG(n#Pj|eDzUy{wV2wPg_b$&^FXXunA>n~aNOXo1fxYrzDi*VloOdb< zYkk)7Pcpc@$vycQ#G{)D$*Sqbc%eTVHdPDf*uKfg4gJwDT>STC)17JBM^$|&$Clv6 z94sIj;8gHJsVF6N7-F;JN-j~LZn*g07sr3MTxoys-&+!7nukByT@^d4xxZ>Fv{uPr zH=jE}@KaOX{+|~ULM*jp$tN*1q<^8{+-AaMX7W&-y!v?%2xmYbo&kZ_(2qEDTQv~p zYvTa)0TDD8&!kN;lDpa?7uz;JRj-_J=-?Un!KIFrWW& z*QXqRvaYs;J~9?NW4;EyNyjdEi~Y`7oC(o3VxEEqC$f$=RV7oMSQqfIA4p3pU)4xi zSy@kR`(1n_m#nZWB%MS=Y~&>1kMrlVtQ8gH=kiz@4mSEtgKL4!@1HEj7s$Wlyq~Cj zRZfy|DKC5$Ytwk}F5CKaARz*s`yMTk!^uVOamIbNH~dO+L9wQn=jLv_*o?F}toXi! zd0d5m+Zq1lX`!=$!&LL@@FPq%wI)XnbK;7fe_69cFydkcHulcOx$e#!zZAJn$0(5o zNGZ-gMeRP^mN>Kvx-Vt(6_eo!JqW!GE>T!8d^c35TOGR6nG_JmcyU`nMN#E;Az>fE z1U~XD=PXJWEph+Zr-t{hiRN!e()@>hEVU)(Bp{<^mDm+}O?;Gwjqgv#lUmTOsgz0weP+K()_E-x};rZ@WNh}b5g+Btc6qVZllGHuDmcm;rMf?Yr*k< z9Z+a+ltLSP^9)N7O*@TNXtw#yzIBi2e`E|gRR&$U824ctp$H zMQO zBhv7G4{Lq(RiEB@uO7M*qWh~S=JuMZqdz&@1qZ)p%yn4xX&7QHGUIB@uESyLD9GT{ zDbHIEAI5yat+t;{UTSdJ_U@6@VLbb0jbf)8V=|HP^C-c}U}sMEQSe#iE%p-lTUCE& zPAK?$_z~oDP)koQv5ih<>~7jN?bU8=LMUUq`ORZ;B)R2E7}4!aM^m{v+#`n7@I$U; zlxJOLJqeHablV%+uj$o|xSxti8k7&+G(|=h_d~i5 z33Z6p)knMOwaxyTi{-5n05w9^+*HoI50<4-hnxNM(?zg-fwOe2kG+6vR7LyE7noH^ zM{}>ph<)MWIqXrwQE{%W8OAV+#3?^@=Jz5|OY758d<-|!l;d0vnd8mTF2oqV z9e0>FA0>unjG--FDKHNP4gJ6OHSl9}aEArBY!^b^GUD_K3DVTkT2C?{QI%o1h^w31 zy|g#)kSuVkLEEeY{0vT2oTFEI9nl*x;5+$FUE0V_)DWqjIMs_Ul8b1ebzi z#X@eqpR(P;W|oXyc(ssN%;OylGq$6P$vl4`sS?-y=jsF5@c3_&RBBeiX{A_&YxA8L z1vG{;{35`#sd)!mIZlsgUBQDym3}yS1Nt!2a}GzzyZR3`QpwFEA>nezSBbAV+>UZB zDmnibl^5ChQ%RSUs_1*!Gd)L-^~x9Hyl3X4Dmh?16}aB=?;~0zPqAr6Zgz_Iu^0fY zzsln)A5~U^qso6FPuxg4Dw+Jsb7#;TDI#9dfiZMoZAK-vG+^UAz7#_1JL? zot=m zeXlm}!!W#qY|Y-rPFzi$H)YfjxWyiBTB_WH4!2Cd;$jywhUXlr+}+z2%K0#yOd*pM zdEo6vlNnUXcH`~#yC*Su3d1?beHiEG=UqCza%WbbSFL$-0SGf~gPfQjZth(hbL-3C z27DMUsIWA@3aLc^eEgy@3u`Xd3&j)I14l@{*-bN0_A7Z2QV`~fD;8(gaWG)>&T-!t z8f$YaALvH7(v?v`)R{21QK5T~T7OG#lkaQm@$>nM?rJ~XSe7d_e1>{aKC=bxb8fY* z>^if+YuyXHVvlh){kz*utiINrJM1UgHZr1Bzh&TRr3qKFNND9Va-BG1nVd`Z5v)FL z(_`KwKAiaK<~PUzmCbh-za;sDJ@ujScPEM5&^z7N+RkK%$na(Hg`Xok@&M&z^L3^u%R*)7i0%`O72KikUu%#JNK zxHIi#DTl+&HaS^0sy@m8`9wAq5+iGLF8|Zd!O`W~EpUz*%?wX_d*&RcDuE=A&-^+l zG@=74Anh7o4@HP5bh~aZqEii(c!v#v3uLrut~drH;;h6NZ z;!JL&k|s^*VX9^?H)18cmxjNic5;pFeT+X!XyP9WD@(ix)Sp#o>0m6ApR2fAtjTjG z^LE@dnQ{oj0!b}syf}vRrz*M=L+bjp>O(1|7@!6sx$$_l$dyyC+45#Z3m8@fB#g}n z-iqFg%!zv~K8t+1ep*PaHpmSAa~R`694FzhHgP%)>^yrL^VU!2X*9nTb!jH{>%D&5 zJmSPWq`$ahySy3T6fUf^U*7dPYwFe)18=A*nIik8xO$8}d3Y@El+_!`ooIW)DeO>J z*VUW!IotNqw+3x9J!yfURIA~C@rE7C${ye8apUTLiZ^WEpUD;3T0Azp57$8~w&eE2 zL@*b;O2;Oy-Qu#Tu?eB*!-TKx|C=(UX!*Z+r84zU9(QqtK6fbVdpM}%ECe*u z0hw?XZe=xCnx~#QEw#MzPiZ1CXW(lkG;{RPTj)Ao-W7zM=x0s_;j>3$SGGKsPK_mo z{#s<0n~<<(j5p)h6U75wBfE7N#m!i>!UYw4P4pu3T|l%<|HSCl zL+%e`+=<$vGU->88l`z_O{pSm%^k`{oFH&@kv4Wz%=iQ<74 z;wo|@s~$G24c}v4f~pa<_ty%*1a{loyG zqs;>nw}h$TdlN7$5q#CC00aVQ^M#19^Y{H;iIN1vr6XVv1Pb%DaK2?>n)dsBNSjaK zWWob}KwR6|&~G`y`XdnkSUv1eEZ_G*6b-CXCYbVId2lup#Og4(!-UW#l2<^D5=kj z3yZkG>-_k?T(_FF@qrV{dNdYSn5Bvev$&H~Oe^F(@<*^{bx+#36J><+o8-6f3NyJD zn)rJy>mXwgqoz~NWgC<_juR8N7YzI-*Kfq+aB3h?YgiGy0C z{Rb}vw>9?a=J;dIaK`d6y8smZ5G{)vjUE{t9M5i}Bgi4eHfFRyY&A*;us-fy5wA8Z~0N?v)BTy;GU)xBf;VN0&<=oi8HpP5X zH$N+oP5X&fTU%UY@h(n{+!h@+nUUj5cGA+~aUSZWZygL}#{1v-HdQn(fjqeL9qBqW z`R6AoJK=Jy6|R(1<#Iqmvaw||QRU!4kv#q2%^23ef6-uYrMU2fEe&yC)wx);7^WjG z4acHCz&o0ozUS0ezf?S!+MEfP-6~V2CF7N%f}YCUZ)+bmAKjDuZ2$exj%`QbSF0E{ z&I)ej*lq~LDqViTmtn+Yr;|RT2rxdI@$1PR@I$uex;|`6P?Sg{g;D{JI#ndphi#qM znX+E5r>y3`-qfTls^IJoQ^*J0>`Ze?!fWm4Ch$)y%=QBqwDcfVgV{v){kD384Cq-I zwg!D{nFr=@d(_P0HoF9T1GNK0N%s$OA;tE zQvh%S9LF!e19Ic$$KQn-^i`!ncc4mMjsCI|>YW&0`O4fqC)=5Z=Ajb6(g!#_sjt?Z7Lw$5&mieZjoIUZga0>gaWOV8 zIy?YLxAHw;jaKN;{Yzi?C1p?&Ss7GD9N)Ex+V&mD1d`f?Yq2#!?*e`dh9Yvmu{7)q zr6|wmXnhOKdT=|`tABFy1kN|UFJVVV)D$+KxNwyJ6)z9D>IfsFF0*ekn;JZH`<+m) z+816Qn?=0r#~wo__?@`2j=8{3D3=OGG=AdbvaOkkr49bGw*SCSQEe=cyNU_MiY4c1 z$&r5#{ABT6O*(@Q+2!&sAf0I+z1T#_RFpGI899wMrIVpY8O@(erN$&}BWbDiT(TwH z$eD1o6qR60P>BYN()SAv$TTdc0?EqmQ?iNQa;g<+F#s;p`PLy*w!iK)4Gfx8Q+|z< zgSbL2rqzxv<~vG&^3V~ZSlw9T1cU^a1pzx_LN`K}g80+Ifb0!rz^#4YIi9C)aFm%U zXm#D^c9RRpefzO$m@5t8mm8Za?9c7j10)=KnQnCbPni$-RblCr`YdF{1~E$WdUkwO z%AYDVk*pK{p#ZKB!n#}x@4FmN)$7yII?Tj9JaoS9*)#DgzYV19J3SQ7a9hNYSGEhr zl1-vIj8%4jC7B^X*dg8I?0Ai5SDVUfyrpI?D~cwQiyaN^9j_eeGCzUR4bk0x;L^P{ z5U~sG2*<^c3E7p6i2L_+F5@)VpNr(9>63k#%T2a7GrGKPJUkndJcx3Di$3`~wEXCi zJvqp?-3<1ufcWtVZ+~;__L0Lud4n zKuSl`g!Y{^&R{x9b#@wAA{U6J2(S@<%zSv54KUG56fxBep8ts2)}YN)0z2;K?0w|| zlH0eK;Rbfb>z|sxTLe<3p97U3u9ZkGs)Vz{UjMv!vZ30Nq1Tk%Cms!{gA9%HW#bvE zsoYwjB;REh&Y$aRL{my&kX5MRsC(*^7kBN%9EXNso2Rp^(tV9&xX}(wuJ_IEL%+Sz zO!HW74mU73IGZ&`n+$Lfv^tTey2;3yJGj@L({B(QJW1fr(bAS~oDX39P1@#bGo0tu zeiz8$6O-J^WjP}-GY*c94Ge9~U}`==^zhTk@&d9%seoChRg#CS!As;n1PCuA2oqGB&(;}bJDE3(9$B1UF|PiGjc z6E~npX9*~I8omLLf7;yyCzs4zEU{~Re1}w%Cnq3|zQhxQKoK=r*KqIgI`L8Um-vwI zQtii~j%Z7DP$@vRJ;q$_ebv2<1z_K|>mf4>$BcjmcA?)nt9=5ScwhPS$pM9j6N;xE zrn<2;pFO)X6xlR|@l5@N;jjsxQG534H#K>Z6P;qk%gRjzFHk^@ib50uW}%xxzgk2u z^#{Ds@g{jJQ8#vm1!xO9D;IFg3%tebY)R}QITz%}%f~jz*HOG|6=p&1``RpEUvmnz z8wPtTyy_dL(Mqr|Y_i>xfo@bbLP3T}+@h!syA|?3zrdF;RW941E0Z&v zpV+IVOgN88X^pMAztObGE1rsKfBGFNe<9;^c>5Zg)=$8_q#v&PykO8c#r)h;HRhWj z#|~L>c^5NB$z&aFk+S5hLv3Cme1Ok zzyRcUNZbvTOUSnsxQlFmJ?4*Ntc$#X%-D;cW68u{5`Xmjr2-2|*nQmO3^AjF2FG)9O{XW+GWglUc?G#oefBc}M zs|JqypQyQzvy81P(|gH~qd?DzRs0C-SE( z;$*-u9dA^p(q|0=Fpznk3?!yJ*J)U-i+2 zFa&^lPyl&}L?_iuh2Ywdmb-{JU`&~zDDkua=Rfti=lG$|&H^GL4;U(rhovN^r>8|N z?@xkPExT3ZTCb2kx!c~?8m)YNq1yq&Jxn-9{nXwQ=3Ms`vB>i3{FCO(9XeV@XJR+b zn?#d*ro5@_2@ngi)*y(P2*FJi0!gRi3DS)HjmUULz z8&*np+lNp`ujvz1>8!|!+Q?S1jywgcmZM@r^o5K{BRZ#sB=XY0EaV%LM(3R1JWEH1Y#OzGC08g)RHQ`sHTd{Zdk5F5H=Cxk;o6^C06RCPF9$#r zIjh{f%3@}EP5h1C3q_`2dVf&vr}gS@1O0zQKgsb&qEFY&nc4nx zS5f&Ry?574Q{3-$=`(dMs(T;qW8SgBBBkmTq9@MTJK-dCdap8P> zZ@p9T&cdX*ffZ<{#+&4P6w-#?t=&PszzZ1c*_=&V4l?F9YiK^b+6waME>?bi{uq_? zKa=i-_M$Q}6(>U&ur5{e_Rbd`SzIkozP9-v-{ME56_tMMG+z#Y4g}!_N1XKJM=#Ce z+V)(P9Kv53Amq|5oT}M>>k`T=ec~ri_E191jkx$$VkLK-7qH|gFlTV-t?EGrGA2V9_WlM28mfbQ#00sE8k*AsbBOVa& zSHsXKnCsd*2$Jzsy;sj>|Wrh{a=nHU#3kv6m-6@^+B|wgJJP&2#?;KVVJ= zWpN{=7P&Vi?`&*(-r3#0^q~W5hejqg019nrQ>eONFDUn|@@P)s(6gDC%(rSK&m+#8 ztoyZEE6j5J49UO|mQyXy#BXWfCJze1hWM1!8!3U}e?2PMvzID?qXf8$J|!|kceY<7 z#3Z6!jEF;w%*rD%JB^I$7I{VR^P})(_g>22k-hyE*gtAv%RMg!P5E)*TyRC?ciSV> zVtnA*p^Xp>CS;btACUpK9bfEc*3>_mqZwyZ#l#)?jA@3H7iU5Vq%@XgHE}_p!t{ZX z#MYjP+K6kDLJm*~y-4aaDU*0#<;qIHg$C3~8IVi`24Hto`5yz)BX4?kb^w=EbQFWg78_H2D20w1GT!jODT;>-xR~D$P0tUM38}D08HrWmX8n)$r>F=Jm{GE3R z=J@{Q9?>-&df-K>J0IrHx3QmpCf?P)!TNv4h#p{F=c3;j5Eh%4>FtgW3sgC;HF|qc zC#~x=H`<_UINQQ>4jf62(x}O?#z}Uvf6e}wkrym3tT@@f<|sea$a9CCSrnb**`ziR zdhyK74p)>gUn!-lphRiDmeE5>KVD&O+kv0@ z{8Gh6ciCaJz<-h!8iIfiAk&8MV0^sO}bm~uB(bXdTJ7WqI#+kT@am`26${IhCu zQSf*9YV5!vFz-CpPi54^9x}$1GXQR67$cM8n{#(4=BCl@!}!X0*0FYp9mt`nyIe&D zWGZ=gLQNji{s}ey3BpiFQCXO&{eD1DLh^3hwPo4ShzF6#tG7VjB6*QVKLSjt&2z`K zr~Yybk>vN#{;jA!;6JK2iwbaa6y|vZNnK+%ejXVusE9x-J8)k$&~Pia9LBT6yyh{S z~~zNAX&T#jo$)TaPGp#9q5u0x}FAn zGpr3(Ez@$;E^KFr?ue?34Dz>)7L+)o$N|cH3?@9P8Ah*VO~Oy7PZ>|)AtS+ zU*PDvnntpZM!~Ajw+kwKL8Jip+rn#O_(t3pw*35UAJz|0o>laKoFoso0PMQ@#!Dcy zf8*@*z&d5#{%?;dsV5>nX929T)m(|bxO#i3u4UladP7zrb!k1H7ZEfSlZ!3Jg!Nc( zi_P(plF959QbP`==(8(RqUjpQ9R8Tr(Dy^n@g3`ev(a$cW@>k!8LpU-pYw zc9s)QxzV{jn=OCA;;6dH)1^(D#pk!#n7Y7>D)=rA<6uLieVk*7~G1rM-w z=RHRh45sDJv)sy~K7#m(i9DEWC*H1^t;-jUO;CH_e|NhWJ#cw<^e~bBfPW+G`@1|@ ztp?oNPY4mRfM&^~#L2OxH_^T_z@&7*3WQ)@sFr4Fm8zvTgxfSNPO!q?Zr=ivD-p1L zh9?1XY=`XZ*$%ll(bCZfJ6%1e({VmX-f;?44zb=h_0vx1M zjpkKX6@;GvnM(Jo}PblLS;AvAv=Dpb99 zIBEOSCP6o?VcGf;W?hk?G&;b-0%>}TK+!o;|My7EuG|e{Zv4W#OBB_k30e-6=5N{B zNxkjVH8i**@c&4kb+CbR)D=sl*OoT#f(bjhvD-La*B{X>=I^(_E(1f$x5sdb{8mC? z#ZpW6*2erdIO>j5MPq%j)2;U>f&0>LJk7)}1tK&VEscU(`cNr-Xl+1imk-w~PO0acd;DWvZ*BL|UX?c7!iMQ>DMS6aH;S)3 zIncGd9`E%&m0>k8>W1N3H%}vkvB_ZplKdx$Lu1rQUtau|cp}03Q`ZmF1BYu48CGvm ztbW-Hd-M12ODC6}G2y#5h4H;}bT#-)+&2gaA#I@Gh0d2RFBt&}-~Z*It;l`FDCGMG zaGE3oklxi&Fr)Hw_5wMD?f zy`%?aI-b&4jbH`Xxf(5wib@kc@Aka7x;st0HSKDD{m>s z|7R%!dH#Uaf9SspTBUU{P)rtLdUp`%deXivMSs^FSev#@@2xG>FpOJ(CaWmPoe3A? zKcOuJm{XpK{cF`TB3tU#uCjwX{>k@$z@~=E2tttNF}#a+($EBjXGD#O3}cQ>I6t2k zY~H4$x&`ChdUZckwRETOGG|tXo@LAoKCDssZedKi@JqtOXcGYB)?M>+O@Y+%V*p%c zXZyl?Iy+?toW~sbzr2#7@eTEHjhns@FLcV85a!V_v5BfaDPwxT3swNpS?4J{W)orU zqRcbtc6|lMd@->6rn$DtvQXZLj(Tsr=FMVjP6!1WE1iSMy!<}}F@kw>Yik6>z?ysi z;CG&(3g})j`9CP9{y!9yIo*>x#?X!J=f;%=`D-?*gluxG~2dlQOc=Q|8*y=g;_QyXj0XBRwrDpnFPLomxxt0y{Pl5>1YV zPCz1771obdEaX9u6aDQ4RLDcW7;bS=D5nX?T4!1&)N(afWU8y6KuP%~Clg}Gk07a|J z9ez&25ats%g2~?>{DeZD`7o0Bas$Q*e#zYZ&FgZ~(<{wA$=hj56OFK`+S{`LwKK`x zm65=0>=d6mIWCyw*mjlsL2n$Gw<;29{B<0j+E=Rxdzc1)r*oO30ZdbJU+ifzO@5xE zn2m9NaWwdfy+ihNe&h1lEr1nI;XFvM68gm0hsJDbM6@rPi~R680U{@#{6HOmg0Gu7 zwWzomgSW^8al(|F35LPPSO7<|>=aVaO>Pqk6<_6lii@PHTH$uZ#bq)8sdQzn?lU7q zxii&AKyyAe!ICJv!iJfPot-S#CHm*fmMTe%&J%LSJT?c~f=k-6e|NGg2lF$E&q3_t z18}fJ9_3Om#XDX%^z#hH38TKvnM-u%6vR6YymSj3kMq1jZ+`3?lGadxIyQT|Pl=1bZQ=Q_fcRR- zO5}pn26|C|4c+&A347(fUKN<`8{5~0)wn~UcwlrIEyYGBZX-ipPJkB3+wEx-u&tC=006Ei*4 za*CRV!uU=bv;#v{)wzz-n~)M1BV}$F-?D@2O$OOL=T|mn0K#a%OIm?lw>RkyKU6}* zta+nL6xcE{Q;gaoDO&ww z-UMrr037%K=!|uv-3)KK;<+MCu=89_FWY&-eFYsD$#TP-0h|Y!+C8I~f2E9LI^v7h zm*BU9;4O2ZXV*{5dCmS?{Sa$)rpTPf+XC1>3pfvPC{9698N)7{(6v`cU%@!Ge zKuRHEvgt4<$*c^XJPbQX!+>Aj(Pm%Fae%1un^@fgSYyG_$ z{E6t{bVd0HM*6WT6rEa8JP%qAR49SReZDm5{W1{TsB>6ReP_jLIiLE4s8+57vvT)u zmnN8AHBIQA6pwyN%ZPtZb&tKx7)lyAUh`k=Ucr;!j6-MYY|5!cFP&akx=xlGKaaPul+=@N z`|BImY18GZ+P5Hp9p;OF7>6N zcGD4`EA+X)%^ZWU*&gor#FjKk86^prI-&s(Ow3;FwjG+QgCb9!Zq7;ojc_3I{{POh z#5ot=<^Cs9)pp!<|Cb^=rN$oLxs&_5;{o9d)h6fbWpKk$Lqr3Q>YahOz` z3d>AV#&_&AaE*SVh<{psX{rx0mjkl~6jE)&L`cq)I>UU)Is*p{3Uibe>k3XlgWFl7 zNqAdlXA8vYWpl~oYQKzS6pnNEBrkv3PKSQCcn_2eW{#SF*Z{mj!iLFhXf-iw{<$p|zq>6!KjU7COXX^(i@11Q_rmfOI77qcnLH~eKgWhRei zYg`z*YD@8+7MM)N8vkgC{V^!CeO<(?#U3FbhG;!LpSuV#^_9Uk48S-10>`-ieM*8-UtSbN;y<&f$#D5<`T!$t1izyr61e z;kM;!r{G{i(j$SIN>1Z_J9R@NI9wI2D`0?ZGx+f;Nt*;ZhH@p zQA{VKi9aRTE<|4kb_aef^A`D@=(l+n_GddTc7b1yw)gj-r2p4%w(37;)`n@m!};R5 zZ(<_im>H>Wz%se$c(;73ox<-3=e?s=!h4XRH0=%|K3czmMwr5m=tIvgKBRWG`H60#G@2x-X${d-OBtSb4zB zoaNv6To33O516C+ylzeOBi?kBDpscfFfz3NK8#N$^}=eiE}=%s#_Smm%YjybMVCf_zLa}<%m$Q#^zqreSRknaf6q5>6%P3|8 zf2s=a5zNE*B>7+4!vhftns`hgSUk5KTvKf21?FOx&WIK?5nxgdy?MF%k-+=G( zBxL3x0+(kP59mW)%|pJ6GmIKP^(gUIC0g*Kv_t4K2VPRUlJLXm=>`;Lak_=ebOmrp5iI6ndJ1Y`6Nnac_Lne5{&r}B*?S=0cQ7EvoUKt` z-7Q4lg3lOvRQL?^?xccdK*>@>Q6@YvYla}(0B--VI*@Axpq<> zQhJ3#^U{4d0y@{2(n52d1wC%}U;o&{yU@WEe%wmCTkR#BYT{I#j)H#{YT)>ceL5=Q z95uNcdeE3BGRHXzsl+~da;euvr(H;AJ~n0lSz}2IY9MqMgtQ_kULc&RgB+=O(&f_K zLUMG2&&-=sKOH_9vzs;F$^X8IC75x!F3)a- z!GgYXWDT7$v>Rz%H{JsqH_wt^YW}s@P@23h-?#rL+tT;Y>5a1s=?W&g3$@--Kui9~ zYboe$D?SmNedN+L0=XC!2-;M{p+0!d3ozi`_<`%E|Q16lIK*+gSEg$a#>kf5b)XxhDl$?gK`Fh zzCD0O-1;ScLpVX8y5Wc4h7GiOd?E^OpMJ&^M_NM_43r*<)ti)XX(ezC5P<+NT)sT8O`;Z)~g2S!oF*xh2+x7v(oX%mU{0Yk8 zFRyB=fCZh#o&EW9v|_hL0orJiNf%Ad=AvnjR<&p5ikb4xy*(WBOf7*OrFH4pG^b>e z%(-oew_q?)OWtz<*4tElW@a!af?JakkC!N*?%&_tHQIBY<|ZH3Lon37aU-ZR={zl1 zt|z8ROg$&me{4>7rk&1ybmnH~hm2P%B5yrSw)bZ~VKPyUIGzE0pd$Rk&-q;`0TJhs#IQp64WeLtBGJGN@;MxCN0s?$x!NzACx-!2AN}V($c^d$ljs ziD{2ySamwi#FFo-p^E{CozQmAgN!gIeK5Iz(vExwIW#i%F;r-Jfr4URo%Egqp zY+Tvn+Jyp;o6gD*wquy37ixq?S{%wbX732VHgV!-%UJA#(PCnqnX_NYOn==IkLx5C zf;lTY=NHRnB@gT$J?_{7o4PyC-=hl^+aBvN^Hy4{2;D@X6%o&HXAwwvr}a}A8AS9;hNuf$OXi{q`+n*`zaaN7*>pg;#s zUcp%G1R6~VjsHDylGMv!P%@~o%QJ0-#2-`&&nCsQ@5^_+W3s>R-6PQoRczY35dWSc zDqZKB&_y}g%8`-8)!m8$Y35Kd$)nVqaL14AjFat(-ER|s^=G+;{t$P>?GAT`@4g5h zckq(~C43Il!Dt-hwSRnN!C<%-?m#ff;q?RWevXi-N1W)t^#-(%;+qyubtqD17T;-H z>nHtzs!tzCH`-kV)T<3|&H@ZlDx$kbQDKI$(-C({q@5|Yl@WjhMMSTQ6Tc@WuT&*D zWdyQ#Ng+eG%OIOgQTMQ02(KW^WtK;XG$Z=RNoGza(FB9eRCRK9f8oYEkKt(n0gO?! zpTC{t!b)O;auyaifzA*v`=z9@&Vb7cbPaJ>@_O19K>D2T}nVJ{o zgfphca_Gn|;R(P~ViSD?eMW8Gf*g!|>*r?%-#KpaifjjZFfjojJ&(?A^>^M3aK>wO z`0ctM7O%lpMh<2VQ^a=cnGt~v9evOW{G6a4bi17m&_^*!k2dagDM9C!FkdOE@2{_h zEef?>zV=b^;JtzMYbW0b^OWEZ#O2fZhBhE=zW?0_R*e}+sCmGAgI349(1dTquo8HM zD{mO^5ex?7i15zUg#`%eTyJ%Z7F04`o2i1}fhTB3bS&uq!*>w3l-*qX3fcqAbdf#o zGZQ2!S`)j=hmm1JgZpk)! zgxI>420rHzsTOmAr7NJvfVE*G40iEn(b&bFuenhA#%o2iTBdg^UMkrGR<){$bG)8S zn&)0@C8=u(Iu|P~;(lo(fb84~n(vB)X|)5WK*%4pP6O#3W|E-RsQC zAkA&M1~$qaUK2)R^5`TC0B_=%8ZB1-@@@SKwm-ofEt=Vr_IXM{;W_ z>4iyLIZAin?`W794h!A$qI(4y9UZ>uy66w2O&X-aZ#Mvn8{R&(G?UXEO;kh|1NLn( zz0n&(162nv|DwvcCOBH9JZGo{WtBqWq&&qWvvV2s}LG za-lq#@nfK(291jDls`&k{yp+}@SqnX(6aU+^hXisi#)Lx6nUYWXpu_G&^&wMz&2st zWx~Wj^Uxk%>&Uvx@%j35XX<`(BSaas3j(oh*Qns&D(28e9ZcA4XKHY;^!&f0YXiFS z7Ox7@=kV6_D7A$hgp&-h z+1|XAPHl;byqs+fVX=&nmuP!IFKp=;C#xYz>`GJ2G>yWb*+SCD5JO>%8O-}L^ShpL z_IJ+b{Npn-&vVano9BM6`?|i@_xnxUuA?c_q5hHA+odXh+FBXD6TDo2^riW=MTNa> z(_{G*E>AQ7uNDQvN_Ts;`@R;hVd;2t`=`p37d#%2R3Z_>j&M{P?dB!p|BQ;IA0T3R zbaeEtNljb^I&$nNFXE3xbpp#Yxbc#Uwl;@ns(YS z5N|4KpzR(eNqrY77V>SeQk$w@mBz3(|JWQ;m5bj}M;7%GcsLg~|31GRqlBV|;le>u zqgdEa?S&lJ;VjU&FPmhJ}K|;zgg65rNF{QJE7N03qdn` z1^j$=Tq4lEjG-dVqyY69X|11M(mcJz`cdFP)fhXxM+Og=${oO9z)P59By?(KK$0M} zLdOZb8VI}wy7U%{T=FJR_6c;i+tp&St6|GH`rjDz5{y_GR~mG9I}&MRL>9`}lLD#tyjK)xvQ`KnlXXOf(uGFlbo{n)6pVY>rvvp-$? zy<~NrC(X*TBy_9jiMx&Q-LW6$Yn)xJ@N8MHol+!>SGFYc4+$@A@iSCA4F*j~zx(J# zXcu>Be#5mohK@R~P967A@SkE4BUUZKwx9qtYyv2$i#v#l zT{QJM%WWOh=cgI1>V$>n?#&w!oR6&e{gDV^Z5FgB;uH^%xOh?7Ly9%XVOU}X1BH&E z;o`UJj?ulSRx=`Zyc0^s?$%{Y8tD2C_nh$3EWcfEEl%p4yiOoY3TthcPuW*}@{IeCVW%h5A5Jnf>Q?`JoaohZqq)Fd;@sPQ2HG$UEV`%2#?0(s|GuCz zF>jBQ!<|bLPLhM`do@b`!u?$0lTTDDD&ue!;y4(FN22%Da6GX&hX8JI{ zseglGiZWvy36?=U;7*fG|={^?q!~1hpkIyub3)KU;U3vbLCvRR;E;g zHqHz>%k=l3igdVqqv*h$h2cHG`Ys-K>j|}X-bOK+@i!6Ji>8b4*ke&uhs)VdX@`%N zgiBW<>G9Qzj-M+K^CK!yZ z|01O7$KDp?pr|Icd>3Uo8?azH?d#T-WC^RuId-W~#d~X_-`<-V!My6&x6>Q^*Bh4f zKA+azp%Bea`;NXv8VNmH6P?V0VF|=`v#ekK7W;h=Lym9VquUi5cmF9K1r?qiqLsvf zZcctEFFe16eiunR633?)H9*`QM`_|+F+TjIuJ^N(cx$FO<_=9koOaEww zs^Uxy;j~xaK#`qmN=(VMUA^P$Xy;aK&0h6V#q1UQ61BQ*?wF0nyke=>I_+jST0;!r z990bte&49-*Iq$8u5HukGpRb#2ZuDNg1e$D zQI!DuL&9=3$Ah$;xDWtN8VNU3i9^1MYa9+DwyHR(`1xjP>#(n4oZlY%VNr-q1@eyK z>Y5sJ?&F*P0wUi$k_s%20Ep;}l0c)No*Zf%&`@AEPFN(VkDNn=@?qiSpK;W+{YL!I zCqp1E{PqZ-Hv2e~;o*tW#|(p5M6c%bJFheaVOeTo-UuVRNlxKI&o0p80PUIXlcuOW1iu|WJ;J-v|GxvKV zAKOn9Wn@58G8VaNh)`wr^hY$Jh&-|4cPrIZ%`p~|5JPBfq)|PlZVzP?3Bupb9jKA% zbdd{-ert5aMhz1vXQxX?<|U|QJrmBVH|WD;SqI~o!Z18U@!Cw8Uo)- z`4J80c=%(jqbW!5_Ufi(h1|=mdM3Le8ktLn4)5Ak5ukrlM+v(^vbkPg{y<$!6LQ*5 z8g~(}h6Axkg;LxQ&s<1<-Y0O&RNOr;ov5s=rS5!+j(GCVK!@F#ii~*Po5|;JJ=e_; z49{`VLCwwc($<$`i?)p1FlG6q&ONw0ZiL90d10~3!zf$ck~<02v@e=oE1Q~8edUIe z$v*C`BLw~AO0IaX{@v<^G9#%T3*y`=5Ew6 zU<$6CU3NpOCJWzU)NMjv9!IL-gWo{O@2!VOK@q}imbRs>N3`t;=|6ErPB>e)>GpoY zJK6&T$~08m#Gt+(uBC?nx`_3=Fa=I{a)$$YSAXnm)oSCbi+%N0oFhG7tz&@GX;g|C zG0AM{*aRr?=9%?fz{;YNhP-8KK7TQl1Uq{?jAE& zp8Tx)qVJi}l$rcBlB2;g_2ZlNX(vUI2J{I01Dw3>a~U6rA7A7lYxm(d>Q0SC%y-3H zraVEo-o%XE3Z9tN-rGRL*>MiNb0iHz2zW1uW!BG9LY~!gu$#QFUj_eB|54d{&#@B8 zaN&1Kn46MS)OWNbMG}YP?MMB7KWl#43mfDU(!Vt@@105KW!JS2$d;iVnU0pXmb+zA z7OBYk#cy8;{60ti_F-0HE*+I@*SVH3-#x@Ox^GP{H44ZNzhPX8|0oA0<1-NU(Rya} zp9bEAzDKp-{+67ZX&0^t)OThYFZQ1KVO^H5Bo)y`iag~k;kG(9->t^+m&^^fKMt6s z(8*xrhibLMtIIkhIlYUu-|+Q$Z5rj*$CK~Geoahze*U>yfNSNV(icHX^CR zhWtC^jq&S&{rFXw^Tus=jb8Q%@^*K7FHJcgKMdxG&tR?tdw1t;2a#63v9bdSzp|W7 zpvoF`z1mpG8rh44Rks>Eq=- zT9~c62RpKsR8vqTu#(nBdP6|ns`J9l8}DojFS9gjrjqd;(w%kNY2_wO%C8hISgFyH z70%Q+krmjzAe@!&`g~YB8x7p~`0}Na)^ra_5W<-5xyaRCylUT~3zattFnTWGk-?1L z4=bdn|8i-oI;yu+QYd|-T{Nw`KiS?h@y;h_LO43nL$+g6PF)AW%95?jX!3oB+U3VM z&&tg&raRy+5EbHtDXjumAcr@PtV#KAr@2xqdk&2OXyGfM&F#Yu`4Usk(;D*rQe17{ zT=3KSf|)L|^wg*rtn2ccRFyzfy#4G#5mClm;}-Ogn0`!=)WyG+Xx7&h*gRCr4IGhV z=14w+x_d6T&-eqlsw@fxvRapaE>>PhssK0;b=O2SjHtNJHznon3Gn07 zOQT+FQUM!)HE^6KALl3Yd$%+nc=^Ml$Kp>VU8+aSG@TDLnHDB>;`in)i0cvjMNXGW`=)2Fqd7(@?1wF+r1qDXP;uUp{ z6O#EF-ku?helUv+1x^}9T8$%GGTAa7oC+$L1}02C!%hHGqcc zp10At@MReHe)3#y=a|4|fFwz|vPC5P+ zfM@80Wy2xUJ56C{Ik9Bj&;#yT*UIYao^ z0;qBKM}RAcu`O9b;b9Us|36SO{ycKD0!%7$O5-t@P>qT&Etn|17|!+H4J~k#fEWzs*6+=d{=8+rCk%37bY%3}jWj Rf=gm{eH-9+f5-9c{{u)XGM)ec literal 0 HcmV?d00001 From 9931130e2631ad1d466a4df9c142a676b30e0660 Mon Sep 17 00:00:00 2001 From: Azarak Date: Wed, 29 Jan 2020 13:17:23 +0100 Subject: [PATCH 30/54] update --- code/modules/research/designs/misc_designs.dm | 4 ++-- code/modules/research/techweb/all_nodes.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/research/designs/misc_designs.dm b/code/modules/research/designs/misc_designs.dm index eeefa3a0..78b5a12c 100644 --- a/code/modules/research/designs/misc_designs.dm +++ b/code/modules/research/designs/misc_designs.dm @@ -483,10 +483,10 @@ category = list("Equipment") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING -/datum/design/rpd +/datum/design/pipe_dispenser name = "Rapid Pipe Dispenser (RPD)" desc = "A tool that can construct and deconstruct pipes on the fly." - id = "rpd" + id = "pipe_dispenser" build_type = PROTOLATHE materials = list(MAT_METAL = 75000, MAT_GLASS = 37500) build_path = /obj/item/pipe_dispenser diff --git a/code/modules/research/techweb/all_nodes.dm b/code/modules/research/techweb/all_nodes.dm index ea950c11..a9eaf107 100644 --- a/code/modules/research/techweb/all_nodes.dm +++ b/code/modules/research/techweb/all_nodes.dm @@ -173,7 +173,7 @@ display_name = "Advanced Engineering" description = "Pushing the boundaries of physics, one chainsaw-fist at a time." prereq_ids = list("engineering", "emp_basic") - design_ids = list("engine_goggles", "magboots", "forcefield_projector", "weldingmask", "tray_goggles_prescription", "engine_goggles_prescription", "mesons_prescription", "double_emergency_oxygen","rcd_loaded", "rpd","rcd_upgrade_frames", "rcd_upgrade_simple_circuits") + design_ids = list("engine_goggles", "magboots", "forcefield_projector", "weldingmask", "tray_goggles_prescription", "engine_goggles_prescription", "mesons_prescription", "double_emergency_oxygen","rcd_loaded", "pipe_dispenser","rcd_upgrade_frames", "rcd_upgrade_simple_circuits") research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 4000) export_price = 5000 From ace77813c56b13c7eed425cdea00a206aed323f0 Mon Sep 17 00:00:00 2001 From: Azarak Date: Wed, 29 Jan 2020 19:01:51 +0100 Subject: [PATCH 31/54] Seperates fluff from wings and add decorative wings --- code/__DEFINES/DNA.dm | 1 + code/__HELPERS/global_lists.dm | 2 + code/__HELPERS/mobs.dm | 7 +- code/_globalvars/lists/flavor_misc.dm | 2 + code/modules/admin/create_mob.dm | 2 + code/modules/client/preferences.dm | 43 ++++++++ code/modules/client/preferences_savefile.dm | 17 +++ .../mob/dead/new_player/preferences_setup.dm | 1 + .../sprite_accessories/moth_fluff.dm | 95 ++++++++++++++++ .../new_player/sprite_accessories/wings.dm | 102 +++++++++++++++++- .../mob/living/carbon/human/human_defines.dm | 2 + .../mob/living/carbon/human/species.dm | 17 +++ .../carbon/human/species_types/felinid.dm | 4 +- .../carbon/human/species_types/humans.dm | 6 +- .../human/species_types/lizardpeople.dm | 6 +- .../carbon/human/species_types/mothmen.dm | 4 +- icons/mob/wings.dmi | Bin 87380 -> 79136 bytes .../carbon/human/species_types/furrypeople.dm | 28 ++--- .../carbon/human/species_types/jellypeople.dm | 6 +- tgstation.dme | 1 + 20 files changed, 317 insertions(+), 29 deletions(-) create mode 100644 code/modules/mob/dead/new_player/sprite_accessories/moth_fluff.dm diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm index 068a5e3c..0c5d6121 100644 --- a/code/__DEFINES/DNA.dm +++ b/code/__DEFINES/DNA.dm @@ -115,6 +115,7 @@ #define DRINKSBLOOD 15 #define NOEYES 16 #define MARKINGS 17 +#define WINGCOLOR 18 //organ slots #define ORGAN_SLOT_BRAIN "brain" diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index a6e8096c..cbcae43c 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -31,6 +31,8 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, GLOB.r_wings_list,roundstart = TRUE) init_sprite_accessory_subtypes(/datum/sprite_accessory/caps, GLOB.caps_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/moth_wings, GLOB.moth_wings_list) + init_sprite_accessory_subtypes(/datum/sprite_accessory/moth_fluff, GLOB.moth_fluffs_list) + init_sprite_accessory_subtypes(/datum/sprite_accessory/deco_wings, GLOB.deco_wings_list) //CIT CHANGES START HERE, ADDS SNOWFLAKE BODYPARTS AND MORE //mammal bodyparts (fucking furries) diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index 5d562622..43db4347 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -70,8 +70,12 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/body_markings, GLOB.body_markings_list) if(!GLOB.wings_list.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/wings, GLOB.wings_list) + if(!GLOB.deco_wings_list.len) + init_sprite_accessory_subtypes(/datum/sprite_accessory/deco_wings, GLOB.deco_wings_list) if(!GLOB.moth_wings_list.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/moth_wings, GLOB.moth_wings_list) + if(!GLOB.moth_fluffs_list.len) + init_sprite_accessory_subtypes(/datum/sprite_accessory/moth_fluff, GLOB.moth_fluffs_list) if(!GLOB.moth_markings_list.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/moth_markings, GLOB.moth_markings_list) @@ -148,7 +152,8 @@ "caps" = pick(GLOB.caps_list), "moth_wings" = pick(GLOB.moth_wings_list), "moth_markings" = pick(GLOB.moth_markings_list), - "taur" = "None", + "insect_fluff" = "None", + "taur" = "None", "mam_body_markings" = pick(snowflake_markings_list), "mam_ears" = pick(snowflake_ears_list), "mam_snouts" = pick(snowflake_mam_snouts_list), diff --git a/code/_globalvars/lists/flavor_misc.dm b/code/_globalvars/lists/flavor_misc.dm index a9615d7c..413fed1b 100644 --- a/code/_globalvars/lists/flavor_misc.dm +++ b/code/_globalvars/lists/flavor_misc.dm @@ -33,8 +33,10 @@ GLOBAL_LIST_EMPTY(animated_tails_list_human) GLOBAL_LIST_EMPTY(ears_list) GLOBAL_LIST_EMPTY(wings_list) GLOBAL_LIST_EMPTY(wings_open_list) +GLOBAL_LIST_EMPTY(deco_wings_list) GLOBAL_LIST_EMPTY(r_wings_list) GLOBAL_LIST_EMPTY(moth_wings_list) +GLOBAL_LIST_EMPTY(moth_fluffs_list) GLOBAL_LIST_EMPTY(moth_markings_list) GLOBAL_LIST_EMPTY(caps_list) diff --git a/code/modules/admin/create_mob.dm b/code/modules/admin/create_mob.dm index 772b9d87..3230395d 100644 --- a/code/modules/admin/create_mob.dm +++ b/code/modules/admin/create_mob.dm @@ -35,6 +35,8 @@ H.dna.features["spines"] = pick(GLOB.spines_list) H.dna.features["body_markings"] = pick(GLOB.body_markings_list) H.dna.features["moth_wings"] = pick(GLOB.moth_wings_list) + H.dna.features["moth_fluff"] = pick(GLOB.moth_fluffs_list) + H.dna.features["deco_wings"] = pick(GLOB.deco_wings_list) H.update_body() H.update_hair() diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 906207c0..874e7031 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -86,6 +86,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) var/facial_hair_color = "000" //Facial hair color var/skin_tone = "caucasian1" //Skin color var/eye_color = "000" //Eye color + var/wing_color = "fff" //Wing color //H13 var/body_size = 100 //Body Size in percent @@ -100,10 +101,12 @@ GLOBAL_LIST_EMPTY(preferences_datums) "ears" = "None", "wings" = "None", "frills" = "None", + "deco_wings" = "None", "spines" = "None", "body_markings" = "None", "legs" = "Normal Legs", "moth_wings" = "Plain", + "moth_fluff" = "None", "moth_markings" = "None", "mcolor2" = "FFF", "mcolor3" = "FFF", @@ -609,6 +612,14 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(mutant_category >= MAX_MUTANT_ROWS) dat += "" mutant_category = 0 + if("deco_wings" in pref_species.default_features) + if(!mutant_category) + dat += APPEARANCE_CATEGORY_COLUMN + + dat += "

Decorative wings

" + + dat += "[features["deco_wings"]]" + dat += "    Change
" if("moth_wings" in pref_species.default_features) if(!mutant_category) dat += APPEARANCE_CATEGORY_COLUMN @@ -617,6 +628,17 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "[features["moth_wings"]]" + mutant_category++ + if(mutant_category >= MAX_MUTANT_ROWS) + dat += "" + mutant_category = 0 + if("moth_fluff" in pref_species.default_features) + if(!mutant_category) + dat += APPEARANCE_CATEGORY_COLUMN + + dat += "

Moth Fluff

" + + dat += "[features["moth_fluff"]]" mutant_category++ if(mutant_category >= MAX_MUTANT_ROWS) dat += "" @@ -1780,6 +1802,14 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(new_wings) features["wings"] = new_wings + if("wings_color") + var/new_wing_color = input(user, "Choose your character's wing colour:", "Character Preference","#"+wing_color) as color|null + if(new_wing_color) + if (new_wing_color == "#000000") + wing_color = "#FFFFFF" + else + wing_color = sanitize_hexcolor(new_wing_color) + if("frills") var/new_frills new_frills = input(user, "Choose your character's frills:", "Character Preference") as null|anything in GLOB.frills_list @@ -1814,6 +1844,18 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(new_moth_wings) features["moth_wings"] = new_moth_wings + if("moth_fluffs") + var/new_moth_fluff + new_moth_fluff = input(user, "Choose your character's fluff:", "Character Preference") as null|anything in GLOB.moth_fluffs_list + if(new_moth_fluff) + features["moth_fluff"] = new_moth_fluff + + if("deco_wings") + var/new_deco_wings + new_deco_wings = input(user, "Choose your character's wings:", "Character Preference") as null|anything in GLOB.deco_wings_list + if(new_deco_wings) + features["deco_wings"] = new_deco_wings + if("moth_markings") var/new_moth_markings new_moth_markings = input(user, "Choose your character's markings:", "Character Preference") as null|anything in GLOB.moth_markings_list @@ -2355,6 +2397,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) organ_eyes.old_eye_color = eye_color character.hair_color = hair_color character.facial_hair_color = facial_hair_color + character.wing_color = wing_color character.skin_tone = skin_tone character.hair_style = hair_style diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index 5c97d8f0..d9ec2c66 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -259,6 +259,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car if(!S["features["mcolor"]"] || S["features["mcolor"]"] == "#000") WRITE_FILE(S["features["mcolor"]"] , "#FFF") + if(!S["features["wing_color"]"] || S["features["wing_color"]"] == "#000") + WRITE_FILE(S["features["wing_color"]"] , "#FFF") + //Character S["real_name"] >> real_name S["nameless"] >> nameless @@ -280,6 +283,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car S["shirt_color"] >> shirt_color S["socks"] >> socks S["socks_color"] >> socks_color + S["wing_color"] >> wing_color S["backbag"] >> backbag S["jumpsuit_style"] >> jumpsuit_style S["uplink_loc"] >> uplink_spawn_loc @@ -292,9 +296,11 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car S["feature_lizard_body_markings"] >> features["body_markings"] S["feature_lizard_legs"] >> features["legs"] S["feature_moth_wings"] >> features["moth_wings"] + S["feature_moth_fluff"] >> features["moth_fluff"] S["feature_moth_markings"] >> features["moth_markings"] S["feature_human_tail"] >> features["tail_human"] S["feature_human_ears"] >> features["ears"] + S["feature_deco_wings"] >> features["deco_wings"] @@ -401,6 +407,11 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car if(!features["mcolor"] || features["mcolor"] == "#000") features["mcolor"] = pick("FFFFFF","7F7F7F", "7FFF7F", "7F7FFF", "FF7F7F", "7FFFFF", "FF7FFF", "FFFF7F") + if(!features["wing_color"] || features["wing_color"] == "#000") + features["wing_color"] = "FFFFFF" + + + nameless = sanitize_integer(nameless, 0, 1, initial(nameless)) be_random_name = sanitize_integer(be_random_name, 0, 1, initial(be_random_name)) be_random_body = sanitize_integer(be_random_body, 0, 1, initial(be_random_body)) @@ -422,6 +433,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car facial_hair_color = sanitize_hexcolor(facial_hair_color, 3, 0) eye_color = sanitize_hexcolor(eye_color, 3, 0) skin_tone = sanitize_inlist(skin_tone, GLOB.skin_tones) + wing_color = sanitize_hexcolor(wing_color, 3, FALSE, "#FFFFFF") backbag = sanitize_inlist(backbag, GLOB.backbaglist, initial(backbag)) jumpsuit_style = sanitize_inlist(jumpsuit_style, GLOB.jumpsuitlist, initial(jumpsuit_style)) uplink_spawn_loc = sanitize_inlist(uplink_spawn_loc, GLOB.uplink_spawn_loc_list, initial(uplink_spawn_loc)) @@ -436,7 +448,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car features["body_markings"] = sanitize_inlist(features["body_markings"], GLOB.body_markings_list) features["feature_lizard_legs"] = sanitize_inlist(features["legs"], GLOB.legs_list) features["moth_wings"] = sanitize_inlist(features["moth_wings"], GLOB.moth_wings_list) + features["moth_fluff"] = sanitize_inlist(features["moth_fluff"], GLOB.moth_fluffs_list) features["moth_markings"] = sanitize_inlist(features["moth_markings"], GLOB.moth_markings_list, "None") + features["deco_wings"] = sanitize_inlist(features["deco_wings"], GLOB.deco_wings_list, "None") joblessrole = sanitize_integer(joblessrole, 1, 3, initial(joblessrole)) job_civilian_high = sanitize_integer(job_civilian_high, 0, 65535, initial(job_civilian_high)) @@ -496,6 +510,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car WRITE_FILE(S["shirt_color"] , shirt_color) WRITE_FILE(S["socks"] , socks) WRITE_FILE(S["socks_color"] , socks_color) + WRITE_FILE(S["wing_color"] , wing_color) WRITE_FILE(S["backbag"] , backbag) WRITE_FILE(S["jumpsuit_style"] , jumpsuit_style) WRITE_FILE(S["uplink_loc"] , uplink_spawn_loc) @@ -511,7 +526,9 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car WRITE_FILE(S["feature_lizard_body_markings"] , features["body_markings"]) WRITE_FILE(S["feature_lizard_legs"] , features["legs"]) WRITE_FILE(S["feature_moth_wings"] , features["moth_wings"]) + WRITE_FILE(S["feature_moth_fluff"] , features["moth_fluff"]) WRITE_FILE(S["feature_moth_markings"] , features["moth_markings"]) + WRITE_FILE(S["feature_deco_wings"] , features["deco_wings"]) //Custom names for(var/custom_name_id in GLOB.preferences_custom_names) diff --git a/code/modules/mob/dead/new_player/preferences_setup.dm b/code/modules/mob/dead/new_player/preferences_setup.dm index b32ba965..83eea366 100644 --- a/code/modules/mob/dead/new_player/preferences_setup.dm +++ b/code/modules/mob/dead/new_player/preferences_setup.dm @@ -17,6 +17,7 @@ hair_color = random_short_color() facial_hair_color = hair_color eye_color = random_eye_color() + wing_color = "fff" if(!pref_species) var/rando_race = pick(GLOB.roundstart_races) pref_species = new rando_race() diff --git a/code/modules/mob/dead/new_player/sprite_accessories/moth_fluff.dm b/code/modules/mob/dead/new_player/sprite_accessories/moth_fluff.dm new file mode 100644 index 00000000..ff563c01 --- /dev/null +++ b/code/modules/mob/dead/new_player/sprite_accessories/moth_fluff.dm @@ -0,0 +1,95 @@ +/****************************************** +************* Moth Markings ************* +*******************************************/ + +/datum/sprite_accessory/moth_fluff + icon = 'icons/mob/wings.dmi' + color_src = 0 + +/datum/sprite_accessory/moth_fluff/none + name = "None" + icon_state = "none" + +/datum/sprite_accessory/moth_fluff/plain + name = "Plain" + icon_state = "plain" + +/datum/sprite_accessory/moth_fluff/reddish + name = "Reddish" + icon_state = "redish" + +/datum/sprite_accessory/moth_fluff/royal + name = "Royal" + icon_state = "royal" + +/datum/sprite_accessory/moth_fluff/gothic + name = "Gothic" + icon_state = "gothic" + +/datum/sprite_accessory/moth_fluff/lovers + name = "Lovers" + icon_state = "lovers" + +/datum/sprite_accessory/moth_fluff/whitefly + name = "White Fly" + icon_state = "whitefly" + +/datum/sprite_accessory/moth_fluff/punished + name = "Burnt Off" + icon_state = "punished" + +/datum/sprite_accessory/moth_fluff/firewatch + name = "Firewatch" + icon_state = "firewatch" + +/datum/sprite_accessory/moth_fluff/deathhead + name = "Deathshead" + icon_state = "deathhead" + +/datum/sprite_accessory/moth_fluff/poison + name = "Poison" + icon_state = "poison" + +/datum/sprite_accessory/moth_fluff/ragged + name = "Ragged" + icon_state = "ragged" + +/datum/sprite_accessory/moth_fluff/moonfly + name = "Moon Fly" + icon_state = "moonfly" + +/datum/sprite_accessory/moth_fluff/snow + name = "Snow" + icon_state = "snow" + +/datum/sprite_accessory/moth_fluff/oakworm + name = "Oak Worm" + icon_state = "oakworm" + +/datum/sprite_accessory/moth_fluff/jungle + name = "Jungle" + icon_state = "jungle" + +/datum/sprite_accessory/moth_fluff/witchwing + name = "Witch Wing" + icon_state = "witchwing" + +/datum/sprite_accessory/moth_fluff/colored + name = "Colored (Hair)" + icon_state = "snow" + color_src = HAIR + +/datum/sprite_accessory/moth_fluff/colored1 + name = "Colored (Primary)" + icon_state = "snow" + color_src = MUTCOLORS + +/datum/sprite_accessory/moth_fluff/colored2 + name = "Colored (Secondary)" + icon_state = "snow" + color_src = MUTCOLORS2 + +/datum/sprite_accessory/moth_fluff/colored3 + name = "Colored (Tertiary)" + icon_state = "snow" + color_src = MUTCOLORS3 \ No newline at end of file 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 d051b2f0..8f7e65cd 100644 --- a/code/modules/mob/dead/new_player/sprite_accessories/wings.dm +++ b/code/modules/mob/dead/new_player/sprite_accessories/wings.dm @@ -1,3 +1,5 @@ +//Angel Wings + /datum/sprite_accessory/wings/none name = "None" icon_state = "none" @@ -23,4 +25,102 @@ dimension_x = 46 center = TRUE dimension_y = 34 - locked = TRUE \ No newline at end of file + locked = TRUE + +// Decorative wings +/datum/sprite_accessory/deco_wings + icon = 'icons/mob/wings.dmi' + color_src = WINGCOLOR + +/datum/sprite_accessory/deco_wings/plain + name = "Plain" + icon_state = "plain" + +/datum/sprite_accessory/deco_wings/monarch + name = "Monarch" + icon_state = "monarch" + +/datum/sprite_accessory/deco_wings/luna + name = "Luna" + icon_state = "luna" + +/datum/sprite_accessory/deco_wings/atlas + name = "Atlas" + icon_state = "atlas" + +/datum/sprite_accessory/deco_wings/reddish + name = "Reddish" + icon_state = "redish" + +/datum/sprite_accessory/deco_wings/royal + name = "Royal" + icon_state = "royal" + +/datum/sprite_accessory/deco_wings/gothic + name = "Gothic" + icon_state = "gothic" + +/datum/sprite_accessory/deco_wings/lovers + name = "Lovers" + icon_state = "lovers" + +/datum/sprite_accessory/deco_wings/whitefly + name = "White Fly" + icon_state = "whitefly" + +/datum/sprite_accessory/deco_wings/punished + name = "Burnt Off" + icon_state = "punished" + locked = TRUE + +/datum/sprite_accessory/deco_wings/firewatch + name = "Firewatch" + icon_state = "firewatch" + +/datum/sprite_accessory/deco_wings/deathhead + name = "Deathshead" + icon_state = "deathhead" + +/datum/sprite_accessory/deco_wings/poison + name = "Poison" + icon_state = "poison" + +/datum/sprite_accessory/deco_wings/ragged + name = "Ragged" + icon_state = "ragged" + +/datum/sprite_accessory/deco_wings/moonfly + name = "Moon Fly" + icon_state = "moonfly" + +/datum/sprite_accessory/deco_wings/snow + name = "Snow" + icon_state = "snow" + +/datum/sprite_accessory/deco_wings/angel + name = "Angel" + icon_state = "angel" + color_src = 0 + dimension_x = 46 + center = TRUE + dimension_y = 34 + +/datum/sprite_accessory/deco_wings/bee + name = "Bee" + icon_state = "bee" + +/datum/sprite_accessory/deco_wings/fairy + name = "Fairy" + icon_state = "fairy" + +/datum/sprite_accessory/deco_wings/bat + name = "Bat" + icon_state = "bat" + +/datum/sprite_accessory/deco_wings/feathery + name = "Feathery" + icon_state = "feathery" + +/datum/sprite_accessory/deco_wings/none + name = "None" + icon_state = "none" \ No newline at end of file diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index a4a2aba2..63f1bd08 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -17,6 +17,8 @@ //Eye colour var/eye_color = "000" + var/wing_color = "fff" //wings too + var/skin_tone = "caucasian1" //Skin tone var/lip_style = null //no lipstick by default- arguably misleading, as it could be used for general makeup diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index c215d126..b1bed62e 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -14,6 +14,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) var/hair_color // this allows races to have specific hair colors... if null, it uses the H's hair/facial hair colors. if "mutcolor", it uses the H's mutant_color var/hair_alpha = 255 // the alpha used by the hair. 255 is completely solid, 0 is transparent. + var/wing_color var/use_skintones = 0 // does it use skintones or not? (spoiler alert this is only used by humans) var/exotic_blood = "" // If your race wants to bleed something other than bog standard blood, change this to reagent id. @@ -615,6 +616,10 @@ GLOBAL_LIST_EMPTY(roundstart_races) if(!H.dna.features["wings"] || H.dna.features["wings"] == "None" || (H.wear_suit && (H.wear_suit.flags_inv & HIDEJUMPSUIT) && (!H.wear_suit.species_exception || !is_type_in_list(src, H.wear_suit.species_exception)))) bodyparts_to_add -= "wings" + if("moth_fluff" in mutant_bodyparts) + if(!H.dna.features["moth_fluff"] || H.dna.features["moth_fluff"] == "None" || H.wear_suit && (H.wear_suit.flags_inv & HIDEJUMPSUIT)) + bodyparts_to_add -= "moth_fluff" + if("wings_open" in mutant_bodyparts) if(H.wear_suit && (H.wear_suit.flags_inv & HIDEJUMPSUIT) && (!H.wear_suit.species_exception || !is_type_in_list(src, H.wear_suit.species_exception))) bodyparts_to_add -= "wings_open" @@ -724,10 +729,14 @@ GLOBAL_LIST_EMPTY(roundstart_races) S = GLOB.wings_list[H.dna.features["wings"]] if("wingsopen") S = GLOB.wings_open_list[H.dna.features["wings"]] + if("deco_wings") + S = GLOB.deco_wings_list[H.dna.features["deco_wings"]] if("legs") S = GLOB.legs_list[H.dna.features["legs"]] if("moth_wings") S = GLOB.moth_wings_list[H.dna.features["moth_wings"]] + if("moth_fluff") + S = GLOB.moth_fluffs_list[H.dna.features["moth_fluff"]] if("moth_markings") S = GLOB.moth_markings_list[H.dna.features["moth_markings"]] if("caps") @@ -775,6 +784,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) bodypart = "snout" if(bodypart == "xenohead") bodypart = "xhead" + if(bodypart == "moth_wings" || bodypart == "deco_wings") + bodypart = "moth_wings" if(S.gender_specific) accessory_overlay.icon_state = "[g]_[bodypart]_[S.icon_state]_[layertext]" @@ -826,6 +837,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) accessory_overlay.color = "#[H.facial_hair_color]" if(EYECOLOR) accessory_overlay.color = "#[H.eye_color]" + if(WINGCOLOR) + accessory_overlay.color = "#[H.wing_color]" else accessory_overlay.color = forced_colour else @@ -891,6 +904,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) extra_accessory_overlay.color = "#[H.facial_hair_color]" if(EYECOLOR) extra_accessory_overlay.color = "#[H.eye_color]" + if(WINGCOLOR) + extra_accessory_overlay.color = "#[H.wing_color]" standing += extra_accessory_overlay if(S.extra2) //apply the extra overlay, if there is one @@ -923,6 +938,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) extra2_accessory_overlay.color = "#[H.dna.features["mcolor"]]" else extra2_accessory_overlay.color = "#[H.hair_color]" + if(WINGCOLOR) + extra2_accessory_overlay.color = "#[H.wing_color]" standing += extra2_accessory_overlay diff --git a/code/modules/mob/living/carbon/human/species_types/felinid.dm b/code/modules/mob/living/carbon/human/species_types/felinid.dm index 1ee697d6..ec58a3be 100644 --- a/code/modules/mob/living/carbon/human/species_types/felinid.dm +++ b/code/modules/mob/living/carbon/human/species_types/felinid.dm @@ -4,8 +4,8 @@ id = "felinid" limbs_id = "human" - mutant_bodyparts = list("mam_ears", "mam_tail") - default_features = list("mcolor" = "FFF", "mam_tail" = "Cat", "mam_ears" = "Cat", "wings" = "None") + mutant_bodyparts = list("mam_ears", "mam_tail", "deco_wings") + default_features = list("mcolor" = "FFF", "mam_tail" = "Cat", "mam_ears" = "Cat", "wings" = "None", "deco_wings" = "None") mutantears = /obj/item/organ/ears/cat mutanttail = /obj/item/organ/tail/cat diff --git a/code/modules/mob/living/carbon/human/species_types/humans.dm b/code/modules/mob/living/carbon/human/species_types/humans.dm index 4a432bb1..b4accdb2 100644 --- a/code/modules/mob/living/carbon/human/species_types/humans.dm +++ b/code/modules/mob/living/carbon/human/species_types/humans.dm @@ -2,9 +2,9 @@ name = "Human" id = "human" default_color = "FFFFFF" - species_traits = list(EYECOLOR,HAIR,FACEHAIR,LIPS,MUTCOLORS_PARTSONLY) - mutant_bodyparts = list("ears", "tail_human", "wings", "taur") // CITADEL EDIT gives humans snowflake parts - default_features = list("mcolor" = "FFF", "mcolor2" = "FFF","mcolor3" = "FFF","tail_human" = "None", "ears" = "None", "wings" = "None", "taur" = "None") + species_traits = list(EYECOLOR,HAIR,FACEHAIR,LIPS,MUTCOLORS_PARTSONLY,WINGCOLOR) + mutant_bodyparts = list("ears", "tail_human", "wings", "taur", "deco_wings") // CITADEL EDIT gives humans snowflake parts + default_features = list("mcolor" = "FFF", "mcolor2" = "FFF","mcolor3" = "FFF","tail_human" = "None", "ears" = "None", "wings" = "None", "taur" = "None", "deco_wings" = "None") use_skintones = 1 skinned_type = /obj/item/stack/sheet/animalhide/human disliked_food = GROSS | RAW diff --git a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm index 8d448592..38e5ec85 100644 --- a/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/lizardpeople.dm @@ -4,14 +4,14 @@ id = "lizard" say_mod = "hisses" default_color = "00FF00" - species_traits = list(MUTCOLORS,EYECOLOR,HAIR,FACEHAIR,LIPS) + species_traits = list(MUTCOLORS,EYECOLOR,HAIR,FACEHAIR,LIPS,WINGCOLOR) inherent_biotypes = list(MOB_ORGANIC, MOB_HUMANOID, MOB_REPTILE) - mutant_bodyparts = list("tail_lizard", "snout", "spines", "horns", "frills", "body_markings", "legs", "taur") + mutant_bodyparts = list("tail_lizard", "snout", "spines", "horns", "frills", "body_markings", "legs", "taur", "deco_wings") mutanttongue = /obj/item/organ/tongue/lizard mutanttail = /obj/item/organ/tail/lizard coldmod = 1.5 heatmod = 0.67 - default_features = list("mcolor" = "0F0", "mcolor2" = "0F0", "mcolor3" = "0F0", "tail_lizard" = "Smooth", "snout" = "Round", "horns" = "None", "frills" = "None", "spines" = "None", "body_markings" = "None", "legs" = "Normal Legs", "taur" = "None") + default_features = list("mcolor" = "0F0", "mcolor2" = "0F0", "mcolor3" = "0F0", "tail_lizard" = "Smooth", "snout" = "Round", "horns" = "None", "frills" = "None", "spines" = "None", "body_markings" = "None", "legs" = "Normal Legs", "taur" = "None", "deco_wings" = "None") attack_verb = "slash" attack_sound = 'sound/weapons/slash.ogg' miss_sound = 'sound/weapons/slashmiss.ogg' diff --git a/code/modules/mob/living/carbon/human/species_types/mothmen.dm b/code/modules/mob/living/carbon/human/species_types/mothmen.dm index 7534a474..02825e35 100644 --- a/code/modules/mob/living/carbon/human/species_types/mothmen.dm +++ b/code/modules/mob/living/carbon/human/species_types/mothmen.dm @@ -5,8 +5,8 @@ default_color = "00FF00" species_traits = list(LIPS, NOEYES) inherent_biotypes = list(MOB_ORGANIC, MOB_HUMANOID, MOB_BUG) - mutant_bodyparts = list("moth_wings") - default_features = list("moth_wings" = "Plain") + mutant_bodyparts = list("moth_wings", "moth_fluff") + default_features = list("moth_wings" = "Plain", "moth_fluff" = "Plain") attack_verb = "slash" attack_sound = 'sound/weapons/slash.ogg' miss_sound = 'sound/weapons/slashmiss.ogg' diff --git a/icons/mob/wings.dmi b/icons/mob/wings.dmi index 2225b56c57e4ab12f56d42d749179795fc4397b4..bf820a8dcc4f84e4fddea16adcf3a56d984be765 100644 GIT binary patch literal 79136 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 E4MjZ&ivR!s literal 87380 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 Date: Wed, 29 Jan 2020 23:41:17 +0100 Subject: [PATCH 32/54] Re-adds neurotoxin and adds neurosmash --- .../food_and_drinks/recipes/drinks_recipes.dm | 24 ++++++++++++++++++ .../chemistry/reagents/alcohol_reagents.dm | 21 +++++++++++++++ icons/obj/drinks.dmi | Bin 89013 -> 90479 bytes .../reagents/chemistry/recipes/fermi.dm | 4 +-- 4 files changed, 47 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index a74f73ed..322e67fc 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -381,6 +381,30 @@ id = "neurotoxin" results = list("neurotoxin" = 2) required_reagents = list("gargleblaster" = 1, "morphine" = 1) + //FermiChem vars: Easy to make, but hard to make potent + OptimalTempMin = 200 // Lower area of bell curve for determining heat based rate reactions + OptimalTempMax = 950 // Upper end for above + ExplodeTemp = 999 //Temperature at which reaction explodes + OptimalpHMin = 2 // Lowest value of pH determining pH a 1 value for pH based rate reactions (Plateu phase) + OptimalpHMax = 3 // Higest value for above + ReactpHLim = 5 // How far out pH wil react, giving impurity place (Exponential phase) + CatalystFact = 0 // How much the catalyst affects the reaction (0 = no catalyst) + CurveSharpT = 2 // How sharp the temperature exponential curve is (to the power of value) + CurveSharppH = 4 // How sharp the pH exponential curve is (to the power of value) + ThermicConstant = 10 //Temperature change per 1u produced + HIonRelease = 0.02 //pH change per 1u reaction + RateUpLim = 5 //Optimal/max rate possible if all conditions are perfect + FermiChem = TRUE//If the chemical uses the Fermichem reaction mechanics + FermiExplode = FALSE //If the chemical explodes in a special way + PurityMin = 0 //The minimum purity something has to be above, otherwise it explodes. + +/datum/chemical_reaction/neurotoxin/FermiFinish(datum/reagents/holder, var/atom/my_atom) + var/datum/reagent/consumable/ethanol/neurotoxin/Nt = locate(/datum/reagent/consumable/ethanol/neurotoxin) in my_atom.reagents.reagent_list + if(Nt) + var/cached_volume = Nt.volume + if(Nt.purity < 0.5) + holder.remove_reagent(src.id, cached_volume) + holder.add_reagent("neurosmash", cached_volume) /datum/chemical_reaction/snowwhite name = "Snow White" diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index a3194cee..f1d4c70f 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -1373,6 +1373,7 @@ All effects don't start immediately, but rather get worse over time; the rate is /datum/reagent/consumable/ethanol/neurotoxin name = "Neurotoxin" + id = "neurotoxin" description = "A strong neurotoxin that puts the subject into a death-like state." color = "#2E2E61" // rgb: 46, 46, 97 boozepwr = 50 @@ -1417,6 +1418,26 @@ All effects don't start immediately, but rather get worse over time; the rate is M.adjustStaminaLoss(10) ..() +/datum/reagent/consumable/ethanol/neurosmash + name = "Neurosmash" + id = "neurosmash" + description = "A mostly safe alcoholic drink for the true daredevils. Do not mix with Neurotoxin." + color = "#2E2E61" // rgb: 46, 46, 97 + boozepwr = 60 + quality = DRINK_VERYGOOD + taste_description = "a numbing sensation" + glass_icon_state = "neurosmashglass" + glass_name = "Neurosmash" + glass_desc = "A mostly safe alcoholic drink for the true daredevils. Do not mix with Neurotoxin." + +/datum/reagent/consumable/ethanol/neurosmash/on_mob_life(mob/living/carbon/M) + if(holder.has_reagent("neurotoxin")) + M.adjustOrganLoss(ORGAN_SLOT_BRAIN, 0.5*REM, 150) + else + M.adjustOrganLoss(ORGAN_SLOT_BRAIN, -1.0*REM, 150) + M.dizziness +=2 + ..() + /datum/reagent/consumable/ethanol/hippies_delight name = "Hippie's Delight" id = "hippiesdelight" diff --git a/icons/obj/drinks.dmi b/icons/obj/drinks.dmi index 6c0f7c30ba20f53a06e8791f51a5cf3768c60050..796009971e8cfdef8c50c0427be4de39684d4939 100644 GIT binary patch delta 15126 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 delta 13649 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 XB?(WA7njgqoB~voG!#qZErS0SSQ+JL diff --git a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm index 2a32276b..e2941519 100644 --- a/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm +++ b/modular_citadel/code/modules/reagents/chemistry/recipes/fermi.dm @@ -6,11 +6,11 @@ return //Called when reaction STOP_PROCESSING -/datum/chemical_reaction/fermi/proc/FermiFinish(datum/reagents/holder) +/datum/chemical_reaction/proc/FermiFinish(datum/reagents/holder) return //Called when temperature is above a certain threshold, or if purity is too low. -/datum/chemical_reaction/fermi/proc/FermiExplode(datum/reagents, var/atom/my_atom, volume, temp, pH, Exploding = FALSE) +/datum/chemical_reaction/proc/FermiExplode(datum/reagents, var/atom/my_atom, volume, temp, pH, Exploding = FALSE) if (Exploding == TRUE) return From 46d6fc719965e37c44895cf3e7275338428e3aea Mon Sep 17 00:00:00 2001 From: Azarak Date: Thu, 30 Jan 2020 00:36:06 +0100 Subject: [PATCH 33/54] Ports lightmode/darkmode fixes --- code/__DEFINES/colors.dm | 4 +- code/modules/client/darkmode.dm | 116 ++++++------------ code/modules/client/verbs/looc.dm | 32 ++--- .../browserassets/css/browserOutput.css | 5 +- .../browserassets/css/browserOutput_white.css | 3 +- 5 files changed, 56 insertions(+), 104 deletions(-) diff --git a/code/__DEFINES/colors.dm b/code/__DEFINES/colors.dm index 06c3c352..da8aebb4 100644 --- a/code/__DEFINES/colors.dm +++ b/code/__DEFINES/colors.dm @@ -11,8 +11,8 @@ #define COLOR_WHITEMODE_INFO_BUTTONS_BG "#90b3dd" #define COLOR_WHITEMODE_ISSUE_BUTTON_BG "#ef7f7f" -#define COLOR_WHITEMODE_BACKGROUND "#ffffff" -#define COLOR_WHITEMODE_DARKBACKGROUND "#eeeeee" +#define COLOR_WHITEMODE_BACKGROUND "#eeeeee" +#define COLOR_WHITEMODE_DARKBACKGROUND "#dddddd" #define COLOR_WHITEMODE_TEXT "#000000" #define COLOR_FLOORTILE_GRAY "#8D8B8B" diff --git a/code/modules/client/darkmode.dm b/code/modules/client/darkmode.dm index 9e8d136b..8d586100 100644 --- a/code/modules/client/darkmode.dm +++ b/code/modules/client/darkmode.dm @@ -5,7 +5,7 @@ This lets you switch chat themes by using winset and CSS loading, you must relog Things to note: If you change ANYTHING in interface/skin.dmf you need to change it here: Format: -winset(src, "window as appears in skin.dmf after elem", "var to change = currentvalue;var to change = desired value") +winset(src, "window as appears in skin.dmf after elem", "var to change = desired value") How this works: I've added a function to browseroutput.js which registers a cookie for darkmode and swaps the chat accordingly. You can find the button to do this under the "cog" icon next to the ping button (top right of chat) This then swaps the window theme automatically @@ -14,91 +14,51 @@ Thanks to spacemaniac and mcdonald for help with the JS side of this. /client/proc/force_white_theme() //There's no way round it. We're essentially changing the skin by hand. It's painful but it works, and is the way Lummox suggested. //Main windows - winset(src, "infowindow", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "infowindow", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "info", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_WHITEMODE_BACKGROUND]") - winset(src, "info", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "browseroutput", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "browseroutput", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "outputwindow", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "outputwindow", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "mainwindow", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "split", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_BACKGROUND]") + winset(src, "infowindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "info", "background-color = [COLOR_WHITEMODE_BACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "browseroutput", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "outputwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "mainwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") + winset(src, "split", "background-color = [COLOR_WHITEMODE_BACKGROUND]") //Buttons - winset(src, "changelog", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG]") - winset(src, "changelog", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "rules", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG]") - winset(src, "rules", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "wiki", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG]") - winset(src, "wiki", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "forum", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG]") - winset(src, "forum", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "github", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG]") - winset(src, "github", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "report-issue", "background-color = [COLOR_DARKMODE_ISSUE_BUTTON_BG];background-color = [COLOR_WHITEMODE_ISSUE_BUTTON_BG]") - winset(src, "report-issue", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "changelog", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "rules", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "wiki", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "forum", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "github", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "report-issue", "background-color = [COLOR_WHITEMODE_ISSUE_BUTTON_BG];text-color = [COLOR_WHITEMODE_TEXT]") //Status and verb tabs - winset(src, "output", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_BACKGROUND]") - winset(src, "output", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "statwindow", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "statwindow", "text-color = #eaeaea;text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "stat", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_BACKGROUND]") - winset(src, "stat", "tab-background-color = [COLOR_DARKMODE_BACKGROUND];tab-background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "stat", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "stat", "tab-text-color = [COLOR_DARKMODE_TEXT];tab-text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "stat", "prefix-color = [COLOR_DARKMODE_TEXT];prefix-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "stat", "suffix-color = [COLOR_DARKMODE_TEXT];suffix-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "output", "background-color = [COLOR_WHITEMODE_BACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "statwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "stat", "background-color = [COLOR_WHITEMODE_BACKGROUND];tab-background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT];tab-text-color = [COLOR_WHITEMODE_TEXT];prefix-color = [COLOR_WHITEMODE_TEXT];suffix-color = [COLOR_WHITEMODE_TEXT]") //Etc. - winset(src, "say", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "say", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "asset_cache_browser", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_WHITEMODE_DARKBACKGROUND]") - winset(src, "asset_cache_browser", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") - winset(src, "tooltip", "background-color = [COLOR_DARKMODE_BACKGROUND];background-color = [COLOR_WHITEMODE_BACKGROUND]") - winset(src, "tooltip", "text-color = [COLOR_DARKMODE_TEXT];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "say", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "asset_cache_browser", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") + winset(src, "tooltip", "background-color = [COLOR_WHITEMODE_BACKGROUND];text-color = [COLOR_WHITEMODE_TEXT]") /client/proc/force_dark_theme() //Inversely, if theyre using white theme and want to swap to the superior dark theme, let's get WINSET() ing //Main windows - winset(src, "infowindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_DARKBACKGROUND]") - winset(src, "infowindow", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "info", "background-color = [COLOR_WHITEMODE_BACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "info", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "browseroutput", "background-color = [COLOR_WHITEMODE_BACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "browseroutput", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "outputwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "outputwindow", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "mainwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_DARKBACKGROUND]") - winset(src, "split", "background-color = [COLOR_WHITEMODE_BACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") + winset(src, "infowindow", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "info", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "browseroutput", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "outputwindow", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "mainwindow", "background-color = [COLOR_DARKMODE_DARKBACKGROUND]") + winset(src, "split", "background-color = [COLOR_DARKMODE_BACKGROUND]") //Buttons - winset(src, "changelog", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "changelog", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "rules", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "rules", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "wiki", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "wiki", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "forum", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "forum", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "github", "background-color = [COLOR_WHITEMODE_INFO_BUTTONS_BG];background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG]") - winset(src, "github", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "report-issue", "background-color = [COLOR_WHITEMODE_ISSUE_BUTTON_BG];background-color = [COLOR_DARKMODE_ISSUE_BUTTON_BG]") - winset(src, "report-issue", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "changelog", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "rules", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "wiki", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "forum", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "github", "background-color = [COLOR_DARKMODE_INFO_BUTTONS_BG];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "report-issue", "background-color = [COLOR_DARKMODE_ISSUE_BUTTON_BG];text-color = [COLOR_DARKMODE_TEXT]") //Status and verb tabs - winset(src, "output", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "output", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "statwindow", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_DARKBACKGROUND]") - winset(src, "statwindow", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "stat", "background-color = [COLOR_WHITEMODE_BACKGROUND];background-color = [COLOR_DARKMODE_DARKBACKGROUND]") - winset(src, "stat", "tab-background-color = [COLOR_WHITEMODE_DARKBACKGROUND];tab-background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "stat", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "stat", "tab-text-color = [COLOR_WHITEMODE_TEXT];tab-text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "stat", "prefix-color = [COLOR_WHITEMODE_TEXT];prefix-color = [COLOR_DARKMODE_TEXT]") - winset(src, "stat", "suffix-color = [COLOR_WHITEMODE_TEXT];suffix-color = [COLOR_DARKMODE_TEXT]") + winset(src, "output", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "statwindow", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "stat", "background-color = [COLOR_DARKMODE_DARKBACKGROUND];tab-background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT];tab-text-color = [COLOR_DARKMODE_TEXT];prefix-color = [COLOR_DARKMODE_TEXT];suffix-color = [COLOR_DARKMODE_TEXT]") //Etc. - winset(src, "say", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "say", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "asset_cache_browser", "background-color = [COLOR_WHITEMODE_DARKBACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "asset_cache_browser", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") - winset(src, "tooltip", "background-color = [COLOR_WHITEMODE_BACKGROUND];background-color = [COLOR_DARKMODE_BACKGROUND]") - winset(src, "tooltip", "text-color = [COLOR_WHITEMODE_TEXT];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "say", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "asset_cache_browser", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") + winset(src, "tooltip", "background-color = [COLOR_DARKMODE_BACKGROUND];text-color = [COLOR_DARKMODE_TEXT]") /datum/asset/simple/goonchat @@ -114,4 +74,4 @@ Thanks to spacemaniac and mcdonald for help with the JS side of this. "font-awesome.css" = 'code/modules/goonchat/browserassets/css/font-awesome.css', "browserOutput.css" = 'code/modules/goonchat/browserassets/css/browserOutput.css', "browserOutput_white.css" = 'code/modules/goonchat/browserassets/css/browserOutput_white.css', - ) + ) \ No newline at end of file diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm index 40490342..c365af2e 100644 --- a/code/modules/client/verbs/looc.dm +++ b/code/modules/client/verbs/looc.dm @@ -1,3 +1,6 @@ +GLOBAL_VAR_INIT(LOOC_COLOR, null)//If this is null, use the CSS for OOC. Otherwise, use a custom colour. +GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC") + /client/verb/looc(msg as text) set name = "LOOC" set desc = "Local OOC, seen only by those in view." @@ -59,30 +62,17 @@ continue //Also handled later. if(C.prefs.toggles & CHAT_OOC) -// var/display_name = src.key -// if(holder) -// if(holder.fakekey) -// if(C.holder) -// display_name = "[holder.fakekey]/([src.key])" -// else -// display_name = holder.fakekey - to_chat(C,"LOOC: [src.mob.name]: [msg]") + if(GLOB.LOOC_COLOR) + to_chat(C, "LOOC: [src.mob.name]: [msg]") + else + to_chat(C, "LOOC: [src.mob.name]: [msg]") for(var/client/C in GLOB.admins) if(C.prefs.toggles & CHAT_OOC) var/prefix = "(R)LOOC" if (C.mob in heard) prefix = "LOOC" - to_chat(C,"[ADMIN_FLW(usr)][prefix]: [src.key]/[src.mob.name]: [msg]") - - /*for(var/mob/dead/observer/G in world) - if(!G.client) - continue - var/client/C = G.client - if (C in GLOB.admins) - continue //handled earlier. - if(C.prefs.toggles & CHAT_OOC) - var/prefix = "(G)LOOC" - if (C.mob in heard) - prefix = "LOOC" - to_chat(C,"[prefix]: [src.key]/[src.mob.name]: [msg]")*/ + if(GLOB.LOOC_COLOR) + to_chat(C, "[ADMIN_FLW(usr)] [prefix]: [src.key]/[src.mob.name]: [msg]") + else + to_chat(C, "[ADMIN_FLW(usr)] [prefix]: [src.key]/[src.mob.name]: [msg]") \ No newline at end of file diff --git a/code/modules/goonchat/browserassets/css/browserOutput.css b/code/modules/goonchat/browserassets/css/browserOutput.css index 7b942494..d10b3359 100644 --- a/code/modules/goonchat/browserassets/css/browserOutput.css +++ b/code/modules/goonchat/browserassets/css/browserOutput.css @@ -265,6 +265,7 @@ h1.alert, h2.alert {color: #a4bad6;} em {font-style: normal; font-weight: bold;} .ooc {color: #cca300; font-weight: bold;} +.looc {color: #d8b555; font-weight: bold;} .antagooc {color: #ce254f; font-weight: bold;} .adminobserverooc {color: #0099cc; font-weight: bold;} .adminooc {color: #3d5bc3; font-weight: bold;} @@ -326,8 +327,8 @@ h1.alert, h2.alert {color: #99aab5;} .blue {color: #215cff} .green {color: #059223;} .nicegreen {color: #059223;} -.userlove {color: #FF1493; font-style: italic; font-weight: bold; text-shadow: 0 0 6px #ff6dbc;} -.love {color: #ff006a; font-style: italic; text-shadow: 0 0 6px #ff6d6d;} +.userlove {color: #ff42a6; font-style: italic; font-weight: bold; text-shadow: 0 0 6px #82365e;} +.love {color: #ff4591; font-style: italic; text-shadow: 0 0 6px #994449;} .shadowling {color: #8e8a99;} .cult {color: #aa1c1c;} diff --git a/code/modules/goonchat/browserassets/css/browserOutput_white.css b/code/modules/goonchat/browserassets/css/browserOutput_white.css index e2118544..91f00312 100644 --- a/code/modules/goonchat/browserassets/css/browserOutput_white.css +++ b/code/modules/goonchat/browserassets/css/browserOutput_white.css @@ -10,7 +10,7 @@ html, body { color: #000000; } body { - background: #fff; + background: #eeeeee; font-family: Verdana, sans-serif; font-size: 9pt; line-height: 1.2; @@ -261,6 +261,7 @@ h1.alert, h2.alert {color: #000000;} em {font-style: normal; font-weight: bold;} .ooc {color: #002eb8; font-weight: bold;} +.looc {color: #6699CC; font-weight: bold;} .antagooc {color: #b8002e; font-weight: bold;} .adminobserverooc {color: #0099cc; font-weight: bold;} .adminooc {color: #700038; font-weight: bold;} From 26f98c9b4f0c58d4d5ab336a2f84ec16dc75e35d Mon Sep 17 00:00:00 2001 From: Azarak Date: Thu, 30 Jan 2020 16:02:52 +0100 Subject: [PATCH 34/54] Longer anomaly time --- code/game/objects/effects/anomalies.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/anomalies.dm b/code/game/objects/effects/anomalies.dm index fbe25c5d..a5fb01a9 100644 --- a/code/game/objects/effects/anomalies.dm +++ b/code/game/objects/effects/anomalies.dm @@ -11,7 +11,7 @@ var/obj/item/assembly/signaler/anomaly/aSignal var/area/impact_area - var/lifespan = 990 + var/lifespan = 1190 var/death_time var/countdown_colour From da8b4dc37cc5ae6365d397ebfc290da63fab2865 Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Fri, 31 Jan 2020 07:17:15 -0600 Subject: [PATCH 35/54] Replaces gitignore with tg's I did this from my phone --- .gitignore | 222 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 219 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18151098..feb9ede9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,221 @@ +###Files and folders specified here will never be tracked. -tgstation.int -*.before +#Ignore everything in datafolder and subdirectories +/data/**/* +/tmp/**/* + +#Ignore byond config folder. +/cfg/**/* + +#Ignore compiled files and other files generated during compilation. +*.mdme +*.dmb +*.rsc +*.lk +*.int *.backup -*.pyc +### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/Linux.gitignore + +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + + +### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/Vim.gitignore + +# swap +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags + + +### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Python.gitignore + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +#*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*,cover +.hypothesis/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py + +# Flask instance folder +instance/ + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + +# IPython Notebook +.ipynb_checkpoints + +# pyenv +.python-version + +# celery beat schedule file +celerybeat-schedule + +# dotenv +.env + +# virtualenv +venv/ +ENV/ + +# IntelliJ IDEA / PyCharm (with plugin) +.idea + +# Spyder project settings +.spyderproject + +# Rope project settings +.ropeproject + + +### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/Windows.gitignore + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +#*.cab +#*.msi +#*.msm +#*.msp + +# Windows shortcuts +*.lnk + + +### https://raw.github.com/github/gitignore/cc542de017c606138a87ee4880e5f06b3a306def/Global/OSX.gitignore + +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +*.before + +#Sublime +*.sublime-project +*.sublime-workspace + +#Visual studio stuff +*.vscode/* +!/.vscode/extensions.json +tools/MapAtmosFixer/MapAtmosFixer/obj/* +tools/MapAtmosFixer/MapAtmosFixer/bin/* + +#GitHub Atom +.atom-build.json + +#KDevelop and Kate +*.kdev4* +*.kate-swp + +#extra map stuff +/_maps/**/backup/ +/_maps/templates.dm + +#dmdoc default folder +/dmdoc +# Ignore custom music and title screens (amend as appropriate) +/config/jukebox_music/sounds/* +!/config/jukebox_music/sounds/exclude +/config/title_music/sounds/* +!/config/title_music/sounds/exclude +/config/title_screens/images/* +!/config/title_screens/images/exclude From 34f71c489bbc1680f8403cf6ab754064031aafe9 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Fri, 31 Jan 2020 19:03:44 -0300 Subject: [PATCH 36/54] It's 12 o'clock Darn tootin' pardner --- code/modules/cargo/packs.dm | 38 +- code/modules/projectiles/gun.dm | 6 +- .../projectiles/guns/energy/dueling.dm | 389 ++++++++++++++++++ icons/obj/guns/energy.dmi | Bin 37512 -> 38245 bytes tgstation.dme | 1 + tgstation.lk | 0 6 files changed, 429 insertions(+), 5 deletions(-) create mode 100644 code/modules/projectiles/guns/energy/dueling.dm create mode 100644 tgstation.lk diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 6f85668b..149416bf 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -2924,9 +2924,9 @@ name = "Kinkmate construction kit" cost = 2000 contraband = TRUE - contains = list(/obj/item/vending_refill/kink, - /obj/item/vending_refill/kink, - /obj/item/vending_refill/kink, + contains = list(/obj/item/vending_refill/kink, + /obj/item/vending_refill/kink, + /obj/item/vending_refill/kink, /obj/item/circuitboard/machine/kinkmate) crate_name = "Kinkmate construction kit" @@ -2966,6 +2966,36 @@ crate_name = "captain pen" crate_type = /obj/structure/closet/crate/secure/weapon //It is a combat pen +/datum/supply_pack/misc/dueling_stam + name = "Dueling Pistols" + desc = "Resolve all your quarrels with some nonlethal fun." + cost = 2000 + contains = list(/obj/item/storage/lockbox/dueling/hugbox/stamina, + /obj/item/storage/lockbox/dueling/hugbox/stamina, + /obj/item/storage/lockbox/dueling/hugbox/stamina, + /obj/item/storage/lockbox/dueling/hugbox/stamina, + /obj/item/storage/lockbox/dueling/hugbox/stamina) + crate_name = "dueling pistols" + +/datum/supply_pack/misc/dueling_lethal + name = "Lethal Dueling Pistols" + desc = "Settle your differences the true spaceman way." + cost = 3000 + contraband = TRUE + contains = list(/obj/item/storage/lockbox/dueling/hugbox, + /obj/item/storage/lockbox/dueling/hugbox, + /obj/item/storage/lockbox/dueling/hugbox) + crate_name = "dueling pistols (lethal)" + +/datum/supply_pack/misc/dueling_death + name = "Elimination Dueling Pistols" + desc = "It's high noon." + cost = 5000 + hidden = TRUE + contains = list(/obj/item/storage/lockbox/dueling) + crate_name = "dueling pistols (elimination)" + + /datum/supply_pack/misc/exoticfootwear name = "Exotic Footwear Crate" desc = "Popularised by lizards and exotic dancers, the footwear included in this shipment is sure to give your feet the breathing room they deserve. Sweet Kicks Inc. is not responsible for any damage, distress, or @r0u$a1 caused by this shipment." @@ -3006,7 +3036,7 @@ /obj/item/bedsheet/purple, /obj/item/bedsheet/red, /obj/item/bedsheet/yellow, - /obj/item/bedsheet/brown, + /obj/item/bedsheet/brown, /obj/item/bedsheet/black, /obj/item/bedsheet/rainbow) crate_name = "colored bedsheet crate" diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 8c44ca45..b0f9a7b4 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -235,7 +235,7 @@ sprd = round((rand() - 0.5) * DUALWIELD_PENALTY_EXTRA_MULTIPLIER * (randomized_gun_spread + randomized_bonus_spread)) else //Smart spread sprd = round((((rand_spr/burst_size) * iteration) - (0.5 + (rand_spr * 0.25))) * (randomized_gun_spread + randomized_bonus_spread)) - + before_firing(target,user) if(!chambered.fire_casing(target, user, params, ,suppressed, zone_override, sprd)) shoot_with_empty_chamber(user) firing_burst = FALSE @@ -281,6 +281,7 @@ to_chat(user, " [src] is lethally chambered! You don't want to risk harming anyone...") return sprd = round((rand() - 0.5) * DUALWIELD_PENALTY_EXTRA_MULTIPLIER * (randomized_gun_spread + randomized_bonus_spread)) + before_firing(target,user) if(!chambered.fire_casing(target, user, params, , suppressed, zone_override, sprd)) shoot_with_empty_chamber(user) return @@ -470,6 +471,9 @@ qdel(pin) pin = new /obj/item/firing_pin +//Happens before the actual projectile creation +/obj/item/gun/proc/before_firing(atom/target,mob/user) + return ///////////// // ZOOMING // ///////////// diff --git a/code/modules/projectiles/guns/energy/dueling.dm b/code/modules/projectiles/guns/energy/dueling.dm new file mode 100644 index 00000000..85a65b65 --- /dev/null +++ b/code/modules/projectiles/guns/energy/dueling.dm @@ -0,0 +1,389 @@ +#define DUEL_IDLE 1 +#define DUEL_PREPARATION 2 +#define DUEL_READY 3 +#define DUEL_COUNTDOWN 4 +#define DUEL_FIRING 5 + +//paper rock scissors +#define DUEL_SETTING_A "wide" +#define DUEL_SETTING_B "cone" +#define DUEL_SETTING_C "pinpoint" + +#define DUEL_HUGBOX_NONE 0 //dismember head +#define DUEL_HUGBOX_LETHAL 1 //200 damage to chest +#define DUEL_HUGBOX_NONLETHAL 2 //stamcrit + +/datum/duel + var/obj/item/gun/energy/dueling/gun_A + var/obj/item/gun/energy/dueling/gun_B + var/state = DUEL_IDLE + var/required_distance = 5 + var/list/confirmations = list() + var/list/fired = list() + var/countdown_length = 10 + var/countdown_step = 0 + var/static/next_id = 1 + var/id + +/datum/duel/New() + id = next_id++ + +/datum/duel/proc/try_begin() + //Check if both guns are held and if so begin. + var/mob/living/A = get_duelist(gun_A) + var/mob/living/B = get_duelist(gun_B) + if(!A || !B) + message_duelists("To begin the duel, both participants need to be holding paired dueling pistols.") + return + begin() + +/datum/duel/proc/begin() + state = DUEL_PREPARATION + confirmations.Cut() + fired.Cut() + countdown_step = countdown_length + + message_duelists("Set your gun setting and move [required_distance] steps away from your opponent.") + + START_PROCESSING(SSobj,src) + +/datum/duel/proc/get_duelist(obj/gun) + var/mob/living/G = gun.loc + if(!istype(G) || !G.is_holding(gun)) + return null + return G + +/datum/duel/proc/message_duelists(message) + var/mob/living/LA = get_duelist(gun_A) + if(LA) + to_chat(LA,message) + var/mob/living/LB = get_duelist(gun_B) + if(LB) + to_chat(LB,message) + +/datum/duel/proc/other_gun(obj/item/gun/energy/dueling/G) + return G == gun_A ? gun_B : gun_A + +/datum/duel/proc/end() + message_duelists("Duel finished. Re-engaging safety.") + STOP_PROCESSING(SSobj,src) + state = DUEL_IDLE + +/datum/duel/process() + switch(state) + if(DUEL_PREPARATION) + if(check_positioning()) + confirm_positioning() + else if (!get_duelist(gun_A) && !get_duelist(gun_B)) + end() + if(DUEL_READY) + if(!check_positioning()) + back_to_prep() + else if(confirmations.len == 2) + confirm_ready() + if(DUEL_COUNTDOWN) + if(!check_positioning()) + back_to_prep() + else + countdown_step() + if(DUEL_FIRING) + if(check_fired()) + end() + +/datum/duel/proc/back_to_prep() + message_duelists("Positions invalid. Please move to valid positions [required_distance] steps aways from each other to continue.") + state = DUEL_PREPARATION + confirmations.Cut() + countdown_step = countdown_length + +/datum/duel/proc/confirm_positioning() + message_duelists("Position confirmed. Confirm readiness by pulling the trigger once.") + state = DUEL_READY + +/datum/duel/proc/confirm_ready() + message_duelists("Readiness confirmed. Starting countdown. Commence firing at zero mark.") + state = DUEL_COUNTDOWN + +/datum/duel/proc/countdown_step() + countdown_step-- + if(countdown_step == 0) + state = DUEL_FIRING + message_duelists("Fire!") + else + message_duelists("[countdown_step]!") + +/datum/duel/proc/check_fired() + if(fired.len == 2) + return TRUE + //Let's say if gun was dropped/stowed the user is finished + if(!get_duelist(gun_A)) + return TRUE + if(!get_duelist(gun_B)) + return TRUE + return FALSE + +/datum/duel/proc/check_positioning() + var/mob/living/A = get_duelist(gun_A) + var/mob/living/B = get_duelist(gun_B) + if(!A || !B) + return FALSE + if(!isturf(A.loc) || !isturf(B.loc)) + return FALSE + if(get_dist(A,B) != required_distance) + return FALSE + for(var/turf/T in getline(get_turf(A),get_turf(B))) + if(is_blocked_turf(T,TRUE)) + return FALSE + return TRUE + +/obj/item/gun/energy/dueling + name = "dueling pistol" + desc = "High-tech dueling pistol. Launches chaff and projectile according to preset settings." + icon_state = "dueling_pistol" + item_state = "gun" + ammo_x_offset = 2 + w_class = WEIGHT_CLASS_SMALL + ammo_type = list(/obj/item/ammo_casing/energy/duel) + automatic_charge_overlays = FALSE + var/unlocked = FALSE + var/setting = DUEL_SETTING_A + var/datum/duel/duel + var/mutable_appearance/setting_overlay + var/hugbox = DUEL_HUGBOX_NONE + +/obj/item/gun/energy/dueling/hugbox + hugbox = DUEL_HUGBOX_LETHAL + +/obj/item/gun/energy/dueling/hugbox/stamina + hugbox = DUEL_HUGBOX_NONLETHAL + +/obj/item/gun/energy/dueling/Initialize() + . = ..() + setting_overlay = mutable_appearance(icon,setting_iconstate()) + add_overlay(setting_overlay) + + /obj/item/gun/energy/dueling/examine(mob/user) + . = ..() + if(duel) + . += "Its linking number is [duel.id]." + else + . += "ERROR: No linking number on gun." + +/obj/item/gun/energy/dueling/proc/setting_iconstate() + switch(setting) + if(DUEL_SETTING_A) + return "duel_red" + if(DUEL_SETTING_B) + return "duel_green" + if(DUEL_SETTING_C) + return "duel_blue" + return "duel_red" + +/obj/item/gun/energy/dueling/attack_self(mob/living/user) + . = ..() + if(duel.state == DUEL_IDLE) + duel.try_begin() + else + toggle_setting(user) + +/obj/item/gun/energy/dueling/proc/toggle_setting(mob/living/user) + switch(setting) + if(DUEL_SETTING_A) + setting = DUEL_SETTING_B + if(DUEL_SETTING_B) + setting = DUEL_SETTING_C + if(DUEL_SETTING_C) + setting = DUEL_SETTING_A + to_chat(user,"You switch [src] setting to [setting] mode.") + update_icon() + +/obj/item/gun/energy/dueling/update_icon(force_update) + . = ..() + if(setting_overlay) + cut_overlay(setting_overlay) + setting_overlay.icon_state = setting_iconstate() + add_overlay(setting_overlay) + +/obj/item/gun/energy/dueling/Destroy() + . = ..() + if(duel.gun_A == src) + duel.gun_A = null + if(duel.gun_B == src) + duel.gun_B = null + duel = null + +/obj/item/gun/energy/dueling/can_trigger_gun(mob/living/user) + . = ..() + switch(duel.state) + if(DUEL_FIRING) + return . && !duel.fired[src] + if(DUEL_READY) + return . + else + to_chat(user,"[src] is locked. Wait for FIRE signal before shooting.") + return FALSE + +/obj/item/gun/energy/dueling/proc/is_duelist(mob/living/L) + if(!istype(L)) + return FALSE + if(!L.is_holding(duel.other_gun(src))) + return FALSE + return TRUE + +/obj/item/gun/energy/dueling/process_fire(atom/target, mob/living/user, message, params, zone_override, bonus_spread) + if(duel.state == DUEL_READY) + duel.confirmations[src] = TRUE + to_chat(user,"You confirm your readiness.") + return + else if(!is_duelist(target)) //I kinda want to leave this out just to see someone shoot a bystander or missing. + to_chat(user,"[src] safety system prevents shooting anyone but your designated opponent.") + return + else + duel.fired[src] = TRUE + . = ..() + +/obj/item/gun/energy/dueling/before_firing(target,user) + var/obj/item/ammo_casing/energy/duel/D = chambered + D.setting = setting + D.hugbox = hugbox + +/obj/effect/temp_visual/dueling_chaff + icon = 'icons/effects/effects.dmi' + icon_state = "shield-old" + duration = 30 + var/setting + +/obj/effect/temp_visual/dueling_chaff/update_icon() + . = ..() + switch(setting) + if(DUEL_SETTING_A) + color = "red" + if(DUEL_SETTING_B) + color = "green" + if(DUEL_SETTING_C) + color = "blue" + +//Casing + +/obj/item/ammo_casing/energy/duel + e_cost = 0 + projectile_type = /obj/item/projectile/energy/duel + var/setting + var/hugbox = DUEL_HUGBOX_NONE + +/obj/item/ammo_casing/energy/duel/ready_proj(atom/target, mob/living/user, quiet, zone_override) + . = ..() + var/obj/item/projectile/energy/duel/D = BB + D.setting = setting + D.hugbox = hugbox + D.update_icon() + +/obj/item/ammo_casing/energy/duel/fire_casing(atom/target, mob/living/user, params, distro, quiet, zone_override, spread, atom/fired_from) + . = ..() + var/obj/effect/temp_visual/dueling_chaff/C = new(get_turf(user)) + C.setting = setting + C.update_icon() + +//Projectile + +/obj/item/projectile/energy/duel + name = "dueling beam" + icon_state = "declone" + is_reflectable = FALSE + homing = TRUE + var/setting + var/hugbox = DUEL_HUGBOX_NONE + +/obj/item/projectile/energy/duel/update_icon() + . = ..() + switch(setting) + if(DUEL_SETTING_A) + color = "red" + if(DUEL_SETTING_B) + color = "green" + if(DUEL_SETTING_C) + color = "blue" + +/obj/item/projectile/energy/duel/on_hit(atom/target, blocked) + . = ..() + var/turf/T = get_turf(target) + var/obj/effect/temp_visual/dueling_chaff/C = locate() in T + if(C) + var/counter_setting + switch(setting) + if(DUEL_SETTING_A) + counter_setting = DUEL_SETTING_B + if(DUEL_SETTING_B) + counter_setting = DUEL_SETTING_C + if(DUEL_SETTING_C) + counter_setting = DUEL_SETTING_A + if(C.setting == counter_setting) + return BULLET_ACT_BLOCK + + var/mob/living/L = target + if(!istype(target)) + return BULLET_ACT_BLOCK + + switch(hugbox) + if(DUEL_HUGBOX_NONE) + var/obj/item/bodypart/B = L.get_bodypart(BODY_ZONE_HEAD) + B.dismember() + qdel(B) + if(DUEL_HUGBOX_LETHAL) + L.adjustBruteLoss(180) + L.death() //Die, powergamers. + if(DUEL_HUGBOX_NONLETHAL) + L.adjustStaminaLoss(200, forced = TRUE) //Die, powergamers x 2 + L.Knockdown(100, override_hardstun = 100) //For good measure. + +//Storage case. +/obj/item/storage/lockbox/dueling + name = "dueling pistol case" + desc = "Let's solve this like gentlespacemen." + icon_state = "medalbox+l" + item_state = "syringe_kit" + lefthand_file = 'icons/mob/inhands/equipment/medical_lefthand.dmi' + righthand_file = 'icons/mob/inhands/equipment/medical_righthand.dmi' + w_class = WEIGHT_CLASS_NORMAL + req_access = list(ACCESS_CAPTAIN) + icon_locked = "medalbox+l" + icon_closed = "medalbox" + icon_broken = "medalbox+b" + var/gun_type = /obj/item/gun/energy/dueling + +/obj/item/storage/lockbox/dueling/ComponentInitialize() + . = ..() + var/datum/component/storage/STR = GetComponent(/datum/component/storage) + STR.max_w_class = WEIGHT_CLASS_SMALL + STR.max_items = 2 + STR.can_hold = typecacheof(/obj/item/gun/energy/dueling) + +/obj/item/storage/lockbox/dueling/update_icon() + cut_overlays() + var/locked = SEND_SIGNAL(src, COMSIG_IS_STORAGE_LOCKED) + if(locked) + icon_state = "medalbox+l" + else + icon_state = "medalbox" + if(open) + icon_state += "open" + if(broken) + icon_state += "+b" + +/obj/item/storage/lockbox/dueling/PopulateContents() + . = ..() + var/obj/item/gun/energy/dueling/gun_A = new gun_type(src) + var/obj/item/gun/energy/dueling/gun_B = new gun_type(src) + var/datum/duel/D = new + gun_A.duel = D + gun_B.duel = D + D.gun_A = gun_A + D.gun_B = gun_B + +/obj/item/storage/lockbox/dueling/hugbox + gun_type = /obj/item/gun/energy/dueling/hugbox + req_access = list(ACCESS_ARMORY) + +/obj/item/storage/lockbox/dueling/hugbox/stamina + gun_type = /obj/item/gun/energy/dueling/hugbox/stamina + req_access = null \ No newline at end of file diff --git a/icons/obj/guns/energy.dmi b/icons/obj/guns/energy.dmi index a6d5c8a5e1b7e0c74e102c2613d3481a6ebef182..8fafce6afbd1b42470096affc1130c9c14ad9f0c 100644 GIT binary patch delta 20103 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 Date: Sat, 1 Feb 2020 04:56:20 +0000 Subject: [PATCH 37/54] Revert "[Ready] Adds "Empty" Cloning, Logging, and related fixes " --- code/__DEFINES/logging.dm | 1 - code/__DEFINES/machines.dm | 4 - code/__HELPERS/_logging.dm | 4 - code/_globalvars/logging.dm | 2 - .../configuration/entries/general.dm | 2 - code/datums/dna.dm | 2 +- code/datums/mind.dm | 3 - code/game/atoms.dm | 8 - code/game/machinery/cloning.dm | 127 ++++-------- code/game/machinery/computer/cloning.dm | 185 ++++++------------ code/game/machinery/exp_cloner.dm | 6 +- code/game/world.dm | 1 - config/config.txt | 3 - 13 files changed, 104 insertions(+), 244 deletions(-) diff --git a/code/__DEFINES/logging.dm b/code/__DEFINES/logging.dm index cabc67f6..8548b2be 100644 --- a/code/__DEFINES/logging.dm +++ b/code/__DEFINES/logging.dm @@ -35,7 +35,6 @@ #define LOG_GAME (1 << 12) #define LOG_ADMIN_PRIVATE (1 << 13) #define LOG_ASAY (1 << 14) -#define LOG_CLONING (1 << 15) //Individual logging panel pages #define INDIVIDUAL_ATTACK_LOG (LOG_ATTACK) diff --git a/code/__DEFINES/machines.dm b/code/__DEFINES/machines.dm index 0edb4239..ec719794 100644 --- a/code/__DEFINES/machines.dm +++ b/code/__DEFINES/machines.dm @@ -100,10 +100,6 @@ #define NUKE_ON_TIMING 2 #define NUKE_ON_EXPLODING 3 -//cloning defines. These are flags. -#define CLONING_SUCCESS (1<<0) -#define CLONING_DELETE_RECORD (1<<1) - //these flags are used to tell the DNA modifier if a plant gene cannot be extracted or modified. #define PLANT_GENE_REMOVABLE (1<<0) #define PLANT_GENE_EXTRACTABLE (1<<1) diff --git a/code/__HELPERS/_logging.dm b/code/__HELPERS/_logging.dm index b6b4efa0..30740956 100644 --- a/code/__HELPERS/_logging.dm +++ b/code/__HELPERS/_logging.dm @@ -58,10 +58,6 @@ if (CONFIG_GET(flag/log_game)) WRITE_LOG(GLOB.world_game_log, "GAME: [text]") -/proc/log_cloning(text, mob/initiator) - if(CONFIG_GET(flag/log_cloning)) - WRITE_LOG(GLOB.world_cloning_log, "CLONING: [text]") - /proc/log_access(text) if (CONFIG_GET(flag/log_access)) WRITE_LOG(GLOB.world_game_log, "ACCESS: [text]") diff --git a/code/_globalvars/logging.dm b/code/_globalvars/logging.dm index bf4ff55f..deffd25b 100644 --- a/code/_globalvars/logging.dm +++ b/code/_globalvars/logging.dm @@ -26,8 +26,6 @@ GLOBAL_VAR(query_debug_log) GLOBAL_PROTECT(query_debug_log) GLOBAL_VAR(world_job_debug_log) GLOBAL_PROTECT(world_job_debug_log) -GLOBAL_VAR(world_cloning_log) -GLOBAL_PROTECT(world_cloning_log) GLOBAL_LIST_EMPTY(bombers) GLOBAL_PROTECT(bombers) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 3f767433..356b86f9 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -39,8 +39,6 @@ /datum/config_entry/flag/log_game // log game events -/datum/config_entry/flag/log_cloning // log cloning actions. - /datum/config_entry/flag/log_vote // log voting /datum/config_entry/flag/log_whisper // log client whisper diff --git a/code/datums/dna.dm b/code/datums/dna.dm index 466a5406..43ec9e54 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -371,7 +371,7 @@ updateappearance(icon_update=0) if(LAZYLEN(mutation_index)) - dna.mutation_index = mutation_index.Copy() + dna.mutation_index = mutation_index domutcheck() if(mrace || newfeatures || ui) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 5dd0b34d..f633b5cf 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -62,9 +62,6 @@ var/unconvertable = FALSE var/late_joiner = FALSE - var/last_death = 0 - - var/force_escaped = FALSE // Set by Into The Sunset command of the shuttle manipulator var/list/learned_recipes //List of learned recipe TYPES. diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 78953609..9e8756bb 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -598,14 +598,6 @@ /atom/proc/multitool_act(mob/living/user, obj/item/I) return -///Check if the multitool has an item in it's data buffer -/atom/proc/multitool_check_buffer(user, obj/item/I, silent = FALSE) - if(!istype(I, /obj/item/multitool)) - if(user && !silent) - to_chat(user, "[I] has no data buffer!") - return FALSE - return TRUE - /atom/proc/screwdriver_act(mob/living/user, obj/item/I) SEND_SIGNAL(src, COMSIG_ATOM_SCREWDRIVER_ACT, user, I) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index a70c1068..855ede0e 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -19,7 +19,7 @@ circuit = /obj/item/circuitboard/machine/clonepod var/heal_level //The clone is released once its health reaches this level. - var/obj/machinery/computer/cloning/connected //So we remember the connected clone machine. + var/obj/machinery/computer/cloning/connected = null //So we remember the connected clone machine. var/mess = FALSE //Need to clean out it if it's full of exploded clone. var/attempting = FALSE //One clone attempt at a time thanks var/speed_coeff @@ -53,10 +53,7 @@ update_icon() /obj/machinery/clonepod/Destroy() - var/mob/living/mob_occupant = occupant go_out() - if(mob_occupant) - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] due to Destroy().") QDEL_NULL(radio) QDEL_NULL(countdown) if(connected) @@ -77,23 +74,6 @@ if(heal_level > 100) heal_level = 100 -/obj/machinery/clonepod/attack_hand(mob/user) - . = ..() - if(.) - return - user.examinate(src) - -/obj/machinery/clonepod/attack_ai(mob/user) - return attack_hand(user) - -/obj/machinery/clonepod/examine(mob/user) - . = ..() - . += "The linking device can be scanned with a multitool." - if(in_range(user, src) || isobserver(user)) - . += "The status display reads: Cloning speed at [speed_coeff*50]%.
Predicted amount of cellular damage: [100-heal_level]%.
" - if(efficiency > 5) - . += "Pod has been upgraded to support autoprocessing and apply beneficial mutations." - //The return of data disks?? Just for transferring between genetics machine/cloning machine. //TO-DO: Make the genetics machine accept them. /obj/item/disk/data @@ -122,7 +102,7 @@ //Clonepod /obj/machinery/clonepod/examine(mob/user) - . = ..() + ..() var/mob/living/mob_occupant = occupant if(mess) to_chat(user, "It's filled with blood and viscera. You swear you can see it moving...") @@ -149,54 +129,44 @@ return examine(user) //Start growing a human clone in the pod! -/obj/machinery/clonepod/proc/growclone(clonename, ui, mutation_index, mindref, last_death, blood_type, datum/species/mrace, list/features, factions, list/quirks, empty) +/obj/machinery/clonepod/proc/growclone(ckey, clonename, ui, mutation_index, mindref, datum/species/mrace, list/features, factions, list/quirks) if(panel_open) return FALSE if(mess || attempting) return FALSE - - if(!empty) //Doesn't matter if we're just making a copy - clonemind = locate(mindref) in SSticker.minds - if(!istype(clonemind)) //not a mind + clonemind = locate(mindref) in SSticker.minds + if(!istype(clonemind)) //not a mind + return FALSE + if(!QDELETED(clonemind.current)) + if(clonemind.current.stat != DEAD) //mind is associated with a non-dead body return FALSE - if(clonemind.last_death != last_death) //The soul has advanced, the record has not. + if(clonemind.current.suiciding) // Mind is associated with a body that is suiciding. return FALSE - if(!QDELETED(clonemind.current)) - if(clonemind.current.stat != DEAD) //mind is associated with a non-dead body - return NONE - if(clonemind.current.suiciding) // Mind is associated with a body that is suiciding. - return NONE - if(!clonemind.active) - // get_ghost() will fail if they're unable to reenter their body - var/mob/dead/observer/G = clonemind.get_ghost() - if(!G) - return NONE - if(G.suiciding) // The ghost came from a body that is suiciding. - return NONE - if(clonemind.damnation_type) //Can't clone the damned. - INVOKE_ASYNC(src, .proc/horrifyingsound) - mess = TRUE - icon_state = "pod_g" - update_icon() + if(clonemind.active) //somebody is using that mind + if( ckey(clonemind.key)!=ckey ) return FALSE + else + // get_ghost() will fail if they're unable to reenter their body + var/mob/dead/observer/G = clonemind.get_ghost() + if(!G) + return FALSE + if(G.suiciding) // The ghost came from a body that is suiciding. + return FALSE + if(clonemind.damnation_type) //Can't clone the damned. + INVOKE_ASYNC(src, .proc/horrifyingsound) + mess = TRUE + update_icon() + return FALSE attempting = TRUE //One at a time!! countdown.start() var/mob/living/carbon/human/H = new /mob/living/carbon/human(src) - H.hardset_dna(ui, mutation_index, H.real_name, blood_type, mrace, features) + H.hardset_dna(ui, mutation_index, H.real_name, null, mrace, features) - if(!HAS_TRAIT(H, TRAIT_RADIMMUNE))//dont apply mutations if the species is Mutation proof. - if(efficiency > 2) - var/list/unclean_mutations = (GLOB.not_good_mutations|GLOB.bad_mutations) - H.dna.remove_mutation_group(unclean_mutations) - if(efficiency > 5 && prob(20)) - H.easy_randmut(POSITIVE) - if(efficiency < 3 && prob(50)) - var/mob/M = H.easy_randmut(NEGATIVE+MINOR_NEGATIVE) - if(ismob(M)) - H = M + if(prob(50 - efficiency*10)) //Chance to give a bad mutation. + H.easy_randmut(NEGATIVE+MINOR_NEGATIVE) //100% bad mutation. Can be cured with mutadone. H.silent = 20 //Prevents an extreme edge case where clones could speak if they said something at exactly the right moment. occupant = H @@ -214,16 +184,15 @@ ADD_TRAIT(H, TRAIT_NOCRITDAMAGE, "cloning") H.Unconscious(80) - if(!empty) - clonemind.transfer_to(H) + clonemind.transfer_to(H) - if(grab_ghost_when == CLONER_FRESH_CLONE) - H.grab_ghost() - to_chat(H, "Consciousness slowly creeps over you as your body regenerates.
So this is what cloning feels like?
") + if(grab_ghost_when == CLONER_FRESH_CLONE) + H.grab_ghost() + to_chat(H, "Consciousness slowly creeps over you as your body regenerates.
So this is what cloning feels like?
") - if(grab_ghost_when == CLONER_MATURE_CLONE) - H.ghostize(TRUE) //Only does anything if they were still in their old body and not already a ghost - to_chat(H.get_ghost(TRUE), "Your body is beginning to regenerate in a cloning pod. You will become conscious when it is complete.") + if(grab_ghost_when == CLONER_MATURE_CLONE) + H.ghostize(TRUE) //Only does anything if they were still in their old body and not already a ghost + to_chat(H.get_ghost(TRUE), "Your body is beginning to regenerate in a cloning pod. You will become conscious when it is complete.") if(H) H.faction |= factions @@ -237,7 +206,7 @@ H.suiciding = FALSE attempting = FALSE - return CLONING_SUCCESS + return TRUE //Grow clones to maturity then kick them out. FREELOADERS /obj/machinery/clonepod/process() @@ -246,20 +215,16 @@ if(!is_operational()) //Autoeject if power is lost if(mob_occupant) go_out() - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] due to power loss.") - mob_occupant.apply_vore_prefs() - connected_message("Clone Ejected: Loss of power.") else if(mob_occupant && (mob_occupant.loc == src)) - if(mob_occupant && (mob_occupant.stat == DEAD) || (mob_occupant.suiciding) || mob_occupant.hellbound) //Autoeject corpses and suiciding dudes. + if((mob_occupant.stat == DEAD) || (mob_occupant.suiciding) || mob_occupant.hellbound) //Autoeject corpses and suiciding dudes. connected_message("Clone Rejected: Deceased.") if(internal_radio) SPEAK("The cloning has been \ aborted due to unrecoverable tissue failure.") go_out() - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] after suiciding.") mob_occupant.apply_vore_prefs() else if(mob_occupant.cloneloss > (100 - heal_level)) @@ -307,13 +272,10 @@ BP.attach_limb(mob_occupant) go_out() - log_cloning("[key_name(mob_occupant)] completed cloning cycle in [src] at [AREACOORD(src)].") mob_occupant.apply_vore_prefs() else if (!mob_occupant || mob_occupant.loc != src) occupant = null - if (!mess && !panel_open) - icon_state = "pod_0" use_power(200) update_icon() @@ -328,8 +290,6 @@ return if(istype(W, /obj/item/multitool)) - if(!multitool_check_buffer(user, W)) - return var/obj/item/multitool/P = W if(istype(P.buffer, /obj/machinery/computer/cloning)) @@ -356,13 +316,10 @@ to_chat(user, "Error: Pod has no occupant.") return else - add_fingerprint(user) connected_message("Emergency Ejection") SPEAK("An emergency ejection of the current clone has occurred. Survival not guaranteed.") to_chat(user, "You force an emergency ejection. ") go_out() - log_cloning("[key_name(user)] manually ejected [key_name(mob_occupant)] from [src] at [AREACOORD(src)].") - log_combat(user, mob_occupant, "ejected", W, "from [src]") mob_occupant.apply_vore_prefs() else return ..() @@ -372,9 +329,6 @@ return to_chat(user, "You corrupt the genetic compiler.") malfunction() - add_fingerprint(user) - log_cloning("[key_name(user)] emagged [src] at [AREACOORD(src)], causing it to malfunction.") - log_combat(user, src, "emagged", null, occupant ? "[occupant] inside, killing them via malfunction." : null) //Put messages in the connected computer's temp var for display. /obj/machinery/clonepod/proc/connected_message(message) @@ -427,7 +381,6 @@ unattached_flesh.Cut() occupant = null - clonemind = null /obj/machinery/clonepod/proc/malfunction() var/mob/living/mob_occupant = occupant @@ -438,14 +391,13 @@ mess = TRUE maim_clone(mob_occupant) //Remove every bit that's grown back so far to drop later, also destroys bits that haven't grown yet update_icon() - if(clonemind && mob_occupant.mind != clonemind) + if(mob_occupant.mind != clonemind) clonemind.transfer_to(mob_occupant) mob_occupant.grab_ghost() // We really just want to make you suffer. flash_color(mob_occupant, flash_color="#960000", flash_time=100) to_chat(mob_occupant, "Agony blazes across your consciousness as your body is torn apart.
Is this what dying is like? Yes it is.
") playsound(src.loc, 'sound/machines/warning-buzzer.ogg', 50, 0) SEND_SOUND(mob_occupant, sound('sound/hallucinations/veryfar_noise.ogg',0,1,50)) - log_cloning("[key_name(mob_occupant)] destroyed within [src] at [AREACOORD(src)] due to malfunction.") QDEL_IN(mob_occupant, 40) /obj/machinery/clonepod/relaymove(mob/user) @@ -464,14 +416,11 @@ SPEAK(Gibberish("Exposure to electromagnetic fields has caused the ejection of, ERROR: John Doe, prematurely." ,0)) mob_occupant.apply_vore_prefs() go_out() - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] due to EMP pulse.") /obj/machinery/clonepod/ex_act(severity, target) ..() - if(!QDELETED(src) && occupant) - var/mob/living/mob_occupant = occupant + if(!QDELETED(src)) go_out() - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] due to explosion.") /obj/machinery/clonepod/handle_atom_del(atom/A) if(A == occupant) @@ -487,9 +436,7 @@ /obj/machinery/clonepod/deconstruct(disassembled = TRUE) if(occupant) - var/mob/living/mob_occupant = occupant go_out() - log_cloning("[key_name(mob_occupant)] ejected from [src] at [AREACOORD(src)] due to deconstruction.") ..() /obj/machinery/clonepod/proc/maim_clone(mob/living/carbon/human/H) diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm index dede5724..039152f5 100644 --- a/code/game/machinery/computer/cloning.dm +++ b/code/game/machinery/computer/cloning.dm @@ -7,24 +7,25 @@ icon_keyboard = "med_key" circuit = /obj/item/circuitboard/computer/cloning req_access = list(ACCESS_HEADS) //ONLY USED FOR RECORD DELETION RIGHT NOW. - var/obj/machinery/dna_scannernew/scanner //Linked scanner. For scanning. + var/obj/machinery/dna_scannernew/scanner = null //Linked scanner. For scanning. var/list/pods //Linked cloning pods var/temp = "Inactive" var/scantemp_ckey var/scantemp = "Ready to Scan" var/menu = 1 //Which menu screen to display - var/list/records = list() var/datum/data/record/active_record = null var/obj/item/disk/data/diskette = null //Mostly so the geneticist can steal everything. - var/loading = 0 // Nice loading text var/autoprocess = 0 + var/list/records = list() light_color = LIGHT_COLOR_BLUE /obj/machinery/computer/cloning/Initialize() . = ..() updatemodules(TRUE) + var/obj/item/circuitboard/computer/cloning/board = circuit + records = board.records /obj/machinery/computer/cloning/Destroy() @@ -38,7 +39,7 @@ if(pods) for(var/P in pods) var/obj/machinery/clonepod/pod = P - if(pod.occupant && mind && pod.clonemind == mind) + if(pod.occupant && pod.clonemind == mind) return null if(pod.is_operational() && !(pod.occupant || pod.mess)) return pod @@ -59,9 +60,6 @@ else if(!. && pod.is_operational() && !(pod.occupant || pod.mess) && pod.efficiency > 5) . = pod -/proc/grow_clone_from_record(obj/machinery/clonepod/pod, datum/data/record/R, empty) - return pod.growclone(R.fields["name"], R.fields["UI"], R.fields["SE"], R.fields["mindref"], R.fields["last_death"], R.fields["blood_type"], R.fields["mrace"], R.fields["features"], R.fields["factions"], R.fields["quirks"], empty) - /obj/machinery/computer/cloning/process() if(!(scanner && LAZYLEN(pods) && autoprocess)) return @@ -70,19 +68,16 @@ scan_occupant(scanner.occupant) for(var/datum/data/record/R in records) - var/obj/machinery/clonepod/pod = GetAvailableEfficientPod(R.fields["mindref"]) + var/obj/machinery/clonepod/pod = GetAvailableEfficientPod(R.fields["mind"]) if(!pod) return if(pod.occupant) - continue + continue //how though? - var/result = grow_clone_from_record(pod, R) - if(result & CLONING_SUCCESS) + if(pod.growclone(R.fields["ckey"], R.fields["name"], R.fields["UI"], R.fields["SE"], R.fields["mind"], R.fields["mrace"], R.fields["features"], R.fields["factions"], R.fields["quirks"])) temp = "[R.fields["name"]] => Cloning cycle in progress..." - log_cloning("Cloning of [key_name(R.fields["mindref"])] automatically started via autoprocess - [src] at [AREACOORD(src)]. Pod: [pod] at [AREACOORD(pod)].") - if(result & CLONING_DELETE_RECORD) records -= R /obj/machinery/computer/cloning/proc/updatemodules(findfirstcloner) @@ -137,9 +132,7 @@ to_chat(user, "You insert [W].") playsound(src, 'sound/machines/terminal_insert_disc.ogg', 50, 0) src.updateUsrDialog() - else if(W.tool_behaviour == TOOL_MULTITOOL) - if(!multitool_check_buffer(user, W)) - return + else if(istype(W, /obj/item/multitool)) var/obj/item/multitool/P = W if(istype(P.buffer, /obj/machinery/clonepod)) @@ -208,7 +201,6 @@ if(scanner_occupant) dat += "Start Scan" - dat += "Body-Only Scan" dat += "
[src.scanner.locked ? "Unlock Scanner" : "Lock Scanner"]" else dat += "Start Scan" @@ -236,11 +228,8 @@ if (!src.active_record) dat += "Record not found." else - var/body_only = active_record.fields["body_only"] - dat += "

[active_record.fields["name"]][body_only ? " - BODY-ONLY" : ""]

" - dat += "Scan ID [active_record.fields["id"]] \ - [!body_only ? "Clone" : "" ]\ - Empty Clone
" + dat += "

[src.active_record.fields["name"]]

" + dat += "Scan ID [src.active_record.fields["id"]] Clone
" var/obj/item/implant/health/H = locate(src.active_record.fields["imp"]) @@ -250,14 +239,7 @@ dat += "Unable to locate Health Implant.

" dat += "Unique Identifier:
[src.active_record.fields["UI"]]
" - dat += "Structural Enzymes:
" - for(var/key in active_record.fields["SE"]) - if(key != RACEMUT) - var/val = active_record.fields["SE"][key] - var/alias = GLOB.all_mutations[key].alias - dat +="[alias]: [val]
" - - dat += "

" + dat += "Structural Enzymes:
[src.active_record.fields["SE"]]
" if(diskette && diskette.fields) dat += "
" @@ -314,13 +296,18 @@ else if ((href_list["scan"]) && !isnull(scanner) && scanner.is_operational()) scantemp = "" - var/body_only = href_list["body_only"] + loading = 1 src.updateUsrDialog() playsound(src, 'sound/machines/terminal_prompt.ogg', 50, 0) say("Initiating scan...") - addtimer(CALLBACK(src, .proc/do_scan, usr, body_only), 2 SECONDS) + spawn(20) + src.scan_occupant(scanner.occupant) + + loading = 0 + src.updateUsrDialog() + playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) //No locking an open scanner. @@ -336,42 +323,34 @@ playsound(src, "terminal_type", 25, 0) src.active_record = find_record("id", href_list["view_rec"], records) if(active_record) - menu = 3 + if(!active_record.fields["ckey"]) + records -= active_record + active_record = null + src.temp = "Record Corrupt" + else + src.menu = 3 else - temp = "Record missing." + src.temp = "Record missing." else if (href_list["del_rec"]) if ((!src.active_record) || (src.menu < 3)) return if (src.menu == 3) //If we are viewing a record, confirm deletion - var/has_access = FALSE - if(ishuman(usr)) - var/mob/living/carbon/human/user = usr - var/obj/item/card/id/C = user.get_idcard(TRUE) - if(C) - if(check_access(C)) - has_access = TRUE - if(active_record.fields["body_only"]) //Body-only scans are not as important and can be deleted freely - has_access = TRUE - if(has_access) - temp = "Delete record?" - menu = 4 - playsound(src, 'sound/machines/terminal_prompt.ogg', 50, 0) - else - temp = "Access Denied" - menu = 2 - playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) + src.temp = "Delete record?" + src.menu = 4 + playsound(src, 'sound/machines/terminal_prompt.ogg', 50, 0) else if (src.menu == 4) var/obj/item/card/id/C = usr.get_active_held_item() if (istype(C)||istype(C, /obj/item/pda)) if(src.check_access(C)) - log_cloning("[key_name(usr)] deleted [key_name(active_record.fields["mindref"])]'s cloning records from [src] at [AREACOORD(src)].") src.temp = "[src.active_record.fields["name"]] => Record deleted." src.records.Remove(active_record) active_record = null playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) src.menu = 2 + var/obj/item/circuitboard/computer/cloning/board = circuit + board.records = records else src.temp = "Access Denied." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) @@ -421,14 +400,9 @@ else if (href_list["clone"]) var/datum/data/record/C = find_record("id", href_list["clone"], records) - var/empty = href_list["empty"] //Look for that player! They better be dead! if(C) - if(C.fields["body_only"] && !empty) - temp = "Cannot initiate regular cloning with body-only scans." - playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) var/obj/machinery/clonepod/pod = GetAvailablePod() - var/success = FALSE //Can't clone without someone to clone. Or a pod. Or if the pod is busy. Or full of gibs. if(!LAZYLEN(pods)) temp = "No Clonepods detected." @@ -436,33 +410,20 @@ else if(!pod) temp = "No Clonepods available." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) - else if(!CONFIG_GET(flag/revival_cloning) && !empty) + else if(!CONFIG_GET(flag/revival_cloning)) temp = "Unable to initiate cloning cycle." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) else if(pod.occupant) temp = "Cloning cycle already in progress." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) + else if(pod.growclone(C.fields["ckey"], C.fields["name"], C.fields["UI"], C.fields["SE"], C.fields["mind"], C.fields["mrace"], C.fields["features"], C.fields["factions"], C.fields["quirks"])) + temp = "[C.fields["name"]] => Cloning cycle in progress..." + playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) + records.Remove(C) + if(active_record == C) + active_record = null + menu = 1 else - var/result = grow_clone_from_record(pod, C, empty) - if(result & CLONING_SUCCESS) - temp = "[C.fields["name"]] => Cloning cycle in progress..." - playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) - records.Remove(C) - if(active_record == C) - active_record = null - menu = 1 - success = TRUE - if(!empty) - log_cloning("[key_name(usr)] initiated cloning of [key_name(C.fields["mindref"])] via [src] at [AREACOORD(src)]. Pod: [pod] at [AREACOORD(pod)].") - else - log_cloning("[key_name(usr)] initiated EMPTY cloning of [key_name(C.fields["mindref"])] via [src] at [AREACOORD(src)]. Pod: [pod] at [AREACOORD(pod)].") - if(result & CLONING_DELETE_RECORD) - if(active_record == C) - active_record = null - menu = 1 - records -= C - - if(!success) temp = "[C.fields["name"]] => Initialisation failure." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) @@ -478,31 +439,21 @@ src.updateUsrDialog() return -/obj/machinery/computer/cloning/proc/do_scan(mob/user, body_only) - scan_occupant(scanner.occupant, user, body_only) - - loading = FALSE - updateUsrDialog() - playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, FALSE) - -/obj/machinery/computer/cloning/proc/scan_occupant(occupant, mob/M, body_only) +/obj/machinery/computer/cloning/proc/scan_occupant(occupant) var/mob/living/mob_occupant = get_mob_or_brainmob(occupant) var/datum/dna/dna - - // Do not use unless you know what they are. - var/mob/living/carbon/C = mob_occupant - var/mob/living/brain/B = mob_occupant - if(ishuman(mob_occupant)) + var/mob/living/carbon/C = mob_occupant dna = C.has_dna() if(isbrain(mob_occupant)) + var/mob/living/brain/B = mob_occupant dna = B.stored_dna if(!istype(dna)) scantemp = "Unable to locate valid genetic data." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) return - if(!body_only && (mob_occupant.suiciding || mob_occupant.hellbound)) + if(mob_occupant.suiciding || mob_occupant.hellbound) scantemp = "Subject's brain is not responding to scanning stimuli." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) return @@ -510,14 +461,14 @@ scantemp = "Subject no longer contains the fundamental materials required to create a living clone." playsound(src, 'sound/machines/terminal_alert.ogg', 50, 0) return - if (!body_only && isnull(mob_occupant.mind)) + if ((!mob_occupant.ckey) || (!mob_occupant.client)) scantemp = "Mental interface failure." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) return -// if (find_record("ckey", mob_occupant.ckey, records)) -// scantemp = "Subject already in database." -// playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) -// return + if (find_record("ckey", mob_occupant.ckey, records)) + scantemp = "Subject already in database." + playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) + return var/datum/data/record/R = new() if(dna.species) @@ -530,7 +481,7 @@ var/datum/species/rando_race = pick(GLOB.roundstart_races) R.fields["mrace"] = rando_race.type - //R.fields["ckey"] = mob_occupant.ckey + R.fields["ckey"] = mob_occupant.ckey R.fields["name"] = mob_occupant.real_name R.fields["id"] = copytext(md5(mob_occupant.real_name), 2, 6) R.fields["UE"] = dna.unique_enzymes @@ -544,32 +495,22 @@ var/datum/quirk/T = V R.fields["quirks"][T.type] = T.clone_data() - R.fields["mindref"] = "[REF(mob_occupant.mind)]" - R.fields["last_death"] = mob_occupant.stat == DEAD ? mob_occupant.mind.last_death : -1 - R.fields["body_only"] = body_only + if (!isnull(mob_occupant.mind)) //Save that mind so traitors can continue traitoring after cloning. + R.fields["mind"] = "[REF(mob_occupant.mind)]" - if(!body_only) - //Add an implant if needed - var/obj/item/implant/health/imp - for(var/obj/item/implant/health/HI in mob_occupant.implants) - imp = HI - break - if(!imp) - imp = new /obj/item/implant/health(mob_occupant) - imp.implant(mob_occupant) - R.fields["imp"] = "[REF(imp)]" + //Add an implant if needed + var/obj/item/implant/health/imp + for(var/obj/item/implant/health/HI in mob_occupant.implants) + imp = HI + break + if(!imp) + imp = new /obj/item/implant/health(mob_occupant) + imp.implant(mob_occupant) + R.fields["imp"] = "[REF(imp)]" - var/datum/data/record/old_record = find_record("mindref", REF(mob_occupant.mind), records) - if(body_only) - old_record = find_record("UE", dna.unique_enzymes, records) //Body-only records cannot be identified by mind, so we use the DNA - if(old_record && ((old_record.fields["UI"] != dna.uni_identity) || (!old_record.fields["body_only"]))) //Never overwrite a mind-and-body record if it exists - old_record = null - if(old_record) - records -= old_record - scantemp = "Record updated." - else - scantemp = "Subject successfully scanned." src.records += R - log_cloning("[M ? key_name(M) : "Autoprocess"] added the [body_only ? "body-only " : ""]record of [key_name(mob_occupant)] to [src] at [AREACOORD(src)].") + var/obj/item/circuitboard/computer/cloning/board = circuit + board.records = records + scantemp = "Subject successfully scanned." playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) diff --git a/code/game/machinery/exp_cloner.dm b/code/game/machinery/exp_cloner.dm index d5388035..baa7ed27 100644 --- a/code/game/machinery/exp_cloner.dm +++ b/code/game/machinery/exp_cloner.dm @@ -9,7 +9,7 @@ internal_radio = FALSE //Start growing a human clone in the pod! -/obj/machinery/clonepod/experimental/growclone(clonename, ui, mutation_index, mindref, last_death, blood_type, datum/species/mrace, list/features, factions, list/quirks, datum/bank_account/insurance) +/obj/machinery/clonepod/experimental/growclone(ckey, clonename, ui, se, datum/species/mrace, list/features, factions) if(panel_open) return FALSE if(mess || attempting) @@ -20,7 +20,7 @@ var/mob/living/carbon/human/H = new /mob/living/carbon/human(src) - H.hardset_dna(ui, mutation_index, H.real_name, blood_type, mrace, features) + H.hardset_dna(ui, se, H.real_name, null, mrace, features) if(efficiency > 2) var/list/unclean_mutations = (GLOB.not_good_mutations|GLOB.bad_mutations) @@ -292,7 +292,7 @@ temp = "Cloning cycle already in progress." playsound(src, 'sound/machines/terminal_prompt_deny.ogg', 50, 0) else - pod.growclone(mob_occupant.real_name, dna.uni_identity, dna.mutation_index, null, null, dna.blood_type, clone_species, dna.features, mob_occupant.faction) + pod.growclone(null, mob_occupant.real_name, dna.uni_identity, dna.mutation_index, clone_species, dna.features, mob_occupant.faction) temp = "[mob_occupant.real_name] => Cloning data sent to pod." playsound(src, 'sound/machines/terminal_prompt_confirm.ogg', 50, 0) diff --git a/code/game/world.dm b/code/game/world.dm index 9c1f4780..88166c4b 100644 --- a/code/game/world.dm +++ b/code/game/world.dm @@ -102,7 +102,6 @@ GLOBAL_VAR(restart_counter) GLOB.picture_log_directory = "data/picture_logs/[override_dir]" GLOB.world_game_log = "[GLOB.log_directory]/game.log" - GLOB.world_cloning_log = "[GLOB.log_directory]/cloning.log" GLOB.world_attack_log = "[GLOB.log_directory]/attack.log" GLOB.world_pda_log = "[GLOB.log_directory]/pda.log" GLOB.world_telecomms_log = "[GLOB.log_directory]/telecomms.log" diff --git a/config/config.txt b/config/config.txt index a6820cef..5503d597 100644 --- a/config/config.txt +++ b/config/config.txt @@ -146,9 +146,6 @@ LOG_MANIFEST ## Enable logging pictures # LOG_PICTURES -## log cloning actions -LOG_CLONING - ##Log camera pictures - Must have picture logging enabled PICTURE_LOGGING_CAMERA From f7f8bfdf960cd3a5d122b5bd653324011e0a11bb Mon Sep 17 00:00:00 2001 From: Azarak Date: Sun, 2 Feb 2020 06:04:09 +0100 Subject: [PATCH 38/54] Update crayondecal.dmi --- icons/effects/crayondecal.dmi | Bin 34780 -> 46544 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/effects/crayondecal.dmi b/icons/effects/crayondecal.dmi index fcd27698e7e1b286291a7eb0cfeb211fd1081683..8c42e6610cb5a90c435a022084aedc9c1492cd86 100644 GIT binary patch literal 46544 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 literal 34780 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 R$x!g?q5NaHQd#5R{|C4^yAuEa From 6bb8fb8421bd82181509720500033f25ddffd3d1 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 2 Feb 2020 01:48:10 -0500 Subject: [PATCH 39/54] Ports Missing TG Chaplain Weapons --- code/game/objects/items/holy_weapons.dm | 29 ++++++++++++++++++ .../mob/inhands/equipment/tools_lefthand.dmi | Bin 5541 -> 5541 bytes .../mob/inhands/equipment/tools_righthand.dmi | Bin 5425 -> 5410 bytes icons/obj/device.dmi | Bin 50168 -> 51216 bytes 4 files changed, 29 insertions(+) diff --git a/code/game/objects/items/holy_weapons.dm b/code/game/objects/items/holy_weapons.dm index ad4384f9..e67bb6bf 100644 --- a/code/game/objects/items/holy_weapons.dm +++ b/code/game/objects/items/holy_weapons.dm @@ -710,3 +710,32 @@ righthand_file = 'icons/mob/inhands/weapons/staves_righthand.dmi' w_class = WEIGHT_CLASS_NORMAL attack_verb = list("bashes", "smacks", "whacks") + +/obj/item/nullrod/hypertool + icon = 'icons/obj/device.dmi' + icon_state = "hypertool" + item_state = "hypertool" + lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi' + righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi' + slot_flags = ITEM_SLOT_BELT + name = "hypertool" + desc = "A tool so powerful even you cannot perfectly use it." + armour_penetration = 35 + damtype = BRAIN + attack_verb = list("pulsed", "mended", "cut") + hitsound = 'sound/effects/sparks4.ogg' + +/obj/item/nullrod/spear + name = "ancient spear" + desc = "An ancient spear made of brass, I mean gold, I mean bronze." + icon_state = "ratvarian_spear" + item_state = "ratvarian_spear" + lefthand_file = 'icons/mob/inhands/antag/clockwork_lefthand.dmi' + righthand_file = 'icons/mob/inhands/antag/clockwork_righthand.dmi' + icon = 'icons/obj/clockwork_objects.dmi' + slot_flags = ITEM_SLOT_BELT + armour_penetration = 10 + sharpness = IS_SHARP_ACCURATE + w_class = WEIGHT_CLASS_BULKY + attack_verb = list("stabbed", "poked", "slashed", "clocked") + hitsound = 'sound/weapons/bladeslice.ogg' \ No newline at end of file diff --git a/icons/mob/inhands/equipment/tools_lefthand.dmi b/icons/mob/inhands/equipment/tools_lefthand.dmi index 72b994328db0aec5e998186c051623c6972622b3..fb7c44e9ed5ab2cb1806b921dd74415bcf87b6d5 100644 GIT binary patch literal 5541 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 P*<^Cn+^EvP?ZN*6g73ts delta 5285 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 H***O~LB?ZV diff --git a/icons/mob/inhands/equipment/tools_righthand.dmi b/icons/mob/inhands/equipment/tools_righthand.dmi index ef1001c4380f0f5c720bdf257c962c3a21a41209..dd9d2e72f956d106fb0e54ae0c6b1a34e48f3bfb 100644 GIT binary patch literal 5410 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 o ztl>pyY-K0QAT!3yUvK~Sd49k5cb?}y_ug~Pz4!b5obPkax$!ql4Y)XjH~;|PGQ6&9 z0RRUke;Fj(Eg*sI8@Pg7M<@R=|Bcnb6dNSixT2_{} z05js0g#6-I^mPLhd3pJ@HPwiS2=klfNl8gJtnOS;)<628O;$!83WY)-5GN<6`wL4- zT}-7eB_$>kg8{k#fK$ss3B#;wZA(tc>^yJ)4**y!RzqFe&d$!!(b2-fLQ+z4@uC>kdK%l>-n1E}SS<3PGlP7_$uFJX1&#O!zcy4W% zi2+<)0oT*Vfbzt1K49)*KoV_!;+d-uSOEATr6U8dMH=xdC@8qPx?%u8OXQH1r6mf5 z>g?=1ckY~yj*hptw~&y~ee)CX@$oa+qBEyO`FMC}IC0up@qJ1nA|kS~vdYTJ&s;^s z#Kipl{Or=}_Hi)*z!d;aT0LeivYvh{aO8|?Ln*+edbkm>kKWnp>p zfm$bCB)R{9ikM(kLa+Vs-Is;EJ0A^@t==kyDYb7jta#ub)G0A)JzA?>ez26gl z!{GAe%TZBL`xsc+4lAhN%mu_u>_T)TB~sdnJwI13h8ha!3OE)&11e9<_5hO7@(5S- z+m9bruelv@e-!=*gVR@w--ml3$inm{aAo%EKFS04BP?x#bX@|S13dhLJp6nCAS^p= zsN1*s!ckx{aF_oCY~<5Ka-GSG_?EC3nX|9E{rP?r-XRYtx|}NUkk)S~?4KLGoAv(t zw9j7S2nd$~MI8(n&6=*X(Ke&Vxz8+xRbS7aZh=L$Z&Keif@U?>fYS zlYZZm6=XtKQO@c4$Fh*0a~@TxIH^t53Br z&Z?EUaGim7T=@8&JxuzZHPO2v1=+9+^s%Y9DQ`H1#~eB+;Uy_6e8Vnb(<5-I%fTk8 z9<$~D$S2}z&$F?y@mq%+!!G}1vY6TNzIFo1YBY6;d#(&{@9{T{Xe~x%@m@*}v@}zc ztGrXpYTRwR*fX_d0JY`FDp>7DTq&?SvU%urzxVQ;(a%bU2I>;ecKW}LtgqYr?$iL! zK^vifAMW=&8l4M>0C0TTQ1_~3SoR7zCC|#Lwr!nj_lKIwJr*TaBTFO9)dxxG=OqrS zMnBBA4H?uO@H{AUump+QEtm*KUw&~bEA5R-x}IqQye~)RL9aYSYJF_2$|1TdStK7>ysndG2jt2sruM#4Z){i1@ z_jxIN2?|?hCGgOstt0GVgSn?f2njxqy{28$I4ea#y~jBc6~anOng|V7Jj-krJnqW> zT)LTKUZL`ipjahf@`-od>rKE^f5$tQgf*8=8RM8^#xZ({3LC3y(}^HM_;Xp)z0M56 z4LL-4WH=H3SdO5o*it8t-5n8!@>FacKEL2T)~RSKih zIAx7}l*=6>zK>0{3XswsRQoX#P6!|(%jcXb0$Mrj#aneGu70~vyHk!Qn)?{i)jOw} zY@}glz+u7tlUAJ%t8C1B=n8YZxaw*v9fcIpse+wUXgL-?_9(pMR&S z_PsmdK{y6sj~kVcNqhCWiLs}gbU6xUS6+|d<-EUz?Ifr-ZT5{{FP=1UhtVq;>t2eu zp`p=nllU0-kDHC2DR1g$N=c$`Z_{>$s=v~tLCuTA$jWz3I7I;=IsWV;$%%?K_R693 zd#@dHd!w5>>#0MPFP8`&cl35*t>q34qHAf#(*NnXAk5FWeof}AU%yWhSjKN4k~?zf zUG^`pc0CW!!FwO%evgSRfo^Ky3f>y)5y{;tEeR^F=S2vI$!utVFph5l-{r{x4&n;Z`D_w>P zC-ojnm&6Bj6Jm4ol2m+*60nw3?6XWLHj=Y~r>Zp8c!qnIKNe0M?S&}W2+btDNzX#0 zamX8p@?5(H{&wR6GgdhEk_0xr`H7Mf#Xp`t)s3ZaVsm&F=|fHZfyC5V>jM40Q0D8C z(A%il>hb3E<}wX*%?<6@B7X|*N2mm3@^2N~V4@L9fO6o!MFNguHf59wiVD%iV|UiA zV2YPgff=bgL#eQ@I@>B=LYFt}N|$ep896+5tL4>(5~Zc8xl9&ebQnw=ou%jJ3;W4s zqQ56K)BOW)w+ohs*XTB`QNaQ#0txPqi(P-7Lf#J19aN_e+1Li5RCW)zQwl7o2|9!x zZs!AbzrU+S^uV%eKr~V)SQQHaqZK2R^~V25Oy<-g3aO)UG6>kp=x4#cCc2s?1e+tS zZ~;>1Gq$}lRy|($Cs$)Ce{zL2`r#Jxo?oYz5ZjZYuWt~#{Pp6?`sgZbpuT|tog*o3 zWhf3Cs-6%|)$rSv=HLD0Hl_lB$q;=gEgA-C)B=sln4E$UVePv&<0CtjuF5$!{*myB zDJc|1ux!_^z;@uLks3MT5h&###=OdetQ>xG;>>l_JazC3H9_MI9i)}X{V&!)gW_Lw z&+@}NbtGk?Py`C}s@A~LPvIglOAt{hz@hhXVmYoP3Z?AHpJrd>hYA_O+w(6}FZY82 zRwDA8)^`g}mOt^TM*5eJwEuj0v1!?&QvYutWyXU-cPqVw-9GwS^%f4^p0kEiKQKUx zWlB236FQM(q_BqDsb1paOF zUaXqR8X!M>BdhLLbpwKj!Wi33yN=&{Fa~*HL%%<^wSRLqBy2n@;87qOFXT-vqdMva zqVHS~S@h@9#PYVrW?J?`vW8~GD{YXV>dG1Fl1`mNNev(V#%$-(s|1ayYmC0;7f$zi z1{M0ZttW1WHbaUjGfK-RLLX3=V3vGt;5Yd<(GaVW6^m3;`i^$ zf0xaB?Aj$Z^gj0YF?4#$c@WwpfrqoU%F`91U**Z!r1ioxsb;h?Non$a3U1@oAl@hY zfW1{Ik9A$ukx?WZ%^CbvkVhTyca97mzk+BQCeA>I2#D1NWRIXl(|#Me?brm`LG9Pk z;wOB4Q*7AY3FNQrtquL2xG&U2wk2=?c!w|VBxPmI=3ULQKD1%%WQ`-O=CWia`mMecOa#o2w5*u>L_AS>} zFZJ)_$)I2o)NWZRXWiHT!-pS|^4r*+Ft92d9*_!RH$gTCXX9`E?MvX*O5$dmg3*}3 z0uTIo)$K*L|8e?dNr&k|jlNIeX6=D|TL6Sa((9V?_P)(Asfdj#|720gef`Dke_X4D zt#KlrRBIOgah-n+L4R34bGutqQa;2tU}r6(@vI+}z})x0K0}C9mikJbY*&6a^v7>V ze$(sLjr2b#W?B)uG;kxe)Nk&PSL_Y@%(2ekJ?yY#VyAC^^EU_l(nP(AEo^^_|DS|t zy-eCFlWIDCru(>OV)SdJaV}HqjBkalr~etx{^_!X$Dz>!gXh5K3qOrX`ydJpg3L!7 zucyqvd>{2xtna^r3Cujk<{7kepVY={%(O3u=eDKpwZ_HdPTcj_F^AUMMis7;c0^Oe zBInz8S`0|sFM05E4sF`n&eKO?o7!Sps*ET6c89#v_vo`dgnJ>Z zd5bE)Nq<|u8U;bFJv9)AGAQ#BDfCHphJB7Wo_c7Y_Y);-dVa_Gdq0Cy3$pYGLSv-Z zr)V*D%AMO@&VMa$6GuL#B~^snchWoHncYq`8!sPZ*T z@qTxx1H_De>+XFtvU$UEm*^ry&%QK46N0^NQf#!rw=`%%gwKUe7&C^4VN)4$rF1eA zYC<;SAI$xJ7R1A4If<;vSmx!G4|!|JPu> zu>MP)*zadSD1z*9YNbL}q53zS&1r!aZ`{yn@XKnp;#i?hSo`LS^Xe4xE^^Kcn}?y3 zNDJBYaKHY|7wbe`fv|`O^#%W>6L>SpJ!L&>R1bqe9XST3EwvMRRJAXm@$eEKL+RTz zSTx+Ho!kl|Ez4(%T{<_1*{bN6m4f<`z}>+!ZORj!;%z+->Y*@-$&+l8wqXv_^OC~_ zwN2gD(t+JYK8k^)mn8jY`yn&1kmmX9k#=yB;b7;inVX#&*}W_iqNM7m=4me-b-wGe zkn}{eQZ(wwOA9Vj#qO_`4cfK@uvp*zi)v*C<_J|}mxWh2slDz-jA2!2ufmg!)U{0m zQsjV>F=}HzeZzUR&28%!I_#CATFb4tXWE=nG=uA=k`3}oZZNZP)^m!8k?QM7A7-ot zNl1~-It;0z4Ngt1pzhb^^bm$zH4$gb_SRDfnQ0?qHRhQ-;#-Eg!eNgwM$fQwW&>!I zj3!jf(p&@SDZxL2TXOd@yn_TWV;1M8f1{!?3}gF^ZtZUB>^)g#&@yt*EGJ^-`GQmA zXq~^qLu;L6Ugy`Oj4&FgjV3d*7v)Kdt(?*539|15D>ghu&u$`c0d84)E6;AanGj0Q zT2Y@XUL?<-qAV(7!dXVUmV`;0=3_y(d_!4gi4ioD(pxxMBm0LRn~sBTA%Qfji3jR0 zqYH--d-^wnr@%i4I_T%qYn~#97jczglH2Ii-Ri3q>iCAN@X8aMi*d)YJcsq2r~M*~ z>kC1Of+sEauC|#3`#T!K?4O0Vc`NeA&u3R{Id#!GbNPw{&@aq_Ehesvwl7!f4(a5_ z^>|o=U%w?TD@R9>T8AMT?5XE$?^1RMU2y`i3|E?&p+!T$ls=8B{M diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 6bbdc188458cd18ea77ffab4a32c34c342a15fa0..fb034a61d75d492ae998f71e8c62bef616000c29 100644 GIT binary patch delta 10945 zcmbWdcT`i)6E}QAuOcW#y7bAi^3n@I0c1f&G1 zQX>g15a0=Zf6qDZU+;O(dry+HcXwy*%-q?`XJ+^G4Q@gLZUXHM7!d&g0AwQr>;QmQ zl*p-!Gv}S?-~fu*e!*q1ORi)|Yh33M@~>c%2^ZZlPa@vdnAHN(Nfok|0KCwaz zz`F}_6xsgx4|hHZ7ZpxjKmPSdNQ6vBLGJYBV;J;YiDp*Y>*Uu1nnFwbADoH7gRa{K zpHf!u9K{Xcy_~PB>E^64RGXUBUs^~=lJ_-`8S3|=O|AperY$4)(!V@UsGlh~`eH3B zeV@VT-hMx!SF87GST2(k9W9<9zeqe2aV)|Cx;4^C%J!m6hL!>GP)lWQ#?yLqJVxp5 zX@$_tdh*dj)3_<`N0es##`vO1jTZ&){&s(p3xeqeR2eEgF%bwiyti@Vd7)*eoWCLE z6Ho8Q?r-aVfM+-89SctR7v!LLv9}SP5?`L|Q}Q|V@&7O_AmMrc{>Wc@@2&=iMpp=M zLOwUVJ!uTn>>5l|qtf0`lj-xn%5_z+91`C3C*P|!S6Q`{+Xh0DN27?cH!Gx>sPi}2 z{ci^?iX=v??pfl+=c!jNHb$uZ<$uTY1xVT~W)6MW=wDrJGHQ^#K5ldizxw`|$CKpjADP+;;Y^`+CFnb275n1t zT-^tC>maV;vqfD|>02KSZ}HVgrrzryx3GE7{50|N*T2pSh#P!tkq2u!e}8?=eO0WP zr!()BFbWj(0TielEw4##OJzSm0G~C5>|R+0PHZU@W?A7IwGjD?B&cEfZgi8!9*%o>>8o?rZkEs95 zdc@6iFx1qFu29dDILa%VoK}Q!1l0+FiUU*TTMC9`>>wRyA0013MtbX-8H%8g@wxe8^(Wn*q+!Si@-+zf=?}zn=AA2 zn=9n#^C65<);+->PfF9-x)HpKOmJUOpiK5R!|6%XA0B5dE=QNVrk$r>Cf+&K_cZRO zyB%rme|`5wN~(~D=95BILmw z&;!Kge1Ai{VRLRb3jPt&IM<{69ojb2q53dO_O-ct+w{RV z;!ee8QJYR+1O*A6$w5~kEpzO9{C--`LjkvaRB?nkA%)6cCcoufw0Hu2V4k}h(>5O; zK=;VRJo;*lQ8OH`^Cqked`DuTDSWtxPeyj~wOz0+Hkl1iFc8 zdKKLiWGj|2!W4qCQADLxTettL`Z={a+(fl7(V#?dhzg%Wl2_dcTu}(Gb#hihl8n~R<_BtsNwlD(`K3FmET!ag-`F0)fhj?|I=mq!BRle^vFk- z-l_YOE%!k_OT=>DGr!gHRT|7{-Pm8<2~=Qp{U-i+d(JqSf#OsMPA?MaRbg7EfdeZj z;J9o3=BxPaMa=v(vU-@F1ZebHC!x7Ko1p?KF8{D&NA;xq!1k8sd1~$4g__mS;yg*b zhZ*0Jhy8pygpe83>aUSw`B~5BpM!dHwj|XZDC8F%gw%}<@f>vf@82cd1+wO)vl&Tm zlI)5-x4hi7LKF@L;eHVEqY?z9;_?OecF<8I7_1O;SJl({l%h7sou>EFD0zLle{7)lcl8*n?1ofewHTm$ZR5*N z*Gi>U*H=A`UP6~EooV&EhqzJ8Uz7p>EAT)~#mKS`lOYT*#cN)osJn&UWMki~_vvun zkb?^^x06YYp4@@;eHip>)=!&1=VF`qekEWI^1O@7QpAwQWcBKFxh3$ilbaKl)iy&j*ZL>Iq6m@w@tS^a;!+uNKxe-6S=_w8~ z=#In9Hqq?>&htsSUjWH7^sH!NiOm7NpzUq}Xe)IhPsY|HD2FBO)aMt;^u@=O^=S?}*ch?Gp0vmUjjrf|orL#Sxe{B6`8CL${Ug{G(1xS_3&rUxWIr zyQ7q+8!gW({EtS2OqOM%@e`t=qWb&%4I5ZuNG8^_{`HrK7?OwBe z3cSTmgpyseTfFV8%k>S)W_LaJhu+=05+BfNBwOB)n3x5|>h7?Gm=s}4Hte_Ssy`~q z$jDagEqxOBU}|bgBuDFR79T8j-90>;^RN3=dW8AqAE5Hd7zvdsXl zv2al)hOHrQeGP88&BP=KIGTk)6Degl9uwMD!*l%-@mqaYQlj#W5Ky8NnfcrHvWj)9` zDA^wRj@i#)aWWJ5JY4P_U^&lB%~>?(dM)pR59A{BH{U-WufRilg?M{^5uqc)e&TjO zS4jpk0$gWjXERFz0sZ9hW`z?f>FTU5U-FzrHuxBy1PKfyLT%X)vh z08eA8DE3wM=w5O{v2RgbKV^CPx2mQqE&$B~kbZnnbaDeauc zl~OUQ|C)kyVqKpo;^RS*Cz}JsyIvMG$D)g`A{-oeyu7?t)h#WUA0X2_C}8sBY|(&` zu1WO>bABa*zn(gnE*Oq^>ezNUI<&lZhT>ViQBu{6(`j|75ziFgSEPue^9et{FV6j5 zd^-J*wGeD!LRIb+WUXEx!r55>Yy!N7;zF`XSsU!`8ckx2(Op6Ny!J5mwRGCkFjL{~ z73E`xGDPv=Xx|RwI${8{mVa%M^E46x`cmp&uJ8iNS3&OI06qE3#{l`6P#1Z_YQ!K|ERK5xZ^6TCGS`#aEO^G|L zLhjGYut|!D)J$)PZv+Vm3XUYYh|t;SlB)de4+3U&-e5REeTI=wBO2whL&hOP7N*#K zi2(}cfcPPw8QY7j)Nk`g2oH#^uI}woYZVohxE!opaYsFuFms9Q1IjExizZY9q zZCj0)zN$7li`3WX$LD2%-ZhWWs#~A35`=Xq_NEH(WRsOXFkLVr?dE=r-Qx{aKewW) zvx>q8h84iJVNZ1R9QUIy2u@>=P*3&Y@8Kr9xGvft^p&hoM>DKjv5pm2bOTRLa*MwW8$_47fMq?jc%?e8|l2 zZF(8URN6aW`?_qC?E&|c45$x+tjx&ADli|21c8Q*N;&Xme|Z@BlwBF3vC$E1PxQ{J}hh6cK&E%@aJ zCBCvM{*;p`Ttu$?32Qy*rXH}b0=0lk1n-W}{@`{H2IJb$Yyfu9rYi)tA!5w$S8%FC4VN#j`*M^#$6$nPpb0Hp0!s((5C4Uq>_K}Nw zgeB@&Z4?vet3jQmwICy4b2x2v_ORI@t>zeEj-Bvwq<{~q%+hIiUH<5i_up$olcA^)XP)q@R zg-h7p6k768ll_Y{mGsWkN~_9={7OGO0}g9LlSjP^mbf3y9?H%fVw_&%)M$G)o9N6a zXBb=jYX5%s_v$jUMy27h?`USFzEki@Vx2{(DeOC^iOAKC2xED4=NnU>ck6A(zg*&u zOl$XXTbZ`vsdp3sVBrEYB+WlJ^yj#`@+o$pTj(k)q2o!#IWXT*&zG)*3DvSh6<;0( z=Zwyrp%Hu&6B8Vp6O)OQB7(^2;bRW#@?cg$uJU=x66|WW5j8btfV>(7Q&DEI%FZ7U z+oC)d`z2iHLO2utvOV5JG&KGpt~l0GqJf8w7VXfc#Q^uFb(-7M)W5U*mJD`Bo+6-g zyQbnj6(w77ThS(a6vuACSpe4EoH;rhWFSp3&5-<~#v?;OcK)@q2gN z7HiMhf4E}+pcBnt0s#S4%z0kx&&cxg^1o}VuWnn%&8~Oc@>9AJyY`IzkV`wjBL>rY zwavnT_C*J7BH-W=MV1xw#<_2Z32P1wt_S1IyAWkBug~+~v74lM9XoFtT-4Lkv&%+A zVm`*TZq6b*d^A9@@Mi{kdou{i+!+^BR%+0GIGQ?=eeW>{bbjGga`6qu$_#Xlv@0&7 zsmG$C-i}cCkB*Ff =yw?#QBtqrbVD6P{|{%rpgP!RIlZ83=31SPxU)f8*kSZ3KOGIVq-fR$cej~q{J7C zR%7~(1O6$TtFwPs`n?PSBZS_hbaD(b`moC4p)eRjgr&6Adg(WylXcemOYv9MLp%7WubCB2|}I!&|yim!d?rcc5P$&4c_f^CAeiIa0n zu()UZld9+bf=vJ9Vj)>?Utf?!SB>YYhVjo-^ze*0d=8t=b(a|AFDzXS@>iEMlO-l{ zQBodAdZ8p?>+$_^0+ z5CS@>LdF=qkN>fKN6pWu{-qUcZJpk`j_inOzA!9nPej{q05&ycH2w45y?d4dX19yy zUFfixt-YcYBxyxa_hT6Mq;J4c9amEDRrbLuxHdhuxt8gQ@~xX&5G3JEWL`r``Tw=q zg?F$N78X`+5Z}1bTks&s<98Q+#namRB?dTkpNA(FnqHS7P!3|l@v$MDk2~VhafqDJ}CB_0DFuQ1&a=AyI;1HpuLc7!;t)u%h~Iu)+}6YdX&fRvoDdi2 z>e_eqZKK!L(eXUqH8mFhI0n6kTt_-c(0l&AKM!)pB`V#$iOaei?{X7hWmZ0V&!J58 zK{BPY{`l5mip6Cn!n~5ou`U^?=|FRFci%lU`KF~W=;o95K1FDX2ZA+7I{GE44K@z| ziO9&*^z_JqT&x~H)g@ytcb)>uh+cH2u;3~Mn}j$XkdT=vU}$LA8lo&ez#<;<+4k}p z4Gm$NVh`7LJq6xCOOMWQmHk(3AN>zW*FycoOsZA9j>%FRnq-N(Gh(*4UHn=3@}`f% z38ePSjeI{j!SjRXUm2Kzfsk+C!kIXQ*;j+rH2Y+$QUh9?niK-t53p4R?KOs24JdMe zn|Y+gl&D*a3TNqQY^=_E#+kk=Px7)<4w;vPFoS#zURe@48X7KY8XDOf_iN26ALV20 zUf4%F{qTI6)@%tV*Y||Qm1F(XrNcw)8)nb-SjBv{t8b-P*Cq(bo4F2 z<{vl?{UI^8hk4(0Tcp##OtzdIZQHB=Qv%)u9XzzST24IabW|*IZ0Db(;kw6wezgJR zs4>(85cAojfd5+Qz^V85hq^gZ)HyF_iGfP(=T2Mrng`Kwarom#cv(8RhWqE6{y^t1 zl{dFL+~bjbpwtG-b48S#J~KK=YN!4Xsug8h=S~JBl4? zFR>;u83~EAuZ@<2jQb@%Y<&Dtk0!8ANegH_z=HWUxm%BuEUgfG{bbk$tKQy67&_}J z`QfP!EA#B+wqz5TDU~)h2lQ}#Z)9kW{>&DOGLHk5os$vrI9s|SP}3lGSd~zlsErK> zy@Tb0N< zdenEUm)fChIf!rKI5PHx-z4&Fwj55aS$BgF0q-L|_6FES0KIRE=8bcEh;n-jC$`W3 zHiC^e7By7@n=c%SMRU-W;&3;Jt0@}}E-ob<^XvvuuBad$k&!*#Uy#AVpm#IFj#Ub``=#p`6^LorBRz0($TA>%8u>X2$mxr$5~yVBK&l4p{FZI@hv+ zlLJe>==`iAtcKHOz+)o`L&GOs&Vm3C5fRb#zLuG8^BdC|M0tn3AZ-j&^#K7MXnvcX zn(BOSEobmjKU$f-aaj#8&Xednd}=N2P~Jf7xE1Q#Ve{r*{`C#>J44HN@xvR_=` z*u+@nI=2tmjZ1e-i#dLvXaobuB!*K{RmLz+TKiA@Z`HI?(Cb!e=BzpKTFeD6TdX(8 z;M{pRb%)JB;++*F~|@ ze5Hd}$o&xnp3$WzABCZOe#Kk?F7QB7BGPb~@~x()=PAc%Q_*se18r#)53Os`e(w?~ zw9`?h4ewLp*GN8!hosXs)2zP~hwlz=^t}HLj68jisre?c#hAfw}dC4U+!~L z>y6v^OJTstqUt4DsO}zCmrur!Nf9__EK1!<4Yk=7jfvaCrLzn7pbzj83d6#?*F7(M z7+;r3$bid!nxH{QX~mpafBrLd`ZZG8^QD2IT$6U)SWH9&UTTN&XmO5b`$NSGU30?d zFWjuT6qk)F`b_C8H95$hX+@YeGhk?DMw0&{s;ldM;!}I2qnNgv&iSU7b+Kr7tUqT- z`FpIw->x<53^06n&M^>@s}<5d6xQ&i_I9rpRd39la4<6Aw6nMX65%EL6l)@FWp2R%qAf(@D zkiyw@3dvxHZEbBC4(WfYnRDF>p;9+9OJ@Ujhi9Z%9OdZ>*JHp~a->)mec z{H#><_m_TX+VMR}v;zWE_G`5J{q({{{mPsrqppRnAy^R}WwKutqKvSn%7#~B-Jj|Sn`r*ot#10&km zsE`nC1d5vhq?Dyf;?leC>|BO7tBD8slK!M?P~E_AAul=ZT<4+H*7QX|an<4WQ6v_& zvgP0>{BrO>wUNl0kLz+JB}5mX3Jr%e*M{m}F7mm}*XxlnNRpM7>alMNlEU-Uqdhi; z@2E@m4U&-To~w^!%G`>k5v1}uNa}!hfE~8Xoc`zF#t3u+E`WYN=lVo0{N;0EV&X2t zW&2`}0JWOh+w`#->L*IO&MT{{3iQur8$I*+;vv}B>Y!-DV#grqO1Ix}6*6#WnJ~XD z8ZVG~gHf9GgHR|}(u0UMZ)_(D9>kq5*1KgS46$6zu_GBZfzn{N*t1f3w%OzobnhV6 zqDLSmWte@au;+r!Jh{`@*tATr81<43*&ZSQsxAE{V*NU>7ywv$DpIgg`sk15!}d1} zY!Bn3KJ-v3J3sbYD$v1J!OO4nqJG;QHY$<*zLVukz7rP3lLl)Jc0_spN8(dF&&FfbEf5{a1U+w(=Jx%ga_B?>riUvnZ`+F4j<-Et1nUmZFAKqk` zl#1Tng`;1zFU2dNl7}3ynHKU9cCKjfnKICcLEjrc(}Q6_e2!2Y?PM_p3>M))Gqtk( zEfvaVjp)lk4{m@cwQ)5y<^*f#NpLiE;3}B*c7e^a6`np56%~>qJqGf+ zxq@vkG3!mJOPIfFAh<@`8h6fZ(HrqL)$^)b8+#k}rug!v>7v3v0m{}IP2q2xx64 z5Vx~gShTWuIG=#-nMq&2>fyb*7mKt*xc!Pa?8x@e?c4f$UhH=n*3H;=c=oli6uT>% z0TUOid);G*lP`)VD4bucXB5mJjY=DXZtNt(jmZQmChm2xRpd+>HN71A#7P`-b48myUht|232#dzCS%Ve2ss@H;4h__Lzhf=@;Qjdc2r8=<=ELH~jGvj9CJ1ysuk9e> z=1^2i|I{xGUKs&!$~Ez;DGlPnM@j**@yp zPm}PVd`6X+gd>2wB6#H6TN&DZzP>jvPbS5nE(&i45*MZaXYUq47!q6n65glWK%d8H zKhQbZR>$VG*DrL?udva-olb#Xgq~2gs_rRYLR#s5v=XXC<8o^yU_~>ZGe(pkj~PdS z^>;)ejx`ANq~f9;GBFvLIX`e{M`8mIWa!FA4rF1bo%tjutfk*@wfiMb7@GqBGp_zr zIt%Oe-3Voh2cPv-!^U@|ecDi^EuQ88_Am2eUS8t+&s0xbAOI@|$L*AuqfTjxeHjWs zyUj}EdfRk(h9Az9|09GiGIq=SCW{oqZ}9g(IuoQH8jO04M;9B)BaI}GEOKB~6rw+g z?0^jmL)lsW?rnC+ZL}!(^GHZ69Fe=VosK5$S_3gZNL#JTgtCQ^Y~EvjO=R?&4Q2%7 zIoP7%y4|>V2lWPj3Y-Sr<7azDGcEQJeuU(NNN6e49ta;Jzp9MRIO07-K+~#0#j8b8 z>p6X#x!e)=y#8pIgpf%C7HAC5yt=TocljtRtXht`bNW6(Lm=ukwhoO`zb)H#yv3kiyV=z5!roJr&j-6`YgZ5v z6T7AFyW=P9ABAD@+kY-k#&TJ2WF*lsH(&W{^XhpB?I49-(!=Z++JyAD-mf%Z_&`!H z$3M?}x7pA{EZyP>{oyQloppX$Tf4CsP~S6gn$voIt5NKlV~7bBc%1%iDBPHQw|Eak zxrbrKe=}sP#}ge@{-<6Be1ki*ThMH7>)ZO_RI*jWMPblm>)6?ZmUrv9u6K2ms4g zcq3OOMTap6D5OA=8mjpolYH_Px}F!H@dKn(Zo2%DRHDM5(EBzrz(JQaPU1024}pSmhhkWhk3JH z%gxPZQ!}_T)jA?{LU(I-A2J3*S=&Vy!-}K10RTH20FsmCZ$x1EYk|Vp6fZCD>5rBM z$i=zNJ*$;n0Ki$iK1@K=TDWzlXhJ_ep0~5NbU}_po$ym)Ub0zv|^Kd*%mvSDw0WAVqo5YquwR+aa)v>YB^YtnCSMcX+$`}9XO%inQT z0yTAf))!hg&p>><+72msnMz3^y-t-h}h9Y5=2k|SZo`&(|E)eS-4a>I#> zjis(`J61Yf7k2L%3*ma!pP+n5O4J!QRty1zEa@YnX{&$#{jD=HXswDX5+L@kXquSa z$_#-b+D<50Kx%f)V--C;rH>t7QahM(^uOoFzW}?OE4$y`;w&jE({ytajIcqoV_)qy zNh>{sQS>?9;83)InHeEaQmyn>lVt!8kU!Jn60-cf^7prwMYA_K8vV7T%KkqZJ}gZ| zNlB-0$fb@&>nZiScY_}1dsMFVlc!q+dyW1F@?KurwLuLKTmp;Uy0Oov*De71a56DN zVz8+0A4zq` zrR)uR2V8)Jv=YFGy3PhpV~L8_bQ!uCgrSZ6;F}vv&;MDZ`9YH)42$Ei z*J9ETPXB+h1b^lGzn$iFIN<+!FJwsmt8yp0|AEx}Qxp9@ySBC#%Na*Ck}UCIjtu)g z@bnVv4N=Xt%s@g$1}UJWt^NLgT~bcibn?Cs3~QhMk&)>ym^59k%Dn5@M9T5lb2GeH kK7fSqKWPfut|)LsvJ8r8O~}=;2UURw>JQbb?%Ra@A9%lP`v3p{ delta 9888 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 From 5af329e4045539d801e05c68c1d8540677c5495e Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Sun, 2 Feb 2020 12:01:23 -0800 Subject: [PATCH 40/54] Update plasmamen.dm --- code/modules/mob/living/carbon/human/species_types/plasmamen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm index 6649a9db..82238701 100644 --- a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm +++ b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm @@ -12,9 +12,9 @@ mutantliver = /obj/item/organ/liver/plasmaman mutantstomach = /obj/item/organ/stomach/plasmaman burnmod = 1.5 - brutemod = 1.5 heatmod = 1.5 breathid = "tox" + speedmod = 1 damage_overlay_type = ""//let's not show bloody wounds or burns over bones. var/internal_fire = FALSE //If the bones themselves are burning clothes won't help you much disliked_food = FRUIT From a7419153982cb8b10fbfa788c4687f7107b2446e Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 04:11:50 +0100 Subject: [PATCH 41/54] Fixes false walls --- code/game/objects/structures/false_walls.dm | 2 +- code/modules/antagonists/cult/runes.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/false_walls.dm b/code/game/objects/structures/false_walls.dm index d52ec81a..47fb6f87 100644 --- a/code/game/objects/structures/false_walls.dm +++ b/code/game/objects/structures/false_walls.dm @@ -7,7 +7,7 @@ anchored = TRUE icon = 'icons/turf/walls/wall.dmi' icon_state = "wall" - layer = CLOSED_TURF_LAYER + layer = LOW_OBJ_LAYER density = TRUE opacity = 1 max_integrity = 100 diff --git a/code/modules/antagonists/cult/runes.dm b/code/modules/antagonists/cult/runes.dm index a69694ce..541f8f9e 100644 --- a/code/modules/antagonists/cult/runes.dm +++ b/code/modules/antagonists/cult/runes.dm @@ -22,7 +22,7 @@ Runes can either be invoked by one's self or with many different cultists. Each icon = 'icons/obj/rune.dmi' icon_state = "1" resistance_flags = FIRE_PROOF | UNACIDABLE | ACID_PROOF - layer = LOW_OBJ_LAYER + layer = SIGIL_LAYER color = RUNE_COLOR_RED var/invocation = "Aiy ele-mayo." //This is said by cultists when the rune is invoked. From 6cdbdca11f9d0198a58f53855701df475214e8e8 Mon Sep 17 00:00:00 2001 From: CygnusB <39594514+MalricB@users.noreply.github.com> Date: Mon, 3 Feb 2020 09:50:25 -0300 Subject: [PATCH 42/54] Fixes Dueling.dm examine error and also fixes my retardation --- code/modules/projectiles/guns/energy/dueling.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/dueling.dm b/code/modules/projectiles/guns/energy/dueling.dm index 85a65b65..23968fe1 100644 --- a/code/modules/projectiles/guns/energy/dueling.dm +++ b/code/modules/projectiles/guns/energy/dueling.dm @@ -162,7 +162,7 @@ setting_overlay = mutable_appearance(icon,setting_iconstate()) add_overlay(setting_overlay) - /obj/item/gun/energy/dueling/examine(mob/user) +/obj/item/gun/energy/dueling/examine(mob/user) . = ..() if(duel) . += "Its linking number is [duel.id]." From dea2f73497855237c31f8e467451454b2cd3d728 Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 20:23:39 +0100 Subject: [PATCH 43/54] Drink updates --- code/modules/food_and_drinks/drinks/drinks.dm | 7 +- .../food_and_drinks/drinks/drinks/bottle.dm | 22 ++++ .../food_and_drinks/food/snacks_frozen.dm | 2 +- .../food_and_drinks/food/snacks_other.dm | 1 + .../food_and_drinks/recipes/drinks_recipes.dm | 53 ++++++++- .../recipes/tablecraft/recipes_frozen.dm | 2 +- code/modules/hydroponics/grown/berries.dm | 1 + code/modules/hydroponics/grown/misc.dm | 1 + code/modules/hydroponics/grown/pineapple.dm | 1 + .../chemistry/machinery/chem_dispenser.dm | 5 +- .../chemistry/reagents/alcohol_reagents.dm | 108 +++++++++++++++++- .../chemistry/reagents/drink_reagents.dm | 18 +++ code/modules/reagents/reagent_containers.dm | 2 +- icons/obj/drinks.dmi | Bin 90479 -> 95901 bytes 14 files changed, 209 insertions(+), 14 deletions(-) diff --git a/code/modules/food_and_drinks/drinks/drinks.dm b/code/modules/food_and_drinks/drinks/drinks.dm index a61063dc..1dd8cb33 100644 --- a/code/modules/food_and_drinks/drinks/drinks.dm +++ b/code/modules/food_and_drinks/drinks/drinks.dm @@ -105,7 +105,6 @@ /obj/item/reagent_containers/food/drinks/throw_impact(atom/target, datum/thrownthing/throwinfo) . = ..() if(!.) //if the bottle wasn't caught - SplashReagents(target) smash(target, throwinfo.thrower, TRUE) /obj/item/reagent_containers/food/drinks/proc/smash(atom/target, mob/thrower, ranged = FALSE) @@ -115,6 +114,7 @@ return if(bartender_check(target) && ranged) return + SplashReagents(target) var/obj/item/broken_bottle/B = new (loc) B.icon_state = icon_state var/icon/I = new('icons/obj/drinks.dmi', src.icon_state) @@ -349,6 +349,11 @@ name = "grape juice box" desc = "Tasty grape juice in a fun little container. Non-alcoholic!" foodtype = FRUIT + if("pineapplejuice") + icon_state = "pineapplebox" + name = "pineapple juice box" + desc = "Why would you even want this?" + foodtype = FRUIT | PINEAPPLE if("chocolate_milk") icon_state = "chocolatebox" name = "carton of chocolate milk" diff --git a/code/modules/food_and_drinks/drinks/drinks/bottle.dm b/code/modules/food_and_drinks/drinks/drinks/bottle.dm index e72b624a..010e8278 100644 --- a/code/modules/food_and_drinks/drinks/drinks/bottle.dm +++ b/code/modules/food_and_drinks/drinks/drinks/bottle.dm @@ -412,6 +412,28 @@ isGlass = FALSE list_reagents = list("menthol" = 100) +/obj/item/reagent_containers/food/drinks/bottle/pineapplejuice + name = "pineapple juice" + desc = "Extremely tart, yellow juice." + icon_state = "pineapplejuice" + item_state = "carton" + lefthand_file = 'icons/mob/inhands/equipment/kitchen_lefthand.dmi' + righthand_file = 'icons/mob/inhands/equipment/kitchen_righthand.dmi' + isGlass = FALSE + list_reagents = list("pineapplejuice" = 100) + foodtype = FRUIT | PINEAPPLE + +/obj/item/reagent_containers/food/drinks/bottle/strawberryjuice + name = "strawberry juice" + desc = "Slushy, reddish juice." + icon_state = "strawberryjuice" + item_state = "carton" + lefthand_file = 'icons/mob/inhands/equipment/kitchen_lefthand.dmi' + righthand_file = 'icons/mob/inhands/equipment/kitchen_righthand.dmi' + isGlass = FALSE + list_reagents = list("strawberryjuice" = 100) + foodtype = FRUIT + /obj/item/reagent_containers/food/drinks/bottle/grenadine name = "Jester Grenadine" desc = "Contains 0% real cherries!" diff --git a/code/modules/food_and_drinks/food/snacks_frozen.dm b/code/modules/food_and_drinks/food/snacks_frozen.dm index c4f8ccf7..fc9e9349 100644 --- a/code/modules/food_and_drinks/food/snacks_frozen.dm +++ b/code/modules/food_and_drinks/food/snacks_frozen.dm @@ -138,7 +138,7 @@ name = "pineapple flavored snowcone" desc = "A pineapple flavord snowball in a paper cup." icon_state = "pineapple_sc" - list_reagents = list("nutriment" = 1, "water" = 1) + list_reagents = list("nutriment" = 1, "pineapplejuice" = 5) tastes = list("ice" = 1, "water" = 1, "pineapples" = 5) foodtype = PINEAPPLE //Pineapple to allow all that like pineapple to enjoy diff --git a/code/modules/food_and_drinks/food/snacks_other.dm b/code/modules/food_and_drinks/food/snacks_other.dm index c4b9451c..8d8dd328 100644 --- a/code/modules/food_and_drinks/food/snacks_other.dm +++ b/code/modules/food_and_drinks/food/snacks_other.dm @@ -538,6 +538,7 @@ desc = "A sliced piece of juicy pineapple." icon_state = "pineapple_slice" filling_color = "#F6CB0B" + juice_results = list("pineapplejuice" = 3) tastes = list("pineapple" = 1) foodtype = FRUIT | PINEAPPLE diff --git a/code/modules/food_and_drinks/recipes/drinks_recipes.dm b/code/modules/food_and_drinks/recipes/drinks_recipes.dm index 322e67fc..ff9e9102 100644 --- a/code/modules/food_and_drinks/recipes/drinks_recipes.dm +++ b/code/modules/food_and_drinks/recipes/drinks_recipes.dm @@ -259,10 +259,10 @@ required_reagents = list("gin" = 2, "sodawater" = 1, "limejuice" = 1) /datum/chemical_reaction/bahama_mama - name = "Bahama mama" + name = "Bahama Mama" id = "bahama_mama" - results = list("bahama_mama" = 6) - required_reagents = list("rum" = 2, "orangejuice" = 2, "limejuice" = 1, "ice" = 1) + results = list("bahama_mama" = 5) + required_reagents = list("rum" = 2, "creme_de_coconut" = 1, "kahlua" = 1, "pineapplejuice" = 1) /datum/chemical_reaction/singulo name = "Singulo" @@ -301,6 +301,19 @@ required_reagents = list("berryjuice" = 1, "cream" = 1, "vermouth" = 1) +/datum/chemical_reaction/painkiller + name = "Painkiller" + id = "painkiller" + results = list("painkiller" = 10) + required_reagents = list("creme_de_coconut" = 5, "pineapplejuice" = 4, "orangejuice" = 1) + +/datum/chemical_reaction/pina_colada + name = "Pina Colada" + id = "pina_colada" + results = list("pina_colada" = 5) + required_reagents = list("creme_de_coconut" = 1, "pineapplejuice" = 2, "rum" = 1, "limejuice" = 1) + + ////DRINKS THAT REQUIRED IMPROVED SPRITES BELOW:: -Agouri///// /datum/chemical_reaction/sbiten @@ -830,8 +843,8 @@ /datum/chemical_reaction/hellfire name = "Hellfire" id = "hellfire" - results = list("hellfire" = 5) - required_reagents = list("rum" = 1, "beer" = 1, "ice" = 1, "capsaicin" = 1, "limejuice" = 1) + results = list("hellfire" = 4) + required_reagents = list("rum" = 2, "ice" = 1, "crevice_spike" = 1) mix_message = "The liquid begins to churn as it changes to an amber orange and catches on fire." /datum/chemical_reaction/sins_delight @@ -840,3 +853,33 @@ results = list("sins_delight" = 5) required_reagents = list("demonsblood" = 2, "triple_sec" = 1, "martini" = 1, "changelingsting" = 1) mix_message = "The liquid starts swirling, before forming a pink cloud that dissipates in the air." + +/datum/chemical_reaction/strawberry_daiquiri + name = "Strawberry Daiquiri" + id = "strawberry_daiquiri" + results = list("strawberry_daiquiri" = 7) + required_reagents = list("rum" = 2, "limejuice" = 1, "sugar" = 1, "strawberryjuice" = 2, "ice" = 1) + +/datum/chemical_reaction/miami_vice + name = "Miami Vice" + id = "miami_vice" + results = list("miami_vice" = 2) + required_reagents = list("pina_colada" = 1, "strawberry_daiquiri" = 1) + +/datum/chemical_reaction/malibu_sunset + name = "Malibu Sunset" + id = "malibu_sunset" + results = list("malibu_sunset" = 5) + required_reagents = list("creme_de_coconut" = 1, "pineapplejuice" = 1, "grenadine" = 1, "orangejuice" = 1, "ice" = 1) + +/datum/chemical_reaction/liz_fizz + name = "Liz Fizz" + id = "liz_fizz" + results = list("liz_fizz" = 5) + required_reagents = list("triple_citrus" = 3, "ice" = 1, "cream" = 1) + +/datum/chemical_reaction/hotlime_miami + name = "Hotlime Miami" + id = "hotlime_miami" + results = list("hotlime_miami" = 2) + required_reagents = list("ephedrine" = 1, "pina_colada" = 1) \ No newline at end of file diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_frozen.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_frozen.dm index 73b09df6..1d32ae57 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_frozen.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_frozen.dm @@ -60,7 +60,7 @@ /obj/item/reagent_containers/food/drinks/sillycup = 1, /datum/reagent/water = 5, /datum/reagent/consumable/ice = 15, - /obj/item/reagent_containers/food/snacks/pineappleslice = 2 + /datum/reagent/consumable/pineapplejuice = 5 ) result = /obj/item/reagent_containers/food/snacks/snowcones/pineapple subcategory = CAT_ICE diff --git a/code/modules/hydroponics/grown/berries.dm b/code/modules/hydroponics/grown/berries.dm index a16ce949..9b93bc57 100644 --- a/code/modules/hydroponics/grown/berries.dm +++ b/code/modules/hydroponics/grown/berries.dm @@ -262,5 +262,6 @@ name = "strawberry" icon_state = "strawberry" filling_color = "#7FFF00" + juice_results = list("strawberryjuice" = 0) tastes = list("strawberries" = 1) wine_power = 20 diff --git a/code/modules/hydroponics/grown/misc.dm b/code/modules/hydroponics/grown/misc.dm index 879f71cd..4b8dbef8 100644 --- a/code/modules/hydroponics/grown/misc.dm +++ b/code/modules/hydroponics/grown/misc.dm @@ -273,6 +273,7 @@ throwforce = 5 hitsound = 'sound/weapons/klonk.ogg' attack_verb = list("klonked", "donked", "bonked") + distill_reagent = "creme_de_coconut" var/opened = FALSE var/carved = FALSE var/chopped = FALSE diff --git a/code/modules/hydroponics/grown/pineapple.dm b/code/modules/hydroponics/grown/pineapple.dm index e52c2612..0ca4242c 100644 --- a/code/modules/hydroponics/grown/pineapple.dm +++ b/code/modules/hydroponics/grown/pineapple.dm @@ -30,5 +30,6 @@ filling_color = "#F6CB0B" w_class = WEIGHT_CLASS_NORMAL foodtype = FRUIT | PINEAPPLE + juice_results = list("pineapplejuice" = 0) tastes = list("pineapple" = 1) wine_power = 40 diff --git a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm index bc998c66..8cd53152 100644 --- a/code/modules/reagents/chemistry/machinery/chem_dispenser.dm +++ b/code/modules/reagents/chemistry/machinery/chem_dispenser.dm @@ -488,6 +488,7 @@ "pwr_game", "shamblers", "sugar", + "pineapplejuice", "orangejuice", "grenadine", "limejuice", @@ -502,7 +503,8 @@ ) upgrade_reagents2 = list( "banana", - "berryjuice" + "berryjuice", + "strawberryjuice" ) upgrade_reagents3 = null emagged_reagents = list( @@ -554,6 +556,7 @@ "hcider", "creme_de_menthe", "creme_de_cacao", + "creme_de_coconut", "triple_sec", "sake", "applejack" diff --git a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm index f1d4c70f..7239da4a 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol_reagents.dm @@ -959,14 +959,14 @@ All effects don't start immediately, but rather get worse over time; the rate is /datum/reagent/consumable/ethanol/bahama_mama name = "Bahama Mama" id = "bahama_mama" - description = "Tropical cocktail." + description = "A tropical cocktail with a complex blend of flavors." color = "#FF7F3B" // rgb: 255, 127, 59 boozepwr = 35 quality = DRINK_GOOD - taste_description = "lime and orange" + taste_description = "pineapple, coconut, and a hint of coffee" glass_icon_state = "bahama_mama" glass_name = "Bahama Mama" - glass_desc = "Tropical cocktail." + glass_desc = "A tropical cocktail with a complex blend of flavors." /datum/reagent/consumable/ethanol/singulo name = "Singulo" @@ -1383,6 +1383,7 @@ All effects don't start immediately, but rather get worse over time; the rate is glass_icon_state = "neurotoxinglass" glass_name = "Neurotoxin" glass_desc = "A drink that is guaranteed to knock you silly." + pH = 4.3 /datum/reagent/consumable/ethanol/neurotoxin/proc/pickt() return (pick(TRAIT_PARALYSIS_L_ARM,TRAIT_PARALYSIS_R_ARM,TRAIT_PARALYSIS_R_LEG,TRAIT_PARALYSIS_L_LEG)) @@ -1547,6 +1548,17 @@ All effects don't start immediately, but rather get worse over time; the rate is glass_name = "Creme de Cacao" glass_desc = "A million hazing lawsuits and alcohol poisonings have started with this humble ingredient." +datum/reagent/consumable/ethanol/creme_de_coconut + name = "Creme de Coconut" + id = "creme_de_coconut" + description = "A coconut liqueur for smooth, creamy, tropical drinks." + color = "#F7F0D0" + boozepwr = 20 + taste_description = "a sweet milky flavor with notes of toasted sugar" + glass_icon_state = "glass_white" + glass_name = "Creme de Coconut" + glass_desc = "An unintimidating glass of coconut liqueur." + /datum/reagent/consumable/ethanol/quadruple_sec name = "Quadruple Sec" id = "quadruple_sec" @@ -2261,7 +2273,7 @@ All effects don't start immediately, but rather get worse over time; the rate is glass_name = "Gunfire" glass_desc = "It pops constantly as you look at it, giving off tiny sparks." -/datum/reagent/consumable/ethanol/hellfire/on_mob_life(mob/living/carbon/M) +/datum/reagent/consumable/ethanol/gunfire/on_mob_life(mob/living/carbon/M) if (prob(3)) to_chat(M,"You feel the gunfire pop in your mouth.") return ..() @@ -2293,3 +2305,91 @@ All effects don't start immediately, but rather get worse over time; the rate is glass_icon_state = "sins_delight" glass_name = "Sin's Delight" glass_desc = "You can smell the seven sins rolling off the top of the glass." + +/datum/reagent/consumable/ethanol/painkiller + name = "Painkiller" + id = "painkiller" + description = "Dulls your pain. Your emotional pain, that is." + boozepwr = 20 + color = "#EAD677" + quality = DRINK_NICE + taste_description = "sugary tartness" + glass_icon_state = "painkiller" + glass_name = "Painkiller" + glass_desc = "A combination of tropical juices and rum. Surely this will make you feel better." + +/datum/reagent/consumable/ethanol/pina_colada + name = "Pina Colada" + id = "pina_colada" + description = "A fresh pineapple drink with coconut rum. Yum." + boozepwr = 40 + color = "#FFF1B2" + quality = DRINK_NICE + taste_description = "pineapple, coconut, and a hint of the ocean" + glass_icon_state = "pina_colada" + glass_name = "Pina Colada" + glass_desc = "If you like pina coladas, and getting caught in the rain... well, you'll like this drink." + +/datum/reagent/consumable/ethanol/strawberry_daiquiri + name = "Strawberry Daiquiri" + id = "strawberry_daiquiri" + description = "Pink looking alcoholic drink." + boozepwr = 20 + color = "#FF4A74" + quality = DRINK_NICE + taste_description = "sweet strawberry, lime and the ocean breeze" + glass_icon_state = "strawberry_daiquiri" + glass_name = "Strawberry Daiquiri" + glass_desc = "Pink looking drink with flowers and a big straw to sip it. Looks sweet and refreshing, perfect for warm days." + +/datum/reagent/consumable/ethanol/liz_fizz + name = "Liz Fizz" + id = "liz_fizz" + description = "Triple citrus layered with some ice and cream." + boozepwr = 0 + color = "#D8FF59" + taste_description = "brain freezing sourness" + glass_icon_state = "liz_fizz" + glass_name = "Liz Fizz" + glass_desc = "Looks like a citrus sherbet seperated in layers? Why would anyone want that is beyond you." + +/datum/reagent/consumable/ethanol/miami_vice + name = "Miami Vice" + id = "miami_vice" + description = "A drink layering Pina Colada and Strawberry Daiquiri" + boozepwr = 30 + color = "#D8FF59" + quality = DRINK_FANTASTIC + taste_description = "sweet and refreshing flavor, complemented with strawberries and coconut, and hints of citrus" + glass_icon_state = "miami_vice" + glass_name = "Miami Vice" + glass_desc = "Strawberries and coconut, like yin and yang." + +/datum/reagent/consumable/ethanol/malibu_sunset + name = "Malibu Sunset" + id = "malibu_sunset" + description = "A drink consisting of creme de coconut and tropical juices" + boozepwr = 20 + color = "#FF9473" + quality = DRINK_NICE + taste_description = "coconut, with orange and grenadine accents" + glass_icon_state = "malibu_sunset" + glass_name = "Malibu Sunset" + glass_desc = "Tropical looking drinks, with ice cubes hovering on the surface and grenadine coloring the bottom." + +/datum/reagent/consumable/ethanol/hotlime_miami + name = "Hotlime Miami" + id = "hotlime_miami" + description = "The essence of the 90's, if they were a bloody mess that is." + boozepwr = 40 + color = "#A7FAE8" + quality = DRINK_FANTASTIC + taste_description = "coconut and aesthetic violence" + glass_icon_state = "hotlime_miami" + glass_name = "Hotlime Miami" + glass_desc = "This looks very aesthetically pleasing." + +/datum/reagent/consumable/ethanol/hotlime_miami/on_mob_life(mob/living/carbon/M) + M.set_drugginess(50) + M.adjustStaminaLoss(-2) + return ..() \ No newline at end of file diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index b4e61faa..bba25ffc 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -126,6 +126,15 @@ glass_name = "glass of lemon juice" glass_desc = "Sour..." +/datum/reagent/consumable/strawberryjuice + name = "Strawberry Juice" + id = "strawberryjuice" + description = "Refreshing seasonal summer drink." + color = "#F2163A" + taste_description = "strawberry" + glass_name = "glass of strawberry juice" + glass_desc = "Refreshing seasonal summer drink." + /datum/reagent/consumable/banana name = "Banana Juice" id = "banana" @@ -816,6 +825,15 @@ taste_description = "parsnip" glass_name = "glass of parsnip juice" +/datum/reagent/consumable/pineapplejuice + name = "Pineapple Juice" + id = "pineapplejuice" + description = "Tart, tropical, and hotly debated." + color = "#F7D435" + taste_description = "pineapple" + glass_name = "glass of pineapple juice" + glass_desc = "Tart, tropical, and hotly debated." + /datum/reagent/consumable/peachjuice //Intended to be extremely rare due to being the limiting ingredients in the blazaam drink name = "Peach Juice" id = "peachjuice" diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index 93a8f1f5..fe9f7d62 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -83,11 +83,11 @@ SplashReagents(target, TRUE) /obj/item/reagent_containers/proc/bartender_check(atom/target) - . = FALSE if(target.CanPass(src, get_turf(src)) && thrownby && thrownby.actions) for(var/datum/action/innate/drink_fling/D in thrownby.actions) if(D.active) return TRUE + return FALSE /obj/item/reagent_containers/proc/ForceResetRotation() transform = initial(transform) diff --git a/icons/obj/drinks.dmi b/icons/obj/drinks.dmi index 796009971e8cfdef8c50c0427be4de39684d4939..7920004ee114b3108547e89bf9890965d06da07e 100644 GIT binary patch literal 95901 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%0AOGfBw2p{%8mh(M+W{d>C6GAY3`)_*o;yC?p#T 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 L7-^Sk+K2rw9olQ+ literal 90479 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

aXQdR7pnYyKazc>U|#{R*m*w)td1qToYc$M zU=|-DZn?1Ole+$ogAf)148`P=QCl<_5#3Ci zegv!zBlNCU5`GT#L&8>mK@i`z_yK;|=*xa%jFYsi@_f$9z*(&_NIm(pVTlL?Gx>#F zsRUx$rRbz!8zJ*hvj84A`8IBqcL$*YdeS z?u@kLltQv00yb*-N9M^Ba)7U(Zm(Fa)FttqXFSe6NQLAr4`HP#f~{-gf~Fot>Ee25 zi|eNDB4xB5Arl|uR!k3V4bvm{=j6gn5W&g$+w^~Uqv@J%0fRMeY!<94&{3po;)cSM zsluGM!dEl&QFkoS-n|>@&TL|OQp$FHZ35Us2J`X$uR7AI$MF|O-!cr%t$5d5OeSz z--q62;SD(Mf>BqDW`Jn~g)udIkAJSeOY$}(>@Z@@_-^bxI!~<08i9O;rusdb|HQK6 z;>{n0OR+P`2-qqw3VX#laf@-nEeHEiAq%Pgzz410HnS0?k})|21vrX+i}3Z{SljEP z#dquuBktFp6n$9%VZC6>@6*2+bMi~TMxHMcVjl2u%8yIf4=}9+fNMFmkkn3X! z8PI@RA0*qwCoOf{{=Fq(l-;Sg;~Yo{|GA`a^R(yTqg=hdaBFTw#g{^USC1GaY)t;b zqHly-+!;>2(PO`8On3rLXcwIyG4P*a@9pm~8}&8=>gzRU0F-vC|EJ%^8j_1()W>xYNejGfvA_J}v^cmqxl$X!#YllGUK#uTo%x{lL)CB==)y(bu zGp5|MR;!Hn(TboI0I&dsIU~fx#89itKNxUgMq@I_8c?K%iM&Mck%n(s^WJ~+rtO

j@2Pg>}Hq(F@>wDT;8d}Qrm!ep~1X41kWH$LVX^7ipeDbh&ZhO zL>(EggPlt4p2xy82_CkDVt;Niyle@L`ihq!aWWXcFWyW~6K~y%3^Be1sf5tV;{>yC zR(W{DNnvzf;Cf)`9{syz{5=g&--ndw_V&eqxj90v_0X$%H!Y+h_`X3k&^*#hp(Ojf#1$|ayb`2o*?<75XFNy^> zqFPr%fjbFF-2fsXSSZidQi=DUdaqJe{Bjg%7X8lIoZ%=s*_GMw|62SX907PY4s97; z>OX8DO8(t^%d6e8gVNxbzrU?A9{djgK&Z}i^LoEzZnK@51b6D0n@0tHftr(R%V(iI8j z;}0$$cNjVYU5GVIhzblT+cPWH0;|9h2vvG^gOItZ-7)MA@Fg9)QEhQCI zZe=Cuw{PG6*EUO8Kif&G~vjC_LyKoIfiyyby8U>uwj z{DC?r{*EcTeTD+7ecZIRj9UMD5orbj!`UD_s+^Y?F0NKnA2)q=zd*)uv+h%NuHjbO zkdEdAJGzfgk6MwNh-?WKOhJ^bm?IC5d$-uMCbyi`P9m6c02c(m<>KR0_4Sn=cw4i> z5whD~iq`%Ty#yctyGqvk5@B2-L2DwmF0z5?AH~{u?`Vbt6PUfJfz)iw{n1QS2% zwo`Ltm?=z@d74mJm(~C%TzOJE^=`zb@5rh0xK;pC=@XdkWUGpE89a3*3MdOtKrErND1O zvdtio3~0DNYEq9ZHHkF3u>J#NTaDHlv_i^H^e)k9+>0JOI3<&MnvB{Q4{sDof=7+NHA8^CansN{}?q=r*U_vwZ5o!@#FpELU9M@YzTxZ=7Y>z zyd6C;dGJevc%pm#x6VPJ&5JcaE9z zL2=@b@go^c2adX0e+;X&{{aSC?f+}~gq>4`=9%Qj+cP0fen}mZ`jw{xM|tRwH<6DK zU-|#EJ3o6E(Es)I(~Hr;+c2!{Y*GwBDFxJ2ujb);%*_75;1Zh_HOP zhMJ3f45WI)QR#g#3)<4quyrJ@sXCdTH1YeB z=l-ME?nw|QL2znom-LEq^Uj${)OXSWCt~3kK_pzp$&CuBxVh&%#}VY!_G&fUqrSyZ$t0iWwhl8(NzLNmvc>F#i))K$b}CM zbfkvox9hG{LHwg2(CQ=9Jg&O6mnx)zR%qW7O0&qoh7KBwn5iC0 zn(zJbkyI9W?^e|tQTWYF$G*t#D4p7U1+=tC>wAn!r%i28`={;W_7ND3y{U-q7}gIp z@QWAi_xtjB^zwbS94Caphh4hug{(9W_uQp0&7-&~g(ys}9Ze{v_`hX-Mf18WW+#ot zw~y*6O~0g$s8IM7c4Cvqe4> zEC5wHPV%4|5WX30X9q;4eHD1FXZ4R{znG_g)zYK9x0vm1*F6@6N8}+#nIGjB=JR`D zw`?8n(fjMoJYWSy^-M}el#bWklxgxe;S-8N)gZ|5U{6`limYwOV-DSX-J5NaxwM8J zUqh+O3@4}0@=rM3(`OJyU!O=ac-hxUqYaZk#P1;9)f{hx7QJ)y$lLJ~oh7i=pchS2 zECrnV)e=>w3s2gv2?_+=d9XV#8>SczoA{0Im$TbPG%I%L>G1t6_QV1m^eidtX>Tf6 ztiKQAoB-d6Z8yCT1bX>XKFSVkZuo1y!3YBv3*=1&Qh5Dw8_gU27!+3)02;hVQ>6X1 zq-Kp@5UpvG-+543b zVpWp}!rk{_ZomH%WQEd?lAf41m$Y|UBJglx_Er=M20G<1`lgslUo=%=`w~6!}C-~!v=M7tG#MkmW9re>vQE;UN*Ww5b z?IRoEVTHD7u96}kUAQ>x(`{+ffyaT#2Nw6)b)W0fij(KB=v8ACFx!2yZz&4Um6-5& z4g$>w9M%`-<&sTR`@b0FDyTxqZy+59-~0!MvDWS0>5Zo6;p^3%8C;GyQm!Oj!afD} zZ{mP-o9PAQYZbC90i%;Fk{cTkhh@6bSdpPPcBo3G30NDStTFFrmG@sp$^Dgp<~le;5cVMO{0Qwv%~mA`86GRcx~%Sugn zq}ivXewa%4+im~@G+{%}Vb@%B4PBE6cd^+p{gr3$2(RyhZP0F7 zr*qFZnC0ySsjRJ+o5JREKoIWh9k%xbx&o%FFYU$)C-<0_ zOmPd+!^Sc{zOk?@YI?Oie;5$z=B#Gm!2U#lF`{v|xU!zOn?zyqlXsosIw>5_PzWXv z3+8cZ#{ckRe~9 zF!Wxm0Ci#_;kTHuft13Z54y3gZeubxL;~)z;S3Z^w{%7+axq&0=-qwmp%}$;3CpH* z0shpG+y=(p(dZt5Y@mS4PYNdvS5v#!gAbkCB-*+s0KkUrpm#pk&n?}tA3eop#GE{G zMb7%nM}p09`RR0WG`)mZs#f=gvv>2YUjs-i)>X;B zhwq>*yz6zVD$;r(DO7@&Tj2H>8w3Liu8)*q>D5Cg-6vJmfbK>%8Yi@wqWnVWEk1UAhPxbyZ1#SaU=KmNv%@V>3A!eptS}JYP_f$ zJ$79(b%Sw=PWqicpMQ2gdYIMi5pel{ZGuNPCrLS3t35>@ueF3r|BF_~ZMGDhn69MQDu^uLDKeJB3y5M-@N zxd(j*GayyuZS#jJhTr3V5D&1Cz%Z?E%?X~BKJKh);lqTl28p zGb!)A$aHH$QG>?t!I3-Dw8ZxlTJg3d#CCwe!{aK<@TFP@1IZW)a_>NQww$Y*7gjm6 zSS^p#h6yfL0#x^QAka1MW1a3QiaHR?^XYEiJtV=|!L-pm_Xh_9Y-9&hS%nnpQK^d8 zqZ5wGj3y&|d(dfp(R8;oOZi}azpO}LYm{6nR&^4pnVx2Dzj;_x;r97+1O(UE9?K@Y zz}-}=GTT*IH4Udy>o_#OV8A<_Di5ltan4DjAiNL4m^r@~-~-LDr74p*w<$Gm@1mtD zZ*g2qF7C|V)?DP0KMpvj6mPA{TwL ztcQFO$mwgS!Out*R<;MRB8r#+zhyN`%Pa*9b}ECwi=3+!@tlp6f6Q>u93$zT{Ps>x z=-55;7PPvuh#~83E8o_NHN*z4D-$xBm=cf+nla-C+r?N)Ur-}{|laD z3(`OP3pdU*s;V%#czx5EPxfZ4L-MyDiG2k8tEdLgNRA=%X{U9i3WdNoSF)y{DkBM{ zHzS>{=Z^IgUjz;dS2k(KzId{Z+=CwtX8+kihEstvitFiQG|*UIT?8974%C@NCXH>k zcd`{%|J!xAF(jo0WBnbqzZ+P29KNr!ly07y} zcX=;d9~wZH&cFZZ(TEvi>Cv-z4guu(0l&c7BE(jUY=WKmxW|qof;h+4uFs~!!}1GF zGN(U~#5|_M!R%hIZSzld%SBk2P#7adKm!#{aor-bqExB$#}M_>J~%cC|w?1 z9v<}tY;0J23Bt}Z=DA4?6IAjnh5IdRJBz>%18xnHdx_e#_=J90&-M!_f_mP zAso}b$m#eVgZfl!p$y( zGDyKc_UujQgTiw?+{Nceg$)HwsVG72bDPEQQ>n2JxZNatgA8&4EPvyz!14ek@ca20 z-oRS~66|)GNH> ziHip;y*1xlHL38_JS2=^3+&>2-erw~!KQv?zDO4mJoS)HEccExzfZ$}p|uOoUa&ub zf`kCPqJZO<`{{_2KU>gmHn`C00E7@TmOffjp+LQ)hAcnbCcx<KlA4aCeTuU%1_PlKHrorD3nVaa6paINN06ercADP(gc7;)3XHb_9Ki{LT zNW7M4QvBPe(s+K+Lq< zR9@OPN0%Tk0*jJ=Z%fE-Cz535?alz+)W;twzWn*Tcemo6*9rU9vqL|PM3Dyb24c$l zSh(QVuV4RQ!+QFtzv$rqvjymgng2b}=7OxZd<1!Z?wwbMolOg#P!k^SjSCHOzVKa3 zpjBXND=yoO`+M*-cbJg*`*J%Ov49=^rl^BzK8A8E=<~KDlD3!-BJ^9_7x@iP&c#1o z^t{^P-7zED6Fi2?*$+Pm?vT8;!igJoTao-kaLtv+@^r;~QkO@atdspy)1COcSB)`U zR#?HbayY@lr2qZnO=#QT1uA~`tLxswtEL$?^Iq$J7GAbFfHBs0$UkT~^n0N7zsG>; z9!1r>(fNP2UjMLJB=&y@FyUvu5NQrU;MIO6SSNg`3Q&3EN-)XJ)!{tu^M`Ez^UpZ) z1E4Hyjzs+Alz*r1uUeenN=Y-Gwmw8cH z*>CKJ=FHyu|J4JqG?5e5J8Hhvf}WzJcaPP?a%fZjW-|PHWP7&NPvQk|GG3(jy>m=) zW2VZswz`^pyx@f`kv7e??E9^O-TJ`}AhOwX;j*L%%&x;?I1pSXjxjhz&4Bp-X!;7U zDBADsS-K>Y?r!Ps4nbNvrMtVkOB$qGQV?ktL_j5_yStH++;4n;|8K6{Yhh+~XP%hz zoO7T1oU`HIp7yVidpw<9CncJdDg*UKokiL;2aRU^W52%Siv{LtYiqwhoUZ;cK3)kP zx1>*T9pkbdBlWu+<)@*df&eKQ8If049)JW0Ilg@P(#AxY61)nS!UhSO%%@f9wCrCO z3aaYq5eX#qZ|QtRLfEZ2Ej9NNkJTYn9FZCR4mM1FcO*xey!^3`(TpN*VosS5xpBOy>>0{AOBv&BqbpM$BQlK(EFJNH3NhA>1i#&W-k@< zop(UT@tMd7F_ez^N)BCG~X(^PXot@7|Bc?F`6@phMnZZ|w;!^qKK~S!MMS|nL ze&wsuVz%KShV`ID!jTSz?)mO}2z_a3>D#*KJ@5$I^Zh8|`|{rxX6p{4SmO}h4ZLv>cqsH&Kv+5OL(kkAE4W!IXTDV)8Hm z^qZ6ny5%N~^U$0Ww-#~l7tPoegD(yDtL@mA>Z5(zOj#4})^u*##&K(WY*P%x33=&c zaeaNa=g0C(4v&}H(Zyd9*ve!1Jt2Gsag2eJg{rMmv z`NG~BH8W@hd!5HDGH`-P;Ti{l>AoW5=OSlkx%QjiV=ch`W-_pnUL#1l)cjqpz(*R>0&6!sQHNO9_g$E0uHOT!3bpct*G3pQn{dL!x z$*nr4a&}R0@NA9f>8)FzQOQ2~_F@Yec?gTMNk~3*9#mp?xd%{kyY*6#{yIi=&~ND> zMf6VI1o$QFvLB)J2YJbKE-PN^X^w|p2=(wsDgantx&kIsp;mD4S)M{!l4^z^iczp~t#?)j1MewCU2m%jho;z@?FK>IQ@~x4@+hmj4b! zE{pHL^a^ZOmr15jr5UWyp95oj^v z0nP|&jDf}JQq@}2pf4V9Ih)0S)fvUh zeUA!X6+a7o%e7+IIs3tVA*LK81=21fd;qjI^4Xc)29x!3{rAi04EC@`BT(;ygZJX` z{_ajx1_c5jNfFP80vMY+t#C3xs#-z=)Z~3wz9uIzRmhW!5j=(R&tD_{8XoR^{Hdv- zAv4!dD}>`=Bohz?wecw;l8lrJ{qx6-mX?;1ni`Hcu|oQyLBB3)bhjI;eZ?tQY18HN zbG-KAZI;L2-@~Q7w=fu|U}bz8G=kj)S<6NovwAj#<}p$j}}~ebD9BF8M^9Y+vXV z5#jFN;o}*@jTULuwmH4w0@@5kP^f-Zo_$RI^!>pE{tHXl1oUC0<>wysjsn`F@pI#d z`C{C!{;g7Q8V^!O+vmo2C(%OmWM4l$smUe+m8ud>?U`0b11xc;SohwH^6>9e(ha;Q z2hu|$ihouy35P@!Po)?bvwsSr^y)N1%VCrGZe3JQZ=zuu`^{S2p zKal@qn2RpG9^@Z(GDqTd>TrF1a@qA$2jk=8gE#DO$*<}g|5Rx^x;2i&|42)7OMxX6%w(zxr-~i|Iwnmg6v8ucKt@g)_BeUP$wZ247twRlGZWo|bag_$IUUEditAbbyBxphi8c)jbnz=L@ zPqJTy%+bc$hHcL_5b?bLipcq1@B+r-J};ZODmJde8R&i!U{kATyn2<7>tQ5qo?&5| zvh{rAAp}w;p2|6-&`mp6Fk6=lm?E*mz;uM^>FE*gmeO%w6nOXBI!3Yy72!4Mub7Er zjrZF&e>-ubvQ+TUouXtIq=}|)8R_sCXuJ$L(EG8HS0w5gz52YPr{JR4}w{u52|ATJL{_R}NaN9ik56_LMSB<&F zYVdLg2_dh&gs;^4i0se#5L_2~WA~pbbd`R5I+LVWFbuP{ssQ$hArALbpeFq7`baf^ zkZ<4(U_=vAgC0be8w3vf{pA>Zrgbv|gZF$99Qp8y0hQN9O%aq!azWAr(Nr!?SNyF!v26n%CvJRf(nAJ#`B%acyOdr&t(pA( z{1AH!kT%zFn#~~nzJ7pLwAC!)^NH`tpVcst#-_B#Ce)$7sMj13ML)-NBI18-N-u{SAD;lP}X)M|!?7=SJ` zC~&@^TOScam?B0TOU7Ji%sV$<8s6G9!}sT#&Ppf6RhhIK!5vg2cA^(I;eR&g$r%VB8ggPRt#yN%6^2&!h$E3@NI|Xw( zT&xllDcKK00MFD_OQx#_7DV}~s=F2NUZ0u&-I>V~vvvMFy;_}iX?gj8$=Ue6eZs`- zY}DbQ9au1ax8McE2UYUU@WtFiiE3o#I!v?-q&F={oIh==TGJ)V9lb?(d0&*wz_tW1 z2}}YwL7f@Caw>Ln^Zob1L27Yv3jf%yp^WtYGuj4G5ogh3hq2nSpum z{vNc*8J-6lznVAm?ME6Z6sNG$U#i)+>Lo#@GRnUAHs`Ys$3Xt10m)ZM91`2O@W71z9M4w@Qb{UR@`<&;Je@E}rzx6@ z=kk`FiMh-zAVl|CM?wJeO$IS(B?!>SEc~WXiy=gaiH{ElmCT{7 z3;w9j`gNdH7n7V!AbYuqF867z+tCOYSiZXxZ4pl=_x4)di=NyX6aKoaNfJzce(HF% zIfO+*#K$1!G=+pN;CxGf^=WrwF3#Yyf*_Vnu}}5$+qTk8)OYq5nKV98&aYj-Bu>dbo&^=vI+L@2*b0#17jJX2kgtyjtgR^Ec%^NlX+S6!+R^`Y|rpkUKdDajU z*U&oNJ%A#pa~Z}?#2>H{t8z3Dq7nD$6SIu0>|K1Yy}f_C;XO&@!qzvh<+Egc;iAt7SYA<3EKKn>?E_E9HF=QJ(aUg2;Uj+5P_8St$MMd+&MAonlN~u5N3hf z9~tc6Do(*XmdcMWczlQy$P(*zh`P5cf&iqGCoLvu6+0uIO}`qGuCA(+=uYjidAwTW z13hF?i47c8AX2<`FSmVm_H+Tl_o_iY*9DagPZ$j1U4F^ImXapPZhWLpL4H=VRO>G8 z4;}SJG%=$s!(SzC_XK^exXIa#kqz$^ddluKYw0X*O>TeBcIXpsZPHN$nu9dKE<=|r zhx>%S_}5~H=dv&a>I7mB+Z+ynsl`Y|t;yhPss!f1i-k)MBf5W|?z`Rn9 z(VmAGtfKR6>!PT>Ugc`60F_F>b=^PVV-+yOR5Wd4=2!(8zZ3ugMe{P8I&D{Y$i>A) zHor5uhY*=ak3t#ySyfHVt9QaF4@zg%h>v)^jxp!C(huqpYW4FZC?*(eQU*d}iDF~YLiZq(DZ|f`)@Ug0{A0dsv1`d974G~7LQi)<($Tp+gGBYoD z&(LTL-6a1^Vm6{>keFW@3^)9Bi7l%H=hys2R*Gn+chQ%29L&5K;j5JXCA5}hFrJ@xQo zJQxly8EBvv2K+${`n!P)VhzQ`#SoB5Ki}!yP=zyb(J%K2=6}-RV;K>gK`xPgR*DQ* zBAl<;&kZE2zA(9HkO0?zzb}6%5?!$WifhMV4r7K5*%{a3)$q_8>~T~F86=?i^-2q)7R#V#?W= z{_pXV;%uBAfG#G=r!0(q1yu&XheRso9YH?+`>LIJP!163D_Ou22tz@knzO?fi@fu%gF3#y0Fx~l; zVe#_=oyUA*60{FonnWIsn@bL@zb9)!N9x?~OM;Dj1U-!cmC^tF;ciLq#`UkK3KBp(C*C;VVxUpKjxvIhg$4cY?oR91MNl$@NJLe(jjn+~pVIQ3csXt~CYh9n z2T!eb4U|HL$)#1`-0e`PxFt5lRTSv%9Dsa}t9&bv6kKwUQ{YWpl~jT0v*C(`7I@>= zWX$2eTJ02o_h!?2>w6|v>e+GN^^jO0TfttQ@H8xq@ZaYwER8%-4y#TMSzeQDy65Xz zy2ek8BGaz0y0mXGKkKl3*1o%)=>Lv3K61WKF24zACRloOAX{>eE`5I#3~F?_spe;j)mG1$WGw4( z=@s|$2j_jdEF;9$r5B#cBD-B}=uXxo>2@zPCN&@-AiNm2N>G?Rbar+hj@LdqYC31_ za|Uf_SfO2d5*HUQw6d@;9WM|iGNJ%1fcO~D z%FD~sfZ>ZE@|bC8;)DQtAcHRX6+lbF-;t~|5Vmw_RG7@GrZghkZyFP!Q68pI4yW!y z86i=u=0g%0^6j;2U`n4H7)44XY&SvzoKMA?LwnY{)SUr|)6X;?aEE@?jhkX<|GB)h z)z>Fx#Yab>QczU9$P;VPPXzHw#gY*DIdPSSt{YAv}|pv1e~CrVOZJ#UC<@d zelm`MK*&_3>K2H*QARYbG9cjua(Z`%g2A4Vmp_{s9upTA_1h*w zr4k+>74^gQ^z=NY`1uc(M=D(d;oU&mpF9Zx%}1KVM0hV$szcwDN9or^YS&0BJBS<} z9p&7a|2sAOcLRvXB8({&P7G|T1J~Ex6k(D7(0mLq{P+LDySGTUX7hqh8y^4eb`~~$ zV2~@sv7ER1ALzg7a`aZb^3~MGzdN)H^c8}_*^)@5t^dc$9u$*n@Hk0@9hVdUR6z!Pj=18QsOoY^QmL0}Bv7f`P(V+L5^{)KgehohEpdQ)lS zC(FucwXay=|BZ*xn$DOlyg=Z$2ao&j$p<|~SWOgE|2ZIDo)2)d*f#n`@zg#qCiO>S zZJlrQ>pr!JZf`{xA}lu^{lX*=4Td5$Q!LUuD$$kEZx6Hh*W`);nG?k1#GSSzM zTV7t4oO*c@s)Mhts*T$gMlX=`v9}{w;c@A#Qkh>|%6nH-oN;Vm|97b^2!Vj$6tZm4 z1BqJ!Eaam1NkI^|Olbxw#6v$bioHNjac^NszAM*y@AE}Y#?>crHk=)yV`Kl<`Az52 zHx!o_S3~%@J*KB&Cp|k?@gbG4?pU_Y!RbABTn&Uqv$+h9LmAAu71tLayF8$f&*5&5 z)piY`3SL@MzRw01%Di=TKvI2dfpl61icExOj)nvdf5$#|E}dOCt8%%hd7{!v!K9hly^CtyW7|M7?? zp~s`xJjQk2(7vxG1%gsHYbEI*D&w-k%k&)s#57cN$_!EU^)8Q~(; zv2FW9ETizVKN@gx@moy}##!r(ep2B~71EL|7D%(w?oRGclbTB6+?Be>zyk+(tjTXZ z-L7R_`BlMO2}`4}eTYdJZKi-*#mfAwtht?JC%!z{VW^^b8m8)$*|Y@#uzu}nC3IX+ zZ>|wX^c0_*T#1K=r&g_11{U9;XJD9GT-4Wl4tGAbE2bGzMK(nQ5=h0#oR1e3o%8Ui z^!>KSpv(86U5$^BTp`*)=tm)1BzD%|5V5Yua!F6sp3UnTKCS$}IEs5lw6Uw2XQI*> zG}FCUeWi)NaO^~`SGlh)1ULMjpYMNq|AZE_#U`n`dg)TwJVx9#psQl;A5n~ew)W7D zuFG4r=R`zzf-Byagc=AgQ^*%SH}CMoe4fm=&u-Tjbl%NhNs7Etm5*?1Gk#TREL%EF zVRkHA%IRf+T2v6VxEmXjyqrAD5D@+EU1Oyj(#iSgOdWQ2sS;|~nK=$}>O%|9?Qc}8 ziZMKYw)}N<6STAHRLe3%w`1&|;GBGdeM#=b=3WZPUO=*;@K&r~Nh!DOZ&OSqBrDC( z;{PA3ADmcPT3WppTzw9F$h?soyM+WNVq0S3K3Zm~@ z<`lPVJi@R1;Pz{HU$Z-S9;UBgu4X1asZ50;(q)lxWfp=&L_I%jZGJV+O?fRg;`qEh zMS}dbD$OF$j2CC8hX(yI`Xk*=+&O2g)T({yVb2SL9q0S{yqb9)T+2Cr>%BNhi>S|7 zr}j%*0=L|9N*m&eTpw2zGMqtSI8Z}bL|Nn`$!4rB$sUImGlwW?kWtPU4=0Zaus`fp#6Aq+4z$-$?%v5y zg%>Os4puYQHXqI{d5hC)J$GEh9898AA>zgVYpe{OV}r8Sjzq$K295gAIEGvl8NR|K zq}LnR;zvP$d`UP%W)FWOwZ_y-enV!9u6u+QY+$ac>L*jY|seuN%}A%r9$#B;n} z6hCK`6R=$h(AIO4XUjFm$xRfDd(Z`RrChKjQ%d-sFR%PR3Q7d_81&Ee88SU!4n9I8 zw6*a+eE9Is<=ECHP>E_m^U|kb0jrcbQUTzw4&YC?FYW3R`pLwe0zr1?Tv|TAJn35r zuuySb-j)lzj(1z$dHhS%$1{$UOOA_us(Y|!k!k_6jPwJzjq{`n^Y)JJwO|lyi#4y zyPK1q!_5zE;d4f}Jpgc(!71y1COs+)!UQ-jPxwFE|9(GvW%y!+>@OaZt*Ss`p$Kbn z0jgn6X2{4D?7jDa4Hu`>1k*UYsvLWJqU1UWGa~7lJY0-3@(6U}Tj4l$&<`ZQpLF;> zaVXN=AA8NYYt9pkG+RY*vX_Jk%@3|27>43e;Q$Gdn7fXExB+qvN0&S@=X#Wen!VYZ zTWGGm8lxIr1$RQ}Z|ExC=0!O!eKlMBV%z3(LCr(_BGWE&6TtK_x)nWAIc)#quK*V! zy`vrA!>z_lB=1J;IPY|f1kC$kN=Tc`I~k55_xE?4G9tLtaL((^_A~coJ=3i=NYHE- z2mwaWypK}_C1I<*Q_tK>8?pbN3ox`Qf=LHRmDab4zIZo4d7Iq*aUUzm{c$Po82^AZ z{un4U2+CQHuOn4CC0Hpci?~2rs{KhX!;f19=D)Z*gxJgQ`I5(>72aXw(bX2N z&esa;VYobku7o9-mq70>BD?wSlJn+yrmTa46d|SjS(bOPM$OPT5Tr7WNLg)gC^R~f ze42i{Df-8@Irq}ne|yTRdoj*mB2T0D-~9V>oBaJQB~{@}6z-sPCE>~-di{(-WXNeh zgEKfwIp&O?oST9yx+#|`=|Jxc0W{k$g`cYK@Cv45PbQ0t#ewVljuJX~JrL)D zyuGl6E*dmm8w?ZC?XYJ8JDH1{yI748WY`{X1b1dOeR?SHWZ;eYs@6Oz4%g%&L)uDJ ztQ%6T5q%`ARry>-YF9`aP?` zCP)4yWm55UX8}>|-1KIr35vRZ#;h5uC)_H|-hiO^_#*kIAx{P>kt zp7|W?4tZTA#N1%_Y>DH(5xq0B1@RLO-RJKkdIXJkr35bf-n@QZOK~;9`O)} z)_`6TClv)?WEKs7ID;0t%;0QaGEDsl-=cPr|41Z3=~9ApNuDD$8~9B2aNitSP9mD! zy#UN#P?CM9`Xa9eD-`F~!X;R5k5%{aUt*HECPM?jKTuh-`B2VI*w$;wOUIs&)dpND z_QrO`FArsb_7Z)a|9UWT{H?p(6TTS#3zoH|D9cNVoi4GSqQ6XQm}|n|Lrju>y(2OA z$y+8M^3UMe=Mf&1 z2~`hFq-HdwRpxJ+sxLzO48wC&>-w647k`(Y!3}jVaCfs|0cEj-I-0{m@TY6gBMKlS zPaKkPXYed3WHr_v#mG!LEUqv#sVeVg2d7$C1;LJ)Vz6^5o19*cbq*JGX)NtxEEO)wDq z=~|78@*I!6Su(M)~u?JNf1mT@RESsW?&a9+5BS4cFdMd zd3{f{BK0pe6Pp(C#X$1N9AzIzY-}f^>B~d;hvhvz3v9>Y+1ux&k!}%0oS_CPYij?4 zwZVO}jFRYzH z8CcwKyt<+BNbK{k+pn%AQ@GV!rGL`qeRDg11#3UfpJ1wtm^5&iE-Wn&8uMZUDG7Ez zC@A2c7#>^!Ng%|$uk!bBZ&FasLKr#>o3~x%QU6rlVxO7A5g<7@5sufZ;I{{UxxO;3@b_9mTPI?q5q2iN z(KsI6?(9zHXQZg|Nma%^5`38B_B_-|AQPSy1PgA8Ijr^Mdm0TszWvDeGEZCt6YvRK zm0~q&ofI7BBVbPSaWO<_Y{dnzDX0es21wfR)?%Jno1Z0XSo>-_&Ln@u-q#NsJ#qvxC|W%79Qi^t$va6bQN?Lk z_b}7x9ut@Zz0Fq&a(Bh&G5xMcF$kfdeUn%wLG2Ko=Ak0_T+h34DGrBVV8PUZCZYYT?9;`BNzBQOQ=FNt&zF9fd_!#bSym}*S zHAZy63e~3h4({VPI%k_b`qv3M{z_!<67Uk`IQ_J3V&i!3d~g(AbpbAC*9Jvuj74hG zs$Occve=(R`0^zUlIE-vzhza5^0Ni`nBrwR2_b}ZlUFmGEw8)6;^X4fw6r1$YMF%F zc5+hR9yZ7Rb{M!<^)_2!;TB;lY(3N*$>)rn5%R#r?3OW`wp(ivjC-2icR+9R?Hg8k zHNS9S@tp0(rd*`D1a$ma$)w<*8^VEL47bDon;(EbPVdKNS(KNB5qw5+a-X=Q^ZNJteNmnJhMP(}--K`~m zxH;(`OazJ1B>Ya_djcN>rh*;@7#i12V6wP)r>yaZI8i$kW$q=x#is`p{j^D|R`pXK zCkH^>6XW?nFPUk=)RVk}z*ugeb|o=jQW&HlO>0fR*N(%`yG!!W(fERr$7NqU#Ty`# z*_zsYM~CnSFuknV?;hto9^CoNLaF;UflQz;+9YPhs(FyEwG&Y{*7qC z=^aMRy-+@;Unyez>O!0e_cJm;n12swj})Gg;#aV6*r`1gZ53xR%D^c2e;=f1YNuo2 zOI3SJ7Y8(AQ&rYhoi2FzwTZU1!e7a}wG?c6ifUYZZut83t2TWaFJZz5^h;zP=nK<4 z0|%~y)$}2|!_nqgaGnK~xc|K#;`F(rxEOP@x_@)$!FWU+lAjYAM{v|#k??>}F!{~l zo6LjNc!7~~0XqKU5j5ryN4uf++>QvGR)czA8TpGXkwavG#YbM=@qQt_JA7K%_!QjN zZp4!H)u3>Z%HMnCXmV*k2;&gCh9sy2_SzzJ(wYcp^qoefI2u1Lk&sum7gaQEgp?Ni zng<`cr_ra3yu78&FZKotG~R?zc)=GY;#Cc;5QkAd12V|S^2>dPv!QJ9-9S)`xGZ54 zi;|mK2iS`L79?bS!k)S$4RPm~p4?w>WHAmH-7rrk7Y)zer?f_Bsdogx*> zh>g8*TiY;3n>C$!*Rp`x5v{}v4?I-zGp#W z(X@;&|0xQfxI4^%9AnA4-peHRBg}GQhyJy5W|}8QKkvPQ*ZMPSv3c=0?8a){0_XX$ zDPEy3gXIUi7g2J9wd%KbxY&TTbWfY6np%iKKZ(Jhk!V2v{f^xa0&g@lG>#pn@nlk# z^*`w6oXW^4>h-AtNz@@b;bgboiE>j#364TXe}i5RRBi!q${lm={!mYUry(T+9#a;$ zA0kJ$;P8FFLdfiX8Tu4$$MI(u;fDopRUKk_>T|6ez#x0C$-dij$~n!=Gzpz5{0RQS ztEE=whTGC!`b+p)AMObpUtg~Uy9i`B?lbbFev_s(^z1%PLY`KEw?)xzY*(T=;(I*u z^b*+|jSue}lG;Mze79;U{Xw z9ucMJYeFlspHPa}6AMPIF6Ys+(F2~Ixc|*DXQv0UIXluyc5XIG0#bg(kT*0gaGt8b z26_ER0Rz%+d^@!-a4|PmCTUM&*i37mFH;^eIUee53SoUU*)22Zf&PK9e8Ee7bnZ#(;G(v@(oV-9qLXxm?yB)&V z9)RS>;xdNOd&R`@B8C9ojVfid6T7`#TFnpT(FW#NisUCZK%a9vV9yVzDt^XnH3rdBZ!XTy&;N#Cd*$i#o8Hx0 zK04Q6`CdEGMN)jlsURy7-nw4m>-KAHdbjrbg(cwY;}bsA-#;~zdg*=2hH4H6-s+pG zk&zKEoj9=H|7}L(xdl>jg(MUEe}3FHeKxN-^ZRwVta}cl@%e9a0=yhX%cv_Wd4x{U zou7U5;VB^78~@u5-t+L6kzoDbrpgem3b|ZPdAvA#Kmi^-e{vEY(j47QBmZ|?RcV7J zM1-F;;qLMbe|swzYzDZ27jguAodn32JC@C9_8ThLcS}P=M8s(CerUO^XP$gCj;_x& zJQ&a8PewpQEbiza2D94z-A+^On08KXxLupO&qox4`{CZ-M<}XvM%7rhY}k+hwo3Fv zva;hBWM+W0%~E(~S!i|I8iPV}?5mixni@7P8e&*j7&hthb%DtG(bFxMt+QD33xu@r zgB!Vo$Xj(@@w2sYUon?}H*rKEF%^uDUBTjea%D9~moDSk)?%}5V`srI#qx&3NxYvN z3Nxpc)j@K2dAYA+>qYra)SE0xgmDB^?~$DrRNC#Ds?UCb^2gE7kGA2=Xjv1wbxIi1y*JLUJ17soU^&7~ zVP7@TqqIEi^Xdm%z4(1~>~Gl@nT0>0Js%_UetR}w=cv}Rn;czwI0ghheJ)H4I zY*i7QFIKN--`QLY^J);j;r}`Y1x?BQ^02})Q$1J){Z&?v*7+rLe!|;w!pK{=lIU`% zEOdbGf^zR`Bb`xl$VoFQVA!Sx2dJ^FER;LFiAo4&O-u9{oSWI72q?L$TDIVe8jF4Q z?;KCW2-iA!E)BN2FjCAKPKZInr?Gt}mwEIjf&0$xEA>kfK8Fb(X4q3J4I0}>PR;Wf zluSLL>nXDYq;A=?P3|4|{k^}xEDHupX3^%&py^ZgO2V)f%fPm`fmV=Vmk$o0rmGth z^mO0isrik} zgaMJx=%whV!`@d7Mrn(6QUZ%Aiz{=1H1}UWUDH*D9bL5?JlrDsXhNg-u&y(nmAcbf zXM07yRC}77+g!4^+73)3B_WwYXo6W)FCHy}c)7OD#_ZyI#bBVs*?s&QtQY#$3tZ{_>u zd@;4(x&OlA^&2JPKlf;c`Yi~b(X(jk#8ZO!zSrEzY7hm-owER z9vSIh-(#DwzER43zNbGnzUHB4djy{D(J#jIs&(q2;P`cm_+?B6ylqJT@hFLoK zK>X{G+_L&rVcienca;>=>Cbt_v)(&32l3U&t!xZc@qY!Yy}DA}4FnWnJ;L;nBiMKS z6cXbd-!K1gGHu^I9Vg1}+g*K2B5z7hB&352K`%UplS_cp3_?kA^ETgiJhoi?Q6q~7 zx*8c#Kh016Nq2MlX&qn&r}Na2(8cA4`p#H4RPCM1K*Ep8ju!7cP}aP=U%F;1s zW%ox?M>md+!#@7_fFRdkoG6~v1sA@Mq}lLVYO`sEaWZS&BB(Yh5oNvO_SxvmePS!V z0i%7lO+*X|9*r}!Tv9*I@oCAqlZ-{D{^QS#9u~KDQb0{zy|3IMx|p#@{7?L_i^yC^ zUO>_K%!TST_or1smUryRhZW1+0Z4=F^MDk}YW@Rod#YJ9wzp%YM9h2kj8RYXuJg5YZ42c;1H3pKu)7H*PL|!arzT z1cXLR)>(Va9<%=xhr?TU_l2Q;f&Z((mI$Pjv@EeSD`%c_B?dNqOj7;Yov_OVab z7T)Ex!1{RxWqSwociD%dYmVH6?(Q-Qw4&%)r&g;R))J1~m(vI6VK%ws)*SaU2PT~_ zXEllEMK>}==H?~L%@Qkw4$id=rK z*!(N!H*zwb(xh*oo~=yDx)fmiivAVjFFQxs`2gc)*b_s>M;YLZh=E4D~nE5qJit z(#)^gPaQ|9$TL~&G9!LR(D|14m=!%esGT}uFRuIT--!R1`DXgT=jmPv9DHNJr^ZFq z_b=gkOR9q9=N-8Ns-SOkwNZw{?;+BcZhDqVbW>nga-pWYeagjeA;xxSKG-_F_a>qxXNvwE{i`Y@AV2Z7tPW9G4DIp~0(-amvDrS*S;MqQW z?{G)m_jEAzco(-1CZfPd;ip?=8IQ}M9|vcqL%BJ+fv&vxRPA+Kb?*@%&%imy&iv~f zg(SxJ{b(!<#wZ$`#Y)@-O>ijkx*zZ?^)`T7;M>7AR)ebsxHjd8N6pGWy7ND*8ohVq zLJX{S$S+Zy?<(1M8YeJfdsZ!5c|R~I+VCO5;9-Lb3iaI?Oh2^NI^leM!MAC@i^ z6in-ssu-TuI=rVA$pf!^*{*y$_(ra8CyOKogld_d&Oea*_`Jxz%~Agr12Zhq>wG4B z0xL8zWtzBTi|QDo=#hV}_3^E_GH?XKJCxK6-^*BdS2rJTZ3P#%eUB+R{V?lPFFPOF z^`^5M#uzK0tTHtq)M<3AIu!&U6<}mib-js4Ct!d7*jv_kTG@<^nTs7l{av_Uav}83 zn@&;FbQ#w4sV}nDty9lDui>x{DpY3NGX{tqsm14vhk zet&WsmU=wpys~t8UpbRaR6&;01^It!+Yfv!>5b2 z5UiiCehC^2VhzQ=_%;5VZbwdmU*A^pIwS)gj zB20}jLV_}6)Cyi!y~vjM@FOWDRp@Kq!lTRc1Ok%un&&U}_%Ae>uNLjpcoOx)F~LO& z^KxkQdT5`0BuKZ}ZNfORd=qN|JZ8ju%tw-m2c5Bd;*$kxl$0kt_@%2|JmM0M*#_Fv z7H6G4>7f9*C9Y!*L{!C$`YKZ$a5e8fI)6r_8>W2^+yUPj5Rn--Yg%N~bQNR~kowd# z-~J@NNwrB1N{=X^thDtHoq4lo;Na1uOpR!YK-q&&Dlw#EPsPY8lMi~rZ;rUXzmZO{ zua((YxDWP|Qwc_1g9@Xk6|QZw`nw#ty_^w;`=EPvBW|VveQlIHdK2=n7Ob&wl#|Sh zIFCJ+emD83ew&a+WsYp`2tXv1GML2fTU<0R?S*{YfUa3`Wo$}$H!W}0`OkA(7w=-M z37GtVPAqE{^RPX9&cd9vCpx>6pED7EeQW43Pt%Dr3JY=Vp849cHXZc%q{@otgE_x2 zj*kDhzjbD2MUYiz9Qzr{#fc*;C>V3RMzOOuE=_L{tgB~o#CQN_^Ohp@j55SX8utE$uWPXo|*1EV}k^Hs#@*V@6=T*tI2iudkS@l>D_jSOl zHYYaPc>Xv6;o0}tNLRxts*RRB(z>-MISYf*eBUbO5rl5R8YoPF*DDKZ-)>I=RLijg zJXR9PL4=O6=He;Fm!I9CKgPOSOd0;3mCZW9S@f=cG=Kg09cY*{oBRQ3ctsr1w8Rt= zwc=C`gjCoz-6bPZXyLw-B40<2UkDR}uoFOf#gU-jf8C0!RB1Xry&`TdM@9kaoy6dR zgR92#!`*s;bPH?g)Rd4obOO^xeX3U|Lft_+dk4ncDd`9j=#&RzN9Z3yY7_N*zU$y^ zWxGn{yImJfWWVM?VKo*0v!@trdy`MxZ0XQh57QP$OHza+w{tJw-3R=xGggIY;$BNi z73xxFDRAi86MFu%i)U(DD1Vaqh7CwskKhlm1)iLvb*_A11S{`C2$kiuv~)rN>)Pq<~ludWxxl5Ds{yW3j7Ve&TEZy3L5N)_i%@c2Gv^137N zya?3=LSsm1xU|bOg@PX2+wZWYOzS>LeSgbe%qUE z&2@{zVV*ly!B)`3N0mi=veifFWiDszlZgGX zs>EnfVkTw07JtvyRlDT3;-C;FL5;LNwXjAd+<>4pLzi55k$Hzs_?v*CpY-?lYa)h5 zClB_kn9O2>Ho~A^M<=Gvej7I3XTS1Hl*9xHjiv)X_Rk zfa~|`GKt^ylN$P+(`4D7{n=~v`t|bz`rOAwD+4Z8ym?vZRd00SWF|feA)G`4USj}MH1ac&EugSkw0)!m9+_u1JYQ)nHN4Z zTqXxVTrl2{^&R=^Pyk|06|aDO?slxCxpc_;q0)l!{eH>f4T+K6Qv%9Cb01KmZ;o<8 zvMfFVz{o=jU?M+9aeY`pko122Q=iZDZ)u7`#o9JlMw%{vM^@{$XwyGMwTJku-fh`H z4k#ksa&1cb$xIbJE$vXM6)Y6oj9DG6i&b3*M46@^s%}tSV;^0s>WVm&JJJT-amucq{O45*pS9_>evzpKckQyc~`pa=TPtzMe@DX&V0QJy7UCVu2jf) zQ|0bfq@XNg=Ea9VT45YmH{Sb2+&p1@eUg~Hz%`NE=iD@bT$H#}E)h;veZsBU zc7mYyb)|A9q&wnUuS9Ornx_4u=qG(|7J!OTz9TtS z!y05*l4iEcfOTdJl9|g!WXSZZA#5cjJrI+rvAoKVksZzoDpl!w!J?Jt_Mj z2G{QR45=SU99%IY8qUfieEah&0LqOaa0*9kE%bAn2 zdW1OBm%^A46B94(>ctlk0p@(@x7l;@4y?lxNGPxpwH$2gKMs=05Tp4sYkKQJKWjNLIuRp`)lFa+;hg^e3QJjBy zDP(g3L^MC}PH{jwgpN4ez7b0Ck4W(#mao60aMl?jw8%qFu}WQ|6=Y*SLrc+k@>qU{0JH$RkEyT4CJr4U&L!8`X1?U&TG-+GL-uV>|9}48 z^{r9US^g$Y1}vn&@5&7mEGGtMLQFp!)M=Ha(YTve)5VBR7;s}TY;rJiHlDuRvKlQ( zHQS$hEu#19GBKvU-#Io?!G;hc0LwIhO4Ed=u3L#mSEgh}G3sv^iM+(&6A3lXV?8^G zP3+GhnXEE(QkjeSOjpN)62-o&(aJ9d-#$Ts8;-Kr}?|& zvrv3>Ug;vcOD+Ni+yYcs+ky!wqY@Hue>%8{=K2XLEzml+Z68z~9=D&a+u!n2OEP2i z9jufzX&<&GR@vphIs0Jo-a{!tG6?_aqsR4+RU9Q@UU;dbxaoXQi$ch&Az+8}OB=W` zIw^ke5H%sG>MnxH(+{~NAfsqaPde%JJN{U!m65+AFnI>UGf!JXho{L3rz=6CNYVJO1jm4XJQfw;SaoR2hLJHj%Q;H&%Igs>Cr~=g zn2x(b8o+F^Vbf0vE*J!!Z@aw_kbhzQnfGV-j<1ZaX*lz(B0Y-$NcrHm0v0A?*iI=) zKi&N^$#2pGfgY_39f;yg@WzD8PH#Ti@230bldyo9&L+%Q5#w21RnmIQEv0R#k@}tq(Vs< z?YhO@RooE5_?fn%A7qjP8Ik~W2bZFk^xi$fV1;0_saO8JH{o|<b#TsdeKa0Wnww^aQic@%ad(Z;#;pTv;$3DhL6=L6Bzs_$|~BZlHbd0e5LSfqpBGAy|19CNN8$mnw%n8W8Rm*I|`<1IZQ*} z;OsY^(|@BC`m_QrR5w8ZjNIHLw^ygG1D$Pc&Bi=VIr|0MkwkaC783R-ME3wGx-`8O zNd!_mkRN`j{bNSHzLI7&4$TS-DESgHz2wBQ`G%3|;Ll%&U`+P`9hG572OIf4WMBx``V&b2P$G3{9%$&Tk(ZYOr>ZBh>IPhnH z2WSF@rZ{oG_mFMuN2WJR#%O6UaXg}B8L(K6SKOB~>B#xDvEX@TFJPGF6Y0fyyFE~E_P*;Ee8Kwz+3PFeTnW_JFjG(gDWgUx=rB zKe6UHqJY8Q(Y2LIlAgZV1Ow7MQi#ezNUstfx5r&BgV8StEpwZimliJrjiG1PGOFAj zMOAloc+T7aS*cw#R!kRZ`0upEMQdvCtN(?|7B@|uL|vZz-*{PM@gfl@?f;@6$~w+GoJbFo<(u{YU8?-mYAd8A z2XFF3iSRq~ncbMuK{?{b=fl2O_r&IYNU5~vtFeuymzwi&SKe6;cANZ_jceajEi=ng z(Ek%_bD`oS6iGu?oKrP7Nfc~P&a>Sl+T*!~Z!s4?v6PC6JQI_AL+-OQ+=MeND%`AS z&-H;WzeCa9A<*7)+H!5OBD*QoYRl6*KdJhof%Smz3%BqFozS>HooVO^>+Z`z8cF(8 z8p29lvB?Ryg9lCX9+kSBYr6k#v3FolQwQNx2bK8-Ca<~-9$oze;5^Cb?OCDNT4YA4 zp9|9Re0iVfc)eS_28Jk_R!kJ=XDAm_UTako)8F3X^h4cvGp2gEA4jZoIvRC*)0 zKN_4^PxxsSj6wa<9o-Yx&1c_C(3D&&4U9dhL8doQ#~M2{?FmRs)bR*NIL?2h`MU9< z($OwwX?AT*Q0OKt^QZP!f^&O!<0E>2`d)^WW7xUm&-*r&+77dfZ>~XsdgkwR~Ew2sW$x?Ri4eo?(?j~}5n0KJqJ0aII)iAC7^?Lz_9vCWsPSc@ zFV^!pZku0xOfN`<9=zPp_`Vs-ur$8G-S4ULxgNN|y>Uib8Va!PkI_Ee4wb-9c^4YI z-qh|I@K~Ey3hbm|gkJ<8fM{Z~UbJb~BFBE!r4^pP@5^Xu%qalK9>bWuS+JPLbO&V5 z^8r+PBUZ|9Wz13}TK1$g;mWcN06Bi7hL}@=0{o%1|YND6LFhAm0=wLalWy|f4RWS&! zltWHjBUMi>j}cx$oQ3KkQu*!z27!T1@5;#8Srx+6#?CEydkLOBj=uK_O2%eL5;Pz~ z{9fKiDV^nZr6u@HNfMy@398DTawUKe6UFm@)Bp=y3u}(_Pv>6*+$rHU_Hf`5)#KTa zE2J>V6EIjbB~|-VGDI)B==_UmPVI|NWK#UewRV`mle4(8qVuhQ;FXA#*oZykW3_z` z`pCg*|GB(=D+9d-MSxB5N~2JdJH@>>v>39`a?=1Y=8Q%a77X5I`EW7mZ%mZR6>82H zoH}a$;c@wmP%hMrEc}Yv#c@Ipg;n=XjVR+L2UN#N-!7}C+S{9L$9%4bnC<}Zeuz7+ z^6wHa)`lNnYzxJmh6_3uWJlt0o@Hn;{Ax(_Zv1|Rc)W4E?%#W&cOTLR#vIWNy9pyU zV^XYym@>ma>1)=L(6JmGCU@XIZfQVHa91IW`uox;?md>wXmep2GnBLKi-txJdER{>zf1P}a_q>qCKZ`J~E zki)O(_-T7&L_WFSd6pX=Ga){8;7aLy3`)@51?#1WaZI}=1tV1{&m)+h7cd`0HRN{s zTV9pRJrpL7f8 zK(Zsh0cZM4#+uNq)32o$_`kl3K>&0fTL%*Q*m1ak1hq%t*Lan#e4aM3KYev`iEMy< zRci*L#NLMqUlqP;ki4=3Z~=>J^+vDqY>fRIUa8}All53oafWZ8mQ=sCG*s(jc_@VX z7)l{A&Dq3+?vh4uEk#G$IMiwSy~6|DhZl`Mvwr!cW4L@C&4P?3g|p_d9o6B@8rVG6 zn*SLhb;wMZ#zz7!R(ZkWPk2;b4`sEu% zyuUOt8r2}qe-$Gt;2%{KUxp8uf0U`v&kyEZIh)`sJ2pIyyFC0&GHFvp(f4UA^H=*4 z1_HzF{^##_e%Z?5IfgKp_ZN1*+sYp^g|cQwRVN0Hz`wvI=QxrSH(HlGI*Q4RN}Y`7 zddB%L1Nagc%XJwuAQ}4jg=vHs3dFn_WRk;@I@=D?4Y2DIB^cji-2v+OO5hvpYiPh5 zFlH9FANlW(#5Ce$&g^sc{ilE=?XcvelJ@xJ$DWBevw< zIz@heKGvf0-sA29**KW8@DU7*=W*L<90o;c8dqO7?UnM=R9BUb*9Ua^u|O8>`imr7 z=*q@z$NBH%BO+Lb6^G(r`xmo&e*~HH1p52X;lrfZT{;CMW~fhA4`2Q4P;2xy0kvO{ z)tuD!h>(at*6@wQiarXzKGIyoNNr-j8C1EYTN-tc6pAYGML2Cq2)`#@;Em2dC6L!Y zaZam6h#$vYbs9k&_g?<)gP4FQf_NlGwl~nsWHbm)bo@^et$S$ek|+Hjoh!rK)VYF} zLzZ_VmKQS4dCJe8y%*g~Ql4(iPa_qCj<7suFj-T!dx#wv+iYBI z7FvY=fnP)cSL!=l_PcbrEgzdgkZH^qzEfVu7t=r@7rf%Z%BGyJ`x3?e%Nx}-M2rhO zCO&Yo>qeoj58f>BPK2mU05{2e*5zJq3t#pY+T`<*F2cJ=%b@$PX2s zw?^!f0L+M)}3k{w9PrM8aJ` z_gey?v{zG8l4*bcY}+1l|JB_J4X6$e(kzhibOIFcxw3jJfFacKo&MlvH|2q6kjoz+ z%`<8Ikx8$#d87Yx7y6k9^EUu-LdAwm8;{!kp!*9fzZlc4H*5lW9)3#RTcrx`(%gSs zJh**)W$+rIflUf@fI+iW9B*qw2E7cPBz8&F7k|c|k(##Vw^rW=V`edh^UIoB+@o&dL@!zWj1&c8o57#;l=~3eV+8_65z;$-y1%~U%6g@Pu zN&4~7j6dVSwygN9oDJa*+R<+JyWsm@P`mo#f8;RW;>m8nn|BUYXT)^tuc%M^7>;3Q z{r<1Lj2=4G-t%CVw$yy6h~oQR;?vPy&^E)|W#A94?f z98gqTwp_wWj5Ksod^XuD-~y_J&OY?Z`aKgho3fmS9j<)aoQvZ#wR#}d2MLzQviPk`I*(0gpDXQ#8< zS0Fqw>03MEMQF!+hyxSSJb(sYOON`G*R(uvl+a49Zp4v%(T!3mm#2NMTGDq zH?0L1cy3WrbZX4{`?Qn$yK<=5;xML*32G}^17JLCzK~U?wB{p-v{#L}YjR`^nV1<9Xa5-!tmWf;1pMO%gWbuUc;c zrAPd3pBy`$dJu;t#ae{SkNu2t9+YJ-GLl%eEBG*~(B5D8n0yG_5H7!OL*ux0+qIbC zNoJH|U203-@8L&}{?KqxFg@E9);_^*W{ASVlGIZR#MQa~#TK8D{Hv;JmVL44e;p`A zA7Ox9QjjrWeYn3EY2w;$9ocIcLj3U~A)a|L@ypm%T*A%q4Hp9qYR2vEpD^_0F`2KsP!l|RaU-=Mz-rKkTLRrEQH`i0;jkYJ1zY8DywIdD~c=gvI)42L;dcm_- zR_PM=GZt&?HS?;z1-@^(=f}10I*YmgoMQ{U2L%>Z{_xckDl>~kP+Panxg=qC`1`I zt~gsgu~ax~eE4z!>?L7e>*w({!GqKB58xx z)`kxN+=e++#Kd_DO3{9A9|Qr~pI6peEL@S)>$}Z7eJ%48vqgpUXUN!Am$>JQrF3{V7A z`hy+v`?P$C3@fGuXu>p+MiLE4M*azr#%1QGC&UpCYc_j77J_*KQ^wm=@KSPA=Ms+Qb@z1n3iJ$<>!bni-VW0?Jo13F`6)!$bPhSz(*y;%Q8)?07 zdxv}T#562OQ)TotiDyCNadT@cew(xKKW3&Km#^iXo@i7&Vm6`{kY&;6sMM<%rpdr=GVo@@XI+ymRINJL-<^ z4!&}~4zC5I-(B@}zgM*Ub5tJAN z4j;1W3Va~=onau&M^w~sY35XfWu21Zk?^w~9gv)xw=-XR?mMXS)XQ`FO*z}b|G+n_ zZI#N-qOJ()G!P3RwKi3z8q|mAS@fyRO^(?2sPlV-gOY!4x#G;Q3UF;=|JmFZbH6Ox z!TWS516QxUs&_|(#K*TDw!Tu=Jw;D}R6mE!`^^UmeRLP-uV+pO-=R+{zkk_FYfFmFx#QE}3k?bE%>|gIJ`M3H~LRr&Ag`Yi}Y~?$*4AQLq zQ(j8vM!o$$W;D#=$J^V4RUP2W>#y(lKM%d^fTo!;_f3J$>TQn>q{w+Hf!n`-9w`?@ z(INBSeAeg7V>$Z=Wa~u&Y96NDL1G=xwHTFl@H#N7JZ4fK*%mRE=kYl%b*uAdcZV?D zP~?lfl0R|ft&Maf3H*Q9n&6B>N0HWDdDO$N{X$uVpvf- zcAEyyM3&Fq@1K)F)Amg@dyV*#K8lP(VPtksI8!vV#vP#J39#o3X5krHL<@HX+!sF7 z`%&NRDs*n4{LuSa7SIXjU9tWNGF=AdPHKK8%U#o_iwB;EPlBLnr59^h{pIu2S_~~Z z0>5!S}wyozAZLYRTyRnYx3IL`?<=S88(W z!?s@;)oJH7&2OdUWS-Xc*AH0KQav(w+)<*VYrT7Me8}?!DbSF!FFOL>+ic=95`LO6 zkRZ9{`{%j;LcdY3bu7fL=Y+>|23||Us?7XPP3J8r`A@$3)bN68?L_bLB}tP_+Vi6{ zTIg^Yaq+&Mp9jXPEI+2+f5Car{RhGrT-8!voScC~R;2C-1p3<&*RnO6&X66?ea50R z)J^|!fDKUNu_smve{NG%Rm9b9|1wkYB!c&Sc&Te%{C2%-Vs&_YeN#aQPD9cDK%?va z)Ya})%Ap&XWNx?FqXA?QQYb|kT}2#;?F7PbKZ2U6i82it#DeLS{YH(Y#j^+3=3BC zJHDM9Zvad4cI&-^OT2t~(_TvDhS5j$QCUGn15KET$@`D$F|G))leUyeiU_bf9N&V? z2(%wtPX$M+3ld!{QotJPbGuap&(#3W#pfbxt~*5(Z@;+#FICq7>$0Qjq13tX=vY?w z>U_t<6_;>??0Ma%OS4poz0Xym(GA16#_#%b6VCCrK0oy(5A3(~v7qjs%*xAv1l*4j ziPHgs5_?q(hb1r<3eIu@lSZnizK_Ph6g_9ZH`r1V%#dFmhrskIlPs47hg4+##=j_`g{KzMlzgqdK!NtqLrzX+bMa<1 z`1$RW=JI*~cE?~gmtqXJ0HQ=?uW9ymNm!4lZ#KqnyGjM9(PbT z4cUb=`-g!hw>Ok#T;OVOhTJtZWqWKJ5zs^$R&s^`#NZPwP)4*fIA|jh*l%%9T;9dw z6FmIW`V%$>F8DqdzO8S}MkbUVR-lW>8sD2pF}yoN1Rq?@k2w-?Ux>)EYG;|{n*A)m zvx~fh>RJK0|DkXcsI1>V{$K&0W75ZMLg%dll(Yz}h;a87t?rp{G+|hqD|cyBlYz*a z7O|w(gd=9-jE`1pJocnkP7=1$r1`}bF}E^Nd zWbC@LOHJDE3NzXd4{l3e^$(FfGHS{X}OzdH`2;bb)Q`SPIu<@C;2>0B2l(V zf;?0v+GinPrZuH_cd%^{WRo|5#2e|%A9x`*X>=xmxSy8nqq>UFj&V3&nc~K?m)-c_ zz|jgj>0GjwBMmq~7~Do`U!@)>zhjPQe9zUeFlx$v6|c(vv{*_0k5)%QbCq538)(A+ zUpUCh2CGKhOs4cNcI_|DF`G1)4$H73L|ov}29?{v%jBO6cY{TnbE7T$QAY8zmZ1&X zKj>pSV*Ut*1s?ye%;#1rs1#vZpv20B2%z4mWC(F^-Gr<~sVnBM0Ao;#IUz@q*+a_ub zVyMqr{#Vr!FP|i*sWDQj5`v4C8VTUwn_u-*wCeQsxbM!`*kTJwPS(Y4>BZ`qTi4!$ zuQwgSgchn+OM)9hjJktNuW|$DAjyRvF0#?o;Vtke_Ix*g9Q8N10W14Ij3$Zxc;bEw z<9k+!2_(E{fl*nZdX{ynadRCn3rcS^Fd%B0gT7lg4^6<@Z3PU! zC0gf}ez+{;aGMYPajCrG3SaoR7W3J`$s3ylI-4r*nSj&pPORhxH+$=|j2R7AD!jRE5_`DXYD)Yl=#sf~1k}zJMri#}?FZrFRE|16|fvF!HhI+|A-Qxl9LnWMj zcm!Gg2Hko&3r3ZaQ|>h0r-bp)T~-&jvQm8Y_FNd^Re!;gAWCTcSu(Mc__j%XL%9PG z+KVE{cJsfksKwA&JRZg{fc$yVbXA~^on{n!b#8l+0D*Hox@T!*O-*JJaBh7<$|K}} z!-DUZ=&U@46Wf{b|}$XkA!V=rq2CW9R+CQAi z7(*jRa!gT-xOk=O>#prGeG{u&yTrt#XS%xRFH<70{n$EDi>zoLeh(78n;}tJ?RqRQ z@$qz_0lvQ^4unVi$7^dd+qZFrRm5-nuG4FEBFpJTes0sishX)6zSd3aKB30R%sitC zS5++;8+XeVUD*f3gGOI?4thpJ^1tdnkb=40_--={#>R^HF&*^uq|BH7VqQGS;8XNB z|Msg8?$F`15yIiP0OdLQIy2;J*X{v}b{RVVBHF*oVN)9`6v83AiZp9Uds~*3G(ge` z7j7|ot#yxv9KM1=$k@2Zf|GP+UY@{CKdop4t!S$JWI^wDD$2l>Hdun7ciZBkif^SAYH7a_hTgZ;&iasBB( zlK>7RJX{0#k)f~MO|fR_;jh7F`)eQDz5Z5t`9PD+sWAa9vBDy8=~H7AE+&z7C-=hi zEPhiq>3$bI%JUZ$=EDs}fVldBtC4i1u?Iix($+Td-x%S;gPN0*$4L7be#LbM`12Ml z%?T3vTw>l1swZt5>5&!JEy^DC5|w)_VJc29`MZy5ebdQtq)aA{-SDzrQYm~+;&lp# zcEZhOmLLFScrg~Bh=7 zh**R6SM+j;xcImae1|zZ1FrC|Rx?IDem z#S9@S;uxT|+^@t^m{cZhpGQ>vRZ*DjyB1VUUP$sVw$%p}qms<9>|>xc(Ky~bVQAPh z%Ox=DKncF}9jeb4kHi~#XE}Rs;_Ll-8+#35hrv+@f+Nt1Ze3Qs3a$QBU%saj;PjJ( zKWFrFD2<&ZS%xy^zs&`gsoS`>?I~`d_?jKWk#*on(G<6sWY6kwtwZH-C%0HqiAxkm z_&h&_DwzE^e?=E;0h^|V4OVDmJk#oVk^ zaa8M#O8*j09I8KA&nc7IUz~1d5>J5S!j2N5Wf6Vu`xm5w7X5=vjdDGF2b^$P0(z%Q zH__cc|8(@Zw356EYs+>6+9h1w(ao=6N6|)N{(@%C6~ym45pf?FttxJ!wjQ1yB>eO% z@BEd^0EyDvcap}K@9&53P)GCw-#oGzSN0PI2YA>Q=zOUT41??DO-hb>SLvg_-E3V! zj8C`562yF}_H{(}{ZZ@w=7$P&8?Un6s1g<=_8dr{IK;`AIB;=6lJIddXGkZP=%U#n6w7 zdH^(7g1!ms05pN}UIL^qrw|u5<1FHMvl+0khpJeO-vSLo<1En=a#ihSD?z$;!k)B` zDT?;pZy9cT({4p#KGA-};D#E)+;pmYB>$%fM$@u#9o}_xX<|4VKW;?~CJ`J{DhOu@ zpdthxq)!OPbG|*87GMDY|3(<;i7+u4Y>~wCA`pZ_&-a8$BYB%O;RfA7}1nEn0)zK^Tluq+iH>W0As*w0O|T$;shN0tO+^<&;y^AUyn4X#zXW zw1)cR7aU(F92wRKg0SR%5y3@C#4aS0TnB@r9Xb5pj@!TcPgscsA~?G=$wn%4elvJFd3!7_D(atV zdJX^SaFizU(VB|tYio0m#MzQ{EfaW;VgrA{gT749xFHdWP?#A0OroyukqLv+7#P+m z=$*paj9-xK9-J&Kz>Ib+Qa5K9`YE8_>&!Kj&1GCZ+-@W^mi42(DnbcS!V5;|@&rJ|uVoDVGP`GmM-VdQ> zny@>O;~JYpf7N3Jf6+aCkfnJ$DD!F$1N+ARPKdR()?=Bpb>3aY($c2Qp5m9cCVAno;j@%l0ggHOrYV zlyGr$9<`#?weM_Zhi*d+-fH{e13y28(auQleoqVOkr?8phl!IvLif z{GEr^5F9K!xB5P{(RUB~^~+Zo6js~^2I5|SgoA&4cZ+r4_w$vt+MlY6cN4&L5Oy$A zV>Z9a$^AuSZ)wk6tM^6Z!HwrDd^kmDfSBu8JL_aaVT9!8K;Uxb>XP)NbL3WWkCf`& z>H2n|IWA%DRl)9hb^Q+*z$3lIUQGA=MhdvtC&6;W%|)<@9)u)2q$1||*>{(1=N1Oj z--I0+qZl0JeU5GiBYSth6}u(1tu>du=>7 z;%#)mJ1SePgBrF^E73!_mfOuBtn6(MOogM7WenASV&864USO1NB+4j$)|9B+Dvo@~ zBgfT2LDW1sK2tTo|9{*W58U2at=G3TQFwCxBW=AZ zwO&a!D9>h*!jiONfyfb1E&URh??#BMzlTM4pI;GpXkV ziw~~GW>GfB8#~k-3Jd`=srumt1%@Go^N{M$%eclG??Mh7^xyzoM(bOjuIS5*E_W;T zeA{;!nJ30cr-s6w%9^h+zc}nbyXz(TWi5MLC3dRBMLw9g6!-Wzn`;GnNG+>!%pM!p zzF#-W56IwuIAioN>tsfau9)MoqGe0mzDK6#@xV8&xUe+-`(?c3+~))y#T+&>lSR@V zB@a)v$i*+1B+_~Z2lr2Wz*5zGYhfT=(rCVOF7`s_!i=H`nte!DyzKW1$|9l6XV5|> zX(Gh*DJ3?fvI_AN_Ocow7-a2y&Ay8R2u#Ao{Z5QdHnY&L9JCk*1d|0-Z9~68XozY5 ze%2LvH$Jv(ZXh-wSU0iykAB#}LkQR~lU>dZd|WN0uEh` zwQIPR_t_lqU0nYjzh0@c-^ppqyY`c?sJ_rh!k*P!Ny)pz1MPskAy2)zHnSg}Nl5$J z%M!T?wvM>yavJT;D*|4cl-XBrnaaw`MaJ@3R`Yl`3*k+J&q{=JZD91A*W3xb5Q4eZ7kd6j?CaH|a=K_?d&Q#( z!4OB4FQdvdy+#erKQo3b>TwQIp;r7adnu$HehMeb$a)^^lzEg|{S`a#gm=Vkzndj= z@&c-pTBjNK6`DB3MFKO|a9sGb)Olt_(r+Upec6k(zfnjswU~H}T3wb463SGkz#fwW zsDJx^O>0{XkE6q>b1W7Ys^|ZSBE3C-IZi=)8(wGr+I+WIUN#n0M&Nl}?L&=h!~@bS z`cFCQ^EQ-_wnBBHGp}c#U5o`sUd8oat;!&`_uQeOZ*Mt?p?Y@oUvF-F_tqg|}^2F)x>|EK`MKSK0F!-+*ksa!-*Gk)P(jeiawS~iP(-)S9Q8UXjj!8Kr5 z|9+m|2%j5bUV_(Vk&AZ}lIktzWS-p@v$!dD7efLV@2kG_}Gv_s)xzm|6bE(aHG_BG8^m+gurOo}GZv1G~y^Ee_^ z{)1mU;ucbUD7&uErRm0x^$teON_@{>Hq{-d+NG{aPRU;MxGZi+O(Ogy@bUdO&xGKM z>i!u__xD4@nX z$C69hHDVzyx8x}9-*B|i!cZ|2F>sOX+51wf3^#>_Ot`rf=$NhoT3St%ibOf#BIu~- z+U##8uk5ZF{5KJ+j*u1A$C!5m3)>8Z1^u&XGfx*nfbqPny{rm@3+9Zqo#svdE=4r_ zG+G=3nDyX27;xA>DiD~*0GuYYdW4DR%O>K>Yue_2SEjW8#7nDY>+Itc07(s1Hr>4$ zIeNQ%e>_f1LEbNwW!BEd-2K3ERreFyu-3ha9l_qED7dhCx%Mw~RP?7&%>~)X6_0GQUbdu3u zK%RfqVxvR>t9lsii;@2HSEqrAaoh7zw+#}&hFd081oXLIM%Kh<)7sdk1t^f#F&o-J zR=C_+cvVF8yf+Sr67a=S^``l4fG&uLn2jf)H5EWD3kcE~e4SU~b=nk@_kZ%xGAn<$ zo(&t^Nk_uzp+(@yQzl{_o9LQN!*wKJ*J*tPXEm?DMO z1u5q$@k1#LNStv+^P?oz7Ye#s(}pi1Il$ZsxI#FqbSU}Bt<_~!;zs&sEu(P@&@SW_ zPDN1hdHK+GMyFq)eZ#d0mhP=DtGYkaJBn2TBk%b0E1mfHK(NI&UD7in=Qe)oNQc5Y zM49}Uu_Qk+dK3Ddb4UJM++SY(@VnqBq&d$&T&-=B$kU-lbL|0y<0;p4*fh3f*~7n) z2vX@yu7%&Y`_CCrz(wlnQYlS7&tlxU@f=FAH(5D=hT%~B@dH5RYJ0G2=9wSCLF@6l z^Ih+wPe2QEApIgloJbQ+@Zf;}Y+rA`>#u>QM?1S>kLv<`s>I-aIeiFSLTu=#PnA21 z@#65+`eMIcaQ1yWLgG)Ke(}8SJ$B_5w=4r>lzP{gwwd=L^%Stl+QoG?elT_m`XHY+ zcyG4*xT!|@?v>F*$jkqhdGDY8CipMjdLK=YM=GbiHAHk~@#?*c8H2f>H}-hk#FsRj z{4*>@_)Ug#*mYy@By1!i5IIl%G3CV^TTFZ*_L}_mnIWDJ=e+09t^35ab1zqW5vIF< z^fLO$eIcIi!|tC4MD>MrGeu5$2oUBPpC3ludiHlPPu(ovBbv=g`u33rQ*piCA9Cm0 zoRIeAtlfWW@~imshiQ01OxI+i=Aw(xZB-x%llLfM#-P*iP#B)*LXq_Vn}@nSdHQu> z0UVqcjQ=oLm5D^{ZudpbJJN+;tUR6Q7QY{^d!W^VaX@oVrZ1Ml6yN?!)+WMM7Z;OtTa$}5$+Ljlw zUKbr?$sUkry5A0J)QOT-c&3g(hkyL%1sQRooOU%h-s99H5cG4lA_Vp4ElHq{gy??G zDaM%?2l+Y#zO2)_|5Klf>e1uB&W0(|24(Af40C6A%lqdu^zTV98&|s9cY5%i3+pR? zTPO!7x_0l+Vu&ZAuTl}OM*kovHpc(!WxC6Mw{uI@;+Q4G0sa?W2eludbnpQa@w(k; z;_I1gLjM5mqm?D%UPen&-IKmd;#(KP&jp~sFaKYU^20lArvKxFV*mefLW?-=WdZ5I|VO8JA4vM+`EE`~jXcl#%7@p#OiV9Dq)t=5`!6JIvEBwsuol5+@ z>z1h5au;^t;CnOrJ5i?B@4?&Mr^rDNxu#k+g*wsS4KA6X!-kVlNoH%sH3Jnjzjb7r zXP$lRyNNYry4gX{D&%22B9v0FyEgtdu*WdRl#nHI3Z_(k+k7b`v}0_TaJwq9?iD9y zTIR^-kH$u?GDxsFdVzQ4yvEa^vP;aiYR1EQ*%OzN(hsI@(wL#2B5=_bth{=5NEh@^ zd~&W#g}|5+bkQ{zAMfY_P}-X^ImHmiRD2vG5F~mI3--K4*;1iZdh*UL2X@^qgI%Xq zUiBZ~RP2VRFNs(UX0&-Qemptx`-Wj0_NU;ZUO)9~+h7v*P7{OdnSA#t;G(YPf`SCK zAP1rs=-I{7>tYj++1O76q14Wu25c(NFhlef4)iEGKK#R1@Wt5`in$;T`j*->h_#C` z?^VO`iy`LiAkCBOkjam;6z>y@bP zzq?H#rTgmW+)*XxK@jNQml;`Hkk)J&Y4)MltINhamw19saEe9|!FP^%_W5=o=K^$Y zp!EaC`jK{2ggBk;rQeZ!#p^~0nwcJRDrO9 zJS(EKr{fA|xk--AW#{OBd)GmnVU6L~zjB`h)Al@48m1DlBc<@W(2(C({j{?)+&8Bl z8OBOp;`Z2>EvEm2HP6R9pU&{{qLMw@8xU#cysrEvJ|46a@P<H{G|~ zL+H?ftJlPEUxM`6#mG<+Sl8e>SP+rhRM10w_w8Ukzfb`ip8vzq_xPj(oHAArG+${lo0=9Kr`DrL%^RpUNBOz35$ku+LG0>Ls2 zO1~7EhPkKE&imlz211z`nEGSYh8zB+_bJPgFwV31WX$~XV#Uy3`(y+sbT|a&f=_Cj zZm+)dU{YhSqNgC+Gwu6LtpF>r?>8 z_ZLWLVx%2u2@cs zmW|j>!S?i?&(eNowqn;0{Yd#}c27UO9(9$imIEfH>H;@>7@9=g=n$+J7@Ce4`tRPw z4NP0%Pi!~?I!F9j$e3I^56s~3`t6_CAB4&(#;#?cE#>DLZuYC##(me8i*-ATkrWLn zlu{wKQBH>ZY#h8&FW3L6InaA3?r7zO`RpI1M%WBe;GkvC@U-h1av#0nS8=FU;N)b4 zg!leBfi{0(Xe23>;L3Jv{xEllJU7#mkU)zEgq~l|KQ1@Y$Id{2kV&@9)alC|*!Shf>BRQo+LCeweoMtvl9IZ+rS& z%$14w^v)gmQe&=37T;I1%EqzTPNq0;j0$Qy-4C2rvjhps(G<0AhWtPRhbL$H+1F=n zPtS;I6cvJS7EM(zgldZKG$BJP8uX7{dXYt2{`*6d=KB3k;+8bRcZVm(Y1g3)Y`vsb zJ_Nb@jrVw_@=Lspq7KHCKJB``n&n5|Dk}&QJH2?(CN8udl5KYVf{Tt$3vu!}$^U$^$s8;-XR4w*+bD+>f8TMXICB%)&K6#7`rm_6`4>& zDzq30SsO&8vW9F~iXsVR%Q6@uDwL(HSu1;%lx>8_Fl67?Q1&s5ZMJ))@4bKA`}+NH z=XL%#XU=CmpXGVKpXWK}2@S8u#%$HCUot7w!uNHk(pA~a15!rT2@+9jYT!d^7x#sK5=>F)t--aRX&h}{vqbcqR>$2^V$Ow*(ClV;?B9Ebu_%{ zzHvBw8>jth443f@)pR>gz2-aSIxE9pjf!RzNKnpgN>E*kt9EN1Ir&C@poq8TYJgZK=DDT#2S+#4Z2W;Rb2rh zerD?AFh8+q_7`d^PW~1vIf&2eM>J|j1fdC884NB*aV1Y)=hV1YC&8F#0~(?UzQ1%q z^0yYM3UUe&y-iKhn$Q#FZvMHBCcEJ?VfITqGX~Wx#8Ksm)MU9*(72)?elsSl&9{dB zqCQP1|3*xhuLU)*qL+hR=)&|wEuW9K)&yJilT)zhdiC91mB31x!C!;IB~5HNa%oTT9{K*)*Le zIMo0VD-Mh*`=7M~PI_mmm?;44$a)*SAIn~2DIuJ{AH39oa~FM?%@v@YXvVCo)t>>* zlXb}yR5&Re4j|UPr-OF>59h)c#@PUyO4q`CNl;i>$p08{ps)J-GCe^{STMX9{Eqi& z*C?CJ%3C^vJN1;P2m6aZXlvlR?_tyn@=%@+D6AB(g641o)1Scx-L5wMUgCJ`P~&DENZFW}WlI&)YC)jR zKF%{IlG|}z0#0d>{E|N|40tFW2D*)2%FA`&2kF#P30@0~NoVIX^Upj7rkv8FcKOlg z>7*1wqC39J%gPp>5b5cSJTob^v`vPluHMHIV2I-;ujkIJTxjTKw zPBYTkm2~plh|jog(WUqm9wHmYA|B@}#&6k05dRyad80Se7t5x<#&VMpc?t^t5^ zKJ&iP6F$wh2dYs@dOJy79U$xz!W^+7ym7$6zgIAwbhDmtRrRLFnV+!@YKL^|94fQi zbj_$D!{$Z}Q@i_(W94y0qEoCJt4Vz+TQE4Kdhw<;dq~No-fzZH!uLYhRKh7L2Q6Mk z^dcN*IeBq${9q%>bc^#(yFi4Zgo>h+9A|zJcAh!DJ#pINrpOJi;@|#;acWnK;WvCT zIB-I4;s@zH7q*@>1X;J*|8O7e9ovK&=+Do04TOnUvt0EqVm{dMYJt<{Y&KKN$S{LvID!hUeXheAdleAC5;N^|aTfJj+r$tPCpK2;fv)i2&eKzQcufa(w zi{QBahqWWSrqwGy-vI;Ak1_}*Pi(6{@i=Hd(}Od+xv1{Z9d`9w;tyL+|FPjQ|0Aal z9Q(trejs)^`Ys=mVck_b?Ed-uFGB*e{KsUSEPym~#qjhwLaDJzUrZX+&_DhdM9NoF zM)6*CP=$wzODkkrKFX_Hk5z$HZQjyE)^o8_oN*X@0`oV2Ab1lt5~IE zY0A?H?czF;zex036J;UOiBr{(K_Iy#;ucfI=V=!(jOJ3@MjrmmB}A7i z`*9_k2Z&6g&r?%40~bz??wS{e^pAjNFQ3%eq+e{2;#sUioyJa)- zjpYuRx-WSen>@olt*;muS@V^S{vNsooZdwGPH$?B%xebNQ~gYbudX@wc})mcSJWWN zIt4*&iMdnAzeg$b+h~evv37GSuGWh0|YnT}ensC^GZ))4n>k3H?>$T`JL3sCV zt+6$GW333=Yo?27+VMFRLOw_dnPHk9rXTiSQP$bsp3zys*x`u2F%2jOkX$PI&ZXa` zB)(w--&GMjuOgvd!dL*^I^?(SB;F}~mfs@(v4Xj`owM;cxxp9h7bd=7>yqOmm*;5$ zM)v~18`CqFF=`+`LnT-v@%ZlMJIbAd9%p=`YT@`hUX3|VyO%eTVn*l-%&J|`w`u4@ z1D12ORgb62-r7g^BJ0F%o+!sWB=yW`vldf^tIl&Q9L_pj(u>2cq-eR}?xv1V(gsjt z$n1^C&gR5oFT0}~E~A3)cF7t314uoL*Tz2{g9#?IHP=0Rq%l0z*)vT%^RuIBXF_IR zi6%U(VB-q&2WMlYP6atN=(30`8D}x~Nr!A|E6mVd z1Xxdem|bBf-D};gcAZVMW&|tp^IU55PLvAi6*`%EPRrOeFBju*==EZfso6?k`pKtD z!=|BKT>?FNa_Sikj)KcKUWOS*{SuDG&~_TcPbo!&40m^!F$7wjz$fRKwDe#c*|4#c zS3lVxW>e`CK1)5$Sa2Yd2?IEWFpmpz@Hj?$1ySp?g%9Mq3W>L$@vN-+EV};j1ht8} zM^BMIvZ#5{yR1A-nEk=2tJqRja3HP^9UiEt-RHY8otZO>XiEBppG{H74YpvB`iNe^ z9*vFl3;nJwYM3c`;SNpN4zrpgy*ThuKvuTdhTdRE*v`up(6@9}yGA%mm7C9y^v}5+ zQ~tIm)a~N*^aiqHl_s zo+MiBE}!+Ot9`ex^ZUT+?CrG-jLTuh#uVdKEe#D(#mXWF+W!5|!=sSTW*xMek*?f3 zdTE6huU$Lj1^8%DA1pEDv_uL$>=_~y)1LS=F;QAWYtvXK&xdjN3W-W35V)^x z`*>r_1`qc12wl8J=#<2mXhYT3OrdF(y!?++X3W0KxQC!4t*pzp5?il~Z#iNdLS6)& z<=z~PH`oV^J4@(50`H04HiJye^`GaiQtW#r9>!=jsxky@nr3eKq2=#khL+E-ys;O& zy|zZyi;PmSul4->)Qest)_uU9Sg`pnsRI??jVi=-1x#*YR+jkrp!3d{u_8}e9EpPO zbSJU|9+EgG-EZE15Gn$y0P<>8!SW?@q zV8Ht_B^xJP#POy`VSjCGxdOHNrAPkobKH?ejfaDE-!r)vu}3z7KHky_fWc{pl5Gh1XQD z?FqdY22zrg$MDZ^1oTVjI+SnZ{-F(10y40?ul(B-JWKdQ9Ju+7o3fUVoTOX>=HoWj ztlac|6*k}9G+V~WKHi{s^KWik=BF6t-rRtz2HdA?bGc`cyeL^JUpgpjU%#HO6Zu(9 zo<{t%pivVUW+Cl3jJY~)3mEB|&w7nJCvJwxrrDK!q8YETseJ?Vi%P5!s#pDdVmH{l z3;3=Vtbp}!122XaRjVO7LR6pK)!VtuN!WpSRDkASda%$3YDz6%a`Z+e7&_@z;oAC{ zB7}V3W94aRx~r7}mCzunR3o|Ff^pfVY2WpcV|o3KIml9n5(>$>i49QA9LEt;^Ddu# zvSAVz3QAL%rC%N2x^u1Zw4y5z{r$U;{#DU^c^HxP!iDvxX=yuJbQ^`r^j*WaQ4!ty zrq%+DOjZVUe#vWGt!HN_!FRo3pJUE+a2VC1!s98_JRo2kOU>Pq-K0gH)s*OgUJ5|g z1G$>G=;fU%s>|^w{{J-0i6#MC<#Y~fC>Vy%6-rtUT%~*VgZ@7q2Iweo;J&OLHza?|mYEnB@fSjY|T zh|W~?o(mJ8s?2G}r}~UkM2h>B0215Xpv6jbmaR=aBr?-f0nz<+CSqFt#rASQ^PKXt z?k|MS=g?gb&jZXN{Ghwa@oxwNM=x)^MmF9Wcn~-x>&Jio^@d{ZRC(N{Dg4I^3LYZ! zAK}vfg{tPqnweEW2c#j*KgcWi2X7D4|Msr>Z)JAo6^JV+-dbRm(XrSJL31^mJB3%+8J{CPwzqY@UNY`yPH|f2im$ z2Djz19uLA27k?q`z<6>QA6g&_G1lpkeP8EtFY4-Yx3;$aoR*N>!=9a1ioHyq!9k1% zOX7F}0l!Lpg6-wiOZi|Ul6yU`E45BKxOX(_6LLPq31Uh1=4KVM3=TRp7yjv6 z=7*L^i%(4@iO@ipE_QSb#=Gmn1|Idv?d5>E$;0Mc%*L+tQ#Cf`87{lrOkYb=G#Q_M znZ0WP1douiM>|5QztDCN--eGZz)udGv($f{g%AbUwoV1ksl)#~ z*Kp#yE07;v|AY^7ARt+Wr}naF=z-Mg|H~qp7|>Xy(=1=3^Kbz8yR50JQK)Vc{9o+a Bxa9x< From 4c06f50180675717ce53a14d8f9f46c07390b02c Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 21:35:06 +0100 Subject: [PATCH 44/54] Welding hardhats --- code/datums/action.dm | 8 ++ .../closets/secure/engineering.dm | 2 +- code/modules/clothing/head/hardhat.dm | 84 ++++++++++++++++-- code/modules/vending/wardrobes.dm | 8 +- icons/mob/head.dmi | Bin 210930 -> 211186 bytes icons/obj/clothing/hats.dmi | Bin 98909 -> 99023 bytes 6 files changed, 92 insertions(+), 10 deletions(-) diff --git a/code/datums/action.dm b/code/datums/action.dm index 8e57ee84..cd0d31e0 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -245,6 +245,14 @@ /datum/action/item_action/toggle_helmet_light name = "Toggle Helmet Light" +/datum/action/item_action/toggle_welding_screen + name = "Toggle Welding Screen" + +/datum/action/item_action/toggle_welding_screen/Trigger() + var/obj/item/clothing/head/hardhat/weldhat/H = target + if(istype(H)) + H.toggle_welding_screen(owner) + /datum/action/item_action/toggle_welding_screen/plasmaman name = "Toggle Welding Screen" diff --git a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm index 4cc433e9..cd596502 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/engineering.dm @@ -10,7 +10,7 @@ new /obj/item/clothing/under/rank/chief_engineer(src) new /obj/item/clothing/under/rank/chief_engineer/skirt(src) new /obj/item/clothing/head/hardhat/white(src) - new /obj/item/clothing/head/welding(src) + new /obj/item/clothing/head/hardhat/weldhat/white(src) new /obj/item/clothing/gloves/color/yellow(src) new /obj/item/clothing/shoes/sneakers/brown(src) new /obj/item/tank/jetpack/suit(src) diff --git a/code/modules/clothing/head/hardhat.dm b/code/modules/clothing/head/hardhat.dm index 67303fe9..fcdeaa05 100644 --- a/code/modules/clothing/head/hardhat.dm +++ b/code/modules/clothing/head/hardhat.dm @@ -16,19 +16,26 @@ dog_fashion = /datum/dog_fashion/head -/obj/item/clothing/head/hardhat/attack_self(mob/user) - on = !on - icon_state = "hardhat[on]_[item_color]" - item_state = "hardhat[on]_[item_color]" - user.update_inv_head() //so our mob-overlays update +/obj/item/clothing/head/hardhat/attack_self(mob/living/user) + toggle_helmet_light(user) +/obj/item/clothing/head/hardhat/proc/toggle_helmet_light(mob/living/user) + on = !on if(on) turn_on(user) else turn_off(user) + update_icon() + +/obj/item/clothing/head/hardhat/update_icon() + icon_state = "hardhat[on]_[item_color]" + item_state = "hardhat[on]_[item_color]" + if(ishuman(loc)) + var/mob/living/carbon/human/H = loc + H.update_inv_head() for(var/X in actions) var/datum/action/A = X - A.UpdateButtonIcon() + A.UpdateButtonIcon(force = TRUE) /obj/item/clothing/head/hardhat/proc/turn_on(mob/user) set_light(brightness_on, power_on) @@ -85,3 +92,68 @@ cold_protection = HEAD min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT mutantrace_variation = MUTANTRACE_VARIATION + +/obj/item/clothing/head/hardhat/weldhat + name = "welding hard hat" + desc = "A piece of headgear used in dangerous working conditions to protect the head. Comes with a built-in flashlight AND welding shield! The bulb seems a little smaller though." + brightness_on = 3 //Needs a little bit of tradeoff + dog_fashion = null + actions_types = list(/datum/action/item_action/toggle_helmet_light, /datum/action/item_action/toggle_welding_screen) + flash_protect = 2 + tint = 2 + flags_inv = HIDEEYES | HIDEFACE + flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH + visor_vars_to_toggle = VISOR_FLASHPROTECT | VISOR_TINT + visor_flags_inv = HIDEEYES | HIDEFACE + visor_flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH + +/obj/item/clothing/head/hardhat/weldhat/Initialize() + . = ..() + update_icon() + +/obj/item/clothing/head/hardhat/weldhat/attack_self(mob/living/user) + toggle_helmet_light(user) + +/obj/item/clothing/head/hardhat/weldhat/AltClick(mob/user) + if(user.canUseTopic(src, BE_CLOSE)) + toggle_welding_screen(user) + +/obj/item/clothing/head/hardhat/weldhat/proc/toggle_welding_screen(mob/living/user) + if(weldingvisortoggle(user)) + playsound(src, 'sound/mecha/mechmove03.ogg', 50, TRUE) //Visors don't just come from nothing + update_icon() + +/obj/item/clothing/head/hardhat/weldhat/worn_overlays(isinhands) + . = ..() + if(!isinhands) + . += mutable_appearance('icons/mob/head.dmi', "weldhelmet") + if(!up) + . += mutable_appearance('icons/mob/head.dmi', "weldvisor") + +/obj/item/clothing/head/hardhat/weldhat/update_icon() + cut_overlays() + if(!up) + add_overlay("weldvisor") + ..() + +/obj/item/clothing/head/hardhat/weldhat/orange + icon_state = "hardhat0_orange" + item_state = "hardhat0_orange" + item_color = "orange" + +/obj/item/clothing/head/hardhat/weldhat/white + desc = "A piece of headgear used in dangerous working conditions to protect the head. Comes with a built-in flashlight AND welding shield!" //This bulb is not smaller + icon_state = "hardhat0_white" + item_state = "hardhat0_white" + brightness_on = 4 //Boss always takes the best stuff + item_color = "white" + clothing_flags = STOPSPRESSUREDAMAGE + heat_protection = HEAD + max_heat_protection_temperature = FIRE_HELM_MAX_TEMP_PROTECT + cold_protection = HEAD + min_cold_protection_temperature = FIRE_HELM_MIN_TEMP_PROTECT + +/obj/item/clothing/head/hardhat/weldhat/dblue + icon_state = "hardhat0_dblue" + item_state = "hardhat0_dblue" + item_color = "dblue" \ No newline at end of file diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 9cd59bde..83607cf7 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -63,7 +63,7 @@ product_ads = "Guaranteed to protect your feet from industrial accidents!;Afraid of radiation? Then wear yellow!" vend_reply = "Thank you for using the EngiDrobe!" products = list(/obj/item/clothing/accessory/pocketprotector = 5, - /obj/item/storage/backpack/duffelbag/engineering = 2, + /obj/item/storage/backpack/duffelbag/engineering = 3, /obj/item/storage/backpack/industrial = 3, /obj/item/storage/backpack/satchel/eng = 3, /obj/item/clothing/suit/hooded/wintercoat/engineering = 3, @@ -71,7 +71,8 @@ /obj/item/clothing/under/rank/engineer/skirt = 5, /obj/item/clothing/suit/hazardvest = 5, /obj/item/clothing/shoes/workboots = 5, - /obj/item/clothing/head/hardhat = 5) + /obj/item/clothing/head/hardhat = 5, + /obj/item/clothing/head/hardhat/weldhat = 3) refill_canister = /obj/item/vending_refill/wardrobe/engi_wardrobe /obj/item/vending_refill/wardrobe/engi_wardrobe @@ -87,7 +88,8 @@ /obj/item/storage/backpack/duffelbag/engineering = 3, /obj/item/storage/backpack/satchel/eng = 3, /obj/item/storage/backpack/industrial = 3, - /obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 5, + /obj/item/clothing/head/hardhat/weldhat/dblue = 3, + /obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 3, /obj/item/clothing/under/rank/atmospheric_technician = 5, /obj/item/clothing/under/rank/atmospheric_technician/skirt = 5, /obj/item/clothing/shoes/sneakers/black = 5) diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 9eb5de65dc917377fb4e3a531f89b27933bd7c83..9efccfc3d971bc0b8c8ae90a8cc142756912cf3e 100644 GIT binary patch delta 180141 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%0DlY;GiZT@Y>6#TC? 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

RtTPuI`2=|J#yrT{V* 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 YHCBx?_C7=T0o6fTYWj~VA3hKJZy0)&@&Et; literal 98909 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 z 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 f3^n+_7YGysc#Vq54lWmo@-kbj*sA From 088af5e060546e15396512023efedca0b1d0672f Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 21:46:31 +0100 Subject: [PATCH 45/54] Update hardhat.dm --- code/modules/clothing/head/hardhat.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/hardhat.dm b/code/modules/clothing/head/hardhat.dm index fcdeaa05..40d01607 100644 --- a/code/modules/clothing/head/hardhat.dm +++ b/code/modules/clothing/head/hardhat.dm @@ -120,7 +120,7 @@ /obj/item/clothing/head/hardhat/weldhat/proc/toggle_welding_screen(mob/living/user) if(weldingvisortoggle(user)) - playsound(src, 'sound/mecha/mechmove03.ogg', 50, TRUE) //Visors don't just come from nothing + playsound(src, 'sound/mecha/mechmove03.ogg', 30, TRUE) //Visors don't just come from nothing update_icon() /obj/item/clothing/head/hardhat/weldhat/worn_overlays(isinhands) From d5593ef017e3a6e11139957b416e2f855339ea8c Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 21:58:35 +0100 Subject: [PATCH 46/54] Holofans, forcefield gens, temperature block --- code/game/objects/items/devices/forcefieldprojector.dm | 2 +- code/game/objects/items/holosign_creator.dm | 4 ++-- code/game/objects/items/storage/belt.dm | 1 + code/game/objects/structures/holosign.dm | 5 ++++- .../atmospherics/environmental/LINDA_turf_tile.dm | 10 ++++++++++ 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/code/game/objects/items/devices/forcefieldprojector.dm b/code/game/objects/items/devices/forcefieldprojector.dm index de62869e..73db32eb 100644 --- a/code/game/objects/items/devices/forcefieldprojector.dm +++ b/code/game/objects/items/devices/forcefieldprojector.dm @@ -2,7 +2,7 @@ name = "forcefield projector" desc = "An experimental device that can create several forcefields at a distance." icon = 'icons/obj/device.dmi' - icon_state = "signmaker_engi" + icon_state = "signmaker_forcefield" slot_flags = ITEM_SLOT_BELT w_class = WEIGHT_CLASS_SMALL item_flags = NOBLUDGEON diff --git a/code/game/objects/items/holosign_creator.dm b/code/game/objects/items/holosign_creator.dm index 78881d90..a8850b67 100644 --- a/code/game/objects/items/holosign_creator.dm +++ b/code/game/objects/items/holosign_creator.dm @@ -78,8 +78,8 @@ /obj/item/holosign_creator/atmos name = "ATMOS holofan projector" - desc = "A holographic projector that creates holographic barriers that prevent changes in atmosphere conditions." - icon_state = "signmaker_engi" + desc = "A holographic projector that creates holographic fans that prevent changes in atmosphere conditions." + icon_state = "signmaker_atmos" holosign_type = /obj/structure/holosign/barrier/atmos creation_time = 0 max_signs = 3 diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 1f68d476..4b2ce220 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -60,6 +60,7 @@ /obj/item/radio, /obj/item/clothing/gloves, /obj/item/holosign_creator, + /obj/item/forcefield_projector, /obj/item/assembly/signaler )) STR.can_hold = can_hold diff --git a/code/game/objects/structures/holosign.dm b/code/game/objects/structures/holosign.dm index 609384cd..b6ad8e27 100644 --- a/code/game/objects/structures/holosign.dm +++ b/code/game/objects/structures/holosign.dm @@ -69,7 +69,7 @@ /obj/structure/holosign/barrier/atmos name = "holo firelock" desc = "A holographic barrier resembling a firelock. Though it does not prevent solid objects from passing through, gas is kept out." - icon_state = "holo_firelock" + icon_state = "holo_fan" density = FALSE layer = ABOVE_MOB_LAYER anchored = TRUE @@ -81,6 +81,9 @@ . = ..() air_update_turf(TRUE) +/obj/structure/holosign/barrier/atmos/blocksTemperature() + return TRUE + /obj/structure/holosign/barrier/cyborg name = "Energy Field" desc = "A fragile energy field that blocks movement. Excels at blocking lethal projectiles." diff --git a/code/modules/atmospherics/environmental/LINDA_turf_tile.dm b/code/modules/atmospherics/environmental/LINDA_turf_tile.dm index ea555c94..9c64328b 100644 --- a/code/modules/atmospherics/environmental/LINDA_turf_tile.dm +++ b/code/modules/atmospherics/environmental/LINDA_turf_tile.dm @@ -357,6 +357,9 @@ SSair.excited_groups -= src ////////////////////////SUPERCONDUCTIVITY///////////////////////////// +/atom/movable/proc/blocksTemperature() + return FALSE + /turf/proc/conductivity_directions() if(archived_cycle < SSair.times_fired) archive() @@ -371,6 +374,9 @@ . |= direction /turf/proc/neighbor_conduct_with_src(turf/open/other) + for (var/atom/movable/G in src) + if (G.blocksTemperature()) + return if(!other.blocks_air) //Open but neighbor is solid other.temperature_share_open_to_solid(src) else //Both tiles are solid @@ -382,6 +388,10 @@ ..() return + + for (var/atom/movable/G in src) + if (G.blocksTemperature()) + return if(!other.blocks_air) //Both tiles are open var/turf/open/T = other T.air.temperature_share(air, WINDOW_HEAT_TRANSFER_COEFFICIENT) From 22af2d64e9503bb8353cb6cc022fcf80eef9574c Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 22:09:45 +0100 Subject: [PATCH 47/54] Update device.dmi --- icons/obj/device.dmi | Bin 51216 -> 52003 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index fb034a61d75d492ae998f71e8c62bef616000c29..6ff1c199c5428c77a1a5f4311570ae7083d57994 100644 GIT binary patch delta 11885 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¨Myzj(pD6?7O02Fu6XRq?bwp{NORr|G`%xUJQu@H)HodZf z3z#y+Q_WuY5I1VM^Unal3OrO*Hni-)W(Xrb6ErPQ)ZW5uu(5B{`M{mmWf8)QZRC=} z$9G^oANu{8^wMU}xY)*iTndaalDaG<)|br2VXwLM%#a_^XoANKy5n)PjdePJ zvwRZn=RoolJu8OPqB)SMHHd65)0;wzuWI>?AN_vc-aH+(3?6kISqy_b-Yf;98e-wX z|DZ?RkVH{H^CGzH`SGkn4oxu8L66<6(S%j&yRUHQG-p3cJD%pm+8!>1B3Gwwso>*-f8F}*$aiUhODihoG^radiu17=EP+5{Pkesy%|Da%lE2(t zn@5MDV`*B?4jzPC3u7Jqd1%`HvRz}Pq@>h0{$lr}^pC!AwD3hzxQmfd$r~l%%j}cB zkBKK++hTP0c8Ga+%i4pG!Hb@WVo2;85#8XHf!m6A{!u3;t%97_UW0n9JHwPG>&?&0 z{SSwPj2C612@|5CqI!G$4<53r;@U)TH9&>C9fpoZi4E6Se&A{1hF5J(fVa4XQ1UBw z^S7OKxV}T#?5@`S)V+IG`~yanY||SO6EnwH)fqMylOk-%hWmD0_C`e+8rt4_OP>Tj zoS2vp$Z}WcZ&(j|E22a3-lp}ACZ|tkd@lbYJXlT?m zQe}1Z$n~7=#cj+)u+M3d(&_QQE#uPe%_HqQw{EdZxG$6kgba)wZ!v(YEL@a{VXLTH z--4TOGcgGQj%Hy{c@|*RBCQO%5%2-DQdlobMQq}g7(>SSt%X9gX}BOj+$u}=bPyP( zSZRe1QyZmiLGQ~@iuuq0te5^b_F7%!B#?9Oq~U?;=#7w{2)_oVtcO|qC0heOuzNWy zPG$mM2FttyEN7XiIg4goujGCB;kpR@&G*ko%Ly=EA>Q6!Md-+JpSW$%Rf2(>2;bS+ z+02rNhzJkB^%AnP7dF>y+fFe8Fs5qgCe@M!woOP7AHa(EC)j3ZS?^625U5WS#lFfO z-c3#@_ARRIr7TNdbI39)ce)7O8ByIYBm>(2niDTyyp4B4$$ISeb5e>!MQ$YTbk&qn z0qyhW4*Zng$y3= zLR;P9-%+LAy&Dx5*WJIGEE358nMRP$=Bw(Xy0Cx#I8xHlO_$r4(9U>VDi*W)ugXg$ z*7k@ZKkg@avN=$^>t<1PEIR)t!ofkn%gbw3)!dBz2{O%s0>)2I=k*!s8dVOlXP451 zYpMO|g5g*b$JUGCfyLcZG|%FVlFBB$cB>2Zc&7NCA_Y9{PlWkBaqjoy)9DASg38!RWN$1wD1NWDyEz$j$E!W1_y-bcY45I^8E zWqY2L`hE5g=>gHv(YZZrt*opZw=ENBy)epdt?=9LVxmnd2VIo^_k8oRb+ZB6Q`t&q zk@_0*#96j8f>(S>!1z7T*?T+8<0Ga;yW;>UfwQL+vP3CBXH zTAjcOg<3|Q>buZ5+;7L<7OV4*{TiAxTY=l^%zgdB4RvBQ{ zjH|?p7cW@Z+3{hmbG@7;oo34?Al_ob#69a_w?+Z8)v_$X4RbO9oZ}SFq>5=jc&m~B zKC3VFn?>X;X`EgB>i1y2+eqj6R?Ew5rZj0$QGM(xw;}|f!}41$wE6CuOL%Nv3Y-T-L;XKHf_I^Q1kdtO%VnyP znoj1yKC}_`C;8IzTowo^HOHx4b%;hJM?^+;*w;$Gi-$UWGoz%UA9J+|Fw52`!=?;S z(v|AAmAU4=+D3q09K0eTH$#^~Mbf#NF{JGuY48YsA1iMQ_+dn5ip}GIxI2n>49q@n zVJx4WTUN*dRlndW?69dyOMHM)0ZO+qVy*fB>&|G6>v+#q(#WIqsA*TQ$wWQg&#dAG zP!6?5c_P9+qQMth_>ZV*`P<}R+bF-q42IGdjmxE2aCgYvL$nz6h?(Ep^dgSwb9bNZ z>(ULD3yqWklwZRt*^Ntf?VkdT9@yfOmH{Wzfz8fN)xOEYtf6{Zk#p1C;B$NxThmOgZX@87f4TE#yyc=nLT>HgL#){eKD#~|eQfS)Yh zXHdCqaE+v(dmHgy62nZZw4qy$;+fM1{m1v$oE11Xli_yT5>6XwfJKAh4Rbp|dtGlu zM;VvrdeeL^o=XPOzS*ShDHXHc2=B3ZtXFxCaXs&+ye*k^bxd<>@XHU1e5IBADaRA| z$XvN&);iElEnrU>YJm_B-Wj6($?YHv#x>U{wR3tq2_mqOVn`MC?wEV zf!YhJL59G_VA{&`L6bW|VQ03Uq9Khl7E@AA`SR{tQ(t9OaXm`Pu$iRTJlkY z{i_s})b_-3i}JDDaxWqS0c*uvk9rp@{vet?l$|-mD81UL!S-}I(V0=!Ah!6`-h<8` zRi$PPii4#;FwBZQC*Y;{8jDb4*bh!)k;`on#N)C)>@B#yTl!u*6iW8Fm1+D zZz}-6+&OkYihpL{&rwx{32vfO=rSt-{8?{?3pI5<0VED%MqAvKhA- zZM;iy_C87^pS>hGDf5&aU=8XNPI~D-i zF$~5K5KzIM<+c2ZEITXvySnn~wsqX}8vK@@;^n<7&)5sOume0|uq~HcEF2hLOyC9* z0UlChSuwAl`Gy#?=Fs4KFy6ciQS$QoG7BELNtoBN^QIw0Jv}`;Y(&IoV_a)zEV9Fg z0~88>Wni{8f}qUpaWSQz_1g}HQ-`weKLLUEue^#bzQH(|f%c&`g+&bYNL19@AqxND zq2V7HRpn218{;i6WIdZ3mgo+hFx||}Sig!3g%41)L!0}CA0evEW0R9p)OJmhMsG#57uOh53zKZP^3 z_U}IbD22d?p*Ja=9D@u$tgv{<_s3UlJUMR1n*FOG(hyNcy zA!TCxGYAI`GNMEUU{_F5A@YCN@`_mh4LF#7U;C>fEv1j$)x7t(2(_R+hQk2(4^gtQ z>vqTmCUc~=cST2=5WQ{byaJw*uge8$Z{KlpHaca~jaDmo%O0-E^z#XlFn4d`xcO0Z zYSG-?%~nPnY!$S!;CNa=FQ}GI6D@$|Yg@SKlkh?!Z8$%gg#ZpC**+G;fOe{o5mxu( ze{A1T^E0Y_Z2?tQJ93gQ49D6N*}4S4CMFCgf8D=--%`NrcJZtW9WJxASCE7x zEi34J4C5a64LGdjN(#Qr-d_P%Cr36`GhNZXwKH>qWW0&Yt0+nTzcxDvI7?w+VZ}P> zjT_ws50gBWIta^6Y95s6o#Rk)jJhM?s|pIl;Q3(2!* ze!LBxzOP^RK&G$RJ80#iHKS{JpAOLHFXfwlHqY-edecZ<$G`!|sTYafX4jYO^ zcWHuDM@U4KGpT@p!0k_;KE)w_baWVA_6V_ynVSf3iqNZ!qV5I$R$UjnEE;gHy^`@- z_;*-)yHbyjM8Ryusop+xdQBBj0V=+;4s z#YHC4yn@QHHW{dfW4O3G?;aR`*VGeq^GSQ3A~eAR!5JhS^YWSvE)M`n$jMc8b*}@t zI6Z!;NyJ=in*d74ZcL`I;0gtsxEKMDkeMl9U|`S^q9oVHA{O$+_TmZ+4dA->9F2BS%8=2~&~Q=H(8%0)P-9l{I3H{G!amyRr>99; zlO>>3*A*6HEYMq*J6YIe5Jvu@o?dxZhZpB}lf$6DEnKE{aZMWVpaYQ4u|G?sMG4Z(FQK87Ojenem>plbK)jE`;+CT$9&SqZ& z{8vBsop}Fvq?02_o%3><6sXX8?zBm$u^$~5M>uLokfoh#uy?lM548VQesde{9*^n) zCD&P=E1+fdm@!F`+jR#}%_!SicXA-{nkMBn%32Q6jGqm6{2x-;Z#+!sCeq1Qfc9GKo8gVh6d)CFKn@B^Egn+ITx@#5?`3?UFYb73QgU%)vjSC1kN$!4QaiLQ z2kA{bN5-!3nF)Yi&w%n)7}jG&SGZl$kzND_-?775 zGbq1AxuD1?;r>?axoGf$AuuF)+>fB3XIyQVPiv-B;*|H~AhUl$GpwfGb^}nU{bHpl z5JUr4e;TA%suN;(d(hMr6j2kR>BS#3Dl6!8$my!8{W=scE=WU1{Gwuv8}Z`Z?RKJ% zL-{^tmmzEvO395{Iatjkp!+Vr_Uj&NWiGff-Bbzs34lb=W%JKOn(3vR_={*~D1oI=2nj zjY`2M?>T;;XaEDq#RpSUl}E5oTY8WEZ&kNY(Cbua96 z@M`auV(z`Fb0~i7^FUjQ&CPc8tqdJyTor-Npv`9=q^ko_YF zJfllbJ`6+q{EoQ%B{)&^EkO3(=#< zubzAu4@swOqFH+>2IIMVGX&Yn(>vmRh+aBgh~~M=ct*&lyFehISLSn5^Nri+OJTst zqVgq1sP;Zimrq8JaS;S(ELzP<6}{0Bjg8yIr?U(9pbzj83d6y>*Ih4s7+;r)OM{Dk z8lZm2=kl3*z4_17=vS}No-OnZ#9|{N2vXrj!^JtCZI2YrboKLXROg_&CKX^>%z%NJ8Cm|%sE&>Yi6-`nhcT@;o%2mEYGX0(IDgKP^!Hdnyj^Y5 z?qm4yoTD!!S2Lt-Agumt&FyYYs_vLO;b3kqYibVNas`e-jng<+3l=p1z;rVtp6$&w zre|KO){V^&1uN52a2FAg__(p=8Qw;qJV*IKxcckE zRGbI;LnXX6&b?&B@J>!v;73~c)p`GUNxX&bX9aMXlY^Go~kk~&rD8EzS72jzl#g&0?Ws{s;t_I)N41>P@NMEo!>CGqcBk7J+0iRsttCGmEgLNeH4 zo12>k1A3pTXIytfsMO5N(%HbB!6``=M>)E}H5xnobZZBX^!mhlb{MU2inIc0=Vjp( z1dt55#Cuv*7f&K&abjMNz<2ajP}S7lDqF+7nqSgo~5EnMJ=M$@QOBe6f&n3$C%*>>Z_tsK* z1mxmoUosHLp+B4x6;rm3Nwg8~5ROf90tE#HzK#J=(1$_!-nI5aRBLN%L&MvC#-m0A z-+}S*BY3UoKzFWOLyIY9w#lcAtxA{W+gT^02I9Ryij~ee_T>8fG)y&Q_X9Uu8iXQDM zU7@gOTKM$Vm~_6_G0UAhZ_CRCRMpibninR0oN>YSupfcDJ4dP#Fr<}@4hhjhqPZDB zN*SsoF5L&t&ZPv?8U&E9=}$ZQ)$|SK@{;4uv>#b*PM#MOR~~E~M&e*ATMl8uZwC)_ zE18V>s18?BLUaMT&|pAgb)fF$JfGWaoh~_p1o`LBy6jtm*ARJX(H`rAchn?$`pL+4 z&eVo7rEf*k2vT|NC&3YL5N^xN>3;^U4?))v0+{zRu1{sdUp^-#CG9X+v@iAuP_3@H zO&_bScC5JLyu7j^PycMX!84yP9)gRl4hl9bb_^1(bbIj2kiG-UgxNLGc!AU#j8d#0 zghIKJ9!9)*V>?#xFz#%=&MhNhfaP+A9mS{td=7StJ^d`lHl198>F&o_^bo|R46+Xt zcAc}CC$}3JnU)F`qhGS2+Cl_C)rBPz)^C0D0f42a0tG9jkKS-TY;RrP_8>m$Ll>oz z^Ao>?0&QFsyzDA3>b2cwqY~NcIbOWrJ7!ThuD9l3N0#M(BwdRq;$pM&xFv#1p%UXa zKON)Uyz15cmrQ~G)z1Il(^OO1m;EC zLcAh6dB6deX`vqD)`|w7Dgo_S%>B_*T^J6;=Lp5oju%tFU=a>96U&R=Q=xp;$etWb z|2l|P9aU9jPOyePc~Z+XC1@s2=?-^mk09kYy6jb5-_8J=q^z(xoA~?oTX#tyn)0v> z+D9F;41v!&g69?gW3qwHUyO>9vH6+zcBrVzQcMiNjS6}Y7NItxr$hk}S5gXFRl)eS zonigpSYJsZx$>zJMVB7Q8h7^h??04@%Kx;FBxb2O?qUHI6 z*#u12RQlRw7w_f$Sd<;o?RUfhJljL3XY=n_vEM~lCu7gS>9>Z@xKr5-nApAA*Ifp9 z`Jx1Z!uiFzhQSO{=(G{&`gStHh+Lq2>^_{WJZIdn@#VlLPSTK@%j#v@f;86xqgW^7 zizZ~@{L=o95r|7t@K$=r3)A`>10-NydZr8CGNx zjsWtC5Rq?hWoY^N`rf=a9=`{5k$>BlI4|`-dp8ThP~aSp@IK`R<}6O@q4x2X8ZNKB zdZ7J&g$@2~bn^5f^u#iiwI+NCX`lC^717P=7n{og%NqHdF``6y%y{ywOA&>5)*#fA zii>){*tl=%Y~P^`g$qECflD7*kcF9c>XWRnre6K!&eu3$TnhZpxOx-mEUa61Ba|o} ze$i728{LueX+?i-_B01@f0-Zi@)F;Fp?c~90a!UWZl}Z?wo6g$NmBq?tyUse$EJf* z{0OG}pCNpav76>MStJ>jz@@%)CP*(d82y@nE;f`$3PmJQR$>}%h&4{k&;EIN8cB5i& z>UI7U1P!Lk&-RpN^4>?pA&L_st|?!$FMNdhraV05Nbm>=O{)SGF6Tw9XY}x9a);dW zdZS_DLdNwtpfNc0>fF-a<)g5$N*Ug|%826PGO}Icmo*X&V!9+1UP{2&(_h?!yR07H z^!Z3D$-ppHZ(}v*Dy~VWkW6uMghtGxTKQnZ?kz)BQ4E)7zm{K5uVug@F+xrskaaLj z@96;a5JNl{13qy1fE)lXX|xH+BQgF$5MaobZ+%(Us* z;d+-DGdqayHD%IZDrS(TcCzV-tW z@pg*$6M$y5dtmZcSrQc_bSq?zrhRnOqo5e%l5Hb~y{9Uh4R+DeDkmW&bxYrKCrsEo z48!5K|6HD&<)Y5eP#iupTk(72@_7htKZS16qwE;kg!H)XZ!}=aFy7(6Bk=3^@(}fNT;1+X(5mh0G2KPMz&It4yzwf zNP)U$pz3=>_Q_l5YF&W(Pmofn5gSYQ3;-r3sU@4wmvVCO0Vu}Kn$z~`WVZzWHa`pz zB5QndrrmJ(6twuvNTR5y$dNKn3i$h-C<98t!S}IPywNgR;(y{FE;)oJ++}kHUhn#$;2xR9d zASNRJ^I8}w6ZXb8mT>edDIHL0Rq;Sm)8WaLCcWlXwC&T=CO@lK{*I~;sj3mOzRCGDYpYZZKvfP4Rnris}t%n&HD^_Y?c zq-NJRQr6W~{0RS=3TMjE`;j020_<&HKWo49Fd?V(tWm9XkJlD8#atzmd)^mdtpXkFE>=liVG86qjk}CLx%nf@7e1Pm) z1%MTGoes!U2)_PcPRVp8{A8<)&2^>&rE#@Ir~@p3tO0~zXz0mmlAcEo?yaPQ&GD0? z*)$M<3B%`N7j0|?Qpi(qEzVWS`nhvRTS+b0=yIe From 7935c9d095e03fcd3a54f6235be4d070d4ddc91f Mon Sep 17 00:00:00 2001 From: Azarak Date: Mon, 3 Feb 2020 23:36:55 +0100 Subject: [PATCH 48/54] Update soapstone.dm --- code/modules/library/soapstone.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/soapstone.dm b/code/modules/library/soapstone.dm index 88d1248a..cf872cc8 100644 --- a/code/modules/library/soapstone.dm +++ b/code/modules/library/soapstone.dm @@ -153,6 +153,7 @@ var/newcolor = copytext(hash, 1, 7) add_atom_colour("#[newcolor]", FIXED_COLOUR_PRIORITY) light_color = "#[newcolor]" + light_power = 0.3 set_light(1) /obj/structure/chisel_message/proc/pack() From 2046f7b17b6fe4151d2bb290e6f4fc3e94a71ca7 Mon Sep 17 00:00:00 2001 From: Harry <49167264+AtlasRules@users.noreply.github.com> Date: Mon, 3 Feb 2020 23:07:35 +0000 Subject: [PATCH 49/54] ooga booga fix lighting --- boxstation.dm | 1 + 1 file changed, 1 insertion(+) create mode 100644 boxstation.dm diff --git a/boxstation.dm b/boxstation.dm new file mode 100644 index 00000000..527299fd --- /dev/null +++ b/boxstation.dm @@ -0,0 +1 @@ +#define FORCE_MAP "_maps/boxstation.json" From 377871614b418faa96870b3a4bc32cea5b882de2 Mon Sep 17 00:00:00 2001 From: Harry <49167264+AtlasRules@users.noreply.github.com> Date: Mon, 3 Feb 2020 23:11:30 +0000 Subject: [PATCH 50/54] actually fix the lighting --- BoxStation.dmm | 124504 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124504 insertions(+) create mode 100644 BoxStation.dmm diff --git a/BoxStation.dmm b/BoxStation.dmm new file mode 100644 index 00000000..63ed564e --- /dev/null +++ b/BoxStation.dmm @@ -0,0 +1,124504 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/open/space/basic, +/area/space) +"aab" = ( +/obj/docking_port/stationary{ + dheight = 1; + dir = 8; + dwidth = 12; + height = 17; + id = "syndicate_ne"; + name = "northeast of station"; + width = 23 + }, +/turf/open/space, +/area/space/nearstation) +"aac" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space) +"aad" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aae" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"aaf" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aag" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"aah" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"aaj" = ( +/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/security/prison) +"aak" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aal" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/ambrosia, +/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/security/prison) +"aam" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/carrot, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aan" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/security/prison) +"aao" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/glowshroom, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aap" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/hydroponics/soil, +/obj/item/plant_analyzer, +/obj/machinery/camera{ + c_tag = "Prison Common Room"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaq" = ( +/turf/open/floor/plasteel, +/area/security/prison) +"aar" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/security/prison) +"aas" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aat" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/security/prison) +"aau" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/prison) +"aav" = ( +/turf/open/floor/plating, +/area/security/prison) +"aaw" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/open/floor/plating, +/area/security/prison) +"aax" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating, +/area/security/prison) +"aay" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/security/prison) +"aaz" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaA" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/grass, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaB" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aaC" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaD" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaF" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aaG" = ( +/obj/structure/bookcase, +/turf/open/floor/plasteel, +/area/security/prison) +"aaH" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/security/prison) +"aaI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaJ" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaK" = ( +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaL" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/security/prison) +"aaM" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaO" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/cryopod{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaP" = ( +/obj/structure/lattice, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aaQ" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aaR" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plasteel, +/area/security/prison) +"aaS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/prison) +"aaT" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/turf/open/floor/plasteel, +/area/security/prison) +"aaU" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaV" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaW" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaX" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aaY" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space, +/area/space/nearstation) +"aaZ" = ( +/turf/closed/wall, +/area/security/execution/transfer) +"aba" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abe" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/plasteel, +/area/security/prison) +"abf" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/prison) +"abg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abh" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abi" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abj" = ( +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abk" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"abl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"abm" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"abn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"abo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"abp" = ( +/obj/machinery/door/poddoor{ + id = "executionspaceblast" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"abq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "executionflash"; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abu" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/security/prison) +"abv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aby" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abB" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + icon_state = "right"; + name = "Unisex Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abC" = ( +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abD" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abE" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abF" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abG" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_y = 30 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -31 + }, +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abH" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abI" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abJ" = ( +/obj/machinery/computer/card/minor/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abL" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"abM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"abN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abO" = ( +/obj/structure/bed, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abP" = ( +/obj/machinery/sparker{ + id = "executionburn"; + pixel_x = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abQ" = ( +/turf/closed/wall, +/area/security/prison) +"abR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell3"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt3"; + name = "Cell 3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell2"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "permacell1"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abU" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abV" = ( +/obj/structure/closet/bombcloset/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abW" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office"; + dir = 4 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abZ" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aca" = ( +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acb" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acc" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = 10 + }, +/obj/structure/table/wood, +/obj/item/radio/off, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acd" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"ace" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"acf" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space, +/area/space/nearstation) +"acg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ach" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aci" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acj" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 3"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ack" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt3"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acl" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 2"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acn" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt2"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aco" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 1"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acq" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt1"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acs" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"act" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acu" = ( +/obj/structure/rack, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acv" = ( +/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 + }, +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acw" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acx" = ( +/obj/structure/rack, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/armor/laserproof, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acy" = ( +/obj/structure/closet/secure_closet/lethalshots, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acz" = ( +/obj/vehicle/ridden/secway, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acA" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/camera{ + c_tag = "Brig Equipment Room"; + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acC" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acD" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acE" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acG" = ( +/turf/closed/wall, +/area/security/main) +"acH" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"acI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"acJ" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"acK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Transfer Room"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acO" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acR" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"acS" = ( +/obj/machinery/flasher{ + id = "PCell 1"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acU" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acV" = ( +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acY" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/security/armory"; + dir = 4; + name = "Armory APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acZ" = ( +/obj/machinery/vending/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"ada" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adb" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"add" = ( +/obj/item/storage/secure/safe/HoS{ + pixel_x = 35 + }, +/obj/structure/closet/secure_closet/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"ade" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"adg" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adk" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adl" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ado" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/turf/open/space, +/area/space/nearstation) +"adp" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/item/hemostat, +/obj/item/retractor, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adq" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/assembly/flash/handheld, +/obj/item/reagent_containers/spray/pepper, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adr" = ( +/obj/machinery/button/flasher{ + id = "executionflash"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionspaceblast"; + name = "Vent to Space"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ads" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/prison) +"adt" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 3"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/prison) +"adv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 2"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 1"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adx" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ady" = ( +/obj/item/storage/toolbox/drone, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adz" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adA" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adB" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adC" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun/advtaser, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adF" = ( +/obj/machinery/door/window/eastleft{ + name = "armoury desk"; + req_access_txt = "1" + }, +/obj/machinery/door/window/westleft{ + name = "armoury desk"; + req_access_txt = "3" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adG" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hos"; + dir = 8; + name = "Head of Security's Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -25 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adJ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adL" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adP" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adT" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"adU" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adW" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adX" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/button/ignition{ + id = "executionburn"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionfireblast"; + name = "Transfer Area Lockdown"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"aea" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeb" = ( +/obj/machinery/button/door{ + id = "permacell3"; + name = "Cell 3 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 3"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aec" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aed" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aee" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aef" = ( +/obj/machinery/button/door{ + id = "permacell2"; + name = "Cell 2 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 2"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeg" = ( +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Prison Hallway"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aei" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aej" = ( +/obj/machinery/button/door{ + id = "permacell1"; + name = "Cell 1 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 1"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aek" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ael" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/prison"; + dir = 4; + name = "Prison Wing APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aem" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aen" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aep" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aer" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aes" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aet" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeu" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_y = -26; + req_access_txt = "3" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aev" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aew" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aex" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aey" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aez" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aeA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"aeB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aeC" = ( +/obj/machinery/camera{ + c_tag = "Security Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aeD" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"aeE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeG" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/tank/internals/oxygen/red{ + pixel_x = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + dir = 4; + name = "Prisoner Transfer Centre"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeS" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeT" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeU" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeZ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afa" = ( +/obj/machinery/recharger, +/obj/structure/table, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afc" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afd" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afe" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aff" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afj" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afm" = ( +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afn" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afo" = ( +/obj/docking_port/stationary{ + dir = 4; + 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) +"afp" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland3"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"afq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4 + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Armory"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aft" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afv" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afw" = ( +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"afx" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afy" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 1; + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afz" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afA" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/storage/box/hug, +/obj/item/razor{ + pixel_x = -6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afC" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afD" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afL" = ( +/obj/structure/reagent_dispensers/peppertank, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"afM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/security/main) +"afN" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"afP" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afQ" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afR" = ( +/turf/open/floor/plasteel, +/area/security/main) +"afS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/head_of_security, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/main) +"afU" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afV" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afX" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aga" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/screwdriver, +/obj/item/wrench, +/obj/item/clothing/head/helmet, +/obj/item/assembly/signaler, +/obj/machinery/light/small, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agb" = ( +/obj/structure/closet/secure_closet/injection, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/security/execution/transfer"; + name = "Prisoner Transfer Centre"; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agc" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agd" = ( +/turf/closed/wall, +/area/security/brig) +"age" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agg" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"agh" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Brig Control Room"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agi" = ( +/obj/machinery/computer/prisoner, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agj" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agk" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agl" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agn" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ago" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agp" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agr" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ags" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agt" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agu" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agv" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agw" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"agx" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agB" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agC" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agD" = ( +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agE" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agJ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agP" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agR" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agS" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"agT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agV" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agY" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aha" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/main) +"ahd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/main) +"ahe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahf" = ( +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahg" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahh" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahi" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahj" = ( +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/item/reagent_containers/syringe{ + name = "steel point" + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahl" = ( +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahm" = ( +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahn" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/warden"; + dir = 8; + name = "Brig Control APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aht" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahu" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahw" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"ahy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahA" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"ahC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahF" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/main"; + dir = 4; + name = "Security Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahI" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahJ" = ( +/obj/machinery/camera{ + c_tag = "Brig Interrogation"; + dir = 8; + network = list("interrogation") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahK" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Brig Infirmary"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ahL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahM" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahN" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahO" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahP" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/warden, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahR" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahU" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"ahW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahY" = ( +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aia" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aib" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aic" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aid" = ( +/obj/machinery/camera{ + c_tag = "Security Office"; + dir = 1 + }, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aie" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aif" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aig" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aih" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aii" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aij" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aik" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ail" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aim" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ain" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aip" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"air" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ais" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ait" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aix" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Armory Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southleft{ + name = "Reception Desk"; + req_access_txt = "63" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiy" = ( +/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/security/warden) +"aiz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"aiC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aiD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/main) +"aiE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiG" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/space/nearstation) +"aiH" = ( +/turf/closed/wall, +/area/security/processing) +"aiI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"aiJ" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/firealarm{ + 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/brig) +"aiP" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiQ" = ( +/obj/machinery/camera{ + c_tag = "Brig East" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiT" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiU" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"aiV" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/item/gavelhammer, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiW" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiX" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiY" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiZ" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aja" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajc" = ( +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajd" = ( +/turf/closed/wall, +/area/security/courtroom) +"aje" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ajf" = ( +/obj/machinery/gulag_teleporter, +/turf/open/floor/plasteel, +/area/security/processing) +"ajg" = ( +/obj/machinery/computer/gulag_teleporter_computer, +/turf/open/floor/plasteel, +/area/security/processing) +"ajh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/machinery/computer/security/labor, +/turf/open/floor/plasteel, +/area/security/processing) +"aji" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"ajk" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajl" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/brig"; + dir = 1; + name = "Brig APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajm" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajn" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aju" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajw" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajD" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajE" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajF" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajI" = ( +/obj/machinery/door/window/southleft{ + name = "Court Cell"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajK" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajL" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"ajM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajO" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ajP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Labor Shuttle"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + 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) +"ajS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"ajU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"ajY" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aka" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"akb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akc" = ( +/obj/machinery/camera{ + c_tag = "Brig Central"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ake" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akg" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aki" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"akj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"akl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ako" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"akp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akq" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"akr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aks" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"aku" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akx" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aky" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/security/brig) +"akA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akB" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akC" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akE" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"akF" = ( +/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/security/brig) +"akG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "innerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akJ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akK" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akL" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akM" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akP" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"akS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"akV" = ( +/turf/open/floor/plating, +/area/security/processing) +"akW" = ( +/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/plating, +/area/security/processing) +"akX" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"akY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"akZ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ala" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alb" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ald" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"ale" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"alh" = ( +/obj/machinery/button/door{ + id = "briggate"; + name = "Desk Shutters"; + pixel_x = -26; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/button/flasher{ + id = "brigentry"; + pixel_x = -28; + pixel_y = -8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ali" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alk" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"all" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"alm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aln" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alo" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alq" = ( +/obj/item/beacon, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alr" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"als" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alt" = ( +/turf/closed/wall, +/area/maintenance/starboard/fore) +"alu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"alv" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"alw" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aly" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alz" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"alA" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alC" = ( +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alD" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"alH" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alI" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alJ" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alK" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alL" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alM" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alN" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alO" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "outerbrig"; + name = "Brig Exterior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = -5; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "innerbrig"; + name = "Brig Interior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 5; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alQ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastright{ + name = "Brig Desk"; + req_access_txt = "2" + }, +/obj/item/restraints/handcuffs, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alS" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"alT" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alV" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "42" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"alZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/security/courtroom) +"ama" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amc" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amd" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ame" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amf" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amg" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amh" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ami" = ( +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amj" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/obj/item/bedsheet, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amk" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aml" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/toy/sword, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/obj/item/trash/plate, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amn" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/security/processing) +"amo" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"amp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"amq" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amr" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ams" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"amw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "briggate"; + name = "security blast door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amz" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "outerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amA" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/security/courtroom"; + dir = 8; + name = "Courtroom APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amI" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amJ" = ( +/turf/closed/wall, +/area/construction/mining/aux_base) +"amK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/fore"; + dir = 8; + name = "Port Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amM" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amN" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amO" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amP" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amQ" = ( +/obj/item/trash/sosjerky, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amR" = ( +/obj/item/electronics/airalarm, +/obj/item/circuitboard/machine/seed_extractor, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amT" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amU" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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/processing) +"amX" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the exit."; + id = "laborexit"; + name = "exit button"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/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/processing) +"amY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"amZ" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ana" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"and" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ane" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"anf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ang" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anh" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ani" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anj" = ( +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"ank" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"anl" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"anm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ann" = ( +/obj/effect/decal/cleanable/egg_smudge, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ano" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anp" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/box; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"anq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"anr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plating, +/area/security/processing) +"ans" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ant" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anv" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Courtroom" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"any" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anz" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anA" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anD" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"anJ" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Starboard Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anL" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"anN" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anP" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anQ" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anR" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anS" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/monkey_recycler, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anT" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"anU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anZ" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway West"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aob" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoc" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aod" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoe" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aof" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway East"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aog" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoh" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoi" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoj" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aok" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aom" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aon" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aop" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aoq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aor" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aos" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aot" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aou" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aov" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aox" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoy" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoz" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoA" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoB" = ( +/turf/open/space, +/area/space) +"aoC" = ( +/turf/open/floor/plasteel/airless, +/area/space/nearstation) +"aoD" = ( +/obj/structure/table, +/obj/item/stamp, +/obj/item/poster/random_official, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoF" = ( +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/security/processing) +"aoG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoH" = ( +/turf/closed/wall, +/area/security/vacantoffice/b) +"aoI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/abandoned{ + name = "Vacant Office B"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aoJ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoK" = ( +/turf/closed/wall, +/area/lawoffice) +"aoL" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/turf/open/floor/plasteel, +/area/lawoffice) +"aoM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoN" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/courtroom) +"aoT" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore/secondary"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apa" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air In" + }, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apc" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apd" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/starboard/fore"; + dir = 8; + name = "Starboard Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ape" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apf" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apg" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/fore) +"aph" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"api" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apk" = ( +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apl" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apn" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"apo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"app" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apr" = ( +/obj/effect/landmark/carpspawn, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aps" = ( +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/turf/open/floor/plating, +/area/security/processing) +"apt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"apu" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apw" = ( +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"apx" = ( +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"apz" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apB" = ( +/turf/open/floor/wood, +/area/lawoffice) +"apC" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/lawoffice) +"apD" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"apE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"apF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apK" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms"; + name = "Dormitory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apN" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apP" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness"; + name = "Fitness Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apQ" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access"; + req_access_txt = "10" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apX" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"apY" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apZ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqa" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqb" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqe" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/coin/gold, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqf" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqg" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqh" = ( +/obj/docking_port/stationary{ + area_type = /area/construction/mining/aux_base; + dheight = 4; + dir = 8; + dwidth = 4; + height = 9; + id = "aux_base_zone"; + name = "aux base zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + width = 9 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqi" = ( +/obj/docking_port/stationary/public_mining_dock{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqj" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqk" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Auxillary Base Construction"; + dir = 8 + }, +/obj/machinery/computer/camera_advanced/base_construction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aql" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"aqm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqn" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqo" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqp" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/fore"; + dir = 1; + name = "Port Bow Maintenance APC"; + pixel_x = -1; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqs" = ( +/turf/open/floor/plating, +/area/maintenance/fore) +"aqt" = ( +/obj/item/bedsheet/red, +/mob/living/simple_animal/bot/secbot/beepsky{ + name = "Officer Beepsky" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + name = "\improper Beepsky's emergency battery" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqv" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/processing"; + dir = 8; + name = "Labor Shuttle Dock APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqw" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Law office"; + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/wood, +/area/lawoffice) +"aqA" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/lawoffice) +"aqB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/lawoffice) +"aqC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "lawyer_blast"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/lawoffice) +"aqD" = ( +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitories Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqG" = ( +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aqK" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aqL" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqM" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqN" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/fore"; + dir = 1; + name = "Starboard Bow Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqQ" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqR" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqS" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqU" = ( +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqV" = ( +/obj/structure/closet, +/obj/item/coin/iron, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqX" = ( +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/obj/machinery/computer/security/telescreen/auxbase{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqY" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ara" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"arb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ard" = ( +/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/plating, +/area/maintenance/port/fore) +"are" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arf" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/fore) +"arg" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arh" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ari" = ( +/obj/machinery/monkey_recycler, +/obj/item/reagent_containers/food/snacks/monkeycube, +/obj/item/reagent_containers/food/snacks/monkeycube, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arj" = ( +/turf/closed/wall, +/area/maintenance/fore) +"ark" = ( +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"arl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arm" = ( +/obj/structure/table/wood, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aro" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/lawoffice) +"arp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arr" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ars" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"art" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aru" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arv" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arw" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm4"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/dorms) +"ary" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arz" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/semen, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arC" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arD" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arE" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arF" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arG" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arH" = ( +/obj/structure/closet/athletic_mixed, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arI" = ( +/obj/structure/closet/boxinggloves, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arJ" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room" + }, +/obj/structure/closet/masks, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arK" = ( +/obj/structure/closet/lasertag/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arL" = ( +/obj/structure/closet/lasertag/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arM" = ( +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arN" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arO" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arQ" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arS" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arT" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arU" = ( +/turf/closed/wall, +/area/maintenance/department/electrical) +"arV" = ( +/turf/closed/wall, +/area/space/nearstation) +"arW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arX" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arY" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ase" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"asf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"ash" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"asi" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"asj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"ask" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"asl" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plating, +/area/maintenance/fore) +"asm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"asn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aso" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Law Office Maintenance"; + req_access_txt = "38" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"asr" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"ass" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ast" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asu" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asw" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm4"; + name = "Dorm 4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asz" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asB" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm5"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asC" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asE" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm6"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asG" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"asL" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asM" = ( +/obj/structure/table, +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asO" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"asP" = ( +/obj/machinery/button/door{ + id = "maint3"; + name = "Blast Door Control C"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asS" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asT" = ( +/obj/item/stack/rods/fifty, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asU" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asV" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asW" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/maintenance/department/electrical) +"asX" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/maintenance/department/electrical) +"asY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"asZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"ata" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ate" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"atf" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged3" + }, +/area/space/nearstation) +"atg" = ( +/obj/item/paper/crumpled, +/turf/open/floor/plasteel/airless{ + icon_state = "damaged2" + }, +/area/space/nearstation) +"ath" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ati" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atk" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atl" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"atm" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office B"; + dir = 1 + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"atn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"ato" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/lawoffice) +"atp" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/cartridge/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"atq" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/prison{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/wood, +/area/lawoffice) +"atr" = ( +/obj/machinery/photocopier, +/obj/machinery/button/door{ + id = "lawyer_blast"; + name = "Privacy Shutters"; + pixel_x = 25; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ats" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/fore"; + dir = 8; + name = "Fore Primary Hallway APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway"; + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"att" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atv" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm5"; + name = "Cabin 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atw" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm6"; + name = "Cabin 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atx" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aty" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atz" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atD" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atH" = ( +/obj/machinery/camera{ + c_tag = "Holodeck" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"atJ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"atK" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atO" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atQ" = ( +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atR" = ( +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"atS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atX" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, +/obj/machinery/button/door{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + pixel_x = 24; + req_one_access_txt = "32;47;48" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/construction/mining/aux_base"; + dir = 8; + name = "Auxillary Base Construction APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aua" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aub" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"auc" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aud" = ( +/obj/structure/frame/computer, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aue" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/computer/operating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auf" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aug" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auh" = ( +/obj/item/airlock_painter, +/obj/structure/lattice, +/obj/structure/closet, +/turf/open/space, +/area/space/nearstation) +"aui" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auj" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auk" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"aul" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aum" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Chemical Storage"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aun" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"auo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"aup" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/power/apc{ + areastring = "/area/security/vacantoffice/b"; + dir = 8; + name = "Vacant Office B APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auq" = ( +/obj/machinery/power/apc{ + areastring = "/area/lawoffice"; + dir = 1; + name = "Law Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/lawoffice) +"aur" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aus" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aut" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"auu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auw" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aux" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Dormitory North" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"auF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auK" = ( +/obj/machinery/computer/holodeck{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auO" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/maintenance/department/electrical) +"auP" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/electrical"; + dir = 1; + name = "Electrical Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auR" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"auS" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"auT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auU" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction"; + req_one_access_txt = "32;47;48" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auV" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"auX" = ( +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auY" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/item/surgical_drapes, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auZ" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged5" + }, +/area/space/nearstation) +"ava" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avb" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ave" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"avf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"avg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avk" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avq" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avx" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm3"; + name = "Dorm 3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avB" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avC" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avD" = ( +/obj/structure/table/wood, +/obj/item/coin/silver, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avK" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"avL" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avM" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avN" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avP" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avQ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avR" = ( +/obj/machinery/button/door{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_x = -28; + pixel_y = 4 + }, +/obj/machinery/button/door{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_x = -28; + pixel_y = -6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avS" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avT" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avU" = ( +/obj/structure/table/glass, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avX" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"avZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awc" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awd" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"awe" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"awf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"awg" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/hallway/secondary/entry) +"awh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/entry) +"awp" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awq" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awr" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aws" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"awt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awu" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aww" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awy" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awD" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awG" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"awM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"awQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"awR" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awS" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awU" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awV" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awW" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awX" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"axa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axe" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axf" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axk" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"axl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axq" = ( +/obj/structure/sign/warning/electricshock, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axu" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axv" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland2"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"axw" = ( +/obj/docking_port/stationary{ + dir = 8; + 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) +"axx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"axy" = ( +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axz" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axA" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axB" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"axJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axK" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axL" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axM" = ( +/obj/structure/table/glass, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"axT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axU" = ( +/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/maintenance/fore) +"axV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axX" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"axZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aya" = ( +/turf/closed/wall/r_wall, +/area/gateway) +"ayb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayd" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aye" = ( +/obj/structure/closet/crate/rcd, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayf" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/hand_labeler, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayg" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayh" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + dir = 1; + name = "EVA Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayi" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/obj/item/assembly/timer, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayj" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayl" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aym" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayo" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayp" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayq" = ( +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"ayr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ays" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ayt" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm2"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"ayu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayw" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayx" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayD" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayK" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"ayL" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayN" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayR" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayS" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayT" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayZ" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aza" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"azb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"azc" = ( +/turf/closed/wall, +/area/hydroponics/garden) +"azd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics/garden) +"aze" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Garden Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"azg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space, +/area/space/nearstation) +"azh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/space, +/area/space/nearstation) +"azi" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azj" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azk" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azl" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azm" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"azn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"azo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "EVA Maintenance"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"azp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azv" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azx" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azy" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm2"; + name = "Dorm 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azB" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azC" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azD" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azE" = ( +/obj/structure/closet/wardrobe/pjs, +/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/crew_quarters/dorms) +"azF" = ( +/turf/closed/wall, +/area/crew_quarters/toilet) +"azG" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"azH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azK" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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/crew_quarters/fitness) +"azN" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room South"; + dir = 1 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azO" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/service"; + dir = 1; + name = "Service Hall APC"; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azP" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azQ" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azR" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azU" = ( +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azV" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azW" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"azY" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "backup power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azZ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aAa" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"aAb" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aAc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAe" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 North"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAf" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aAi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/auxiliary"; + name = "Security Checkpoint APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAl" = ( +/obj/machinery/power/apc{ + areastring = "/area/hydroponics/garden"; + dir = 4; + name = "Garden APC"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAm" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/hydroponics/garden) +"aAn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAp" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAr" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAu" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/primary"; + name = "Primary Tool Storage APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAx" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAB" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAC" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAD" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAE" = ( +/obj/machinery/power/apc{ + areastring = "/area/gateway"; + dir = 8; + name = "Gateway APC"; + pixel_x = -24; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAF" = ( +/obj/machinery/camera{ + c_tag = "EVA Maintenance"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aAH" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAI" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAN" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAO" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aAS" = ( +/turf/closed/wall, +/area/crew_quarters/cryopod) +"aAT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aAU" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAW" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aAY" = ( +/obj/item/clothing/under/rank/mailman, +/obj/item/clothing/head/mailman, +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aAZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBa" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBb" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aBd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aBe" = ( +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBj" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBk" = ( +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/structure/table/glass, +/obj/item/seeds/tower, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBn" = ( +/turf/closed/wall, +/area/storage/primary) +"aBo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Tool Storage Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/storage/primary) +"aBq" = ( +/turf/closed/wall/r_wall, +/area/storage/primary) +"aBr" = ( +/obj/machinery/computer/bank_machine, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBs" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBu" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/nuke_storage"; + dir = 1; + name = "Vault APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBv" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBw" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBx" = ( +/obj/machinery/gateway, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBy" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBA" = ( +/obj/machinery/requests_console{ + department = "EVA"; + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/pen{ + desc = "Writes upside down!"; + name = "astronaut pen" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aBH" = ( +/obj/machinery/camera{ + c_tag = "EVA East"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBI" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBJ" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/cryopod, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aBM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBO" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBP" = ( +/obj/effect/landmark/xeno_spawn, +/obj/item/bikehorn/rubberducky, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBQ" = ( +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/gun/ballistic/revolver/doublebarrel, +/obj/structure/table/wood, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c100, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBR" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBS" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBT" = ( +/turf/closed/wall, +/area/crew_quarters/theatre) +"aBU" = ( +/obj/machinery/reagentgrinder, +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBY" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCa" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCe" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"aCf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCg" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCj" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCk" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/main) +"aCt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCw" = ( +/turf/closed/wall, +/area/chapel/main) +"aCx" = ( +/obj/machinery/camera{ + c_tag = "Arrivals North"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aCy" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCA" = ( +/obj/machinery/computer/security{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCB" = ( +/obj/machinery/computer/card{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCC" = ( +/obj/machinery/computer/secure_data{ + pixel_y = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCF" = ( +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCG" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCH" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCJ" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCK" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCL" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/machinery/requests_console{ + department = "Tool Storage"; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCM" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCO" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCQ" = ( +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCT" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDa" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aDc" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDd" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "EVA Storage"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDh" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDi" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aDj" = ( +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aDl" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDo" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"aDp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitory South"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aDq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDs" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDu" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDw" = ( +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aDB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + sortType = 18 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDH" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/table, +/obj/item/shovel/spade, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/chapel/main"; + name = "Chapel APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDV" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDZ" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Mass Driver"; + req_access_txt = "22" + }, +/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) +"aEa" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/chapel/main) +"aEb" = ( +/obj/machinery/door/poddoor{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/chapel/main) +"aEc" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/entry"; + dir = 4; + name = "Entry Hall APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aEd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEg" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEk" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEl" = ( +/turf/open/floor/plasteel, +/area/storage/primary) +"aEm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/primary) +"aEn" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEo" = ( +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEq" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEr" = ( +/obj/machinery/camera{ + c_tag = "Gateway"; + dir = 4 + }, +/obj/structure/table, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEs" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel, +/area/gateway) +"aEt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEu" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel, +/area/gateway) +"aEv" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEw" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEx" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aEz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEA" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aEB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aEC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aED" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aEE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aEF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEH" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet"; + dir = 4; + name = "Dormitory Bathrooms APC"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEN" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEQ" = ( +/obj/machinery/door/airlock{ + name = "Service Hall"; + req_one_access_txt = "25;26;35;28" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aER" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hallway/secondary/service) +"aES" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/hallway/secondary/service) +"aET" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFb" = ( +/turf/closed/wall, +/area/library) +"aFc" = ( +/turf/closed/wall, +/area/chapel/office) +"aFd" = ( +/obj/machinery/power/apc{ + areastring = "/area/chapel/office"; + name = "Chapel Office APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/chapel/office) +"aFe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFf" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aFj" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFl" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFm" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFn" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFo" = ( +/obj/item/radio/off, +/obj/item/crowbar, +/obj/item/assembly/flash/handheld, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFp" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFq" = ( +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFr" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFu" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFv" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFy" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/ore_silo, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFz" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 1; + network = list("vault") + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFC" = ( +/obj/structure/safe, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFE" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aFF" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/gateway) +"aFG" = ( +/turf/open/floor/plasteel, +/area/gateway) +"aFH" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFL" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFN" = ( +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFP" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFS" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFT" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFU" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aFV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFW" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFX" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFY" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aGa" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aGb" = ( +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil, +/obj/item/flashlight/lamp, +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aGd" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar"; + name = "Bar APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGe" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGg" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGj" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 19 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 20 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aGv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 17 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/library) +"aGy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGz" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood, +/area/library) +"aGA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/wood, +/area/library) +"aGB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood, +/area/library) +"aGC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/chapel/office) +"aGD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/vending/wardrobe/chap_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGG" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Chapel Office" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGH" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGI" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGJ" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGN" = ( +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aGO" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aGP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/chapel/main) +"aGQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"aGR" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/entry) +"aGS" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aGT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"aGU" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aGV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGW" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGX" = ( +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 4 + }, +/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/garden) +"aGY" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aGZ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHa" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aHc" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault{ + req_access_txt = "53" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aHd" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/gateway) +"aHg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHh" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHj" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/crowbar, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHu" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHv" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHw" = ( +/obj/structure/lattice, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHx" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHA" = ( +/obj/machinery/vending/cola/random, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aHC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aHH" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Bar Storeage"; + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHK" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen"; + name = "Kitchen APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHM" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 21 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHR" = ( +/obj/machinery/power/apc{ + areastring = "/area/hydroponics"; + name = "Hydroponics APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHS" = ( +/turf/closed/wall, +/area/hydroponics) +"aHT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/hydroponics) +"aHU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHV" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/library) +"aHW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/library) +"aHX" = ( +/obj/structure/chair/office/dark, +/obj/machinery/camera{ + c_tag = "Library North" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHY" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aIa" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"aIb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aId" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIe" = ( +/obj/effect/landmark/start/chaplain, +/obj/structure/chair, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/crayons, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIh" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIi" = ( +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aIj" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aIk" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIl" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIo" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Lounge" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIq" = ( +/obj/structure/sign/map/left{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIr" = ( +/obj/structure/sign/map/right{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIs" = ( +/obj/structure/table/glass, +/obj/item/hatchet, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/reagent_containers/glass/bucket, +/obj/item/plant_analyzer, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIt" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIu" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/analyzer, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIv" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIw" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIx" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIz" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIB" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIC" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aID" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aIE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIF" = ( +/obj/machinery/button/door{ + id = "stationawaygate"; + name = "Gateway Access Shutter Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aIG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aII" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/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/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIJ" = ( +/obj/machinery/camera{ + c_tag = "EVA South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIK" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/central) +"aIM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIP" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIQ" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIT" = ( +/turf/closed/wall, +/area/hallway/primary/central) +"aIU" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aIV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIX" = ( +/obj/machinery/camera{ + c_tag = "Dormitory Toilets"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aIY" = ( +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aIZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJa" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJb" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aJc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJd" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"aJe" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJf" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aJg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJi" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJl" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Kitchen" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aJm" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Hydroponics" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJp" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/guides/jobs/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJr" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aJs" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"aJt" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aJu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aJv" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/office) +"aJz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJA" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJB" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJD" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/xmastree, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aJF" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aJG" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics/garden) +"aJM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aJN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJR" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJS" = ( +/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/hallway/primary/port) +"aJT" = ( +/obj/structure/cable, +/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/hallway/primary/port) +"aJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aJV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aJY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aJZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aKa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aKb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/gateway) +"aKc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aKd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKe" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKf" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aKg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKh" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aKi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aKn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/plasteel, +/area/bridge) +"aKo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/dresser, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKr" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKs" = ( +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKv" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKw" = ( +/obj/machinery/door/window/southleft{ + name = "Kitchen Delivery"; + req_access_txt = "28" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aKx" = ( +/obj/machinery/door/window/eastright{ + name = "Hydroponics Delivery"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKy" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKz" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKC" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKD" = ( +/obj/machinery/smartfridge/disks{ + pixel_y = 2 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKE" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKG" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/watertank, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKH" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/library) +"aKI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/library) +"aKJ" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aKK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aKL" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + dir = 4; + name = "Crematorium"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKR" = ( +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKS" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aKT" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aKU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aKV" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKW" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKX" = ( +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKY" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aLa" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aLb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLc" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLd" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLe" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port"; + dir = 1; + name = "Port Hall APC"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLl" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLo" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLw" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLA" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLB" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLD" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLF" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLG" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aLM" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet) +"aLN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLO" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLR" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLS" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aLT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLU" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aLV" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLW" = ( +/mob/living/carbon/monkey/punpun, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLZ" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMa" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aMd" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMe" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMf" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMg" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/glass/bucket, +/obj/item/wirecutters, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMh" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMi" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = -31 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMo" = ( +/obj/machinery/chem_master/condimaster, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMp" = ( +/turf/open/floor/wood, +/area/library) +"aMq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aMr" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aMs" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMu" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aMv" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMy" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"aMz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aMA" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aMB" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chips, +/obj/item/reagent_containers/food/drinks/soda_cans/cola, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMD" = ( +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aME" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMF" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMG" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aMH" = ( +/turf/open/floor/goonplaque, +/area/hallway/secondary/entry) +"aMI" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aML" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMN" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNa" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNb" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNc" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "EVA" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNd" = ( +/obj/effect/landmark/observer_start, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "EVA2" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNf" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNh" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA2"; + location = "Dorm" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNl" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNm" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNn" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNo" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/bartender, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/bar) +"aNu" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre"; + dir = 8; + name = "Theatre APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNv" = ( +/obj/structure/kitchenspike, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics) +"aNA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"aNB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aNC" = ( +/obj/machinery/bookbinder, +/turf/open/floor/wood, +/area/library) +"aND" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aNE" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/library) +"aNF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aNG" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNH" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNI" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNJ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNL" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNM" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNN" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNO" = ( +/obj/item/beacon, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 South" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNP" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNR" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aNS" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aNT" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aNU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNX" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNY" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOa" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOl" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_x = 32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = 32; + pixel_y = -40 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOp" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "CHW" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOr" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOs" = ( +/obj/machinery/light, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aOv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOx" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOy" = ( +/obj/machinery/computer/slot_machine, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aOA" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aOD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOE" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOG" = ( +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOH" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOI" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera{ + c_tag = "Hydroponics North" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOL" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/library) +"aOM" = ( +/turf/open/floor/carpet, +/area/library) +"aON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/library) +"aOO" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/library) +"aOP" = ( +/obj/machinery/computer/libraryconsole, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aOQ" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/engine/cult, +/area/library) +"aOR" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/engine/cult, +/area/library) +"aOS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/turf/open/floor/engine/cult, +/area/library) +"aOT" = ( +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aOV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOW" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aOX" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Holding Area"; + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPd" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPf" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPg" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPh" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPi" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aPj" = ( +/turf/closed/wall, +/area/maintenance/port) +"aPk" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aPl" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"aPm" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPo" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/crew_quarters/locker) +"aPp" = ( +/turf/closed/wall, +/area/storage/art) +"aPq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/art) +"aPr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aPs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/storage/art) +"aPt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aPu" = ( +/turf/closed/wall, +/area/storage/emergency/port) +"aPv" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPw" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPA" = ( +/turf/closed/wall, +/area/storage/tools) +"aPB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPC" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"aPD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aPE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPF" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aPL" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPM" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/central) +"aPN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/table/reinforced, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"aPO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPP" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/bar) +"aPR" = ( +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aPS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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) +"aPT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aPW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aPX" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/library) +"aPY" = ( +/obj/effect/landmark/blobstart, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/library) +"aPZ" = ( +/obj/structure/destructible/cult/tome, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/book/codex_gigas, +/turf/open/floor/engine/cult, +/area/library) +"aQa" = ( +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQb" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQe" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQf" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQj" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQl" = ( +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQo" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland1"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"aQp" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQA" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"aQB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"aQC" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQD" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQF" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQG" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQI" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQJ" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQK" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQL" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQM" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/open/floor/plasteel, +/area/storage/art) +"aQO" = ( +/turf/open/floor/plasteel, +/area/storage/art) +"aQP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aQQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aQR" = ( +/obj/machinery/door/airlock{ + name = "Port Emergency Storage" + }, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aQS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/storage/tools) +"aQT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aQU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aQV" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQW" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQX" = ( +/obj/machinery/computer/monitor{ + name = "bridge power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQY" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQZ" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRb" = ( +/obj/machinery/modular_computer/console/preset/command, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRc" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRd" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/bridge) +"aRf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aRg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aRh" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/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/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"aRi" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRk" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRl" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRm" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aRn" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRo" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRr" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Kitchen" + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRt" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRu" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRw" = ( +/turf/open/floor/plasteel, +/area/hydroponics) +"aRx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/library"; + dir = 4; + name = "Library APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aRz" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/library) +"aRA" = ( +/obj/structure/displaycase/trophy, +/turf/open/floor/wood, +/area/library) +"aRB" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aRC" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/open/floor/engine/cult, +/area/library) +"aRD" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aRE" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"aRF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/chapel/main) +"aRG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRH" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRI" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRJ" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aRK" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRM" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/entry) +"aRN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRO" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRP" = ( +/obj/machinery/firealarm{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRR" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRS" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRT" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"aRU" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aRV" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil, +/obj/item/paper_bin/construction, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/storage/art) +"aRW" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRX" = ( +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRY" = ( +/obj/item/extinguisher, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRZ" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/tools"; + dir = 1; + name = "Auxiliary Tool Storage APC"; + pixel_y = 24 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSc" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage" + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tools) +"aSf" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSg" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel, +/area/bridge) +"aSh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSi" = ( +/obj/structure/chair{ + dir = 1; + name = "Engineering Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSk" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/multitool, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSl" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = -2; + req_access_txt = "19" + }, +/obj/machinery/keycard_auth{ + pixel_x = 29; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSm" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSn" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSo" = ( +/obj/structure/chair{ + dir = 1; + name = "Crew Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSq" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "barShutters"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aSr" = ( +/obj/structure/chair/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSs" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSt" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSu" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/bridge) +"aSw" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"aSy" = ( +/obj/structure/table/wood, +/obj/item/instrument/guitar{ + pixel_x = -7 + }, +/obj/item/instrument/eguitar{ + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSz" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSA" = ( +/obj/effect/landmark/xmastree, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSB" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSD" = ( +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSI" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aSJ" = ( +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aSK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSL" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSM" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSO" = ( +/obj/machinery/door/window/northright{ + dir = 8; + name = "Library Desk Door"; + req_access_txt = "37" + }, +/turf/open/floor/wood, +/area/library) +"aSP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/library) +"aSQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/library) +"aSR" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSS" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aST" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSU" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aSV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aSW" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aSX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aSY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aSZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aTa" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + id = "emergency_home"; + name = "BoxStation emergency evac bay"; + width = 32 + }, +/turf/open/space/basic, +/area/space) +"aTb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aTc" = ( +/turf/closed/wall, +/area/security/vacantoffice) +"aTd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTh" = ( +/obj/structure/closet/wardrobe/green, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTj" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTl" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTm" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTp" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTq" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/storage/art) +"aTr" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/storage/art) +"aTs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/turf/open/floor/plasteel, +/area/storage/art) +"aTt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTu" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTv" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTw" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTz" = ( +/turf/open/floor/plasteel, +/area/storage/tools) +"aTA" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTB" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"aTC" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTD" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTE" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTF" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/bridge) +"aTG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTH" = ( +/turf/open/floor/plasteel, +/area/bridge) +"aTI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aTM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/bridge) +"aTO" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTP" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTQ" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTR" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"aTS" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aTT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aTW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aTX" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTY" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTZ" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aUc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUe" = ( +/obj/machinery/vending/hydronutrients, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUf" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUh" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUi" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood, +/area/library) +"aUj" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"aUk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aUl" = ( +/obj/effect/landmark/start/librarian, +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/library) +"aUm" = ( +/obj/machinery/libraryscanner, +/turf/open/floor/wood, +/area/library) +"aUn" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aUo" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUp" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUq" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUr" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUs" = ( +/obj/machinery/computer/arcade, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aUt" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aUu" = ( +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUw" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUx" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUy" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUC" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUF" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUG" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUH" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUI" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUJ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUO" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUR" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aUT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aUU" = ( +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUV" = ( +/obj/structure/chair{ + dir = 1; + name = "Security Station" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aUZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVb" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVe" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVh" = ( +/obj/structure/chair{ + dir = 1; + name = "Logistics Station" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVi" = ( +/obj/machinery/camera{ + c_tag = "Bridge East"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVj" = ( +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVk" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVl" = ( +/obj/machinery/camera{ + c_tag = "Bridge East Entrance" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVm" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVn" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen2"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVp" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aVt" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVu" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVv" = ( +/obj/structure/table/wood, +/obj/item/paper, +/turf/open/floor/wood, +/area/library) +"aVw" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aVx" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/wood, +/area/library) +"aVy" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aVz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/library) +"aVA" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aVB" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aVC" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aVD" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aVE" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVF" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVI" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVJ" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"aVK" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVM" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVP" = ( +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVV" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/art"; + dir = 1; + name = "Art Storage"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVX" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWa" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/emergency/port"; + dir = 1; + name = "Port Emergency Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"aWd" = ( +/turf/closed/wall, +/area/security/detectives_office) +"aWe" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWf" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) +"aWm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWn" = ( +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWp" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWr" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWt" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWu" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWF" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aWG" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aWJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWK" = ( +/obj/machinery/button/door{ + id = "kitchen2"; + name = "Kitchen Shutters Control"; + pixel_x = -24; + req_access_txt = "28" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWL" = ( +/obj/machinery/processor, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aWU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aWX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aXa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXc" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXe" = ( +/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) +"aXf" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXg" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -28 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXk" = ( +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXo" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port) +"aXp" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aXs" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXv" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXw" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXy" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXz" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port"; + dir = 8; + name = "Port Maintenance APC"; + pixel_x = -27; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXH" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXI" = ( +/obj/machinery/computer/med_data, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXJ" = ( +/obj/machinery/computer/secure_data, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXL" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXM" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXN" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXO" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXP" = ( +/obj/machinery/camera{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXR" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aXS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aXT" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aYb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYc" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYi" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/central"; + name = "Central Hall APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-24" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aYl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/item/reagent_containers/food/snacks/pie/cream, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYm" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aYn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aYo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYp" = ( +/obj/machinery/food_cart, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYq" = ( +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "28" + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYs" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYt" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYu" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYv" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYw" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/hydroponics) +"aYy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aYD" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/library) +"aYE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aYK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYM" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYN" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Airlocks"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aYP" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Vacant Office A"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYR" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aYT" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYV" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYW" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYY" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aZa" = ( +/obj/structure/table, +/obj/item/razor, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZc" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/female{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/clothing/under/suit_jacket/really_black{ + pixel_x = -2 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZd" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZe" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZj" = ( +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZm" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/briefcase, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZp" = ( +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Detective's Office" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZs" = ( +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZt" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aZv" = ( +/turf/closed/wall/r_wall, +/area/bridge/meeting_room) +"aZw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/bridge/meeting_room) +"aZx" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"aZy" = ( +/turf/closed/wall, +/area/bridge/meeting_room) +"aZz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZA" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aZB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZC" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZD" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZE" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"aZF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZG" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZH" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aZI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"aZJ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"aZK" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/head/welding, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"aZL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aZM" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aZN" = ( +/obj/structure/flora/bush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZO" = ( +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZQ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZR" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZU" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hydroponics) +"aZW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics) +"aZX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"baa" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bab" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bac" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/library) +"bad" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/library) +"bae" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"baf" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"bag" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/library) +"bah" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bai" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"baj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bak" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/exit"; + dir = 8; + name = "Escape Hallway APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bal" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bam" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ban" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bao" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bap" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"baq" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"bar" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bas" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bat" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/locker"; + dir = 4; + name = "Locker Restrooms APC"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bau" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bav" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baw" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bax" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bay" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baz" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baA" = ( +/obj/item/storage/secure/safe{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baB" = ( +/obj/structure/table/wood, +/obj/item/camera/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"baC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baE" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"baF" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baG" = ( +/obj/machinery/button/door{ + id = "heads_meeting"; + name = "Security Shutters"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baH" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baI" = ( +/obj/machinery/camera{ + c_tag = "Conference Room" + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baJ" = ( +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baK" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baO" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baP" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baQ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baR" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baU" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baV" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/captain"; + dir = 1; + name = "Captain's Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baW" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baX" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baZ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bba" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbc" = ( +/obj/structure/sign/barsign, +/turf/closed/wall, +/area/crew_quarters/bar) +"bbd" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bbe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bbh" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/library) +"bbi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"bbj" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bbk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bbl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bbm" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/vacantoffice"; + dir = 8; + name = "Vacant Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bbo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbp" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbq" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbr" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbs" = ( +/obj/machinery/washing_machine, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; + dir = 4; + name = "Cargo Warehouse APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbw" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Detective's Office"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bby" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3 + }, +/obj/item/lighter, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbz" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbB" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"bbD" = ( +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bbE" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbG" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbJ" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbK" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/quarantine, +/obj/machinery/camera/motion{ + dir = 4; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbL" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbM" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/freeform, +/obj/structure/sign/plaques/kiddie{ + pixel_x = 32 + }, +/obj/machinery/camera/motion{ + dir = 8; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbO" = ( +/obj/structure/displaycase/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbP" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbT" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbW" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bbX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bce" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcf" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcg" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bch" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bci" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bck" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bcm" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bco" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcr" = ( +/obj/effect/landmark/blobstart, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcs" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"bct" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bcu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcz" = ( +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bcE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/detectives_office"; + dir = 4; + name = "Detective's Office APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port) +"bcF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"bcG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcI" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bcL" = ( +/obj/item/hand_labeler, +/obj/item/assembly/timer, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcM" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcN" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)" + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcO" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcP" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcR" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcS" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcT" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bcV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bcY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bda" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bde" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdj" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdo" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdp" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdq" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bdr" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"bds" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"bdt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal) +"bdu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdw" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 3" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdx" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdy" = ( +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/port) +"bdz" = ( +/obj/effect/landmark/blobstart, +/obj/item/clothing/suit/ianshirt, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/port) +"bdA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/locker) +"bdB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Locker Room Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdC" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdF" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdG" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/security/detectives_office) +"bdH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bdI" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bdJ" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdK" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdL" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/aiModule/core/full/custom, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdN" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdO" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + name = "Upload APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdP" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdQ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdR" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/zeroth/oneHuman, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/reset/purge, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/aiModule/supplied/protectStation, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdS" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdU" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdV" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdY" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdZ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bea" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Stbd"; + location = "HOP" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bec" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 36 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bed" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bee" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bef" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"beh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bei" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bej" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side, +/area/hallway/primary/starboard) +"bek" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bel" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bem" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ben" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beo" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bep" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ber" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"bes" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bet" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"beu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bev" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bew" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/exit) +"bex" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bey" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bez" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beB" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beC" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beD" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/recycler, +/obj/structure/sign/warning/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beF" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beL" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beM" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beN" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/locker"; + dir = 1; + name = "Locker Room APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beS" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beU" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/head/soft/rainbow, +/obj/item/clothing/shoes/sneakers/rainbow, +/obj/item/clothing/under/color/rainbow, +/turf/open/floor/plating, +/area/maintenance/port) +"beV" = ( +/turf/closed/wall, +/area/quartermaster/sorting) +"beW" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beX" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beY" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beZ" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfc" = ( +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfe" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bff" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfg" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfj" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfk" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfl" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfm" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfo" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfp" = ( +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/obj/item/storage/secure/safe{ + pixel_x = 35; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfq" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = -30 + }, +/obj/structure/filingcabinet, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfr" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfs" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bft" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfv" = ( +/turf/closed/wall, +/area/medical/chemistry) +"bfw" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/medical/medbay/central) +"bfx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bfy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfB" = ( +/turf/closed/wall, +/area/medical/morgue) +"bfC" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bfD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"bfE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_y = 26; + req_access_txt = "5" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Medbay" + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bfH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfI" = ( +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "Skynet_launch"; + name = "mech bay" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfL" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"bfM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfN" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfO" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfQ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfR" = ( +/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/hallway/primary/starboard) +"bfS" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"bfT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/exit) +"bfU" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bfV" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfX" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 3 & 4"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfY" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfZ" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bga" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgb" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bgd" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; + dir = 8; + name = "Disposal APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bge" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgh" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 4" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgi" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bgk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/storage"; + name = "Cargo Bay APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bgq" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgr" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgv" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgz" = ( +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bgA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgD" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgE" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Bridge Delivery"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bgF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgG" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgH" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgJ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgL" = ( +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bgM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgN" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/camera, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgO" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)"; + pixel_x = -28 + }, +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgP" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgQ" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/melee/chainofcommand, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgR" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgT" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bgU" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bgV" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/chemistry"; + dir = 1; + name = "Chemistry APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgW" = ( +/obj/machinery/camera{ + c_tag = "Chemistry" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgX" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgY" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bha" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhc" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhd" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhe" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhf" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + pixel_y = 18 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhh" = ( +/obj/structure/filingcabinet, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bhi" = ( +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhl" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhm" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/morgue"; + dir = 1; + name = "Morgue APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bho" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 14 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bhp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Mech Bay Maintenance"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bhq" = ( +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bht" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhw" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhx" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bhz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhB" = ( +/turf/closed/wall, +/area/science/research) +"bhC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bhD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) +"bhE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + name = "Research and Development Desk"; + req_one_access_txt = "7;29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/lab) +"bhF" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhG" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhH" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bhI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard) +"bhJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhL" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhN" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhO" = ( +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bhP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port) +"bhQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"bhT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhU" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhV" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhY" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"bhZ" = ( +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bia" = ( +/obj/structure/disposalpipe/sorting/wrap{ + dir = 1 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bib" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bic" = ( +/obj/machinery/door/window/eastleft{ + icon_state = "right"; + name = "Incoming Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bid" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bie" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bif" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"big" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bih" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bii" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bij" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bik" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bil" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bim" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bin" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bio" = ( +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/button/door{ + id = "rnd"; + name = "Shutters Control Button"; + pixel_x = -6; + pixel_y = 24; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bip" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"biq" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bir" = ( +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bis" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bit" = ( +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biu" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"biw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bix" = ( +/obj/structure/bed/roller, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"biy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biz" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biA" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"biE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biG" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North-East" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biH" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biK" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"biL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biP" = ( +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biS" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biV" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"biW" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bja" = ( +/turf/open/floor/wood/cold, +/area/crew_quarters/bar) +"bjb" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjc" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bjd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bje" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjg" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjh" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bji" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjj" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjk" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjl" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjm" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"bjo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjp" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjq" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Detective Maintenance"; + req_access_txt = "4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bjr" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"bjt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bju" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjv" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/primary/starboard) +"bjx" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/primary/starboard) +"bjy" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjB" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjE" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"bjF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjG" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjH" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjI" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjK" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjP" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bjQ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjR" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjS" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bjT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjW" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjY" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bka" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bke" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/mechbay"; + dir = 4; + name = "Mech Bay APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bkf" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bki" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkj" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkk" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bkl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkm" = ( +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkn" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bko" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + network = list("ss13","rd") + }, +/obj/machinery/button/door{ + id = "robotics"; + name = "Shutters Control Button"; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkq" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkr" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bks" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/research) +"bku" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access" + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkv" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkw" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bky" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bkA" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"bkB" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkG" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Disposal Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bkO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkP" = ( +/obj/structure/table, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkQ" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkS" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkW" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkX" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkZ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/quartermaster/office) +"bla" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bld" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ble" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Delivery Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blh" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"bli" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"blj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"blk" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Central Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bll" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/central) +"blm" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bln" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blr" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bls" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blu" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blv" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blw" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/medical/chemistry) +"blx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bly" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blE" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blH" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"blI" = ( +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blK" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/science/robotics/mechbay) +"blL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blN" = ( +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blR" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"blT" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blY" = ( +/turf/closed/wall, +/area/maintenance/starboard) +"blZ" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "disposal exit vent" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bma" = ( +/obj/machinery/button/door{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_x = -25; + pixel_y = 4; + req_access_txt = "12" + }, +/obj/machinery/button/massdriver{ + id = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmb" = ( +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmc" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port) +"bme" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmf" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/storage) +"bmh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bmi" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bml" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bmm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmn" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmo" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 2 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bms" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmt" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/sorting"; + name = "Delivery Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmu" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/item/paper_bin{ + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -3 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmv" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmx" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hop"; + name = "Head of Personnel APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmA" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmB" = ( +/obj/machinery/power/apc{ + areastring = "/area/bridge/meeting_room"; + dir = 4; + name = "Conference Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmE" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmF" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"bmI" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/captain) +"bmJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Captain's Office Maintenance"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bmK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmO" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bmQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmS" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmT" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmU" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmV" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmW" = ( +/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) +"bmX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmY" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/medical"; + dir = 8; + name = "Medbay Security APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bmZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bna" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bnb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnc" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/medical/morgue"; + dir = 4; + name = "Morgue Maintenance APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnd" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bne" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bng" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bni" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bnj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/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, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bno" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnp" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnq" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bnr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bns" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bnt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/dresser, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/item/card/id/captains_spare, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnv" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bny" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnz" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/mass_driver{ + id = "trash" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnC" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnD" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnE" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bnG" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnH" = ( +/obj/structure/closet/emcloset, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnJ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnL" = ( +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnN" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + 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) +"bnP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnR" = ( +/obj/machinery/status_display/supply, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/sorting) +"bnS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bnV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/status_display/supply{ + pixel_x = -28; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnX" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"bnY" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"bnZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"boa" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/hop) +"bob" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"boc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bod" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"boe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bof" = ( +/turf/closed/wall, +/area/crew_quarters/heads/captain) +"bog" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boh" = ( +/obj/item/stack/sheet/glass, +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module, +/obj/machinery/power/apc{ + areastring = "/area/science/lab"; + dir = 4; + name = "Research Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boi" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"boj" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Private Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bok" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bom" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bon" = ( +/obj/structure/table/glass, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bop" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boq" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bor" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bos" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bot" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bou" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + req_access_txt = "5" + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bov" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = 26; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bow" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"box" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 4; + name = "Medbay APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"boy" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boA" = ( +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/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 = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"boC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/medical/morgue) +"boG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/morgue) +"boJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boL" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boP" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/robotics/lab) +"boR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boV" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boW" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boX" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"boY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"boZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/research) +"bpa" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bpb" = ( +/turf/open/floor/plasteel, +/area/science/lab) +"bpc" = ( +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bpd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bph" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpj" = ( +/obj/machinery/door/poddoor{ + id = "trash"; + name = "disposal bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bpk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpo" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bps" = ( +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpt" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpv" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpw" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpy" = ( +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpB" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpC" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 6; + pixel_y = 36 + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/button/door{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 36 + }, +/obj/machinery/pdapainter, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpD" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpE" = ( +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bed/dogbed/ian, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/mob/living/simple_animal/pet/dog/corgi/Ian{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpH" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpI" = ( +/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/engine/gravity_generator) +"bpJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bpK" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bpP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central/secondary"; + dir = 8; + name = "Central Maintenance APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bpQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/chemistry) +"bpS" = ( +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade, +/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/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpU" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/radio/headset/headset_med, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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, +/area/medical/medbay/central) +"bpX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bpY" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpZ" = ( +/obj/machinery/light, +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqa" = ( +/obj/machinery/door/airlock/medical/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer2"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/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) +"bqb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/medical) +"bqd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"bqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bqf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bqk" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"bql" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"bqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/lab"; + dir = 8; + name = "Robotics Lab APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bqn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqp" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/crowbar, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqq" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqr" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqs" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqt" = ( +/turf/closed/wall, +/area/science/lab) +"bqu" = ( +/obj/item/folder/white, +/obj/structure/table, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqv" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqx" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqy" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/reagent_containers/food/drinks/flask/gold, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/science/lab) +"bqB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/lab) +"bqC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqF" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqG" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqH" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqM" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqN" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 28 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bqX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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/heads/hop) +"bqY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bra" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"brc" = ( +/obj/structure/chair/office/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bre" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brf" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bri" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/structure/curtain, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"brj" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/table, +/obj/item/book/manual/wiki/chemistry, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brl" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brm" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brn" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bro" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/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) +"brr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brt" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bru" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bry" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/genetics) +"brA" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/radio/headset/headset_medsci, +/obj/machinery/requests_console{ + department = "Genetics"; + name = "Genetics Requests Console"; + pixel_y = 30 + }, +/obj/item/storage/pill_bottle/mutadone, +/obj/item/storage/pill_bottle/mannitol, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brB" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics"; + dir = 1; + name = "Genetics APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brC" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brD" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brG" = ( +/turf/closed/wall/r_wall, +/area/medical/genetics) +"brH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"brI" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brJ" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brK" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brL" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brM" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brN" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brP" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo2" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brR" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brS" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brT" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"brV" = ( +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"brW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"brX" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brY" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brZ" = ( +/obj/machinery/computer/aifixer{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = -2; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsa" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "rnd2"; + name = "Research Lab Shutter Control"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsb" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/lab) +"bsd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/lab) +"bse" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"bsf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsg" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsh" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsm" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsn" = ( +/obj/machinery/autolathe, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bso" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsq" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bss" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bst" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bsx" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bsz" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsA" = ( +/obj/machinery/computer/robotics{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/folder/white, +/obj/item/stamp/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsC" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + dir = 8; + name = "Gravity Generator APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsH" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"bsI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access_txt = "17" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bsL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bsO" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/mob/living/simple_animal/bot/cleanbot{ + name = "C.L.E.A.N." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsX" = ( +/obj/structure/table/glass, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bta" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"btb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bte" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"btf" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"btg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bth" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Robotics Surgery"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bti" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bto" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "robotics2"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/science/robotics/lab) +"btr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bts" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"btt" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/lab) +"btu" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btw" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/explab) +"btx" = ( +/obj/structure/table, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Experimentor Lab"; + network = list("ss13","rd") + }, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"bty" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"btz" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"btA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/explab) +"btB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"btC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btD" = ( +/turf/open/floor/plating, +/area/quartermaster/storage) +"btE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btG" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btH" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btI" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #1" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btJ" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btM" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"btN" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"btO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/vending/cart, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btP" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btV" = ( +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btX" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btZ" = ( +/turf/closed/wall, +/area/teleporter) +"bua" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bub" = ( +/obj/structure/table, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"buc" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bud" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bue" = ( +/obj/machinery/camera{ + c_tag = "Teleporter" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bug" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bui" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"buj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"buk" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/clothing/neck/stethoscope, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bul" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bum" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bup" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Medbay West"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bur" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bus" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"but" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bux" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buB" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buC" = ( +/obj/machinery/door/window/westleft{ + name = "Monkey Pen"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buE" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buF" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buG" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buH" = ( +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buJ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buK" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buL" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buM" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"buO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"buQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Division North" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"buT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buU" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"buV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"buW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/explab) +"buY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"buZ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bva" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvc" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvd" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Experimentation Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bve" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bvf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Receiving Dock"; + dir = 4 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvg" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvh" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/folder/yellow, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/computer/bounty{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/office) +"bvn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvp" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvr" = ( +/obj/machinery/computer/bounty{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvs" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvt" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/hop, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvw" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bvx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bvy" = ( +/obj/machinery/power/apc{ + areastring = "/area/teleporter"; + dir = 8; + name = "Teleporter APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"bvA" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/bluespace_beacon, +/turf/open/floor/plasteel, +/area/teleporter) +"bvC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvF" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bvI" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvS" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvU" = ( +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Medbay East"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvV" = ( +/turf/closed/wall, +/area/medical/genetics) +"bvW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "5; 68" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvZ" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bwa" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bwb" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bwc" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bwd" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bwe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bwg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwj" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwr" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bws" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/explab"; + dir = 4; + name = "Experimentation Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/explab) +"bwu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bww" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"bwy" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #3" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwB" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwD" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwH" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/computer/cargo{ + 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/heads/hop) +"bwI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwJ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwK" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwT" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwU" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwV" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/teleporter) +"bwW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwX" = ( +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwZ" = ( +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bxa" = ( +/turf/closed/wall, +/area/medical/sleeper) +"bxb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bxc" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bxd" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the genetics doors."; + id = "GeneticsDoor"; + name = "Genetics Exit Button"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxe" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxh" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxj" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxk" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 12 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"bxn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bxo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxp" = ( +/obj/machinery/camera{ + c_tag = "Research Division West" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"bxt" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"bxv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bxw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bxy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bxz" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hor) +"bxA" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxB" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxC" = ( +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxD" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxG" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxH" = ( +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxL" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxM" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxN" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/light, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxO" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxP" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #4" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxR" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxS" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxT" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/office"; + name = "Cargo Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxW" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"bxX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bxY" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bya" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/structure/closet/secure_closet/hop, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byc" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bye" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byg" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byh" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byj" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plating, +/area/teleporter) +"byk" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/teleporter) +"byl" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/teleporter) +"bym" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/plating, +/area/teleporter) +"byn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"byo" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Medbay" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byp" = ( +/obj/machinery/door/window/eastleft{ + name = "Medical Delivery"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byq" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bys" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byt" = ( +/obj/machinery/computer/med_data{ + dir = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byu" = ( +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byv" = ( +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"byw" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byx" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/medical/sleeper) +"byy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"byz" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byB" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + network = list("ss13","medbay") + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byD" = ( +/obj/machinery/camera{ + c_tag = "Genetics Cloning"; + dir = 4; + network = list("ss13","medbay") + }, +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byE" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"byH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "9" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byM" = ( +/obj/structure/disposalpipe/sorting/mail{ + sortType = 23 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byO" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"byQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byS" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"byX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"byZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bza" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzb" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzc" = ( +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzd" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bze" = ( +/obj/effect/landmark/xmastree/rdrod, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"bzg" = ( +/turf/closed/wall, +/area/science/explab) +"bzh" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/book/manual/wiki/experimentor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/explab) +"bzi" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/explab) +"bzj" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/explab) +"bzk" = ( +/obj/machinery/button/door{ + id = "telelab"; + name = "Test Chamber Blast Doors"; + pixel_x = 25; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bzl" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzm" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzn" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzo" = ( +/obj/structure/lattice, +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space/nearstation) +"bzp" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"bzq" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bzr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bzs" = ( +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzv" = ( +/obj/machinery/mineral/ore_redemption{ + input_dir = 2; + output_dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzw" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzx" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzy" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzz" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzB" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bzC" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bzE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzG" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South-East"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/medical/sleeper) +"bzI" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Surgery Observation" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bzJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzK" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzM" = ( +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzR" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzT" = ( +/obj/structure/chair, +/obj/effect/landmark/start/geneticist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzV" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzY" = ( +/obj/machinery/camera{ + c_tag = "Genetics Research"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzZ" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bAa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAb" = ( +/obj/machinery/camera{ + c_tag = "Genetics Access"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAc" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"bAd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bAe" = ( +/turf/closed/wall, +/area/security/checkpoint/science) +"bAf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/science) +"bAg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bAj" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAk" = ( +/obj/machinery/computer/crew, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAl" = ( +/obj/machinery/computer/med_data, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAm" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAn" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAo" = ( +/obj/structure/displaycase/labcage, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAp" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"bAq" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAs" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAt" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAu" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/computer/bounty{ + dir = 4 + }, +/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/keycard_auth{ + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAv" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/qm"; + dir = 1; + name = "Quartermaster APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAx" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAz" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAA" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/miningdock"; + dir = 1; + name = "Mining Dock APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAD" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAG" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAH" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAK" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAL" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAU" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAW" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAX" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAY" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Surgery Observation"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBa" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBb" = ( +/obj/structure/chair, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBc" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBd" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBe" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bBi" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBj" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBk" = ( +/obj/machinery/clonepod, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bBm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBn" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBo" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBp" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBq" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bBr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"bBs" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBu" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bBv" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBw" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/server"; + dir = 1; + name = "Server Room APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBx" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBy" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBz" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 28 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 28; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/computer/security/telescreen/circuitry, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBC" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bBE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bBF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bBG" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hor"; + dir = 8; + name = "RD Office APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/item/twohanded/required/kirbyplants/dead, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBH" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/computer/card/minor/rd{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBI" = ( +/obj/structure/rack, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBJ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBK" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBL" = ( +/turf/open/floor/engine, +/area/science/explab) +"bBM" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBO" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard"; + dir = 4; + name = "Starboard Maintenance APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBP" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBS" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBV" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBW" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 3 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bCa" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCd" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "QM" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCf" = ( +/obj/machinery/door/firedoor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCh" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "AIE" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCk" = ( +/obj/structure/chair, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCl" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCm" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCn" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCo" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCp" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bCq" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCs" = ( +/obj/structure/table/reinforced, +/obj/item/wrench/medical, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCv" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCw" = ( +/turf/open/floor/plating, +/area/maintenance/aft) +"bCx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCy" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCz" = ( +/obj/machinery/airalarm/server{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCA" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Server Room"; + req_access_txt = "30" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCC" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCD" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCE" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCJ" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"bCL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bCM" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Research Director"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCN" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 1; + network = list("ss13","rd") + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCO" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCQ" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bCS" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"bCT" = ( +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine, +/area/science/explab) +"bCU" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCW" = ( +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCY" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/stamp/qm, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCZ" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDa" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/obj/item/coin/silver, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDb" = ( +/obj/structure/filingcabinet, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bDd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDe" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bDh" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDj" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDk" = ( +/obj/structure/filingcabinet, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDp" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDs" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = -32; + pixel_y = -40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = -32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDB" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 22 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDE" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Recovery Room" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bDN" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDO" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDP" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDR" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bDS" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chief_medical_officer, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDT" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDU" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDV" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/stamp/cmo, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDY" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bEa" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bEb" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEc" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEd" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEe" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEf" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/science"; + name = "Science Security APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEg" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEh" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEi" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bEk" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bEl" = ( +/obj/structure/table/glass, +/obj/item/pen, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEm" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Office"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEr" = ( +/obj/machinery/camera{ + c_tag = "Experimentor Lab Chamber"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/light, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/turf/open/floor/engine, +/area/science/explab) +"bEs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEt" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEx" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bEy" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"bEz" = ( +/turf/closed/wall, +/area/storage/tech) +"bEA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEC" = ( +/turf/closed/wall, +/area/janitor) +"bED" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/janitor) +"bEE" = ( +/turf/closed/wall, +/area/maintenance/aft) +"bEF" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bEG" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"bEH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/surgicaldrill, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEI" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side, +/area/medical/sleeper) +"bEJ" = ( +/obj/structure/table, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEK" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/white/side, +/area/medical/sleeper) +"bEL" = ( +/obj/structure/table, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEM" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/gun/syringe, +/obj/item/reagent_containers/dropper, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/sleeper) +"bEP" = ( +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEQ" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bER" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bES" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bET" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEU" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bEW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEY" = ( +/obj/structure/table, +/obj/item/cartridge/medical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/cartridge/medical{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/cartridge/medical, +/obj/item/cartridge/chemistry{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFa" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bFb" = ( +/turf/closed/wall, +/area/science/storage) +"bFc" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bFd" = ( +/obj/machinery/door/firedoor/heavy, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bFe" = ( +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bFf" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFh" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 32 + }, +/turf/open/space, +/area/space/nearstation) +"bFi" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Mining"; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFj" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/supply"; + dir = 1; + name = "Cargo Security APC"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFs" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFt" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFu" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/storage/tech) +"bFv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFw" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFx" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFy" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bFz" = ( +/turf/open/floor/plating, +/area/storage/tech) +"bFA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFB" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFD" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/turf/open/floor/plasteel, +/area/janitor) +"bFE" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bFF" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet" + }, +/obj/vehicle/ridden/janicart, +/turf/open/floor/plasteel, +/area/janitor) +"bFG" = ( +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/janitor) +"bFH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/janitor) +"bFI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/janitor) +"bFJ" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/plasteel, +/area/janitor) +"bFK" = ( +/obj/machinery/door/window/westleft{ + name = "Janitorial Delivery"; + req_access_txt = "26" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/janitor) +"bFL" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 1; + freq = 1400; + location = "Janitor" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/janitor) +"bFM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bFP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFQ" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFS" = ( +/obj/structure/table, +/obj/item/surgical_drapes, +/obj/item/razor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bFT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bFU" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFX" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"bGc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGh" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/cmo{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGj" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bGl" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"bGm" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Test Chamber"; + network = list("xeno","rd") + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bGn" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGo" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGp" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 8; + name = "Misc Research APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bGq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bGs" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGt" = ( +/turf/closed/wall, +/area/science/mixing) +"bGu" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGv" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGw" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab West"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGx" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm/unlocked{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGz" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGD" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"bGE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/mixing) +"bGJ" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/obj/machinery/computer/security/mining, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGM" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/wardrobe/miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bGO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGQ" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 15 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bGT" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGU" = ( +/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/storage/tech) +"bGV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGX" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plating, +/area/storage/tech) +"bGY" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bGZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bHa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHd" = ( +/turf/open/floor/plasteel, +/area/janitor) +"bHe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bHf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/mob/living/simple_animal/hostile/lizard{ + name = "Wags-His-Tail"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHj" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/janitor) +"bHk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/janitor"; + dir = 8; + name = "Custodial Closet APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHm" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Surgery Maintenance"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHt" = ( +/obj/structure/table/optable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bHx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHz" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bHB" = ( +/obj/structure/table, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHD" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHE" = ( +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Medbay South"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHH" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHJ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHK" = ( +/turf/open/floor/plasteel, +/area/science/storage) +"bHL" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/cigbutt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHN" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/storage) +"bHP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bHQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"bHT" = ( +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHV" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHX" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bHY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bHZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/science/mixing) +"bIb" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel, +/area/science/mixing) +"bIc" = ( +/obj/machinery/doppler_array/research/science{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/mixing) +"bId" = ( +/turf/closed/wall, +/area/science/test_area) +"bIe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bIf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bIg" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIh" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIj" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIn" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bIo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIp" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIq" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bIr" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bIs" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plating, +/area/storage/tech) +"bIt" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plating, +/area/storage/tech) +"bIu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plating, +/area/storage/tech) +"bIv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/key/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bIw" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + pixel_y = -29 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel, +/area/janitor) +"bIx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/janitor) +"bIy" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plasteel, +/area/janitor) +"bIz" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/janitor) +"bIC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bID" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/medical/sleeper"; + dir = 4; + name = "Treatment Center APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bII" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIJ" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIK" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bIL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIN" = ( +/obj/machinery/vending/wallmed{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Medbay Recovery Room"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIO" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/gun/syringe, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIP" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIQ" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/vending/wallmed{ + pixel_y = 28 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIR" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIS" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/button/door{ + id = "medpriv4"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "medpriv4"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bIU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIX" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJe" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"bJf" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/storage"; + dir = 8; + name = "Toxins Storage APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Toxins Storage"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/science/storage) +"bJi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bJl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Lab"; + req_access_txt = "7" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bJs" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bJw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJx" = ( +/obj/machinery/button/massdriver{ + id = "toxinsdriver"; + pixel_y = 24 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJA" = ( +/obj/item/target, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/test_area) +"bJB" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJC" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJD" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJE" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJI" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJJ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/techstorage/command, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJL" = ( +/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) +"bJM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) +"bJO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJR" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/janitor) +"bJW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJX" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft"; + dir = 8; + name = "Aft Maintenance APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKa" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKd" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKe" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKf" = ( +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Surgery Operating"; + dir = 1; + network = list("ss13","medbay"); + pixel_x = 22 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKg" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKh" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood/AMinus, +/obj/item/reagent_containers/blood/BMinus{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/blood/BPlus{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKi" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKj" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKk" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKl" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKm" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKn" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northleft{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKo" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northright{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKp" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKq" = ( +/obj/machinery/light, +/obj/machinery/rnd/production/techfab/department/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKt" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bKB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bKC" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKD" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKE" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKG" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/plasteel, +/area/science/storage) +"bKH" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bKI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKK" = ( +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKL" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKM" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room Access"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKT" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKU" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/computer/security/telescreen/toxins{ + dir = 1; + network = list("toxins"); + pixel_y = -28 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKZ" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/science/test_area) +"bLa" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLc" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLd" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"bLe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bLf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Mining Dock"; + req_access_txt = "48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLh" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bLm" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plating, +/area/storage/tech) +"bLn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plating, +/area/storage/tech) +"bLo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plating, +/area/storage/tech) +"bLp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/turf/open/floor/plating, +/area/storage/tech) +"bLq" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bLr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLC" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLH" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/central) +"bLI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLL" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLM" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLN" = ( +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLR" = ( +/turf/closed/wall, +/area/science/xenobiology) +"bLS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bLT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLU" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLV" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLW" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLX" = ( +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLY" = ( +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLZ" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMa" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMb" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/mixing"; + dir = 4; + name = "Toxins Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMe" = ( +/obj/machinery/camera{ + c_tag = "Toxins Launch Room Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMf" = ( +/obj/machinery/door/window/southleft{ + name = "Mass Driver Door"; + req_access_txt = "7" + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/mixing) +"bMh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMi" = ( +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMk" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMl" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMm" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bMn" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMo" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMp" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMq" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMr" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bMt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMv" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plating, +/area/storage/tech) +"bMw" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plating, +/area/storage/tech) +"bMx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/storage/tech) +"bMA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"bME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMG" = ( +/obj/structure/closet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMJ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bML" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMO" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 11 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMS" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 4; + name = "Medbay APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMT" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMW" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Apothecary"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/medbay/central) +"bMZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNa" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/cmo"; + dir = 1; + name = "CM Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNd" = ( +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNe" = ( +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNf" = ( +/obj/machinery/button/door{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_y = -2; + req_access_txt = "55" + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNg" = ( +/obj/machinery/door/window/southleft{ + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNh" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNi" = ( +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNk" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/science/xenobiology) +"bNl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bNm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bNn" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bNo" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall, +/area/science/research) +"bNp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bNq" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bNr" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNs" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNu" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "toxinsdriver" + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNv" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNw" = ( +/turf/open/floor/plating, +/area/science/mixing) +"bNx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNy" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"bNz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNB" = ( +/obj/item/beacon, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNC" = ( +/obj/item/target/alien/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera/preset/toxins{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=0.01;n2=0.01"; + luminosity = 2 + }, +/area/science/test_area) +"bND" = ( +/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) +"bNE" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNH" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plating, +/area/storage/tech) +"bNI" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNJ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plating, +/area/storage/tech) +"bNK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bNL" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNM" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bNN" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plating, +/area/storage/tech) +"bNO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNR" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bNS" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNT" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNU" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNV" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNW" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/chem_dispenser, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOc" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOe" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOh" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOj" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOm" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/xenobiology"; + dir = 8; + name = "Xenobiology APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOn" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOo" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOq" = ( +/obj/machinery/monkey_recycler, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOr" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOs" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOu" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOv" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/xenobiology) +"bOx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bOy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) +"bOz" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOA" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOB" = ( +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxins_mixing_output{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOC" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bOD" = ( +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bOE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "mix to port" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOG" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bOH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOJ" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bOO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bOP" = ( +/turf/closed/wall, +/area/engine/atmos) +"bOQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOR" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOT" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOV" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bOX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North East" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/obj/machinery/meter/atmos/distro_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPd" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPf" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPg" = ( +/turf/closed/wall, +/area/medical/virology) +"bPh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bPi" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/medical/virology) +"bPj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 13 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPn" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Xenobiology Lab"; + req_access_txt = "55" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bPu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bPv" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPw" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/air_sensor/atmos/toxins_mixing_tank, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPx" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPy" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix, +/turf/open/floor/engine, +/area/science/mixing) +"bPz" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab East"; + dir = 8; + network = list("ss13","rd"); + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bPD" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPF" = ( +/obj/structure/closet/wardrobe/grey, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPH" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPL" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/test_area) +"bPN" = ( +/turf/closed/wall, +/area/construction) +"bPO" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/construction) +"bPP" = ( +/turf/open/floor/plating, +/area/construction) +"bPQ" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/construction) +"bPR" = ( +/turf/open/floor/plasteel, +/area/construction) +"bPS" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/construction) +"bPT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bPU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"bPY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North West"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQc" = ( +/obj/machinery/pipedispenser/disposal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQk" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bQl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bQm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQn" = ( +/obj/item/storage/secure/safe{ + pixel_x = 5; + pixel_y = 29 + }, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQr" = ( +/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) +"bQs" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQt" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQu" = ( +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bQy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQA" = ( +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQB" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQE" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQF" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bQG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQI" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQJ" = ( +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bQK" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bQL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_x = -25; + pixel_y = 5 + }, +/obj/machinery/button/ignition/incinerator/toxmix{ + pixel_x = -25; + pixel_y = -5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "port to mix" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bQO" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQT" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQU" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQV" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/science/test_area) +"bQW" = ( +/obj/structure/barricade/wooden, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bQX" = ( +/obj/structure/light_construct{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction) +"bQY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/construction) +"bQZ" = ( +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bRa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Atmospherics" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRg" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRi" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/atmos) +"bRk" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRm" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRo" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste In" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRr" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRt" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bRx" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bRy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRz" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRA" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"bRC" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRD" = ( +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRE" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRJ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bRK" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRL" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/monkeycubes, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRR" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/slime_scanner, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRS" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRT" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/misc_lab) +"bRW" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Lab"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bRX" = ( +/turf/closed/wall, +/area/science/misc_lab) +"bRY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bRZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/science/circuit) +"bSb" = ( +/turf/closed/wall, +/area/science/circuit) +"bSc" = ( +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSf" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSg" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSh" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSi" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Maint Bar Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSj" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSk" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSl" = ( +/obj/structure/girder, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSm" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSo" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bSs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSt" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/construction) +"bSv" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bSx" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Construction Area"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bSz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bSA" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bSB" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSF" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bSG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bSH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSK" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSM" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSN" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSP" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSQ" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSR" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bST" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"bSU" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSW" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSX" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSY" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "39" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTb" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTc" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTd" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTe" = ( +/obj/machinery/door/firedoor, +/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, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology North"; + dir = 8; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTg" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTh" = ( +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTi" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTj" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/ears/earmuffs, +/obj/machinery/camera{ + c_tag = "Testing Lab North"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTl" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTm" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTo" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTp" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/camera{ + c_tag = "Circuitry Lab North"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTq" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTs" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bTu" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTv" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTw" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Construction Area Maintenance"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bTD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bTE" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bTF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bTG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTM" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bTN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bTO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTP" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + dir = 4; + name = "Distribution Loop"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTY" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bUb" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bUc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bUd" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"bUh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUi" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUo" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUq" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUr" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUs" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/electropack, +/obj/item/healthanalyzer, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUv" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUw" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUx" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUy" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUz" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/item/integrated_electronics/debugger, +/obj/item/integrated_electronics/wirer, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUA" = ( +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"bUD" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUE" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUF" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUG" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/construction) +"bUL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUM" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUN" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUO" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/construction) +"bUP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/construction) +"bUQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/construction) +"bUR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bUU" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUV" = ( +/obj/structure/sign/plaques/atmos{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUW" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "24" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bUX" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUY" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVb" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVe" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVf" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology{ + dir = 4; + name = "Break Room"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVk" = ( +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = 8; + pixel_y = 22; + req_access_txt = "39" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVn" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/medical/virology"; + dir = 1; + name = "Virology APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Virology Module"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVo" = ( +/obj/machinery/vending/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVp" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bVq" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bVs" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bVu" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVw" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"bVx" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVy" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVA" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVC" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bVF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVG" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVH" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVM" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVO" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/aft"; + dir = 8; + name = "Aft Hall APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVQ" = ( +/obj/item/crowbar, +/obj/item/wrench, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bVR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVV" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVW" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"bWb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWc" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/medical/virology) +"bWg" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWh" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWk" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWl" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bWn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWp" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWq" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWu" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWx" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bWy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWC" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWD" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWG" = ( +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Monitoring APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bWK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWL" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bWM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bWP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWQ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWT" = ( +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWY" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWZ" = ( +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bXa" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXb" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXf" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXg" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXh" = ( +/obj/machinery/computer/pandemic, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/virology) +"bXj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bXl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXm" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/science/xenobiology) +"bXn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXu" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bXv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXy" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/target_stake, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXz" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXK" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"bXN" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"bXO" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"bXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bXR" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Access"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bXS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bXV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/atmos) +"bXW" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "External to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXY" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYa" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYb" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYc" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYd" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYe" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bYg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bYh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bYi" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_x = -32 + }, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYj" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/radio/headset/headset_med, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYk" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"bYl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bYp" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bYq" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYr" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYs" = ( +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYt" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYx" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/science/circuit) +"bYy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bYz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYC" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/circuit"; + name = "Circuitry Lab APC"; + pixel_x = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYE" = ( +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bYF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYH" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYI" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"bYJ" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYK" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/art"; + dir = 1; + name = "Maint bar"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYM" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYN" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYO" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYP" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYQ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYR" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYS" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bYU" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYV" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYX" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYY" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bYZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bZa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZc" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"bZd" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZg" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bZl" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"bZm" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/aft) +"bZn" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZp" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZq" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bZs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZt" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZv" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZw" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bZx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZz" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 2; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZA" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/taperecorder, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZC" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("test"); + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZD" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"bZH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/circuit) +"bZI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bZJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZM" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZP" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZS" = ( +/turf/closed/wall, +/area/maintenance/bar) +"bZT" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"bZU" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"bZV" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bZW" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZX" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bZZ" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"caa" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cab" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cac" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cad" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cae" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"caf" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cag" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"cah" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cai" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caj" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cak" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/engineering"; + dir = 8; + name = "Engineering Security APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cal" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cam" = ( +/obj/structure/filingcabinet, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"can" = ( +/obj/structure/fireaxecabinet{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cao" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cap" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"car" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cas" = ( +/obj/machinery/atmospherics/pipe/manifold4w, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cat" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cau" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cav" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cax" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cay" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caz" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caA" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"caB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"caC" = ( +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caF" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"caH" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"caK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caL" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"caM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caO" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/misc_lab) +"caP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"caT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Circuitry Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Circuitry Lab"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caZ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cba" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/color/lightpurple, +/obj/item/stack/spacecash/c200, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cbb" = ( +/turf/open/floor/plating, +/area/space) +"cbc" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbh" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/closed/wall, +/area/maintenance/bar) +"cbi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbj" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbk" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbl" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/bar) +"cbm" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbn" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbo" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbp" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbq" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbt" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbu" = ( +/turf/closed/wall, +/area/engine/break_room) +"cbv" = ( +/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/engine/break_room) +"cbw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/break_room) +"cbx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"cby" = ( +/turf/closed/wall, +/area/security/checkpoint/engineering) +"cbz" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -6; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbB" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbC" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbD" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/engine/atmos) +"cbE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbF" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Turbine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbH" = ( +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cbJ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cbK" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cbL" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbM" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbO" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbP" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"cbR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology South"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cbW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"cbX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/circuit) +"cbY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cbZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cca" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ccd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cce" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Port" + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cch" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cci" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccj" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cck" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"ccl" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ccm" = ( +/obj/structure/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cco" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ccr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cct" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/tcommsat/computer) +"ccu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ccw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccx" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccE" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccG" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccH" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccI" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/atmos"; + dir = 8; + name = "Atmospherics APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccK" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccL" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccM" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccN" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccO" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"ccP" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"ccQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"ccR" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ccS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccT" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"ccV" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccW" = ( +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccX" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccY" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccZ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cda" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdb" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cdc" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdd" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cde" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab) +"cdf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdh" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdj" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cdk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cdl" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdm" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdn" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdo" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdp" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdq" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cds" = ( +/obj/machinery/telecomms/hub/preset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cdt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdy" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Telecomms Monitoring"; + dir = 8; + network = list("tcomms") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdD" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdE" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdF" = ( +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"cdJ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdK" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"cdN" = ( +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Central"; + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdQ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdR" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cdS" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cdT" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdU" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdV" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdW" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cea" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ceb" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"cec" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ced" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cee" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cef" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"ceg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ceh" = ( +/obj/machinery/sparker{ + id = "testigniter"; + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cei" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/misc_lab) +"cej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cek" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cel" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cem" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cen" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"ceo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cep" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ceq" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cer" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ces" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cet" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ceu" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cev" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cew" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cex" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cey" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/bar) +"cez" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ceA" = ( +/obj/structure/reagent_dispensers/keg/gargle, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceB" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"ceC" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceD" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + dir = 4; + network = list("tcomms") + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceE" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceH" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/closed/wall, +/area/tcommsat/computer) +"ceI" = ( +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceJ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceK" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceL" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 8; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceO" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/break_room"; + dir = 8; + name = "Engineering Foyer APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"ceS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceT" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceU" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceV" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceX" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceY" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/item/cigbutt, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceZ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfc" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cff" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfg" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfj" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfk" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cfl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cfm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfn" = ( +/obj/machinery/camera{ + c_tag = "Testing Chamber"; + dir = 1; + network = list("test","rd") + }, +/obj/machinery/light, +/turf/open/floor/engine, +/area/science/misc_lab) +"cfo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfp" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/misc_lab"; + dir = 4; + name = "Testing Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfq" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfr" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfs" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cft" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cfw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfx" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfy" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfz" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfA" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/bar) +"cfB" = ( +/obj/machinery/telecomms/message_server, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfC" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfD" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfE" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfG" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"cfI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfN" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"cfP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfQ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfV" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfW" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cfX" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cga" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgd" = ( +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cge" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cgf" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgg" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgj" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgp" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgs" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgu" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cgv" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgy" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgz" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cgB" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgC" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgE" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgF" = ( +/turf/open/floor/plating, +/area/maintenance/bar) +"cgG" = ( +/obj/structure/reagent_dispensers/keg/aphro/strong, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgH" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cgI" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgJ" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgK" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgL" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgM" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgQ" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIE"; + location = "AftH" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cha" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chd" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/engine/break_room) +"che" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chf" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chi" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chk" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chm" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"chn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chr" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"chs" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cht" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + external_pressure_bound = 140; + name = "killroom vent"; + pressure_checks = 0 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Kill Room"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chz" = ( +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + external_pressure_bound = 120; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/biohazard, +/turf/open/floor/plating, +/area/science/xenobiology) +"chC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"chD" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"chE" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chG" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chH" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"chI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chK" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chL" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2 + }, +/obj/item/reagent_containers/food/snacks/mint{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chN" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/aft"; + dir = 8; + name = "Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chQ" = ( +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/mask/muzzle, +/turf/open/floor/plating, +/area/maintenance/bar) +"chR" = ( +/obj/item/clothing/under/color/grey, +/turf/open/floor/plating, +/area/maintenance/bar) +"chS" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"chT" = ( +/obj/machinery/vending/clothing, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"chU" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chV" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chW" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"chX" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chY" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cia" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cib" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cic" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cid" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cie" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cif" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cig" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cih" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cii" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cij" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cik" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"cil" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cim" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cin" = ( +/obj/machinery/camera{ + c_tag = "Engineering Foyer"; + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cip" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ciq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cir" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cis" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South West"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cit" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciu" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"civ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cix" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal/incinerator"; + name = "Incinerator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciy" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciB" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciC" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/maintenance/aft) +"ciD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"ciE" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/aft) +"ciF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/l3closet, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciJ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Kill Chamber"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"ciL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciM" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"ciO" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciP" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciQ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciS" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"ciT" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciU" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciV" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"ciX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciY" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cja" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjc" = ( +/obj/machinery/processor, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjd" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cje" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjf" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjg" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjh" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cji" = ( +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjj" = ( +/obj/structure/bed, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/semen, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjk" = ( +/obj/item/electropack/shockcollar, +/obj/item/assembly/signaler, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjl" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood, +/area/maintenance/bar) +"cjm" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjn" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"cjo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjt" = ( +/obj/machinery/light, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cju" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cjv" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cjw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cjx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cjC" = ( +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjD" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/toy/minimeteor, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjE" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/roller, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/snacks/donkpocket, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/c_tube, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjH" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cjL" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Air Supply Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjM" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Testing Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"cjO" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cjP" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjQ" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/maintenance/solars/port/aft) +"cjS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"cjT" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"cjW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjX" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cka" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ckb" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"ckc" = ( +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckd" = ( +/obj/structure/rack, +/obj/item/lighter, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cke" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckf" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/heads/chief"; + dir = 4; + name = "CE Office APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckg" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/engineering) +"ckh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cki" = ( +/obj/structure/sign/warning/radiation/rad_area, +/turf/closed/wall, +/area/engine/engineering) +"ckj" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckk" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckn" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cko" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckq" = ( +/obj/structure/window/reinforced, +/turf/open/space/basic, +/area/space) +"ckr" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space/basic, +/area/space) +"cks" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckt" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cku" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckv" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"ckx" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cky" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "atmospherics mix pump" + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckz" = ( +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckB" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckC" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckD" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ckE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ckM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckQ" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckT" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Research Delivery access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckW" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckX" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"ckY" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ckZ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cla" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"clb" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"clc" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cld" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cle" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cli" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clj" = ( +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 10; + req_access_txt = "24" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -10; + req_access_txt = "10" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cll" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cln" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"clo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clq" = ( +/obj/machinery/camera{ + c_tag = "Engineering Access" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clr" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cls" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clt" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clu" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clv" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clw" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clx" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cly" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"clz" = ( +/obj/machinery/computer/atmos_control/tank/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clA" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South East"; + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clB" = ( +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clE" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clF" = ( +/turf/open/floor/plating, +/area/engine/atmos) +"clG" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/engine/atmos) +"clH" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"clJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clK" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to MiniSat" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clL" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/airalarm/all_access{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"clU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"clV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cma" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmb" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cme" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmj" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cmk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cml" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmm" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmn" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cms" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmu" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Port Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmy" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmA" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engine/engineering) +"cmB" = ( +/obj/machinery/vending/engineering, +/turf/open/floor/plating, +/area/engine/engineering) +"cmC" = ( +/turf/closed/wall, +/area/engine/engineering) +"cmD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmE" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/engine/engineering"; + dir = 1; + name = "Engineering APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmF" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmG" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmH" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmI" = ( +/obj/machinery/computer/station_alert, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmJ" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmK" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmL" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmM" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmN" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cmR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmU" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cmX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space/basic, +/area/space) +"cna" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cnb" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cnc" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) +"cnd" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cne" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "plasma tank pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cng" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general{ + level = 2 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnh" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Incinerator" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cni" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + name = "output gas connector port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnl" = ( +/obj/structure/table, +/obj/item/cartridge/medical, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/aft) +"cno" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cns" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnu" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnw" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnx" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/aft"; + dir = 8; + name = "Starboard Quarter Maintenance APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cny" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnz" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cnB" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "portsolar"; + name = "Port Quarter Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnC" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnD" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/aft"; + dir = 4; + name = "Port Quarter Solar APC"; + pixel_x = 23; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnH" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnI" = ( +/turf/open/floor/plating, +/area/engine/engineering) +"cnJ" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "secure storage" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnK" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + name = "floor" + }, +/area/engine/engineering) +"cnL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Power Storage" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnU" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnW" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnY" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coa" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cob" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space, +/area/space/nearstation) +"coc" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cod" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/engine/atmos) +"coe" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space, +/area/space/nearstation) +"cof" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4; + name = "input gas connector port" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cog" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "input port pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cok" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Incinerator to Output" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"col" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"com" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"con" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/aft) +"coo" = ( +/obj/structure/disposalpipe/segment, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/aft) +"cop" = ( +/obj/structure/disposalpipe/segment, +/obj/item/cigbutt/roach, +/turf/open/floor/plating, +/area/maintenance/aft) +"coq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cor" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cos" = ( +/obj/structure/chair, +/obj/item/storage/fancy/cigarettes, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cot" = ( +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cou" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cov" = ( +/obj/structure/closet, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cox" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coy" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coz" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coA" = ( +/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) +"coB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"coD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coE" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"coF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coG" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"coH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/engine/engineering) +"coI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coK" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coN" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coR" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coS" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coU" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/atmos, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coV" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coW" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"coX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coY" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"coZ" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpa" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpc" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpd" = ( +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpe" = ( +/obj/machinery/atmospherics/components/binary/valve{ + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cph" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpi" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpj" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Biohazard Disposals"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpl" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cpm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpo" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/starboard/aft"; + dir = 8; + name = "Starboard Quarter Solar APC"; + pixel_x = -26; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cps" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cpx" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engine/engineering) +"cpy" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/engine/engineering) +"cpz" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/storage/box/lights/mixed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpA" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpC" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/apc, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/twohanded/rcl/pre_loaded, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpE" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpF" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cpH" = ( +/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/crew_quarters/heads/chief) +"cpI" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cpJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpN" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpQ" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpT" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpW" = ( +/obj/machinery/light/small, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpX" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/turbine{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpZ" = ( +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = 6; + pixel_y = -24 + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Incinerator to Space" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqb" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqd" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/general/hidden{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqi" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqj" = ( +/obj/structure/rack, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cql" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqn" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqo" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqq" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqs" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqu" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqA" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/engineering) +"cqC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cqE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqF" = ( +/obj/structure/table, +/obj/item/crowbar/large, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/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/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqG" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_construction, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqN" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqO" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqP" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqR" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqS" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqT" = ( +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cqV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqX" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"cqY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cra" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"crc" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cre" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crf" = ( +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"crg" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cri" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"crl" = ( +/obj/machinery/power/solar_control{ + dir = 1; + id = "starboardsolar"; + name = "Starboard Quarter Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crn" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cro" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crp" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crq" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crr" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crs" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Engineering" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cru" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"crv" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cry" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 4; + name = "Engineering RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crB" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crF" = ( +/turf/open/floor/plasteel, +/area/engine/engineering) +"crG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crH" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crI" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"crJ" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"crK" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/air, +/area/engine/atmos) +"crL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"crM" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"crN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Incinerator Output Pump" + }, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"crO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crP" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crT" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"crX" = ( +/obj/machinery/light/small, +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clipboard, +/turf/open/floor/plating, +/area/maintenance/aft) +"crY" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"csd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cse" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csg" = ( +/obj/machinery/door/window/southleft{ + name = "Engineering Delivery"; + req_access_txt = "10" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"csi" = ( +/obj/machinery/camera{ + c_tag = "Engineering West"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csk" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csl" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csm" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csn" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cso" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"csp" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"csq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/security/brig) +"csr" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"css" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/aft) +"cst" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste Out" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csv" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csz" = ( +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csA" = ( +/obj/machinery/door/window{ + name = "SMES Chamber"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csC" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"csE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csF" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csJ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"csS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"csV" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csX" = ( +/obj/machinery/camera{ + c_tag = "Engineering East"; + dir = 8 + }, +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"csZ" = ( +/obj/machinery/igniter{ + id = "Incinerator" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/air_sensor{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cta" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctb" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"ctd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cte" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctf" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctg" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cth" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cti" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cto" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cts" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cty" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/engine, +/area/engine/engineering) +"ctD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/engivend, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctR" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"ctS" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Turbine Chamber"; + dir = 4; + network = list("turbine") + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/aft) +"ctU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"ctW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctX" = ( +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctY" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctZ" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cua" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cub" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cud" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/computer/rdconsole/production{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cue" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cug" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuh" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cui" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cul" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cum" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cup" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cur" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cus" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cut" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cux" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuy" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuA" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland4"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"cuB" = ( +/obj/machinery/power/turbine{ + luminosity = 2 + }, +/obj/structure/cable/yellow, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cuC" = ( +/obj/item/wrench, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"cuD" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/aft) +"cuE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/wirerod, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuG" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cuH" = ( +/obj/machinery/door/airlock/abandoned{ + name = "Observatory Access" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cuI" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + name = "SMES room APC"; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuJ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuK" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuL" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuM" = ( +/obj/structure/table, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuQ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + dir = 1; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Filter" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "engsm"; + name = "Radiation Shutters Control"; + pixel_y = -24; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cva" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvc" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvd" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cve" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvg" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvh" = ( +/obj/machinery/camera{ + c_tag = "Engineering Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvi" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"cvj" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cvk" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cvl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvm" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvu" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvw" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvx" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/engine, +/area/engine/supermatter) +"cvz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvA" = ( +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvB" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvE" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvF" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvI" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cvJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/engineering) +"cvK" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cvL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cvM" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvO" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cvP" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvQ" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvR" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvS" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvT" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvV" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvW" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvX" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cvZ" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwa" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/machinery/airalarm/engine{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwe" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwj" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwk" = ( +/obj/machinery/camera{ + c_tag = "Engineering MiniSat Access"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cwp" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cwr" = ( +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cws" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cwt" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwv" = ( +/obj/structure/cable, +/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/engine/engineering) +"cww" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwx" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 4; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwA" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwC" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwD" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwE" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwG" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwJ" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwL" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwM" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "MiniSat Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwO" = ( +/obj/structure/transit_tube_pod, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwS" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwX" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwY" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxd" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxe" = ( +/obj/machinery/camera{ + c_tag = "Supermatter Chamber"; + network = list("engine"); + pixel_x = 23 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxl" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxt" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxu" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxv" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxw" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cxx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cxy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cxz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"cxA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/plasma, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxF" = ( +/obj/machinery/power/supermatter_crystal/engine, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxH" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxJ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxM" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cxN" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/engine/engineering) +"cxO" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"cxP" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cxQ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cxR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxT" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxW" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cya" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyb" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyc" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/engineering) +"cyd" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cye" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyf" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/space, +/area/space/nearstation) +"cyh" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyi" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cyj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"cyk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cym" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cyn" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/supermatter) +"cyo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Mix" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cys" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyt" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cyu" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyv" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyx" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyy" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyz" = ( +/obj/structure/transit_tube/station/reverse, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyA" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyB" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cyF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyT" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyX" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = "n2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cza" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czc" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cze" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/engine, +/area/engine/engineering) +"czg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/engine/engineering) +"czh" = ( +/obj/structure/table, +/obj/item/pipe_dispenser, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czi" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czj" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czl" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czr" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"czz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czB" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"czD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czG" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Pod Access"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czH" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czJ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"czM" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czN" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Foyer"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"czO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ai_monitored/turret_protected/aisat_interior) +"czR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czT" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"czU" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czX" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czY" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czZ" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAb" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cAd" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/folder{ + pixel_x = 3 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAf" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAh" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAi" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAk" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAp" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teledoor"; + name = "MiniSat Teleport Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAq" = ( +/obj/machinery/button/door{ + id = "teledoor"; + name = "MiniSat Teleport Shutters Control"; + pixel_y = 25; + req_access_txt = "17;65" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAr" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAs" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/emitter/anchored{ + dir = 4; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/emitter/anchored{ + dir = 8; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAy" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/obj/machinery/computer/monitor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAC" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAD" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter"; + req_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAE" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAF" = ( +/obj/machinery/teleport/station, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAH" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAI" = ( +/obj/structure/girder, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAJ" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cAM" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Foyer APC"; + pixel_x = 27 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cAS" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAT" = ( +/obj/machinery/computer/teleporter, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAU" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cAV" = ( +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAW" = ( +/obj/machinery/light, +/turf/open/floor/plating, +/area/engine/engineering) +"cAX" = ( +/obj/item/crowbar/large, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAY" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cAZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBa" = ( +/obj/structure/rack, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBb" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBd" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 1; + network = list("minisat") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBe" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/service) +"cBg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"cBh" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space/nearstation) +"cBi" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cBj" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/clothing/head/welding, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBk" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBl" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBo" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBq" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to MiniSat" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBs" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBt" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBv" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBw" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBx" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Atmospherics"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Antechamber"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/atmos"; + name = "Atmospherics Turret Control"; + pixel_x = -27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/service"; + name = "Service Bay Turret Control"; + pixel_x = 27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBH" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBJ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Service Bay"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBK" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; + dir = 8; + name = "MiniSat Atmospherics APC"; + pixel_x = -27 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Atmospherics"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBW" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/service"; + dir = 4; + name = "MiniSat Service Bay APC"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBX" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBZ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; + name = "Chamber Hallway Turret Control"; + pixel_x = 32; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCb" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/bot/cleanbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCe" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCg" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCl" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCn" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCs" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCu" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCv" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCA" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCB" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCC" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat Core Hallway"; + dir = 4; + network = list("aicore") + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCD" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCM" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; + dir = 4; + name = "MiniSat Chamber Hallway APC"; + pixel_x = 27 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -28; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCU" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCV" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cCX" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCY" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDa" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDd" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDh" = ( +/obj/structure/chair/office/dark, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDi" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cDj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDm" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDn" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDy" = ( +/obj/machinery/door/window{ + dir = 1; + name = "AI Core Door"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai"; + name = "AI Chamber APC"; + pixel_y = -24 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -11; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber North"; + dir = 1; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDA" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDB" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = -9 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -31 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -9 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28; + pixel_y = -28 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = -28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDC" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDD" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDE" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDG" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDH" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDI" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDL" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDM" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber South"; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDN" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDP" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDQ" = ( +/obj/machinery/camera{ + c_tag = "MiniSat External South"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"fns" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iiO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"vId" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aad +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aad +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awf +axy +ayT +aAa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAa +awf +axy +aRJ +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aAa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awg +axz +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +axz +awg +auS +aaa +aaa +aaa +aaa +aaa +auS +ayU +ayU +awe +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aaa +aaa +aaa +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axB +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +bex +axy +bhJ +bkA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqh +anj +anj +anj +anj +amJ +awi +axC +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNN +ayW +aPe +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +aza +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axD +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNO +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +aLL +axD +axB +aAe +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNP +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +bfX +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axE +ayX +aAf +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNQ +ayX +aQr +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +bdq +ayX +bfY +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqi +anj +anj +anj +anj +amJ +awi +axF +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +aot +anM +aqj +anM +anM +anM +anM +amJ +awj +axD +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aXe +aaa +aaa +ayU +awi +axB +bey +axy +bhK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +aou +apj +apj +aqW +arW +arW +atV +auT +awk +axG +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aVD +aXg +ayU +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anM +aov +apk +apk +apk +apk +asY +atW +auU +awl +axH +ayY +ayU +aaa +aaa +aaa +aaa +aGQ +aaa +aaa +aaa +aaa +ayU +aPc +aPe +aRL +auS +ayU +ayU +axy +ayU +ayU +auS +awi +aza +ayY +ayU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +aow +apl +aqk +aqX +arX +asZ +atX +amJ +awm +axD +ayZ +auS +auS +auS +ayU +ayU +ayU +ayU +ayU +auS +auS +auS +aPd +axB +aRM +awe +aAc +ayU +bha +ayU +ban +awe +bcl +axB +bez +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awn +axD +aza +aAg +aBd +ayW +ayW +ayW +ayW +ayW +ayW +aKT +aBd +ayW +aPe +axB +axB +aIk +aza +ayW +axB +ayW +aPe +axB +axD +axB +beA +aAa +aad +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alz +arY +ami +atY +auV +awo +axI +azb +aAh +azb +aCx +aEc +aFi +aGR +axB +axB +axB +aMA +axB +axB +axB +axB +aTb +aUt +axB +axB +aYO +bao +axB +axD +axB +beA +awe +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aae +alz +alz +alz +arZ +ami +atZ +alz +alz +ave +alz +alz +aBe +aBe +aBe +aBe +aBe +aIk +aJG +aKU +aKU +aKU +aKU +aQs +aIk +aTc +aTc +aTc +aTc +aYP +aTc +aTc +bcm +bdr +bdr +bdr +bdr +bdr +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +apm +ami +aqY +asa +ata +aua +ata +ata +axJ +ata +aAi +aBf +aCy +aEd +aFj +aBe +aIl +aJH +aKV +aMB +aNR +aPf +aQt +axB +aTc +aUu +aVE +aXh +aYQ +aUw +aTc +bcn +bds +beB +bfZ +bhL +bkB +blZ +bnB +bpj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +asb +atb +aub +auW +auW +auW +auW +aAj +aBg +aCz +aEe +aFk +aGS +aIm +aJI +aKW +aMC +aNS +aPg +aQu +aRN +aTd +aUv +aVF +aXi +aYR +aVF +aTd +bco +bdr +beC +bga +bdr +bkC +bdr +bkC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +apn +aql +alz +asb +atc +anR +ami +awp +axK +alz +aAk +aBe +aCA +aEf +aFl +aGT +aIl +aJH +aKX +aMD +aMD +aKX +aQv +aRO +aTc +aUw +aVG +aXj +aYS +aUw +aTc +bcp +bdr +beD +bga +bhM +bkD +bma +bnC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alz +alz +apo +aqm +alz +asb +atc +auc +auX +ami +ami +alz +aAk +aBe +aCB +aEg +aFm +aGU +aIn +aJJ +aKY +aME +aME +aPh +aQw +axB +aTc +aUx +aUu +aXk +aYS +aUu +aTc +bcp +bdr +beE +bga +bga +bkE +bmb +bmb +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aox +ami +anQ +amP +asb +atc +aud +auY +awq +ami +alz +aAk +aBe +aCC +aEh +aFn +aGT +axB +aJH +aKZ +aMF +aMF +aKZ +aQx +aRP +aTc +aUw +aVH +aXk +aYS +bap +aTc +bcp +bdr +beF +bgb +bhN +bkE +bmb +bnD +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cmj +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aad +aaa +aad +aaa +aad +aaa +acf +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +alz +aoy +app +aqn +aqZ +asb +atc +aue +ami +ami +axL +alz +aAl +aBh +aCD +aEi +aFo +aBe +aIo +aJH +awe +awe +awe +awe +aQx +axB +aTc +aUy +aVI +aXl +aYS +aUw +aTc +bcq +bdt +bdt +bgc +bhO +bkF +bmc +bnE +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aad +aad +aaa +cmk +aaa +aad +aad +aaQ +aaQ +aaY +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aoz +ami +aqo +ara +asb +atc +auf +ami +awr +axM +azc +azc +azc +azc +azc +azc +azc +aIp +aJH +aLa +aMG +aNT +aPi +aQy +aRQ +aTe +aUz +aUz +aXm +aYT +baq +aTe +bcr +bdu +beG +bgd +bdr +bkG +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmk +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +abj +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +ara +asc +atc +alz +alz +alz +alz +azc +aAm +aAm +aAm +aEj +aFp +azc +aIq +aJK +aLb +aLb +aLb +aLb +aQz +aRR +aTc +aUw +aUw +aXn +aUu +aUw +aTc +bcs +aPj +beH +bge +aRT +bkH +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cml +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adi +adT +aad +acI +adi +adT +aad +acI +adi +adT +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +akT +aoE +arb +asd +atd +aug +aug +aug +axN +azd +aAn +aBi +aCE +aCF +aCF +azc +aIr +axB +axB +aMH +axB +axB +axB +aRS +aTc +aTc +aTc +aTc +aTc +aTc +aTc +aPj +aPj +beI +beO +aTf +bkI +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aad +aad +aad +aaa +aaa +aaa +aad +aaa +akT +ami +arc +ase +ate +ate +ate +aws +axO +aze +aAo +aBj +aCF +aCF +aCF +azc +azc +azc +aLj +aIk +aIk +aPj +aPj +aPj +aPj +aRT +aVJ +aXo +aYU +bar +bbm +bct +aPj +beI +beO +bhP +aPj +aPj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +alz +alz +alz +aqp +ard +alz +atf +aaF +auZ +ave +atZ +azc +aAp +aBk +aCG +aCF +aCF +aGV +aIs +aJL +aLd +aLd +aLd +aPj +aQA +aRT +aRT +aRT +aVK +aRT +aYV +bas +bbn +bcu +bdv +beJ +bgf +bhQ +bkJ +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +ajJ +ajJ +ajJ +alw +amd +amK +alv +anN +ami +apq +ami +arc +alz +aaF +auh +aad +ave +atZ +azc +aAq +aBl +aCF +aCF +aCF +aCF +aCF +aJM +aLe +aMI +aLe +aPj +aPj +aPj +aTf +aUA +aVL +aVL +aVL +bat +bbo +bcv +aVL +beK +bgg +bhR +bkK +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abo +abM +abM +acJ +adk +adk +adk +adk +adk +adk +adk +adk +adk +adk +aje +ajK +akp +akS +alx +ame +amL +ank +anO +anO +anO +anO +are +alz +atg +atf +auZ +ave +atZ +azc +aAr +aBm +aCF +aCF +aCF +aGW +aCF +aJL +aLe +aMJ +aNU +aPk +aQB +aQB +aTg +aUB +aPj +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +ajJ +ajJ +ajJ +aly +amf +amM +anl +anP +anm +anm +aqq +arf +alz +alz +akT +alz +ave +atZ +azc +aAm +aAm +aAm +aCF +aFq +aGX +aIt +azc +aLf +aMK +aNV +aPl +aPl +aPl +aPl +aPl +aPl +aXp +aYW +aXp +aYW +aXp +aYW +aXp +aYW +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +acf +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aad +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +anQ +ami +apq +ami +arg +ami +ami +ami +ami +awt +atZ +azc +azc +azc +azc +aEk +azc +azc +azc +azc +aLe +aML +aNV +aPl +aQC +aRU +aTh +aUC +aVM +aXp +baK +aXp +bbp +aXp +bdw +aXp +bgh +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaY +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +amg +amN +anm +amO +aoA +alz +ami +arh +alz +ath +asf +ava +ave +axP +aug +aAs +aBn +aCH +aEl +aFr +aGY +aIu +aJN +aLe +aML +aNV +aPl +biK +aQD +aQD +aUD +aVN +aXq +aYY +bau +bau +bcw +bdx +beL +beL +bhS +bkM +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adm +adT +aad +acI +adm +adT +aad +acI +adm +adT +aaa +aad +aad +aad +alz +amg +amO +ami +alz +alz +alz +ami +alz +alz +apq +alz +alz +ase +ate +aws +aAt +aBo +aCI +aCI +aFs +aCI +aCI +aJO +aLg +aMM +aNW +aPl +aQE +aQD +aTi +aUE +aVO +aXr +aYZ +bav +bbq +bcx +bbq +beM +bgi +bhS +bkM +bme +aaa +aaa +aaa +aaa +aaa +aaa +bwx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXz +aoB +aoB +aoB +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +alz +azi +alz +alz +aoB +alz +ami +ami +ami +arg +alz +avb +ami +axQ +ave +aAu +aBn +aCJ +aEl +aFt +aEl +aEl +aJN +aLe +aLe +aNX +aPl +aQF +aQD +aTj +aUF +aVP +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkM +aPj +aaa +aaa +bqF +bsf +btC +bqF +btC +bxK +bqF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXA +aad +aad +cbb +aaa +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +aaQ +aaa +aaa +alz +amh +amQ +ami +akT +aoB +akT +ami +alz +asf +ati +alz +avc +awq +ami +ave +aAv +aBn +aCK +aEm +aFu +aEl +aIv +aBn +aLe +aLe +aNY +aPl +aQG +aQD +aTk +aUG +aVQ +aXs +aZa +aZb +bbr +aPl +bdy +aPj +bgj +bhT +bkM +aPj +aaa +aaa +bnF +bsg +btD +bnF +btD +bxL +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aae +bXA +aae +aae +aoB +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmm +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +alz +ami +ami +ami +akT +aad +akT +ami +alz +alz +alz +alz +alz +awu +alz +ave +aAv +aBn +aCL +aEl +aEl +aEl +aIw +aBn +aLe +aLe +aNV +aPm +aQD +aQD +aTl +aUH +aVQ +aXt +aZb +baw +bbs +aPl +bdz +aPj +bgj +bhU +bkM +bhY +bnF +bnF +bnF +bsf +btE +bnF +btE +bxK +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aoB +aae +aoB +aaa +aaQ +aaQ +aaQ +aad +aad +aad +aad +aad +cmn +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +alz +amj +amR +ami +alz +aoB +akT +ami +alz +arg +atj +alz +atj +ami +arY +ave +aAv +aBn +aCM +aEl +aEl +aGZ +aIx +aBn +aLe +aLe +aNZ +aPn +aQH +aQH +aTm +aUI +aVR +aXu +aZc +aZb +bbr +aPl +bdy +aPj +aRT +bhV +bkM +bhY +bnG +bpk +bqG +bsh +btF +bvf +bpk +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aad +aae +aoB +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmo +cjR +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +azi +alz +aoB +alz +ami +ami +ami +ami +alz +aqo +ami +arY +ave +aAv +aBn +aCN +aEl +aEl +aEl +aIy +aBn +aLe +aLe +aNV +aPl +aQI +aQD +aTn +aUJ +aVQ +aXv +aPl +aPl +aPl +aPl +aPl +aPj +bgk +bhW +bkN +bmg +bnH +bpl +bpl +bsi +bmi +bmi +bwy +bxN +bhY +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aae +aaa +bWx +bXB +aoB +aae +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmp +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +amk +alz +ami +alz +aad +alz +alz +alz +alz +ami +alz +avd +awv +ate +azf +aAv +aBn +aCO +aEl +aFv +aEl +aIz +aJN +aLe +aLe +aNV +aPo +aQJ +aQD +aTo +aUK +aVQ +aXw +aZd +aZd +aZd +aZd +aPl +beN +bgl +bhX +bkO +bmh +bnI +bpm +bkV +bsj +bkV +bkV +bmj +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bEy +bEy +bNF +bEy +aoB +bXC +aoB +aae +aad +aad +bEy +bEy +bEy +bEy +bEy +bEy +cjR +cjR +cmq +cjR +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +ami +alz +aad +aaF +alz +ari +alz +ami +aui +ave +aww +axR +axR +aAw +aBp +aCP +aCP +aFw +aCP +aIA +aJP +aLh +aLe +aNV +aPl +aQK +aQD +aQD +aUL +aVQ +aXw +aZe +aZe +aZe +aZe +aPl +beO +bgm +bhY +bhY +bhY +bnJ +bpn +bmi +bsk +bmi +bmi +bwz +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bSh +bEy +bUD +bEy +bEy +bXC +bNF +bZM +bNF +aad +bEy +cev +cfx +cgB +chL +cjc +cjS +ckY +cmr +cnB +cjS +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +ann +akT +aaF +apr +alz +alz +alz +atk +atk +ave +aDV +alz +aoE +arY +aBn +aCQ +aEl +aFx +aHa +aIB +aJQ +aLi +aLi +aOa +aPl +aQL +aQD +aQD +aUM +aVS +aXx +aZf +aZf +aZf +bcy +bdA +beP +bgn +bhY +bkP +bmi +bnK +bpn +bqH +bsl +bqH +bmi +bnK +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSh +bJI +bSh +bEy +bXD +bNF +bJI +bNF +aad +bEy +cew +bJI +bJI +cgC +cjd +cjS +ckZ +cms +cnC +cjS +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +ami +alz +aaF +aad +aad +aaF +alz +akT +akT +ave +awy +axS +axS +axS +aBq +aBq +aBq +aBq +aBq +aBq +aBq +aLq +aLe +aNV +aPl +aQM +aQM +aTp +aQM +aVT +aXy +aZg +aZg +aZg +bcz +bdB +beQ +bgm +bhY +bkQ +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxM +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bJI +bJI +bEy +bXE +bNF +bZN +bNF +bNF +bEy +bJI +cfy +cgC +chM +cje +cjS +cla +cmt +cnD +cjS +aae +aae +aae +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +akT +aoC +aad +aaF +aad +aoB +aoB +aad +avf +awz +axT +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJR +aLk +aLd +aOb +aPp +aPp +aPp +aPp +aPp +aPl +aPl +aPl +aPl +aPl +aPl +aPl +beO +bgm +bhY +bkR +bmi +bmi +bpn +bqH +bmi +btG +bmi +bwy +bxM +bzp +bzp +bzr +bzp +bzp +bFh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSk +bJI +bJI +bEy +bXF +bJI +bJI +cbc +cce +bEy +cex +bEy +bEy +bEy +bEy +cjS +clb +cmu +cjS +cjS +bEy +cqr +bEy +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aad +akT +ami +akT +aoC +aaF +aad +aoB +aoB +aoB +aoB +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLl +aMN +aNV +aPq +aQN +aRV +aTq +aPp +aVU +aXz +aZh +aZh +bbt +aZh +aZh +beR +bgo +bhY +bkS +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxO +bzp +bAu +bBP +bCW +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bUE +bJI +bEy +bXG +bYD +bZO +cbd +ccf +bEy +bJI +bEy +bUG +chN +cjf +bEy +clc +bWA +bJI +coD +bEy +cqs +bEy +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +ami +alz +alz +alz +aaF +aad +aoB +aad +aad +avf +awz +axU +aaa +aAx +aBr +aCR +aEn +aFy +aAx +aaa +aJS +aLm +aLe +aNV +aPr +aQO +aQO +aTr +aPp +aVV +aXA +aZi +aZi +aZi +aZi +aZi +aZi +bgp +bhY +bkT +bmi +bnL +bpn +bmi +bmi +bmi +bmi +bmi +bxP +bzp +bAv +bBQ +bCX +bzr +aaa +aaa +aaa +aaa +bLd +aaa +aaa +aaa +aaa +bEy +bSi +bEy +bEy +bVF +bEy +bXH +bYE +bZP +cbe +ccf +cdl +bJI +cfz +bJI +bWA +cjg +bEy +bJI +bWA +bJI +bNE +bEy +cqt +bEy +aaa +aaa +aad +aaa +bEy +bEy +bNF +bNF +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alA +aml +amS +ami +anR +aoD +alz +aqr +aqr +aqr +aqr +aqr +avg +awA +axV +azg +aAy +aBs +aCS +aEo +aFz +aHb +aIC +aJT +aLm +aLe +aNV +aPq +aQP +aQO +aTs +aPp +aVW +aXB +aZj +bax +aZj +aZj +bdC +beS +bgq +aZm +bkU +bmi +bmi +bpn +bmi +bmi +bmi +bmi +bmi +bmi +bzq +bAw +bBR +bCY +bzr +aaa +aaa +bIf +bIf +bLe +bIf +bIf +aoB +aoB +bEy +bSj +bJI +bUF +bJI +bEy +bXI +bYF +bYE +cbf +ccg +bEy +bJI +bEy +cgD +chO +bEy +cjT +cld +cmv +bJI +bJI +cpr +bJI +bEy +bNF +bNF +bNF +bNF +bEy +cnE +cvP +cwq +bNF +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +ami +amT +ami +ami +ami +amP +aqs +aqs +asg +aqs +aqs +avh +awz +axU +aaa +aAx +aBt +aCT +aEo +aFA +aHc +aID +aJU +aLn +aMO +aOc +aPs +aPs +aPs +aPs +aPs +aVX +aXC +aZk +bay +bbu +bcA +bdD +beT +aZk +bhZ +bkV +bmj +bmi +bpn +bmi +bsm +btH +btH +btH +btH +bzr +bAx +bBS +bCZ +bzr +aad +aad +bIf +bJB +bIh +bMk +bIf +aoB +aoB +bEy +bSk +bEy +bEy +bTu +bEy +bXJ +bYG +bZQ +cbg +bYH +bEy +bJI +bEy +bSn +chP +cjh +cjU +cle +bSn +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +cuH +bJI +cvQ +cwr +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alC +amm +amS +ano +anS +aoE +alz +aqr +aqr +aqr +aqr +aqr +avi +awB +axW +azh +aAz +aBu +aCU +aEp +aFB +aHb +aIC +aJV +aLm +aMP +aOd +aPt +aQQ +aQQ +aQQ +aQQ +aVY +aXD +aZj +aZj +bbv +bcB +bdE +aZj +bgr +aZi +bkW +bmk +bnM +bpn +bmi +bhY +btI +bvg +bwA +bxQ +bzr +bAy +bBT +bDa +bzr +aaa +aaa +bIf +bJC +bIh +bMl +bIf +aoB +aoB +bEy +bJI +bJI +bUG +bVG +bEy +bXK +bYH +bJI +bJI +bNE +bEy +bNE +bEy +bVG +bUH +bEy +bEy +clf +bEy +bEy +bEy +bEy +bVF +bEy +bNF +bNF +bNF +bNF +bEy +cvm +cvR +bLh +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +akT +alz +alz +alz +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aaa +aAx +aBv +aCV +aEq +aFC +aAx +aaa +aJS +aLm +aMQ +aOe +aPu +aPu +aPu +aPu +aPu +aVZ +aXE +aZl +baz +bbw +bcC +bdF +aZl +bgs +aZm +bhY +bml +bnN +bpo +bqI +bhY +bhY +bhY +bhY +bhY +bzp +bAz +bBU +bDb +bzp +aaa +bzs +bzs +bzs +bLf +bMm +bzs +aad +aad +bEy +bSl +bTu +bEy +bEy +bEy +bEy +bEy +bZR +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bWA +bNF +aaa +bEy +cpr +bJI +bEy +aaa +aaa +aad +aaa +bEy +bEy +bEy +bEy +bEy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLm +aMQ +aOf +aLe +aPu +aRW +aTt +aPu +aWa +aXB +aZm +aZm +aZm +bcD +aZm +aZm +aZm +bhY +bkX +bmm +bnO +bpp +bqJ +bsn +btJ +bvh +bwB +bxR +bzp +bzr +bBV +bDc +bzp +bzs +bzs +bIg +bJD +bJD +bMn +bzs +aaF +aaF +bEy +bSm +bTv +bTv +bEy +bJI +bXL +bJI +bJI +bEy +cch +cdm +cey +bZS +cgE +chQ +cji +bEy +bWA +bNF +aaa +bNF +bLi +cqu +bEy +aaa +aaa +aad +aaa +aaa +aad +aad +cmC +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awC +axX +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJW +aLm +aMQ +aOf +aLe +aQR +aRX +aTu +aPu +aWb +aXF +aZn +aZn +aZn +bcE +aPj +beU +aRT +bhY +bkY +bmn +bnP +bpq +bqK +bpw +bpw +bvi +bpw +bxS +bzs +bAA +bBW +bDd +bEv +bFi +bGJ +bIh +bIh +bIh +bIh +bIf +aad +aad +bNF +bSn +bJI +bJI +bEy +bJI +bEy +bEy +bEy +cbh +cci +cdn +cez +cfA +cgF +cgF +cjj +bEy +bWA +bNF +aad +coE +coE +coE +coE +coE +coE +coE +coE +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auj +avg +awD +axY +axY +axY +axY +axY +axY +axY +axY +axY +axY +aLo +aMR +aOf +aPv +aPu +aRX +aTv +aPu +aWc +aXG +aWd +aWd +bjq +bcF +aWd +beV +bgt +bia +bkZ +bmo +bnQ +bpr +bqL +bso +bso +bvj +bso +bxT +bzt +bAB +bBX +bDe +bEw +bFj +bGK +bEw +bJE +bLg +bMo +bIf +aoB +aoB +bNF +bSo +bJI +bJI +bVH +bJI +bEy +bYI +bYI +bYI +bYI +bYI +ceA +bZS +cgG +chR +cjk +bEy +bWA +bNF +aaa +coE +cps +cqv +cro +csd +csy +cti +ctW +cuI +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auk +avi +awE +axZ +axZ +axZ +axZ +axZ +axZ +aFD +axZ +axZ +aJX +aLp +aMS +aOg +aPw +aPu +aRY +aTw +aPu +aWd +aXG +aZo +baA +aZs +bcG +aWd +beW +bgu +bib +beV +bmp +bnR +bps +bqM +bsp +bsp +bvk +bwC +bxU +bzu +bAC +bBY +bDf +bAC +bFk +bGL +bIi +bIh +bIh +bMp +bIf +aad +aad +bNF +bJI +bJI +bUH +bEy +bJI +bEy +bYJ +bZS +cbi +ccj +ccj +ccj +bZS +bZS +bZS +bZS +bEy +bWA +bNF +aaa +coE +cpt +cqw +crp +cqw +csz +ctj +ctX +cuJ +coE +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ado +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arj +arj +arj +aul +avg +awF +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aLx +aMQ +aOh +aPx +aPA +aPA +aPA +aPA +aWd +aXH +aZp +aZp +bby +bcG +aWd +beX +beV +bic +beV +bmq +bnS +bpt +bqN +bsq +bpw +bvl +bwD +bxV +bzv +bAD +bBZ +bDd +aTR +bFl +bDd +bIh +bJF +bIh +bMq +bzs +aaF +aaF +bEy +bJI +bTw +bNE +bEy +bJI +bEy +bYI +bYI +cbj +cck +cbj +cbj +bYI +cgH +cgH +bYI +bNF +bWA +bNF +aad +coE +cpu +cqx +crq +cse +csA +ctk +ctY +cuK +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaZ +aaZ +afq +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anp +aaa +aaa +aaa +aaa +arj +ash +aqs +aqs +avg +awF +aya +aAA +aCX +aCX +aCZ +aEr +aFE +aHd +aIE +aJY +aLr +aMT +aOi +aLe +aPA +aRZ +aTx +aUN +aWd +aXI +aZp +aZp +baZ +bcG +aWd +beX +bgv +bid +bla +bmr +bnT +bpu +bqO +bpu +btK +bvm +bwE +bxW +bxW +bxX +bCa +bDg +bxW +bFl +bGM +bIj +bIj +bIj +bMr +bzs +aad +aad +bEy +bQW +bEy +bEy +bEy +bWy +bEy +bYK +bZT +bYI +ccl +cdo +bYI +cbk +ccj +ccj +ceC +bNF +bWA +bNF +aaa +coE +cpt +cqy +crr +cqy +csB +ctl +ctZ +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +adU +aeE +afr +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiI +akU +aiI +aaa +aiI +anq +aiI +aaa +aaa +aaa +arj +asi +aqs +aqs +avh +awF +aya +azj +aAB +aBw +aDa +aEs +aFF +aHe +aIF +aya +aLm +aMQ +aOj +aPy +aQS +aSa +aTy +aUO +aWd +aXJ +aZq +aZG +bba +bcH +aWd +beX +bgw +bie +blb +bmq +bih +bpv +bqP +bsr +bpw +bvn +bpw +bxX +bzw +bAE +bCb +bDh +bxW +bFm +bGN +bzs +bzs +bzs +bzs +bzs +bNF +bNF +bEy +bJI +bNF +aaa +bNF +bWz +bXM +bYL +bZU +cbk +ccj +ccj +ceB +cbk +ccj +chS +ceC +bNF +bWA +bNF +aaa +coE +cpv +cqz +cro +csf +csC +ctm +cua +coE +aad +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +abp +abp +abp +aaZ +aaZ +adV +aeF +afs +aaZ +aaZ +aad +aaa +aad +aad +aad +aad +aiI +akV +aiI +aaa +aiI +akV +aiI +aad +aad +aad +arj +arj +arj +arj +avg +awF +aya +azk +aAC +aBx +biy +aEt +aEt +aHf +aIG +aJZ +aLs +aMU +aOk +aPz +aQT +aSb +aSb +aUP +aWd +aXK +aZr +baB +bbA +bcI +aWd +beX +bgx +bif +blc +bms +bnU +bpw +bqQ +bpw +bpw +bvo +bpw +bxX +bzx +bAF +bAG +bDi +bxW +bFn +bGO +bEy +bJG +bLh +bEy +bNE +bJI +bJI +bJI +bJI +bNF +aad +bNF +bWA +bEy +bYI +bYI +cbl +ccj +ccj +ceC +bYI +ccm +ccm +bYI +bNF +bWA +bNF +aad +coE +coE +coE +coE +coE +csD +ctn +coE +coE +aaa +aaa +cws +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aaa +aad +cxO +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aba +abq +abN +acg +acK +adp +adW +aeG +aft +afZ +aaZ +aad +aaa +aaa +aiH +aiH +ajL +akq +akW +aiI +amn +aiI +anr +anT +ajL +aiH +aiH +arj +asj +aqs +arj +avj +awF +aya +azl +aAD +aBy +biz +aEu +aFG +aHg +aFG +aKa +aLm +aMQ +aOl +aLe +aPA +aSc +aTz +aTz +aWd +aXL +aZs +aZp +aZp +aZs +aWd +beY +bgy +bie +blb +bmt +beV +bpw +bpw +bss +btL +bpw +bpw +bxX +bzy +bAG +bCc +bDj +bxW +bFo +bGO +bIk +bJH +bJI +bEy +bEy +bNF +bNF +bJI +bNF +bEy +aaa +bNF +bWA +bEy +bYM +bZV +bYI +ccm +ccm +bYI +bYI +bYI +chT +cjl +bEy +bWA +bEy +aaa +aad +aaa +aaa +aad +coE +csE +cto +cub +coE +aaa +aaa +cws +aad +abi +cxO +cxO +cxO +cxO +cxO +cxO +cxO +abi +aaa +aad +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abb +abr +abO +ach +acL +adq +adX +aeH +afu +aga +aaZ +aad +aaa +aad +aiH +ajf +ajM +akr +akr +alD +aiH +amU +akr +anU +aiH +aps +aqt +arj +ask +aqs +aum +avh +awF +aya +aCW +aCY +aCY +biA +aEv +aEN +aHh +aIH +aKb +aLt +aMV +aOm +aPA +aPA +aSd +aTA +aUQ +aWd +aXM +aZt +baD +baD +bcJ +bdG +beZ +aPN +big +bld +bmu +beV +bpy +bpw +bpw +bpw +bvp +bwF +bxW +bzz +bAH +bCd +bDk +bxW +bFp +bGP +bEy +bJI +bLi +bEy +aaa +aad +bNF +bJI +bNF +aaa +aaa +bVI +bWB +bMs +bMs +bMs +bMs +bIm +bIm +bIm +bIm +bMs +bMs +bMs +cjV +bWA +bEy +bEy +bEy +bEy +bEy +bEy +coE +csF +ctp +cuc +coE +aad +aad +cmC +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abc +abs +abP +aci +acM +adr +adY +aeI +afv +agb +aaZ +aad +aaa +aaa +aiI +ajg +ajN +aks +akX +alE +aiI +amV +akX +anV +aoF +akV +aqu +arj +asl +aqs +arj +avk +awG +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aMW +aOn +aWU +aPA +aPA +aSe +aSe +aSe +aWd +aWd +aWd +bbx +bbC +aWd +aWd +beV +bgA +bih +ble +bih +beV +bpz +bpz +bst +bst +bpz +bpz +bxW +bxW +bxW +bxW +bxW +bxW +bFq +bGQ +bEy +bEy +bEy +bEy +bNF +bNF +bNF +bQW +bNF +bNF +bNF +bVJ +bWC +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +cjW +clg +cmw +cnE +bEy +bUH +cjg +cfW +cfW +csD +ctq +coE +cfW +cfW +cfW +cfW +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaF +aag +aag +abd +abt +abt +abt +abt +abt +adZ +aeJ +afw +afw +afw +aad +aaa +aaa +aiI +ajh +ajO +akt +akY +alF +amo +amW +akY +anW +aiH +aiH +aiH +arj +arj +arj +arj +avl +awH +ayb +ayb +aAE +aqs +aqs +aqs +aqs +aqs +aqs +arj +aLu +aMX +aOo +aPM +aQU +aIP +aIP +aIP +bbV +bbV +bbY +aIP +aIP +aQU +bfP +bjC +bjJ +bfa +blf +bfa +bnV +bfa +bqR +bsu +bsu +bvq +bvq +bxY +bzA +bzA +bzA +bDl +bEx +bFr +bGR +bIl +bIl +bIl +bIl +bNG +bIl +bIl +bIl +bNG +bIl +bIl +bVK +bWD +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bVJ +bWH +cmx +bEy +bEy +bJI +bJI +crs +csg +csG +ctr +cud +cuL +cvn +cvS +cwt +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aag +aag +aag +aaR +abe +abu +abQ +acj +acN +ads +aea +aeK +afx +aag +aag +aag +aag +aag +aag +aji +ajP +aku +akZ +alG +amp +amX +akX +anX +aoG +apt +aqv +apt +apt +apt +apt +avm +awI +ayc +azn +aAF +aBz +aDb +aEw +aFI +aHi +apy +aoJ +aLv +aMY +aOp +aRg +biL +biL +aPB +aIP +aIP +aIP +aLz +aIP +aIP +aNh +aIP +aIP +bgC +aIP +blg +bmv +bnW +bpA +bqS +bpA +bpA +bpA +bpA +bpA +bpA +bpA +bCe +bDm +bEy +bEy +bGS +bIm +bIm +bIm +bMs +bIm +bIm +bIm +bIm +bIm +bIm +bMs +bVL +bFn +bXN +bYN +bYN +cbm +cbm +cdp +ceD +cbm +bYN +bYN +bXN +cjX +clh +cmy +cnF +coF +cpw +cpw +crt +crt +csH +cts +cue +crF +crF +cvT +cwu +cwV +cxx +cwV +cyf +cyB +cyf +cyf +cyB +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaf +aag +aag +aag +aag +aaG +aaK +aaq +aaq +aaq +abR +aaq +aaq +adt +abw +aeL +afy +abQ +agy +agC +agC +ain +aag +ajj +ajQ +aiU +aiU +aiU +aiU +ajL +ans +aiH +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayd +azo +aAG +ayd +ayd +ayd +ayq +ayq +ayq +ayq +aLw +aMZ +aIP +aRm +bbe +bbe +bbe +aLy +aIP +aXN +aZu +bbZ +aXN +aXN +aXN +bbZ +bjK +bjT +bbZ +bmw +aLz +bpB +bqT +bsv +aIP +aIP +aXN +aKe +bbe +aIP +aIP +bDn +aIT +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +bEy +bVM +bFn +bXN +bYO +bZW +cbn +cbm +cdq +ceE +cfB +cgI +chU +bXN +cjY +cli +cmz +cnG +bUI +bUI +bUI +cru +csh +csI +ctt +cuf +cuf +cvo +cvU +cwv +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aal +aau +aaz +aaq +aaH +aaq +abf +aaq +abQ +ack +acO +adu +aeb +aeL +afz +agc +agz +ahg +ahg +aio +abQ +ajk +ajR +agd +ala +alH +amq +aiU +anb +anY +aoH +apu +aqw +ark +apx +apx +aoH +avn +awJ +aye +azp +aAH +aBA +aDc +ayd +aFJ +aHj +aII +ayq +aLR +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aIP +aXO +aZv +aZv +bbD +bcK +bcK +aZv +aZv +aZv +blh +bmx +blh +blh +bqU +bsw +bsw +bsw +bsw +bxZ +aTB +aLP +aIP +aKl +aIT +aaa +bGT +bIn +bIn +bIn +bMt +aaa +aad +aaa +aaa +aad +aad +bEy +bGO +bFn +bXN +bYP +bZX +cbo +ccn +cdr +bYN +cfC +cgJ +chV +bXN +cjZ +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +csJ +ctu +csk +crF +cvp +cvV +cww +cwX +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aah +aam +aav +aaA +aaq +aaq +aaq +aaq +abv +abQ +abQ +abQ +abQ +aec +aeM +afz +abQ +agA +ahh +ahI +aio +abQ +ajl +ajS +akv +aiM +ald +amr +aiU +anb +anY +aoH +apv +aqx +arl +asm +atl +aun +avo +awJ +ayf +azp +aAI +aBB +aDd +aDi +ayo +ayo +ayo +ayq +aEE +aIP +aOq +aIL +aaa +aaa +aIL +aIR +aIP +aXP +aZv +baF +bbE +bcL +bdI +baJ +bgE +bij +bli +bmy +bnX +blh +bqV +bsx +btM +bsx +bwG +bsx +aTB +bAI +aIP +bDn +aIT +aad +bGU +bIo +bJJ +bLj +bGU +aad +aad +aaa +aaa +bSp +bTx +bMs +bVN +bFn +bXN +bYQ +bZY +bZY +cco +cds +bYN +bYN +bYN +chW +bXN +cjZ +cfW +cmA +cnH +coG +cpx +cpx +cpx +cfW +csK +ctu +crF +crF +cvq +cvW +cwt +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aan +aaw +aaB +aaq +aaq +aaS +aaq +abw +abQ +acl +acP +ads +aed +aeN +afA +abQ +agB +ahi +ahi +aip +ads +ajm +ajT +agd +alb +alI +ams +aiU +anb +anY +aoI +apw +aqy +arm +apx +atm +aoH +avn +awJ +ayg +azq +aAJ +aBC +aDe +aEx +aFK +aHk +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aTB +aUR +aWe +aXQ +aZv +baG +baJ +baJ +baJ +bfb +aZy +aZy +blj +bmz +bnY +bob +bqW +bsy +btN +bob +bob +bob +bob +bAJ +aIP +bDo +aIT +aaa +bGV +bIp +bJK +bLk +bMu +aaa +aad +aad +aad +bSq +bTy +bUI +bUI +bWE +bXN +bYR +bZZ +cbp +ccp +bYN +bYN +cfD +cgK +chX +bXN +cjZ +cfW +cmA +cnI +coH +cpx +cpx +cpy +cfW +csL +ctu +cug +cuM +cvr +cvX +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aao +aav +aaC +aaq +aaL +aaT +aaq +abx +abS +acm +acQ +adv +aee +aeL +afB +abQ +agC +agC +ahJ +aiq +aiJ +ajn +ajU +agd +agd +agd +aiU +aiU +ant +anY +aoH +apx +apw +apw +asn +atn +auo +avp +awK +ayh +azr +aAK +aBD +ayo +aEy +aFL +aFL +aFL +aKc +aIR +aIP +aOr +aIL +aaa +aaa +aPC +aUS +aWf +aXR +aZv +baH +bbF +bcM +bcM +bfc +bgF +aZy +blk +bmA +bnY +bpC +bqX +bsz +btO +bvr +bwH +bya +bob +bAK +aIP +bDn +bEz +bEz +bGW +bIq +bJL +bLl +bGW +bEz +bEz +bPN +bPN +bSr +bTz +bPN +bPN +bWF +bXN +bYS +caa +cbm +ccq +bYN +cbm +cbm +cgL +chY +bXN +cjZ +cfW +cmB +cnI +cnI +cpy +cpy +cpy +cfW +csM +ctv +cqB +cqB +cmC +cmC +cfW +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aap +aav +aaD +aaH +aaM +aaU +aaq +aaq +abQ +acn +acR +abQ +aef +aeL +afC +agd +agd +agd +agd +agd +agd +ajo +ajV +akw +alc +alJ +amt +amY +anb +anY +aoH +apw +apw +arn +apw +apx +aoH +avn +awJ +ayi +azp +aAL +aBE +aDf +aEz +aFM +aHl +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aPC +aZQ +aWg +aXS +aZv +baI +bbG +bcN +bdJ +bfd +bgG +aZy +bll +bmB +bnY +bpD +bpL +bra +brg +bvs +bwI +byb +bob +aLP +aIP +bDn +bEz +bFs +bGX +bFz +bJM +bFz +bMv +bNH +bEz +bPO +bQX +bSs +bTA +bUJ +bPN +bWF +bXN +bYN +bYN +cbm +ccr +cdt +ceF +cbm +bYN +bYN +bXN +cjZ +cfW +cfW +cnJ +cnJ +cfW +cfW +cfW +cfW +csN +ctu +cuh +cuN +cmC +cvY +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aaq +aav +aaq +aaq +aaH +aaq +aaq +aby +abQ +abQ +abQ +abQ +aeg +aeL +afD +agd +agD +ahj +ahK +air +agd +ajp +ajW +akx +ald +ald +amu +amY +anb +anZ +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayj +azp +aAM +aAP +aDg +aEA +ayo +ayo +aIJ +ayq +aLN +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWh +aPC +aZv +baJ +bbG +bcO +bdK +bfe +bgH +aZy +aZy +aZy +bnY +bpE +bpM +brf +brg +bvt +bwJ +byc +bob +biF +bCf +bDp +bEz +bFt +bFz +bFz +bJN +bFz +bFz +bNI +bEz +bPO +bPP +bSs +bTB +bUK +bPN +bWF +bXO +bYT +cab +cab +ccs +cdu +ceG +cab +cab +chZ +bXO +cjZ +cfW +cmC +cnK +cnK +cmC +cmC +crv +csi +csO +ctw +cui +crF +cvs +cvZ +cwx +cwW +cxz +cxP +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +abi +abi +atJ +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aar +aax +aaq +aaq +aaq +aaq +aaq +abz +abQ +aco +acS +abQ +aeh +aeO +afD +agd +agE +ahk +ahL +ais +agd +ajq +ajX +aky +ale +alK +amu +amY +anu +aoa +aoJ +apy +apy +apy +aso +apy +aup +avq +awK +ayk +azp +aAN +aBF +aDh +ayd +aFN +aHm +aIK +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTC +aUU +aWi +aXT +aZw +bce +bbH +bcP +bcP +bff +bgI +bgI +blm +bgI +bnZ +bpF +bpN +bpN +brh +bvu +bwK +byd +bob +bAL +aIP +bDn +bEz +bFu +bGY +bIr +bJM +bLm +bMw +bNJ +bEz +bPP +bPP +bSt +bTC +bUL +bPN +bWF +bXO +bYU +cac +cbq +cct +cdv +ceH +cfE +cgM +cia +bXO +cjZ +cfW +cmD +cnL +coI +cpz +cqA +crw +csj +csP +ctx +cuj +csV +cfW +cfW +cfW +cwZ +cxA +cxQ +cyi +cxQ +cxQ +czp +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aak +aas +aas +aas +aaI +aaN +aaV +aas +abA +abT +acp +acT +adw +aei +aeP +afD +agd +agF +ahl +ahl +ait +agd +ajr +ajY +akz +agd +agd +amv +amZ +anb +anY +aoK +aoK +aoK +aro +asp +ato +auq +avr +awJ +ayl +azs +aAO +aBG +aDi +ayd +ayq +ayq +ayq +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTD +aUV +aWj +aXU +aZx +baL +bbI +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +boa +bpG +brb +bsC +btR +bvv +bpG +bye +bzB +bAM +bpA +bDq +bEz +bFv +bFz +bFz +bJM +bFz +bFz +bFz +bEz +bPQ +bPP +bSs +bTC +bUM +bPN +bWF +bXO +bYV +cad +cbr +ccu +cdw +ceI +cae +cgN +cib +bXO +cjZ +cfW +cmE +cnM +coJ +cpA +cqB +cqH +crF +csQ +cty +cuk +cuO +cuO +cuO +cwy +cxa +cxB +cxR +cyj +cyD +cyT +czq +czp +cfW +cfW +cfW +cfW +cfW +cfW +aaa +cBg +abi +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aat +aay +aaE +aaJ +aaO +aaW +aaq +aaq +abQ +acq +acO +adu +aej +aeQ +abQ +agd +agG +ahm +ahM +aiu +agd +ajs +ajZ +akA +alf +alL +amu +amY +anb +anY +aoK +apz +aqz +arp +asq +aoK +aoK +avn +awL +aym +azt +aAP +ayo +aDj +ayo +aFO +aAQ +aaa +aIL +biF +aLz +aOs +aPC +aPC +aPC +aTE +aUW +aWk +aXV +aZy +baM +bbJ +bcR +baJ +bfg +bgJ +bik +aZv +aZv +bob +bob +bob +bob +bob +bob +bob +bob +bob +bAN +aIP +bfQ +bEz +bFw +bGZ +bIs +bJO +bLn +bFz +bNK +bEz +bPR +bQY +bSu +bTD +bUN +bPN +bWG +bXO +bYW +cae +cbs +ccv +cdx +ceJ +cfF +cgO +cic +bXO +cjZ +cfW +cmF +cnN +coK +cpB +cqC +cqI +crF +csR +ctz +cul +cuP +cuP +cuP +cuP +cxb +cuP +cuP +cyk +cuP +cyU +czr +csR +czU +cwJ +cAs +cwJ +cAV +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aag +aag +aag +aag +aag +aag +aag +abg +abB +abQ +abQ +abQ +abQ +aek +aeR +afE +age +agH +agH +agH +agH +aiK +ajt +ajW +akB +ald +ald +amu +amY +anb +anY +aoK +apA +apB +arq +apB +atp +aoK +avn +awL +ayn +azt +ayo +ayo +aAQ +ayo +aFP +aAQ +aaa +aIL +aLP +aIP +aOq +aPD +aKn +aSg +aTF +aUX +aWl +aXW +aXX +baN +baN +baN +baN +bfh +aZv +aZv +aZv +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDr +bEz +bFx +bFz +bIt +bJP +bLo +bFz +bNL +bEz +bPR +bPR +bSv +bTC +bUO +bPN +bWH +bXO +bXO +caf +cbt +ccw +cdy +ceK +cfG +cgP +cid +bXO +cjZ +cfW +cmG +cnO +coL +cpC +cqD +crx +crx +csS +ctA +cum +cuQ +cvt +cvt +cwz +cxc +cxC +cxS +cyl +cyE +cyV +czs +czH +czV +czV +cAt +cwJ +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aag +abh +abC +abU +acr +acU +abQ +ael +aeS +afF +agf +agI +agI +agI +agI +aiL +aju +aka +aky +ale +alM +amu +amY +anb +anY +aoL +apB +aqA +arr +asr +atq +aoK +avn +awL +ayo +azu +ayo +aBH +ayq +ayq +ayq +ayq +aIL +aIL +aLP +aIP +aOq +aPE +aQV +aSh +aTG +aUY +aWm +aXX +aXZ +baO +bbK +bcS +bdL +aXY +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDs +bEz +bFy +bFz +bIu +bJQ +bLp +bMx +bNM +bEz +bPS +bPR +bSw +bTC +bUP +bPN +bWH +bNE +bXO +bXO +bXO +bXO +bXO +bXO +cfH +cgQ +bXO +bXO +cjZ +cfW +cmH +cnP +coM +cpD +cqE +cry +cqM +csT +ctB +cun +cuR +cvu +cwa +cwA +cxd +cxD +cxT +cwG +cyF +cyW +czt +czI +czW +cAg +cAu +cAG +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aaP +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +agg +agJ +agg +agJ +agg +aiM +ajv +akb +akz +agd +agd +amv +ana +anb +anY +aoK +apC +aqB +ars +apB +atr +aoK +avn +awL +ayp +azv +ayo +ayo +aDk +aEB +aFL +aHn +aIM +aKd +aLA +aNa +aOq +aPF +aQW +aSi +aTH +aUX +aWn +aXY +aZz +aZA +aZA +baP +bdM +bfi +bgK +bgK +bgK +bmC +bgK +bgK +bgK +bgK +btS +aad +aad +aad +aIL +aWD +aIP +bfQ +bEz +bFz +bFz +bFz +bJQ +bLq +bMy +bNN +bEz +bPS +bQZ +bSw +bTE +bUQ +bPN +bWI +bXP +bXP +bXP +bXP +bXP +cdz +bEy +cfI +cgR +cie +bEy +cjZ +cfW +cmC +cnQ +coN +cmC +cmC +crz +crF +cfW +ctC +cuo +cuS +cvv +cwa +cvA +cxe +cxk +cxk +cvA +cyG +cyX +czu +csV +cnI +cAh +cAv +cAv +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acs +acV +adx +aem +aem +aaX +agh +agK +ahn +ahN +aiv +aiN +ajw +ajZ +akA +alf +alN +amu +amY +anb +anY +aoK +aoK +aqC +aqC +aqC +aoK +aoK +avs +awL +ayq +ayq +aAQ +aAQ +ayq +ayq +ayq +ayq +aIN +aIP +aLB +aNb +aOq +aPE +aQX +aSj +aTI +aUZ +aWo +aXY +aZA +aZA +aZA +aZA +aZA +bfj +bjL +bjU +bjU +bmD +boc +bpH +brc +bsD +btT +bgK +bwL +byf +btS +bAO +aIP +bDt +bEz +bEz +bEz +bEz +bJR +bEz +bMz +bEz +bEz +bPN +bPN +bSx +bTF +bPN +bPN +bEy +bEy +bEy +bEy +bEy +bEy +cdA +bEy +cfJ +cgS +cif +cjm +cka +cfW +cmI +cnR +coO +cpE +cqB +crA +csk +cfW +ctD +cun +cuT +cvw +cvA +cwB +cxf +cxf +cxU +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +act +acW +ady +aen +aem +aaX +agi +agL +aho +ahO +aiw +aiM +ajv +ajW +akC +alg +ald +amu +amY +anb +anY +aoM +amY +amY +amY +amY +ats +aur +avt +awM +ayr +azw +azw +azw +azw +azw +aFQ +aHo +aIO +aIP +aLC +aNc +aOq +aPE +aQY +aSk +aTJ +aVa +aWp +aXZ +aZA +baP +baP +bcT +bdN +bfk +bjM +bil +bim +bin +bod +bpI +brd +bsE +btU +bvw +bwM +byg +bzC +bAP +bCg +bDu +bEA +bFA +bHa +bHa +bJS +bLr +bMA +bNO +bOM +bHa +bRa +bSy +bTG +bUR +bVO +bUR +bUR +bYX +bUR +bUR +ccx +cdB +ceL +cfK +cgT +cig +bEy +bJI +cfW +cmJ +cnS +coP +cpF +cqB +crA +crF +csU +ctE +cun +cuU +cvx +cwb +cwC +cxg +cxE +cxV +cym +cyI +cyZ +czv +csV +czY +cwJ +cwJ +cAH +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acu +acX +adz +aeo +aeT +afG +agj +agM +agK +ahP +aix +aiM +ajv +ajX +akD +ale +alO +amu +amY +anv +aob +aoN +anb +anb +anb +anb +anb +anb +avu +awN +anb +anb +anb +anb +anb +anb +aoN +aHp +aIP +aIP +aLD +aNd +aOq +aPE +aQZ +aSl +aTH +aVb +aWq +aYa +aZB +baQ +bbL +bcU +bdO +bfk +bjM +bim +bgL +bmE +bod +bpJ +brd +bsF +btV +bvx +brd +btV +bzD +bAQ +bCh +bDv +aHp +bFB +bHb +bHb +bJT +bLs +bMB +bNP +bNP +bNP +bNP +bNP +bTH +bUS +bVP +bWJ +bWJ +bWJ +bWJ +bWJ +ccy +cdC +ceM +cfL +cgU +cih +bEy +cjf +cfW +cmK +cnT +coQ +cpE +cqB +crA +csl +csV +ctE +cun +cuV +cvy +cwc +cwD +cxh +cxF +cxW +cyn +cyJ +cza +cza +csV +czZ +cwJ +czZ +cAI +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acv +acX +adA +aep +aeU +afH +agk +agN +ahp +ahQ +aiy +aiM +ajv +akc +akz +agd +agd +amv +amZ +anb +aoc +aoO +apD +and +art +ass +and +aus +avu +awO +ays +azx +aAR +azx +azx +azx +aFR +aHq +aIQ +aIP +aLE +aNe +aOt +aPG +aRa +aSm +aTK +aVc +aWr +aYb +aZA +baP +baP +bcT +bdP +bfk +bjM +bin +bim +bil +bod +bpI +brd +bsE +btW +bvw +bwN +byh +bzE +bAR +bCi +bDw +bEB +bFC +bHc +aTW +bJU +bLt +bMC +bNQ +bON +bON +bRb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +aYn +ccz +cdD +ceN +cfM +cgV +cii +cjn +cjn +cjn +cjn +cjn +cjn +cjn +cfW +crB +crF +csU +ctE +cun +cuW +cvz +cwd +cwE +cxi +cxG +cxX +cwe +cyK +czb +czw +csV +cwJ +cwJ +cwJ +cAJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acw +acX +adB +aeq +aeV +afI +agl +agl +ahq +ahR +aiz +aiM +ajv +akd +akE +alh +alP +amw +amY +anb +aoc +aoP +apE +apE +apE +apE +apE +apE +avv +awP +ahf +ahf +ahf +ahf +ahf +ahf +ahf +ahf +aIR +aIP +aLF +aNf +aOq +aPE +aRb +aSn +aTH +aVd +aWs +aYc +aZA +aZA +aZA +aZA +aZA +bfl +bjN +bjV +bjV +bmF +boe +bpK +bre +bsG +btX +bgM +bwO +byi +btY +bAS +aIP +bDx +bEC +bEC +bEC +bEC +bEC +bLu +bMD +bNR +bOO +bPT +bRc +bSz +bOO +bOO +bVQ +bWK +bWK +bYY +cag +cbu +cbu +cbu +cbu +cfN +cgW +cij +cjn +ckb +cjn +cmL +cnU +coR +cjn +cqF +crC +crF +cfW +ctF +cun +cuX +cvA +cwe +cwF +cxj +cxj +cxY +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acx +acX +adC +aer +aeW +afJ +agm +agO +ahr +ahS +aiA +aiM +ajv +akd +akF +ali +alQ +amx +amY +anb +aoc +anG +apF +aiE +aiE +aiE +aiE +aiE +avw +awQ +afm +afm +afm +afm +afm +afm +afm +anD +aIS +aKe +aLG +aNg +aOq +aPH +aRc +aSo +aTL +aVe +aWt +aYd +aZC +aZA +aZA +baP +bdQ +bfm +bgM +bgM +bgM +bmG +bgM +bgM +bgM +bgM +btY +aad +aad +aad +aIL +aIP +aIP +bDy +bEC +bFD +bHd +bIv +bEC +bLv +bME +bNS +bNS +bNS +bRd +bSA +bTI +bUT +bNS +bWL +bXQ +bYZ +cah +cbu +ccA +cdE +cbu +cfO +cgX +cik +cjn +ckc +clj +cmM +cmM +coS +cjn +cqG +crD +crF +cfW +ctG +cup +cuY +cvB +cwf +cvA +cxk +cxk +cxk +cvA +cyL +czc +czu +csV +cnI +cAi +cAw +cAi +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acy +acX +adD +aes +aeX +afK +agn +agl +ahs +ahT +aiB +aiM +ajv +csq +akz +alj +alR +amy +amY +anw +aod +aoQ +apG +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aAS +aAS +aAS +aAS +aAS +aAS +aIL +aIL +aLP +aIP +aOq +aPE +aRd +aSp +aTM +aVf +aWu +aYe +aYb +baR +bbM +aZC +bdR +aYd +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDz +bEC +bFE +bHe +bIw +bEC +bLv +bME +bNT +bNT +bPU +bRe +bSB +bTJ +bUU +bVR +bWM +bXR +bZa +bNS +cbv +ccB +cdF +ceO +cfP +cgY +cil +cjo +ckd +clk +cmN +cnV +coT +cpG +cqH +crD +crF +csV +ctE +cuq +cuY +cvC +cwf +cwG +cxl +cxH +cxZ +cwA +cyM +czd +czx +czI +czW +cAj +cAj +cAK +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acz +acY +adE +aet +aeY +afL +ago +agP +aht +ahU +agg +aiO +ajx +ake +akG +ald +ald +amz +anb +anb +aoe +anG +apG +aqD +aru +ast +aqD +aru +ast +aqD +aru +ast +aAS +aBI +aDl +aDl +aDl +aAS +aaa +aIL +aLP +aIP +aOq +aPI +aRe +aSv +aTN +aVd +aWv +aYf +aYe +baS +baS +baS +baS +bfn +aZD +aZD +aZD +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDA +bEC +bFF +bHf +bIx +bEC +bLv +bME +bNU +bNU +bPV +bRf +bSC +bTK +bUV +bVS +bWN +bXS +bZa +cai +cbw +ccC +cdG +ceP +cfQ +cgZ +cim +cjp +cke +cll +cmO +cnW +coU +cpH +cqI +crD +crF +csV +ctH +cur +cuZ +cvD +cvD +cwH +cxm +cxI +cya +cyo +cyN +cze +czy +czJ +cAa +cAa +cAx +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aaa +abk +abl +aaX +aaX +aaX +adF +aeu +aaX +aaX +agg +agQ +ahu +ahV +agg +aiP +ajv +akf +akH +ald +alk +amA +anb +anb +aoc +anG +apG +aqD +arv +asu +aqD +arv +asv +aqD +arv +asv +aAS +aBJ +aDm +aEC +aFS +aAS +aaa +aIL +biF +aLz +aPP +aPC +aPC +aPC +aTO +aVg +aWk +aXV +aZD +baC +bbB +bbP +bbQ +bdT +bfq +bgO +aZD +aZD +bof +bof +bof +bsH +btZ +btZ +btZ +btZ +bsH +aIP +aIP +bDA +bEC +bFG +bHg +bIy +bEC +bLv +bME +bNV +bNV +bPV +bRg +bSD +bPd +bPd +bTN +bQi +bXT +bZb +caj +cbx +ccD +cdH +ceQ +cfR +cha +ceQ +cjq +ckf +clm +cmP +cnX +coV +cpI +cqJ +crE +csm +cfW +ctI +cus +cva +cuP +cuP +cuP +cxn +cuP +cuP +cyp +cuP +czf +czz +cir +cAb +cwJ +aZJ +cwJ +cAX +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +abk +abD +abV +acA +acZ +abE +abE +aeZ +afM +agp +agR +ahv +ahW +abk +aiQ +ajv +akg +akz +agd +agd +aiU +anc +anb +aof +anG +apG +aqD +arw +asv +aqD +aut +asv +aqD +ayt +asv +aAS +aBK +aDn +aED +aFT +aAS +aIT +aIT +aLH +aIP +aOq +aIL +aaa +aPC +aTP +aVh +aWw +aYg +aZE +baT +bbN +bbN +bbT +bdU +bfr +bbN +bip +bmH +bnt +boi +bqx +bsI +bua +bvy +bwP +byj +bsH +aLO +aIP +bDB +bED +bFH +bHh +bIz +bJV +bLw +bMF +bNW +bNW +bPW +bRh +bSE +bTL +bPd +bVT +bQi +bTS +bZc +bZc +cby +ccE +cdI +ceR +cfS +chb +cin +cjn +cjn +cln +cmQ +cjn +cjn +cjn +cqK +crF +crF +csV +ctJ +cut +cvb +aZI +cwg +cwI +cxo +cwg +cwg +cyq +cyO +czg +czA +czK +cfW +cfW +cfW +cfW +cfW +cfW +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abl +abE +abE +abE +abE +abE +abE +afa +abl +aff +agS +ahw +ahX +aiC +aiR +ajy +akh +akI +ald +alT +aiU +and +anb +aog +anG +apG +aqD +arx +asw +aqD +arx +avx +aqD +arx +azy +aAS +aBL +aDo +alS +aFU +aAS +aIU +aKf +aLI +aNh +aOq +aIL +aaa +aPC +aTQ +aVi +aWx +aXT +aZF +baU +bpd +bpd +bcV +bdY +bfs +bgP +bpd +bmI +bnu +bpd +bqy +bsJ +bub +bvz +bwQ +byk +bsH +aIP +aIP +bDA +bEC +bFI +bHi +bIA +bJW +bLx +bME +bNS +bOP +bPX +bRi +bSF +bTM +bUW +bTN +bWO +bXU +bZc +cak +cbz +ccF +cdJ +ceR +cfT +chc +cio +cjr +ckg +clo +cmR +cnY +coW +cpJ +cqL +crG +crx +csW +ctK +cuu +cvc +cmC +cfW +cfW +cxp +cwJ +cwJ +cyr +cyP +czh +czB +czL +cAc +aae +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abk +abE +abW +abW +abW +abW +aev +afb +afN +agq +agT +ahx +ahY +aiD +aiS +ajw +aki +akJ +all +alU +aiU +and +anb +aoh +aoR +apH +aqE +ary +asx +att +auu +asx +att +ayu +asx +aAT +ayu +asx +aEF +att +aHr +aIV +aIV +aLJ +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWy +aPC +aZD +baX +bbR +bbR +bdW +bpx +bft +bgQ +biq +aZD +bnv +bpx +bqz +bsH +buc +bvA +bwR +byl +bsH +aLz +aLz +bDC +bEC +bFJ +bHj +bIB +bEC +bLv +bMG +bNS +bOP +bOP +bRj +bSG +bTN +bOP +bOP +bWP +bXV +bZc +cal +cbA +ccG +cdK +ceR +cfU +ceP +cip +cjs +ckh +clp +cmS +cnZ +coX +cpK +cqM +clp +cqM +cqM +ctL +cuv +cvd +cvE +csV +cwJ +cxq +cxJ +cxJ +cys +cwJ +czi +cfW +aae +aae +aae +aad +aad +aad +aad +atJ +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +abl +abE +abX +acB +acB +acB +aew +afc +afO +agr +agU +ahy +ahZ +abk +aiT +ajz +akj +akK +alm +alV +aiU +and +anb +aoi +anG +apI +aqF +arz +asy +atu +auv +avy +awR +ayv +azz +atu +atu +aDp +aEG +atu +aHs +aIW +aKg +aLK +aIP +aOq +aIL +aaa +aaa +aPC +aZR +aWz +aXS +aZD +baY +bbS +bdV +bdX +bfo +baW +baW +baW +aZD +boj +bof +bof +bsH +bud +bvB +bwS +bym +bsH +bAT +aIP +bDD +bEC +bFK +bEC +bEC +bEC +bLv +bMH +bNS +bOQ +bPY +bRf +bSD +bTO +bUX +bPd +bQi +bTS +bZc +cam +cbB +ccH +cdL +ceR +cfV +chd +ciq +cjt +cki +clq +cmT +coa +cfW +cpL +aZH +crH +csn +csX +ctM +cuv +cve +crF +cwh +aZJ +cxr +cxK +cyb +cyb +cyQ +czj +cfW +aaa +aaa +aad +aaa +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abk +abF +abD +abD +abD +abD +abk +abk +abk +ags +afR +ahz +aia +abk +aiU +ajA +akk +aiU +aiU +aiU +aiU +ane +anx +ane +aoS +apG +aqD +aqD +aqD +aqD +auw +avz +awS +awS +azA +azF +azF +aDq +aEH +azF +azF +azF +azF +aPJ +aIP +aOq +aIL +aaa +aaa +aPC +aUS +aWA +aXR +aZD +bbz +bcW +bcW +bjd +bjd +bfu +bjd +bje +aZD +bok +bpO +bri +bsH +bue +bvC +bwT +bwT +bsH +aIP +aIP +bDA +bEC +bFL +bEC +bCw +bJX +bLy +bMI +bNS +bOR +bPZ +bRf +bSH +bTP +bUY +bPd +bQi +bTS +bZc +bZc +bZc +bZc +cdM +bZc +cfW +cfW +cir +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +ctN +cuv +cvf +cvF +cfW +cfW +cfW +cfW +cfW +csV +csV +csV +cfW +aad +aad +aad +aad +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abm +abm +abm +abn +abn +abm +abm +afd +afP +agt +agS +ahz +aib +acG +aiV +ajB +akl +akL +aln +alW +amB +amB +ajc +aoj +aoS +apG +aqD +arA +asz +aqD +aux +avA +awT +awS +azB +azF +aBM +aDr +aEI +aFV +aHt +aIX +aLM +bcX +aIP +aOq +aIL +aaa +aaa +aTB +aVk +aWB +aYh +aZD +baV +baW +baW +baW +baW +baW +baW +bjf +aZD +aZD +aZD +aZD +bsH +buf +bvC +bwU +bwU +bsH +aIP +aIP +bDE +bEE +bFM +bHk +bIC +bJY +bLz +bMJ +bNS +bOS +bPd +bRf +bSD +bTQ +bUZ +bPd +bWQ +bXW +bZd +can +bPd +ccI +bRp +bPd +cfX +che +cis +bPd +ckj +ckj +bNS +aad +bQk +bQk +bQk +bQk +bQk +cfW +ctO +cuw +crx +cvG +crx +cwK +cxs +cxL +cwx +aae +aaa +aaa +aaa +aaa +aaa +aaa +cxO +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abG +abY +acC +ada +adG +aex +afe +afQ +agu +agV +ahy +aic +acG +aiW +ajC +akm +akM +alo +alX +amC +amC +any +aok +aoS +apG +aqD +arB +asA +atv +auy +avB +awU +awS +azC +azF +aBN +aDs +aEJ +aFW +aHu +aHu +azF +aNK +aIP +aOt +aIL +aaa +aaa +aIL +aVl +aWC +aYi +aZD +baW +bbO +baW +bdS +bfp +bgN +baW +bjg +bmJ +bol +bpP +bol +bsK +bug +bvD +bwV +bwV +bsH +bAU +aIP +bDF +bEF +bFN +bHl +bID +bJZ +bLA +bMK +bNX +bOT +bQa +bRk +bSI +bTR +bVa +bVa +bWR +bXX +bZe +bVa +bVa +ccJ +cdN +ceS +cfY +bPd +bPd +bSO +ckk +clr +cmU +cob +coY +cpM +cqN +cqN +bQk +cfW +ctP +cqM +cqM +cvH +cwi +cwL +cfW +cxM +cyc +aae +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +abi +abi +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abn +abH +abZ +acD +adb +adH +abm +aff +afR +afR +agW +ahA +aid +acG +aiX +ajD +akl +ako +alp +alW +amB +amB +anz +ajd +aoS +apG +aqD +arC +asB +aqF +auz +avC +awV +awT +azD +azF +aBO +aDt +aEK +azF +azF +aHu +azF +biG +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aWD +aXO +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +bsH +bsH +bvE +bsH +bsH +bsH +aIP +aNh +bDG +bEE +bEE +bHm +bIE +bKa +bLB +bML +bNY +bOU +bQb +bRl +bSJ +bTS +bPd +bVU +bWS +bXY +bOP +cao +cbC +cao +bOP +ceT +cfZ +ceS +ceS +cju +bTX +cls +bOW +aad +bST +cpN +cqO +crI +bQk +cfW +ctQ +cux +cvg +cvI +cwj +cwM +cfW +cfW +cmC +aae +aae +aae +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abn +abI +aca +acE +adc +adI +aey +afg +afS +agv +agX +ahB +aie +acG +aiY +ajE +akl +akN +alq +alY +ajc +ajc +anA +ajd +aoT +apG +aqD +aqD +aqD +aqD +auA +avD +awW +ayw +azE +azF +aBO +aDt +aEK +aFX +aHv +aHu +azF +aLP +aIP +aIP +aPM +aIO +aIO +aLz +aIO +aWE +aYj +bji +bjo +bjo +bjr +bjo +bjo +bjo +bjo +bjo +bmK +bji +bji +bji +bsL +buh +bvF +bwW +byn +bzF +bAV +bAV +bDH +aIU +bEE +bHn +bID +bJZ +bLC +bMM +bNS +bOV +bQc +bRm +bSK +bTS +bPd +bQi +bPd +bXZ +bOP +bOP +cbD +bOP +bOP +ceU +bTS +bVU +cit +cit +ckl +clt +cmV +coc +coY +cpO +cqN +cqN +bQk +cfW +cfW +cuy +cfW +cvI +cwk +cwN +cxt +cmC +aad +aad +aad +aad +aae +aaa +aaa +aac +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +aad +aad +abn +abJ +acb +aca +aca +adJ +abm +afh +afT +afT +agY +ahC +aif +acG +aiZ +ajF +akl +ako +alp +alW +amB +amB +anB +ajd +aoU +apJ +aqD +arD +asC +aqD +auB +avE +awX +ayx +azF +azF +azF +aDu +aEK +azF +azF +aHu +azF +biH +aNi +aIP +aTS +aIP +aIP +aLz +aIP +aIP +aIP +aIP +aIP +bbU +aIP +bea +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aLz +aIP +bvG +aIP +aIP +aIP +aIP +bCj +bfQ +aKf +bEE +bHo +bIF +bKb +bLD +bMN +bNS +bOW +bQd +bRn +bOW +bTT +bOW +bQi +bWT +bYa +bOP +cap +cap +cap +bOP +ceV +cga +chf +ciu +ceW +ckm +clu +cmW +cod +bQk +bQk +bQk +bQk +bQk +cmC +ctR +cnI +cvh +cvJ +cwl +crF +cxu +cmC +aaa +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abK +acc +acF +add +adK +aez +afi +afU +agw +agZ +ahD +aig +acG +aja +ajG +akn +akO +alr +alZ +amD +amD +anC +ajd +aoV +apK +aqD +arB +asD +atw +auC +avF +awY +ayy +azF +aAU +aBS +aDv +aEK +aFZ +aHx +aHu +azF +biI +aIP +aIP +aUT +aIP +aIP +bbf +axx +aIP +aIP +aIP +aIP +aIP +aIP +aIP +bjD +bjO +bjD +bjD +bmL +bom +bpQ +bpQ +bsM +bui +aMX +bjD +bjD +bzG +bAW +bjD +bDI +bEG +bEE +bHp +bIG +bKc +bLE +bMO +bNZ +bOX +bQe +bRo +bSL +bTU +bVb +bVV +bWU +bYb +bZf +caq +cbE +ccK +cdO +ceW +cgb +chg +bPd +bTQ +ckn +clv +cmX +cob +coY +cpP +cqP +cqP +bQk +cmC +cmC +cuz +cmC +cvJ +cwm +cwO +cxv +cxN +cyd +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abm +abm +abm +abm +abm +abm +abm +aff +afV +afV +aha +ahE +aih +acG +ajb +ajH +ako +akP +als +alW +amB +amB +anz +ajd +aoW +apL +aqD +arE +asE +aqF +auD +avG +awZ +ayz +azG +aAV +aBP +aDw +aEK +azF +azF +azF +aJd +aOC +aOC +aJd +aJd +biM +aSq +aJd +aJd +bbX +beb +bgT +bgT +aIP +aIP +bed +bfv +bfv +bfv +bfv +bfv +bfv +bpR +bfv +bfv +buj +bvH +bjE +byo +bxa +bxa +bxa +bxa +bxa +bxa +bHq +bHA +bxa +bFT +bMP +bNS +bOY +bQf +bRp +bSM +bRq +bVc +bVW +bWV +bYc +bPd +car +car +car +bPd +ceX +bVU +chh +bPd +bPd +cko +clw +bOW +aad +bST +cpQ +cqQ +crJ +bQk +cmC +aaa +afo +aaa +cvJ +cwn +cwn +cwn +cmC +aaa +cyt +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abl +aeA +afj +afW +agx +ahb +ahF +aii +acG +ajc +ajI +ako +akQ +ako +alW +ajc +ajc +ajc +ajd +aoX +apM +aqG +aqG +aqG +aqG +auE +avH +axa +auE +azF +aAW +aAW +aDB +aEL +aFY +aGd +aJa +aGa +aLV +aNo +aPL +aVj +aKs +aKs +aKs +aSy +biZ +bbX +bjj +bgT +baa +baa +bgB +bfv +bjP +bir +bls +bmM +bon +bpS +brj +bfv +buk +bvI +bjE +byp +bxa +bAX +bCk +bDJ +bEH +bFO +bHr +bIH +bKd +bFT +bMQ +bOa +bOZ +bPd +bRq +bSN +bTV +bVd +bVX +bWW +bYd +bWV +cas +cas +cbE +cdP +ceY +cgc +chi +cit +bQh +ckl +clx +cmV +coc +coY +cpR +cqP +cqP +bQk +cmC +aaa +aaa +aaa +cvJ +aaa +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +abl +aeB +afk +afX +acG +ahc +acG +aij +acG +ajd +ajd +ajd +ajd +ajd +ajd +ajd +ajd +apa +ajd +aoX +apN +aqH +arF +asF +atx +auF +avI +axb +ayA +aqG +azF +azF +aDx +azF +aZM +aGh +aJb +aKs +aKs +aNp +aSt +aRi +aKs +aKs +aKs +aKs +aKs +biZ +bbX +bjp +baa +baa +bgB +bfv +bgV +bis +bis +bmN +boo +boo +boo +bsN +bul +bvJ +bwX +byq +bzH +bAY +bCl +bDK +bEI +bFP +bHs +bII +bKe +bFT +bMP +bNS +bPa +bQg +bRr +bSO +bTW +bVc +bRr +bPd +bPd +bZg +cat +cbF +ccL +cdQ +ceZ +bVY +chj +cit +bWS +cko +bPd +bOW +aad +bQk +bQk +bQk +bQk +bQk +cfW +aaa +aaa +aaa +cvI +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acd +acG +acG +abk +acG +afl +acG +abk +ahd +ahG +aik +aiE +aiE +aiE +aiE +aiE +aiE +aiE +amE +aiE +anE +aiE +aoY +apO +aqG +arG +asG +aty +aty +avJ +axc +ayB +azH +aqG +aBQ +aBU +aEM +aZM +aHJ +aJd +biE +aLW +aNq +aSt +aRi +aKs +aSs +aSs +aSs +aKs +aKs +biZ +bbX +baa +baa +bgB +bfv +bgW +bit +blt +bmO +bop +bpT +brk +bsO +bum +bvK +bwY +bwY +bzI +bAZ +bCm +bDL +bEJ +bFQ +bHt +bIJ +bKf +bFT +bMP +bNS +bPb +bPd +bRs +bSP +bTX +bVd +bVY +bWX +bWX +bZh +cau +cbG +bWX +bWX +cau +bTV +bPc +cit +cit +ckl +cly +bSS +coe +coZ +cpS +cqR +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aae +acH +ade +adL +aeC +afm +afY +acG +ahe +ahH +ail +aiF +aiF +aiF +aiF +aiF +aiF +aiF +amF +aiF +anF +aol +aoZ +apP +aqI +arH +asH +atz +auG +auG +axd +ayC +azI +aqG +aZM +aDy +aEO +aWI +aGh +aJe +aKt +aWH +aNr +aSt +aRi +aRl +aSt +aVm +biU +aKs +aKs +bjk +aJd +bec +baa +bii +bfv +bgX +bit +blu +bit +boq +bit +brl +bsP +bun +bvL +bsW +byr +bxa +bBa +bCn +bxb +bEK +bFR +bHu +byu +bKg +bFT +bMP +bNS +bPc +bQh +bRt +bSQ +bTY +bVe +bVZ +bWY +bYe +bZi +bVZ +bVZ +ccM +bWY +bVZ +bWY +chk +bWY +bWY +ckp +clz +bOW +aad +bST +cpT +cqS +crK +bQk +aaa +aaa +cuA +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aae +aae +aae +aaa +aaa +aae +acG +acG +acG +acG +afn +acG +acG +ahf +ahf +aim +aim +aim +ahf +aim +aim +aim +ahf +amG +afm +anG +ahf +azm +ahf +aqG +arI +asH +atA +auH +avK +axe +ayD +azJ +aqG +aBR +aDz +aFH +aGb +aHA +aJd +bgU +aLX +aSt +aSt +aRi +aKs +aSw +aSw +aSw +aKs +aKs +aSw +aJd +bGk +bHG +bHH +bfv +bgY +biu +blv +biu +bor +bpU +brm +bfv +buo +bvM +bwZ +bys +bxa +bBb +bCo +bxb +bEL +bFS +bHv +bIK +bKh +bFT +bMP +bNS +bPd +bQi +bRu +bSR +bTZ +bVd +bWa +bWZ +bYf +bZj +cav +cbH +ccN +bPd +cfa +cgd +chl +civ +cit +cit +clA +cmY +coe +cpa +cpU +cqT +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +acG +aaa +afo +aaa +acG +aaa +aaa +aaa +aad +aad +aad +aaa +aad +aad +ahf +ahf +anf +anG +aom +apb +apQ +aqG +arJ +asH +atA +auH +auH +axe +ayE +azK +aqG +aqG +aDA +aqG +aGc +aHG +aJd +aKo +aLY +aNs +aRi +aKs +aKs +biP +biS +aKs +bja +aKs +bjl +aJd +beh +bbW +bjt +bfv +bfv +biv +blw +bmP +bfv +bfv +bfv +bfv +bup +bvN +bxa +bxa +bxa +bxa +bxa +bxa +bxa +bFT +bHw +bxa +bxa +bFT +bMP +bNS +bNS +bQj +bRv +bSS +bUa +bVf +bRv +bSS +bUa +bZk +bRv +cbI +bUa +bSS +bRv +bSS +bUa +ciw +bNS +bNS +clB +bNS +aad +bQk +bQk +bQk +bQk +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +abk +aaa +aaa +aaa +abk +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +ahf +ang +anH +aon +apc +apR +aqG +arK +asH +atB +auI +auI +axf +ayF +azL +aJg +aAX +aDC +aHC +aGe +biB +aNt +aMc +aOv +biJ +aMc +aMc +aRf +aSz +aWI +aZM +aZM +aKs +aKs +bbb +baa +baa +bee +bfw +bhf +bhc +bhc +bhc +bos +bjE +brn +bhc +buq +bvM +bxb +byt +bzJ +bBc +bCp +bxb +bEM +bFU +bHx +bIL +bKi +bFT +bMP +bEE +aad +aad +bRw +aad +bUb +aad +bRw +aad +bUb +bZl +caw +cbJ +ccO +cdR +caw +cdR +ccO +cdR +cjv +ckq +clC +cmZ +aad +aoB +aoB +aad +aad +aad +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahf +anh +ahf +ahf +ahf +ahf +aqG +arL +asI +atC +auJ +auJ +auJ +ayG +azM +aJh +auJ +aDD +aHD +aGf +biC +aPQ +aLQ +aNj +aOw +aLQ +aLQ +aSf +aSA +aTV +aZM +aZM +aKs +aKs +aSq +baa +baa +bee +bfx +bjQ +biw +blx +blx +blx +bpV +blx +bsQ +bur +bvM +bxc +byu +byu +byu +byu +bDM +byu +bFV +bHy +bIM +bKj +bFT +bMP +bEE +aad +bQk +bRx +bST +bRx +bQk +bRx +bST +bRx +bQk +bRx +cbK +ccP +cdS +ccP +cge +ccP +cdS +cjw +ckr +clD +cmZ +aoB +aoB +aoB +aad +aad +aoB +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aae +aae +aaa +aaa +aad +aqG +arM +asJ +atD +arM +avL +axg +ayH +azN +alt +alt +alt +alt +aGg +aHE +biD +aLc +aNl +aOx +aPO +aRj +aRj +aRj +aKq +aKs +aKs +aKs +aKs +bbb +baa +baa +bee +bfx +bjQ +bhc +bly +bmQ +bmQ +bpW +bro +bsR +bus +bvO +bxc +byv +bzK +bBd +byv +bxb +bEN +bFW +bHz +bIN +bKk +bFT +bMP +bEE +aad +bQk +bRy +bSU +bUc +bQk +bWb +bXa +bYg +bQk +cax +cbL +ccQ +bQk +cfb +cgf +chm +bQk +bZl +cks +clE +cna +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cvL +aad +aad +aad +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apS +aqJ +aqJ +asK +atE +atI +atI +atE +ayI +ayJ +ayJ +aBV +aHw +alt +aHH +aHF +aBT +aLT +aNn +aOy +aNn +aKs +aKs +aSs +aSs +aSs +aSs +aRl +aWG +aJd +bei +baa +bfA +bfx +bjQ +bhc +blz +bmR +bot +bpX +bpX +bsS +but +bvP +bxb +byw +byu +byu +bCq +bxa +bEO +bFX +bHA +bxa +bxa +bLF +bMP +bEE +aad +bQk +bRz +bRA +bRA +bQk +bWc +bXb +bWc +bQk +cay +cbM +cay +bQk +cfc +cgg +cfc +bQk +aad +ckt +clF +cnb +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGi +aHI +aBT +aBT +aBT +aBT +aBT +aRs +aSr +aTT +biT +aSt +aSt +bjb +aKs +bbc +bem +bcY +bef +bfy +bhb +bhb +blA +bmS +bou +bpY +bjE +bsT +but +bvQ +bxa +byx +bzL +bzL +bxa +bxa +bEP +bFV +bHB +bIO +bKl +bLF +bMP +bEE +aad +bQk +bRA +bSV +bRA +bQk +bWc +bXc +bWc +bQk +caz +cbN +cay +bQk +cfc +cgh +cfc +bQk +aad +cku +clG +cnc +aad +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aac +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGi +aHI +aJf +aKp +aLZ +aNu +aBT +aKs +aKs +aSw +aSw +aSw +aSw +aKs +aKs +aJd +bem +baa +bee +bfz +bhc +bjW +blB +bmT +bhc +bhc +brp +bsS +but +bvR +bxb +bjc +bzM +bzM +bCr +bxa +bEQ +bFV +bHC +byu +bKm +bLF +bMP +bEE +aad +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +aad +ckv +clH +cnd +coc +coc +coc +coc +crL +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aad +aad +cAY +cAY +cAY +cAY +cAY +aad +aaa +aad +cCv +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDD +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGj +aIY +aKh +aKr +aMa +aOu +aPK +aKs +aKs +aKs +aKs +aKs +aKs +aKs +bjm +aJd +bem +baa +bee +bfz +bhc +bhc +blC +bmU +bov +bpZ +bjE +bsU +but +bvR +bxa +byz +bzN +bzM +bCs +bxa +bER +bFV +byu +byu +bKn +bLF +bMP +bEE +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +cjy +clI +cjC +cjC +cpb +cjC +cjC +crM +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +cyw +coc +coc +czC +coc +coc +coc +coc +crL +cAY +cAY +cBp +cBy +cBK +cAY +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGk +aIZ +aKi +aKr +aMb +aOu +aBT +aVn +aKs +aTU +aKs +aKs +aKs +aKs +aYk +aJd +bem +baa +bju +bfw +bhd +bhc +blC +bmV +bot +bpX +bpX +bsS +but +bvR +bxb +byA +bzO +bBe +bCt +bxa +bES +bFY +byu +byu +bKo +bLF +bMP +bEE +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bEE +cjx +ckw +clJ +cne +cof +cpc +cpV +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +aae +aae +aae +aae +aaa +aaa +aaa +cAL +cAZ +cBj +cBq +cBz +cBL +cBX +cCg +cCl +cCt +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aHy +aJc +aKj +aKj +aNk +aHB +aBT +aJi +baE +aJi +aVo +aVo +aVo +aJi +aJi +aJi +beo +baa +bgB +bjE +bhe +bhc +blD +bmW +bmW +bqa +brq +bsW +buu +bvS +bxa +byz +bzP +bBf +bCu +bxa +bET +byu +byu +byu +bKp +bLF +bMR +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bXd +bYh +bYh +bYh +bYh +bYh +cdT +bCw +bEE +bCw +cdV +cjy +ckx +clK +cnf +cog +cpd +cpW +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +cye +czk +cye +czM +aaa +aaa +aaa +aad +cAY +cBk +cBr +cBA +cBM +cBz +cCh +cCm +cCm +cCm +cCB +cCE +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDE +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apU +aqJ +aqJ +aqJ +atF +atI +atI +axh +ayJ +ayJ +ayJ +aBX +aHw +alt +aHz +aKm +aKk +aLS +aNm +aOz +aBT +aRn +aSB +aWK +aSB +aSB +aSB +aYp +bjn +bcb +baa +baa +bgB +bjE +bjR +bhc +bhc +bmX +bow +bqb +brr +bqb +buv +bvT +bxb +byB +bzQ +bBg +bCv +bxa +bEU +bFZ +bHD +bIP +bKq +bLG +bMS +bEZ +bPe +bQl +bPe +bPe +bPe +bPe +bWd +bMP +bEE +bZm +bEE +bEE +ccR +cdU +bYh +bYh +chn +cix +cjz +cky +clL +cng +clL +cpe +cpX +cqU +crN +cso +cso +cso +cso +cvi +aad +aoB +aaa +aaa +aad +aaa +cyv +cye +czl +czD +czM +czM +czM +czM +czM +cAY +cAY +cBs +cBB +cBN +cBY +cCg +cCg +cCg +cCg +cCg +cCF +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDp +cDw +cDm +cDn +cDw +cDp +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aqG +aqG +aqG +atG +auK +avM +axi +aqG +alt +alt +alt +alt +alt +aGk +aHI +aJi +aJi +aJi +aJi +aJi +aJi +aRo +aSC +aSB +aSB +aSB +aYq +aJi +bdZ +baa +bcZ +bgB +bjE +bhg +bix +bix +bix +box +bjE +brs +bhc +but +bhc +bxa +bxa +bzL +bzL +bxa +bxa +bEO +bGa +bjE +bjE +bjE +bLH +bLH +bLH +bPf +bQm +bRC +bSW +bUd +bQt +bWe +bMP +bEE +bCw +caA +bJZ +bEE +bEE +bEE +cgi +cho +ciy +cjA +ckz +clM +cnh +coh +cpf +cpY +cqV +crO +csp +csp +csp +aae +aae +aae +aae +aaa +aaa +aad +cye +cyx +cye +czm +czE +czM +czM +cAk +cAy +cAM +cBa +cBl +cBl +cBC +cBO +cBl +cCf +cCn +cCn +cCw +cCC +cCG +cCN +cCw +cCn +cCn +cCV +cCZ +cDd +cDj +cDm +cDq +cDb +cDo +cDF +cDJ +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aqG +atH +auL +auL +axj +aqG +apZ +alt +alt +alt +alt +aGl +aHK +aJi +aLU +aMd +aNv +aOA +aJi +aRp +aSD +aWJ +bgZ +aSB +aSB +aZS +bbd +baa +aYz +bgB +ber +bfD +bfD +bfD +ber +ber +ber +brt +bhc +but +bhc +bfz +bhc +bhc +bhc +bhc +bhc +blD +bGb +bjE +bIQ +bgz +bjE +bMT +bOb +bPf +bQn +bQt +bSX +bUe +bVg +bWe +bMP +bEE +bCw +caB +bJZ +ccS +cdV +bEE +cgj +chp +ciz +cjB +ckA +clN +cni +coi +cpg +cpZ +cqW +crP +cqY +csY +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyy +cyR +cyA +czF +czM +cAd +cAl +cAz +cAN +cBb +cBl +cBt +cBD +cBP +cBZ +cCf +cCo +cCo +cCo +cCo +cCH +cCO +cCR +cCo +cCo +cCU +cDa +cDe +cDj +cDn +cDr +cDx +cDA +cDA +cDK +cDM +cDO +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aqG +atI +atI +aqG +axk +aqG +amI +amI +aBY +aBY +alt +aGm +aHL +aJj +aKu +aKu +aKu +aOB +aPR +aRq +aSE +aTX +biV +aSB +aSB +aYl +bbd +baa +aYz +bgB +ber +bfE +bjX +blE +bmY +boy +ber +bru +bhc +but +bvU +bfz +byC +byC +bBh +byC +bhc +bhc +bGc +bjE +bIR +bKr +bjE +bMU +bOc +bPf +bQo +bQt +bQt +aYm +bVh +bWe +bXe +bCx +bCx +bCx +bCx +bCx +cdW +cfd +cfd +chq +ciA +cjC +ckB +clO +cnj +coj +cph +cqa +cqX +crQ +csr +csZ +ctS +cuB +cvk +aaa +aae +aaa +aaa +aad +cye +cyz +cyS +czn +czn +czN +cAe +cAm +cAA +cAO +cBc +cBm +cBu +cBE +cBQ +cCa +cCi +cCp +cCp +cCx +cCp +cCI +cCP +cCS +cCp +cCT +cCW +cDb +cDf +cDk +cDo +cDs +cDy +cDB +cDA +cDL +cDN +cDP +cCU +cCU +cCU +cDQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +amI +amI +amI +amI +aBZ +aDE +alt +aGk +aHM +aJk +aKv +aMe +aNw +aOD +aJk +aRr +aSF +aTY +aVp +aSB +aYr +aZT +bbd +baa +aYz +bjv +ber +bfF +bjY +blF +bmZ +boz +bqc +brv +bqb +buw +bvV +bvV +bvV +bvV +bvV +bvV +bDN +bhc +bGc +bjE +bIS +bKs +bjE +bMV +bOd +bPf +bQp +bRD +bSY +bPg +bVi +bWf +bPe +bPe +bQl +bPe +bPe +ccT +cdX +bBr +cgk +chr +ciB +cjC +ckC +clP +cnk +cok +cpi +cqb +cqY +crR +cqY +cta +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyA +cyR +cyA +czG +czO +cAf +cAn +cAB +cAP +cBd +cBn +cBv +cBF +cBR +cCb +cCj +cCq +cCq +cCy +cCq +cCq +cCq +cCq +cCq +cCq +cCX +cDc +cDg +cDl +cDg +cDt +cDz +cDA +cDA +cDA +cDm +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +asL +amI +amI +amI +aCa +aDF +alt +aGk +axp +aJl +aKw +aMf +aNx +aWF +aJi +aRt +aSG +aTZ +aVp +aSB +aSB +aZT +bbd +baa +aYz +bjw +ber +bhh +bjZ +blG +bna +boA +ber +brw +bhc +blC +bvV +bxd +byD +bzR +buB +bvV +bDO +bhc +bGd +bjE +bIT +bKt +bjE +bMW +bOe +bPf +bPf +bPf +bPf +bPf +bVj +bWg +bXf +bYi +bZn +caC +bPf +bWe +bMP +bEE +bEE +bEE +bEE +cjC +cjC +cjC +cjC +col +cjA +cjA +cqZ +crS +csp +ctb +csp +cuC +aae +aae +aae +aaa +aaa +aad +cye +cye +cye +cye +czE +czP +czM +cAo +cAC +cAQ +cBe +cBl +cBl +cBC +cBS +cBl +cCf +cCn +cCn +cCz +cCn +cCJ +cCQ +cCz +cCn +cCn +cCY +aZL +cDh +cDj +cDm +cDu +cDg +cDC +cDG +cDn +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +alu +alu +alt +alt +alt +alt +alt +alt +alt +aDG +aEP +aGn +axp +aJi +aJi +aJi +aNy +aOE +aJi +aRu +aSH +aUa +aUa +aUa +aYX +aJi +bcf +baa +bda +bej +ber +ber +ber +ber +ber +boB +bqd +brx +bhb +bux +bvW +buB +buB +bzS +bBi +bvV +bDP +bhc +bGe +bHE +bIU +bKs +bLI +bIU +bKs +bPg +bQq +bRE +bSZ +bPf +bVk +bQt +bQt +bQt +bZo +caD +cbO +bWe +cdY +cfe +cfe +chs +bEE +cjD +ckD +bCw +cnl +com +cpj +cqc +cqc +bCw +bEE +aad +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +czQ +czM +cAp +cAD +cAR +cBf +cBf +cBw +cBG +cBT +cCc +cCg +cCg +cCg +cCg +cCg +cCK +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDv +cDw +cDm +cDn +cDw +cDv +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +aaa +aaa +aaa +aaa +aaa +aae +alu +aqL +alu +asL +amI +amI +asL +amI +aor +alt +aAY +alt +aDH +alt +aGi +axp +aJm +aKx +aJi +aJi +aJi +aJi +aSu +aSB +aSB +aWL +aYo +bhy +aJi +bdH +baa +baa +bjx +bfB +bhl +bka +bka +bka +boC +bqe +bry +bry +buy +brz +bxe +byE +bzT +bBj +bvV +bwZ +bhc +bGf +bHF +bIV +bKu +bLJ +bIV +bOf +bPh +bQr +bRF +bTa +bUf +bVl +bWh +bXg +bQt +bZp +caE +cbP +ccU +cdZ +cff +cgl +cht +ciC +cjE +bCw +bCw +bCw +con +ciE +cqd +cra +crT +css +bEE +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAq +cAE +cAS +cBf +cBo +cBx +cBH +cBU +cCd +cCk +cCr +cCr +cCr +cCD +cCL +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDH +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +aaQ +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +apV +amI +arN +amI +amI +amI +aqc +amI +ayK +ayK +ayK +ayK +ayK +ayK +aGo +aHN +aHS +aKy +aMg +aHS +aHS +aJi +aJi +aSI +aUb +aJi +aJi +aJi +aJi +aJi +beh +bbW +bjt +bfB +bhi +bhi +bhi +bhi +boC +bqf +brz +brz +brz +brz +bxf +byF +bzU +bBk +bvV +bDQ +bsW +bGg +bwY +bIW +bKv +blx +bMX +bOg +bPi +bQs +bRG +bTb +bPf +bVm +bVh +bXh +bYj +bZq +caF +bPf +bPf +bEE +bEE +bOi +chu +ciD +cjF +ckE +ciE +cgq +coo +ciE +cqe +cgq +crU +chv +ciC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAr +cAF +cAT +cBf +cBo +cBx +cBI +cBV +cCe +cCg +cCs +cCu +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaQ +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +alu +alu +alu +amI +atK +alt +amI +amI +ayK +azO +aAZ +aCb +aDI +aEQ +aGp +aHO +aHS +aKz +aMh +aHS +aOF +aOH +aOH +aSJ +aUc +aVr +aOH +aYs +aZU +aZW +baa +baa +bgB +bfB +bhj +bhi +bhi +bhi +boD +bqf +brA +bsX +buz +brz +brz +byG +bzV +bBl +brG +bDR +bEV +bEV +bEV +bIX +bKw +bDR +bMY +bOh +bPf +bPf +bPf +bPf +bPf +bVn +bWi +bXi +bYk +bZr +caG +cbQ +ccV +cea +bEE +cgm +cgq +ciE +ciE +ckF +ciE +cgq +cgq +ciE +cqf +crb +bJc +cst +ctc +ctT +cuD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +czM +czM +czM +cBf +cBf +aZK +cBJ +cBW +cBf +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adN +aeD +aad +adf +adN +aeD +aad +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +apY +amI +alt +avN +amI +ayK +azP +aBa +aCc +aDJ +aER +aCn +aHP +aJn +aKA +aMi +aNz +aOG +aPS +aRv +aSK +aUd +aUd +aUd +aYt +aRw +bbg +baa +baa +bgB +bfC +bhk +bkb +bkb +bkb +boE +bqf +brB +bsY +buA +bvX +bvX +byH +bzW +bBm +brG +bAj +bCR +bDU +bEn +bEq +bEY +bDR +bMZ +bOi +bPf +bQt +bQu +bQt +bUg +bQt +bVh +bXj +bYl +bZs +caD +bPf +ccW +ceb +cfg +cgn +bEZ +bEZ +cjG +ckG +bBr +cnm +bEZ +cpk +cqg +crc +crV +csu +bRB +aoB +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +cBf +cBf +cBf +cBf +cBf +aad +aaa +aad +cCA +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDI +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apg +apg +apg +apg +apg +alt +amI +ayK +ayK +ayK +ayK +ayK +aES +aGq +aHQ +aHT +aKB +aMj +aHS +aOH +aPT +aVs +biQ +biQ +biW +aRw +aRw +aRw +bbg +baa +baa +baa +bfB +bhi +bka +bka +bka +boF +bqg +brC +bsZ +buB +bvY +bxg +byI +bzX +bBn +brG +bAk +bDS +bDV +bEo +bCR +bGh +bDR +bMZ +bOi +bPf +bQu +bQt +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccX +cec +bEE +cgo +cgq +ciF +ciE +ckH +ciE +ciE +cgq +ciE +cqh +crd +crW +chv +bRB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +aqM +arO +asM +atL +apg +avO +amI +alt +apZ +amI +aCd +arP +aET +aGr +aHR +aHS +aKC +aMk +aHS +aOI +aPT +biN +aSL +aUe +biX +aRw +aYu +aZV +aZW +baa +baa +baa +bfB +bhm +bkc +bkc +bnb +boG +bqh +brD +bta +buB +bvZ +bxh +byJ +bzU +bBo +brG +bAl +bCR +bEl +bCR +bEW +bGi +bDR +bNa +bOj +bPf +bQv +bQu +bTc +bUh +bQt +bVh +bXk +bXk +bXk +bXk +bPf +bEE +bEE +bEE +bOi +cfh +ciG +ciE +ckI +cgq +cgq +cop +ciE +cgq +chw +cfh +csv +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anJ +aoo +apd +anI +aqN +amI +aqT +amI +apg +aos +axl +arP +arP +arP +aCe +amI +aEU +aGs +amI +aHS +aKD +aMl +aHS +aOH +aPT +biN +aSM +aUf +biX +aRw +aYu +aZW +baa +baa +baa +fns +bfB +bhn +bhi +blH +bnc +boH +bqi +brE +btb +buC +btb +bxi +byJ +bzU +bBp +brG +bBF +bDT +bEm +bEp +bEX +bGj +bDR +bNb +bOi +bPf +bQu +bRH +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccY +ced +cff +cgp +chv +bEE +bEE +bNb +bCw +bCw +cfh +ciE +cgq +cgq +crX +bEE +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abL +ace +ace +adg +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +akR +ace +amb +amH +ani +anK +aop +ape +apW +aqO +arP +arP +atM +apg +avP +atN +alt +alt +alt +alt +alt +aEV +aGt +aHS +aHS +aKE +aMm +aNA +aOH +aPT +biO +biR +biR +biY +aRw +aYv +aZX +baa +baa +baa +bel +bfB +bfB +bfB +bfB +bfB +boI +bqi +brF +btc +buD +buD +bxj +byK +bzY +brG +brG +bDR +bDR +bDR +bDR +bJb +bDR +bDR +bMJ +bOi +bPf +bQt +bRI +bQt +bUg +bVo +bWj +bXl +bYm +bZu +bRH +bPf +ccZ +bOi +cfh +cgq +chw +bEE +cjH +bNb +bCw +cnn +chv +bEE +bCw +cre +crY +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anL +aoq +apf +apX +aqP +amI +amI +atN +apg +avQ +atN +alt +azQ +amI +alt +aaa +aEW +aGu +aHS +aJo +aKF +aMn +aNB +aOJ +aPU +aRx +aSN +aUg +aUg +aUg +aYt +aZY +baa +baa +bdb +bjy +bfB +bfB +bkd +blI +bnd +boJ +bqi +brG +brG +brG +brG +brG +byL +bzZ +brG +bCw +bDW +bEZ +bEZ +bEZ +bJc +bEZ +bEZ +bMK +bOk +bPe +bQl +bRJ +bPe +bPe +bPe +bPe +bPe +bPe +bPe +bRJ +bPe +bEZ +bOk +bJc +bNt +bNt +bNt +bNt +ckJ +bNt +bNt +coq +bEE +cqi +bEE +bEE +bEE +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +acf +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +amI +aor +asN +atN +apg +aor +atN +ayL +amI +asN +alt +alt +aEV +aGt +aHS +aJp +aKG +aMo +aNA +aOK +aOH +aOH +aOH +aUh +aVt +aOH +aYw +aZW +baa +bca +bdc +ben +bfG +bho +bke +blJ +blJ +boK +bqj +blJ +btd +blJ +bwa +bxk +byM +bAa +bBq +bCx +bDX +bCx +bCx +bCx +bJd +bCx +bCx +bNc +bOl +bPj +bQw +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +cee +cfi +cgr +chx +chx +chx +ckK +clQ +cno +cor +bNr +bCw +bCw +cqi +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apY +amI +amI +asO +atN +apg +alt +atN +alt +alt +alt +alt +aDK +aEX +aGv +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aYx +aHT +aHT +bep +bdd +bjz +bfH +bhp +bfH +bfH +bfH +bfH +bqk +brH +bte +brH +brH +bxl +byN +bAb +bBr +bCy +bDY +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bPk +bQx +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +cnp +cor +bNr +bRB +bRB +bRB +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adR +aeD +aad +adf +adR +aeD +aad +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +amI +alt +asP +atN +apg +atL +atN +alt +azR +amI +alt +aDL +aEY +aGw +aHU +aHU +aHU +aHU +aHU +aHU +aHU +aRy +aHU +aHU +aVu +aWM +aYy +aZZ +aZZ +bcc +bde +bjA +bfI +bhq +bkf +blK +bne +boL +bfI +brI +btf +buE +bfL +bxm +byO +bAc +bAc +bAc +bAc +bFa +bGl +bGl +bGl +bFa +bLK +bNd +bOm +bPl +bQy +bRK +bLR +bUi +vId +bGl +bLR +bUi +vId +bGl +bLR +bUi +vId +bGl +bFa +chy +ciH +bFa +aaa +bNr +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +alt +alt +api +avX +apg +aor +atN +api +amI +amI +alt +aDL +aDO +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aWN +aYz +baa +baa +bcd +bdf +beq +bfJ +bhr +bkg +blL +bkg +boM +bfI +brJ +btg +buF +bql +bxn +byP +bAc +bBs +bCz +bBs +bFa +bGl +bGl +bGl +bKB +bLL +bNe +bOn +bPm +bQz +bRL +bLR +bUj +bGl +bGl +bLR +bUj +bZv +bGl +bLR +bUj +bGl +bGl +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +aaQ +aad +aad +aad +aad +aad +aad +aad +apg +apZ +amI +arQ +amI +atN +alt +alt +atN +alt +alt +alt +aCf +aDM +aEZ +aGx +aHV +aJq +aKH +aMp +aNC +aOL +aPV +aRz +aMp +aUi +aFb +aWO +aYz +bab +bab +baa +bdf +beq +bfJ +bhs +bkh +blM +bnf +boN +bfI +brK +btg +buG +bql +bxo +byQ +bAc +bBt +bCA +bDZ +bFa +bGl +bGl +bJe +bGl +bLM +bNf +bOo +bPn +bQy +bRM +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bJe +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apg +alt +alt +alt +amI +atP +auM +avR +axm +arP +azS +arP +aCg +aDN +aFa +aGy +aHW +aJr +aKI +aMp +aMp +aOL +aMp +aRz +aMp +aUi +aFb +aWP +aYA +aFb +aFb +bes +bdf +beq +bfJ +bht +bki +blN +bki +boO +bfI +brL +btg +buH +bql +bwg +byR +bAc +bBu +bCB +bEa +bFa +bGm +bGl +bGl +bGl +bLN +bNg +bOn +bPm +bQA +bRL +bLR +bUk +bVp +bWk +bLR +bYn +bZw +caI +bLR +cda +cef +cfj +bFa +chA +ciJ +bFa +aaa +bNr +cnp +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aaa +aaa +aad +aad +aad +aad +alu +aqa +aqQ +alt +amI +amI +auN +amI +amI +asL +azT +asO +aCh +aDO +aFb +aFb +aHX +aJs +aKJ +aMq +aMp +aOM +aOM +aOM +aOM +aOM +aOM +aWQ +aYB +bac +aFb +bem +bdg +baa +bfK +bhu +bkj +blK +bng +boP +bfI +brM +bth +buI +bql +bwg +byS +bAd +bBv +bCC +bEb +bFa +bGl +bGl +bGl +bKC +bLO +bNh +bOn +bPo +bQB +bRN +bNk +bUl +bVq +bWl +bXm +bUl +bVq +caJ +bXm +bUl +bVq +cfk +bFa +chB +ciK +bFa +aaa +bNr +cnq +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alu +amI +amI +arR +amI +amI +alt +alt +amI +alt +alt +alt +aCi +aDO +aFb +aGz +aHY +aJt +aJt +aMr +aND +aON +aON +aON +aON +aON +aON +aWR +aYC +bad +aFb +bem +bdf +bgB +bfL +bhv +bkk +bkk +bkk +boQ +bql +brN +bti +buJ +bql +bxp +byR +bAc +bBw +bCD +bEc +bFa +bGl +bGl +bGl +bKB +bLP +bNi +bOn +bPm +bQy +bRO +bTd +bOn +bOn +bUn +bXn +bOn +bOn +bUn +cbR +bOn +bOn +bUn +cgs +chC +ciL +cjI +aad +bPI +cnp +cos +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aad +aad +alu +aqb +amI +alt +amI +amI +alt +avS +amI +alt +azU +amI +aCi +aDO +aFb +aGA +aHZ +aJu +aJu +aMp +aMp +aOO +aMp +aRA +aRA +aUj +aVv +aWS +aOM +bae +bbh +baa +bdf +bgD +bfL +bhw +bkl +blO +bnh +boR +bqm +brO +btj +buK +bql +bwg +byR +bAc +bBx +bCE +bEd +bFa +bGl +bGl +bGl +bFa +bLQ +bNj +bOp +bPp +bQC +bRP +bTe +bUm +bVr +bWm +bVr +bYo +bVr +bWm +bVr +bYo +bVr +cfl +cgt +cgt +ciM +cjJ +ckL +clR +cnr +cot +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +amI +alt +amI +amI +api +amI +amI +aCi +aDO +aFb +aGB +aIa +aJv +aKK +aMp +aNE +aOO +aMp +aRA +aRA +aMp +aVw +aWS +aOM +aVw +aFb +bem +bdf +bjB +bfL +bhx +bkm +blP +bni +boS +bkm +brP +btk +bkm +bql +bwg +byT +bAc +bAc +bAc +bAc +bFa +bFa +bFa +bFa +bFa +bLR +bLR +bOq +bPq +bQy +bOn +bTf +bUn +bOn +bOn +bXo +bUn +bOn +bOn +cbS +bUn +bOn +bOn +cgu +chD +ciN +cjI +aad +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +alu +aph +aqc +amI +aqT +amI +amI +alt +alt +asR +alt +alt +alt +aCj +aDO +aFc +aFc +aFc +aFc +aFc +aFc +aFc +aOP +aPW +aRB +aMp +aMp +aMp +aWT +aYD +aMp +bbh +baa +bdf +bgB +bfL +bjS +bkn +bkm +bnj +boT +bqn +brQ +btl +buL +bql +bxq +byR +bAe +bBy +bCF +bEe +bFb +bGn +bHJ +bJf +bKD +bKD +bLR +bOr +bPr +bQD +bRQ +bNk +bUo +bVs +bWn +bXm +bYp +bVs +bWn +bXm +cdb +bVs +bWn +bFa +bFa +bFa +bFa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +alt +amI +amI +aqR +arS +arS +amI +alt +avT +amI +amI +api +aBb +aCk +aDP +aFd +aGC +aIb +aJw +aKL +aMs +aFc +aFb +aFb +aFb +aSO +aUk +aVx +aOM +aOM +baf +aFb +bem +bdf +bgB +bfL +bfL +bko +bkm +bnk +boU +boW +brR +btm +bkm +bql +bxr +byR +bAe +bBz +bCG +bEf +bFb +bGn +bHK +bJg +bKE +bKE +bLR +bOs +bPq +bQy +bRR +bLR +bUp +bVt +bWo +bLR +bYq +bZx +caK +bLR +cdc +ceg +cfm +bFa +aad +aad +aaa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bPI +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +aos +amI +aqS +arT +asQ +amI +alt +avU +amI +asL +api +amI +aCl +aDQ +aFe +aGD +aIc +aJx +aKM +aMt +aFc +aOQ +aPX +aFb +aSP +aMp +aVy +aOM +aOM +aUk +bbh +baa +bdf +baa +bfM +bhz +bkp +bkm +bnl +boV +boW +brS +btn +bkm +bwb +bxs +byU +bAf +bBA +bCH +bEg +bFb +bGo +bHL +bJg +bKF +bKF +bLR +bOt +bPq +bQE +bRS +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bQO +cvM +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +aqd +aqT +amI +amI +amI +alt +avV +axn +axn +axn +axn +aCm +aDR +aFc +aFc +aFc +aJy +aKN +aFc +aFc +aOR +aPY +aRC +aMp +aUl +aKJ +aOM +aOM +aVw +aFb +bem +bdf +baa +bfN +bhA +bkq +bkm +bnm +boW +bqo +boW +bto +bkm +bwc +bxt +byV +bAg +bBB +bCI +bEh +bFb +bGn +bHM +bJh +bKF +bKF +bLR +bOu +bPq +bQy +bRT +bLR +bGl +bGl +bUj +bLR +bGl +bZv +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aad +aad +aad +aad +aad +bNr +bNr +bPI +cvM +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +aor +alt +alt +api +alt +atO +alt +alt +avW +axo +ayM +azV +ayM +aCn +aDS +aFc +aGE +aId +aJz +aKO +aMu +aFc +aOS +aPZ +aFb +aSQ +aUm +aVz +aOM +aOM +bag +aFb +bek +bdf +baa +bfN +bhz +bkr +blQ +bnn +aRh +bqp +brT +btp +buM +bwb +bxu +byR +bAh +bBC +bCJ +bEi +bFb +bGn +bHN +bJi +bKG +bKG +bLR +bOv +bPq +bQy +bRU +bLR +bGl +iiO +bWp +bLR +bGl +iiO +bWp +bLR +bGl +iiO +bWp +bFa +aad +aad +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aad +aad +bNr +cuE +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alt +alt +alt +alt +alt +amI +amI +amI +amI +amI +amI +asO +amI +avW +axp +arS +api +aqT +aCo +aDT +aFc +aGF +aIe +aJA +aKP +aKR +aFc +aCw +aCw +aCw +aCw +aCw +aCw +beg +beg +aCw +aCw +beo +bdf +baa +bjF +bfL +bfL +bfL +bfL +bfL +bql +brU +btq +bql +bql +bwg +byR +bAh +bAh +bAh +bAh +bFb +bFb +bHO +bJj +bFb +bFb +bNk +bOw +bPs +bQF +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +bNr +bNr +bNr +cns +cou +bNr +bNr +bNr +bNr +bNr +bNr +bNr +cuF +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +amc +amI +amI +amI +amI +alt +alt +alt +arU +arU +arU +auO +avW +axq +arU +arU +arU +aCp +aDT +aFc +aGG +aIf +aJB +aKQ +aKR +aFc +aFf +aFf +aRD +aKS +aUn +aFf +aRE +aYE +bah +aCw +bfO +bdf +baa +bjG +bhB +bks +blR +bno +boX +bqq +brV +btr +buN +bwd +bxv +byW +btr +btr +btr +btr +bFc +bGp +bHP +bJk +bKH +bLS +bNl +bOx +bPt +bQG +bRV +bTg +bUq +bVu +bWq +bXp +bYr +bZy +caL +bVw +cdd +ceh +bVw +caL +chE +bQO +bNr +ckM +clS +cnt +cov +cpl +cqj +crf +crZ +csw +ctd +ctU +cuF +cvl +cvN +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +alt +aqe +aqU +arU +asS +atQ +arU +awx +axr +ayN +azW +arU +aCq +aDT +aFc +aGH +aIg +aJC +aKR +aKR +aNF +aGN +aIi +aGN +aSR +aUo +aSR +aRE +aYF +aFf +bbi +baa +bdf +baa +bfN +bhC +bkt +blS +blS +boY +bqr +brW +blS +buO +bwe +bxw +byX +bAi +bAi +bCK +bEj +bFd +bGq +bHQ +bJl +bKI +bLT +bNm +bKI +bPu +bQH +bRW +bTh +bTh +bTh +bWr +bXq +bYs +bZz +caM +cbT +bVw +bVw +bVw +caL +bPG +ciO +cjK +ckN +clT +bPE +cow +bNr +chJ +ckW +bQO +bQO +cte +bNr +bNr +bNr +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +alt +amI +alt +aqf +aqV +arU +asT +atR +atR +avY +axs +ayO +ayO +arU +aCr +aDU +aFc +aGI +aGI +aJD +aFc +aFc +aFc +aOT +aQa +aOT +aSS +aUp +aSS +aRE +aYF +bai +bbi +baa +bdf +baa +bjH +bhB +bku +blT +bnp +boZ +bqs +aSx +bts +buP +bwf +bxx +byY +bts +bBD +bCL +bEk +bFe +bGr +bGr +bGr +bGr +bGr +bNn +bGr +bGr +bQI +bRV +bTh +bTh +bTh +bTh +bTh +bYt +bZA +caN +bVw +bVw +cei +cfn +caL +chF +ciP +cjL +ckO +clU +bNr +bNr +bNr +bNr +bNr +bNr +bQO +ctf +cpl +cuG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +amI +alt +alt +alt +arU +asU +atR +atR +avZ +axt +ayP +azX +arU +aCs +aVq +aFc +aGJ +aIh +aIh +aFc +aMv +aFf +aFf +aQb +aRE +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bjI +bfS +bfS +bfS +bfS +bfS +bqt +bqt +bqt +buQ +bwg +bxy +bxy +bxy +bBE +bCM +bxz +bxz +bGs +bHR +bJm +bKJ +bLU +bNo +bOy +bOy +bOy +bRX +bTi +bUr +bTh +bTh +bTh +bTh +bZB +caO +cbU +bVw +cej +bVw +caL +chG +ciQ +bNr +ckO +clV +cnu +cox +cpm +cqk +crg +bNr +bQO +chI +bNr +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +alt +amI +api +amI +amI +arU +arU +arU +auP +awa +atR +ayQ +azY +arU +aCt +aDW +aFf +aGK +aFf +aFf +aKS +aMw +aFf +aFf +aQb +aRF +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bfN +bhD +bgR +bkv +bnq +bpa +blU +bqu +bqt +buR +bwg +bxy +brX +bsa +bsB +btQ +bBG +bxz +bGt +bHS +bJn +bHS +bGt +bGt +aad +aad +aad +bRX +bTj +bUs +bVv +bWs +bXr +bYu +bZC +caL +bVw +bVw +cek +bVw +caL +chG +ciR +bNr +ckP +clW +cdk +bSe +bSe +ccc +crh +bNr +bQO +ctg +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +aos +alt +aqg +apZ +arU +asV +atS +auQ +awb +atR +ayR +azX +arU +aCu +aDX +aFg +aGL +aFg +aJE +aFg +aMx +aFg +aOU +aQc +aOU +aST +aUq +aVA +aWV +aYF +bai +bbi +baa +bdf +baa +bfN +bhE +bgS +bgR +bnr +bpb +blV +bqv +btt +buS +bwg +bxy +brY +bsb +bsV +byy +bBH +bxz +bGu +bHT +bHT +bHT +bLV +bGD +bOz +bOz +bOz +bGD +bTk +bTk +bVw +bTk +bXs +bTh +bZD +caL +caL +caL +cel +caL +caL +caL +caL +caL +ciW +clX +bNr +bNr +bNr +ccd +crh +bNr +bQO +bOH +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alt +alt +alt +alt +alt +arU +asW +atT +atQ +awc +atR +ayO +ayO +arU +aCv +aDY +aFh +aGM +aDY +aDY +aDY +aDY +aDY +aOV +aQd +aOV +aSU +aUr +aSU +aWW +aYG +aFf +bbi +baa +bdh +baa +bfR +bhD +bgR +bgR +bns +bpc +blW +bqw +btu +buT +bwh +bxz +brZ +bsA +btP +byy +bCN +bxz +bGv +bHT +bHT +bHT +bLW +bGD +bOA +bPv +bPv +bGD +bTl +bUt +bVx +bWt +bXs +bTh +bZE +caP +caP +cde +cem +cde +cgv +chH +ciS +caL +ckQ +clX +bNr +aaa +bNr +ciW +cri +bNr +bQO +bPD +bNr +aad +aad +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +arU +asX +atU +auR +awd +axu +ayS +azZ +arU +aCw +aDZ +aCw +aGN +aIi +aGN +aIi +aCw +aNG +aCw +aQe +aCw +aSV +aFf +aVB +aWX +aYH +baj +aCw +bbW +bdi +bbW +bfS +bfS +bio +bkw +bln +blq +blX +bqY +btv +buU +bwi +bxz +bzc +bAm +bBI +byZ +bCO +bxz +bGw +bHT +bHT +bKK +bLX +bGD +bOB +bPw +bQJ +bGD +bTm +bUu +bVy +bVz +bXs +bTh +bZE +caQ +caQ +cde +cen +cde +cgv +chH +ciS +caL +ckR +clX +bPI +aaa +bPI +ccd +crh +bQO +bQO +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arU +arU +arU +arU +arU +arU +arU +arU +arU +aCw +aEa +aCw +aGO +aIj +aJF +aIj +aCw +aNH +aOW +aQf +aCw +aCw +aCw +aCw +aYI +bjs +aCw +aCw +bcg +bdj +bet +bfS +bhF +bgR +bkx +blo +bgR +bog +bgR +btt +buV +bwj +bxz +bzd +bAn +bBJ +bza +bCP +bxz +bGx +bHT +bJo +bKL +bLY +bGD +bOC +bPx +bOC +bGD +bTl +bUv +bVz +bVw +bXs +bYv +bZF +caR +cbV +cdf +ceo +cfo +cgw +cgw +cgw +cjM +ckS +clY +bPI +aaa +bPI +ccd +clU +bNr +bNr +bNr +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arV +aad +aoB +aoB +arV +aad +aad +aad +arV +aCw +aEb +aCw +aGP +aGP +aGP +aGP +aCw +aCw +aCw +aCw +aCw +aSW +aUs +aVC +aWZ +aYJ +bak +bbj +aSX +bdk +beu +bfS +bhG +bgR +bky +blp +blr +boh +bqZ +bqt +buW +bwk +bxz +bze +bAo +bBK +bzb +bCQ +bxz +bGy +bHT +bJp +bKM +bLZ +bNp +bOD +bPy +bQK +bRY +bTn +bUw +bVA +bWu +bXt +bYw +bZG +caS +cbW +cdg +cdg +cfp +cgx +cdg +cdg +cjN +ckT +clZ +bNr +aaa +bNr +ccd +clU +aad +aad +aad +aad +aad +aaQ +aaa +aad +aaa +acf +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aaa +aMy +aNI +aOX +aQg +aMz +aSX +aQj +aQj +aXa +aYK +bal +aQj +aQj +bdk +bev +bfS +bfS +bfS +bfS +bfS +bfS +bfS +bsc +bfS +buX +bwl +bxz +bxz +bAp +bAp +bAp +bAp +bAp +bGz +bHT +bJq +bHT +bMa +bGD +bOC +bPz +bOC +bRZ +bSb +bSb +bSb +bSb +bSb +bYx +bZH +caT +cbX +bYx +bSb +bSb +bSc +caL +caL +caL +bNr +cma +bNr +bNr +bNr +ccd +clU +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aNJ +aOY +aQh +aRG +aQh +aQh +aQh +aXb +aYL +bam +bbk +bch +bdl +bew +bfT +bhH +bkz +bkz +bkz +bpe +bqA +bsd +bfS +buY +bwm +bxA +bzf +bse +bBL +bBL +bBL +bse +bGA +bHU +bJq +bKN +bHT +bNq +bOE +bPA +bQL +bSa +bTo +bUx +bVB +bWv +bXu +bYy +bZI +caU +cbY +cdh +cep +cfq +bSc +chI +bNr +chJ +bNr +cmb +cnv +bQO +bQO +cql +crj +aaa +aaa +aaa +aaa +aaa +aaY +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aRk +aOZ +aQi +aRH +aQi +aQi +aQi +aXc +aYM +aQi +aQi +bci +aQi +aQi +bfU +bhI +bhI +bhI +bnw +bpf +bqB +bfS +bfS +buZ +bwn +bxB +bzg +bse +bBL +bBL +bBL +bse +bGB +bHV +bJq +bKO +bHT +bHT +bOF +bPB +bQM +bSb +bTp +bUy +bUA +bUA +bXv +bYz +bYz +caV +cbZ +bUA +ceq +cfr +bSc +bQO +bNr +bNr +bNr +cmc +bSe +bSe +bSe +cqm +crj +aaa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaF +aoB +aoB +aoB +arV +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNL +aPa +aQj +aMz +aQj +aQj +aQj +aPa +aQj +aQj +aQj +bcj +bdm +aQj +bfV +aMz +aaa +blY +bnx +bpg +bqC +bse +btw +bva +bwo +bxC +bzh +bAq +bBL +bCS +bBL +bse +bGC +bHW +bJq +bKP +bMb +bHT +bOG +bPC +bQN +bSb +bTq +bUz +bVC +bWw +bXw +bYA +bZJ +caW +cca +cdi +bUz +cfs +bSc +bQO +ciT +cjO +bNr +cmd +cnw +coy +cpn +cqn +crk +aad +aad +aad +aad +aad +aad +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aad +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNM +aPb +aQj +aMz +aQj +aPb +aPb +aXd +aYN +aPb +aQj +bck +aQj +aPb +bfW +aMz +aad +blY +bny +bph +bqD +bse +btx +bvb +bwp +bxD +bzi +bAq +bBL +bCT +bEr +bse +bGD +bGD +bJr +bKQ +bGD +bGD +bGD +bGD +bGD +bSc +bTr +bUA +bUA +bUA +bXx +bYB +bZK +caX +bUA +bUA +bUA +bUA +bSc +bQO +ciU +bSe +ckU +cme +clU +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aad +aad +aad +aad +aMz +aMz +aMz +aQk +aMz +aSY +aMz +aMz +aMz +aMz +aMz +bbl +aMz +bdn +aMz +aMz +aMz +aaa +blY +bnz +bph +bqD +bse +bty +bvb +bwq +bxC +bzj +bAq +bBL +bBL +bBL +bse +bGE +blY +bJs +bKR +bMc +bNr +bOH +bPD +bQO +bSc +bTs +bUB +bVD +bUA +bXy +bYC +bZL +caY +ccb +bVD +cer +cft +bSc +chJ +ciV +cjP +bNr +cmf +cnx +coz +cpo +cqo +crl +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwR +aaa +aaa +aaa +cwR +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aad +aMz +aQl +aMz +aQl +aMz +aZN +aZP +bjh +aMz +aQl +aMz +aQl +aMz +aad +aad +aad +blY +bnA +bph +bqD +bse +btz +bvb +bwr +bxE +bzg +bse +bBL +bBL +bBL +bse +bGF +bHX +bJt +bKS +bMd +bNs +bOI +bOI +bQP +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bNr +ciW +bNr +bNr +cmg +cny +coA +cpp +cqp +crm +csb +csx +cth +ctV +ctV +ctV +cvO +cwp +cwp +cwp +cwp +cwp +cwp +cwp +czo +ctV +czS +ctV +ctV +ctV +cAU +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aMz +aQl +aMz +aQl +aMz +aZO +aZO +aZO +aMz +aQl +aMz +aQl +aMz +aaa +aad +aaa +aad +aaa +bph +bqD +bse +btA +bvc +bws +bxC +bzk +bAr +bBL +bBL +bBL +bse +bGG +bHY +bJu +bKT +bMe +bNt +bOJ +bPE +bQQ +bSd +bTt +bUC +bVE +bVE +bVE +bVE +bVE +bVE +bVE +bVE +ces +bVE +bVE +bVE +ciX +ces +bVE +cmh +cnz +coB +cpq +cqq +crn +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwS +aaa +aaa +aaa +cwS +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQm +aMz +aQl +aMz +aZP +aZO +aZN +aMz +aQl +aMz +bdo +aMz +aaa +aaa +aaa +aad +aaa +bph +bqD +bse +bse +bvd +bwt +bse +bse +bse +bse +bse +bse +bse +bGG +bHZ +bJv +bKU +bGt +bGt +bGt +bNr +bQR +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bNr +bNr +bNr +bNr +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQl +aMz +aQl +aMz +aMz +aMz +aMz +aMz +aQl +aMz +aQl +aMz +aaa +aaa +aaa +aad +aad +bph +bqE +bkz +btB +bve +bwu +bxF +bxF +bxF +bxF +bxF +bEs +bxF +bGH +bHZ +bJw +bKV +bMf +bNu +bGt +bPF +bQS +bSe +bSe +bSe +bSe +bSe +bSe +bSe +bSe +caZ +ccc +cdj +cet +bNr +cgy +chK +ccd +bNr +ckV +cgz +bNr +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQn +aRI +aSZ +aMz +aaa +aaa +aaa +aMz +aSZ +aRI +bdp +aMz +aaa +aaa +aad +aad +aad +bpi +bhI +bhI +bhI +bhI +bwv +bxG +bhI +bhI +bhI +bhI +bEt +bhI +bGI +bIa +bJx +bKW +bMg +bNv +bGt +bPG +bQT +bSf +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bQT +ceu +bNr +cgz +bQO +ccd +cjQ +ckW +bQO +bNr +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aad +cwo +cwT +cxw +aad +cwo +cwT +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aTa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +bxH +bzl +bAs +bBM +bCU +bEu +bFf +bGt +bIb +bJy +bKX +bMg +bNw +bGt +bPH +bQU +bSg +bNr +aaa +aaa +aad +aaa +aad +bNr +cba +bQS +cdk +bSe +bSe +bSe +bSe +ciY +bNr +bQO +cmi +bNr +aad +aad +aaa +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxI +bzm +bzm +bBN +bzm +bzm +bFg +bGt +bIc +bJz +bKY +bGt +bNx +bGt +bPI +bPI +bPI +bNr +aaa +aaa +aad +aaa +aad +bNr +bNr +bPI +bPI +bPI +bNr +bNr +bNr +ciZ +bNr +bNr +bNr +bNr +aad +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaY +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxJ +bzn +bAt +bBO +bCV +bzn +blY +blY +bGt +bHS +bHS +bGt +bNy +bGt +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aad +aad +bNr +cja +bNr +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +blY +blY +blY +blY +blY +blY +blY +aad +atJ +atJ +atJ +aad +aaa +aad +atJ +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aaa +aad +bNr +cjb +bNr +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aad +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aae +aae +aae +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bzo +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bNz +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bNA +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMh +bNz +bOK +bIe +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLa +bMi +bMi +bMi +bPJ +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +bIe +bJA +bLb +bMi +bNB +bMi +bPK +bQV +bIe +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLc +bMi +bMi +bMi +bPL +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMj +bNC +bOL +bPM +bPM +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bND +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bId +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} From a185cd7fd85f4f9ffd48b11443e7a620ac6139d5 Mon Sep 17 00:00:00 2001 From: quotefox <49098813+quotefox@users.noreply.github.com> Date: Wed, 5 Feb 2020 11:46:49 +0000 Subject: [PATCH 51/54] radiation storms no longer effect dorms, so RP'ers don't have to run into maint. --- code/datums/weather/weather_types/radiation_storm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/weather/weather_types/radiation_storm.dm b/code/datums/weather/weather_types/radiation_storm.dm index 13ce3197..c6139fda 100644 --- a/code/datums/weather/weather_types/radiation_storm.dm +++ b/code/datums/weather/weather_types/radiation_storm.dm @@ -18,7 +18,7 @@ area_type = /area protected_areas = list(/area/maintenance, /area/ai_monitored/turret_protected/ai_upload, /area/ai_monitored/turret_protected/ai_upload_foyer, - /area/ai_monitored/turret_protected/ai, /area/storage/emergency/starboard, /area/storage/emergency/port, /area/shuttle, /area/survivalpod) + /area/ai_monitored/turret_protected/ai, /area/storage/emergency/starboard, /area/storage/emergency/port, /area/shuttle, /area/survivalpod, /area/crew_quarters/dorms) target_trait = ZTRAIT_STATION immunity_type = "rad" From 04a1f58d3b288d07717f2e8aaa8a0d5099723217 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 6 Feb 2020 20:38:59 -0800 Subject: [PATCH 52/54] FUUUUUCK I made a pr to change this, but apparently the pr didnt change anything?? I don't know what the fuck is up with that --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 409ba76d..5ca1e31f 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1586,17 +1586,20 @@ name = "anomolous virus food" color = "#ffa6ff" //rgb: 255,166,255 taste_description = "a bad idea" + id = "laughtervirusfood" /datum/reagent/consumable/virus_food/advvirusfood name = "highly unstable virus food" color = "#ffffff" //rgb: 255,255,255 ITS PURE WHITE CMON taste_description = "an EXTREMELY bad idea" + id = "advvirusfood" /datum/reagent/consumable/virus_food/viralbase name = "Experimental viral base" description = "Recently discovered by Nanotrasen's top scientists after years of research, this substance can be used as the base for extremely rare and extremely dangerous viruses once exposed to uranium." color = "#fff0da" taste_description = "tears of scientists" + id = "viralbase" /datum/reagent/colorful_reagent/on_mob_life(mob/living/carbon/M) if(!no_mob_color) From 6daa094d6d1ee43833d7c9b14c79a0ca4e373b2b Mon Sep 17 00:00:00 2001 From: Harry <49167264+AtlasRules@users.noreply.github.com> Date: Fri, 7 Feb 2020 14:50:00 +0000 Subject: [PATCH 53/54] cum sex --- _maps/map_files/BoxStation/BoxStation.dmm | 249503 +++++++++---------- 1 file changed, 124525 insertions(+), 124978 deletions(-) diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm index 1d3d5bb1..0fa128d9 100644 --- a/_maps/map_files/BoxStation/BoxStation.dmm +++ b/_maps/map_files/BoxStation/BoxStation.dmm @@ -1,124978 +1,124525 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/turf/open/space/basic, -/area/space) -"aab" = ( -/obj/docking_port/stationary{ - dheight = 1; - dir = 8; - dwidth = 12; - height = 17; - id = "syndicate_ne"; - name = "northeast of station"; - width = 23 - }, -/turf/open/space, -/area/space/nearstation) -"aac" = ( -/obj/effect/landmark/carpspawn, -/turf/open/space, -/area/space) -"aad" = ( -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aae" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"aaf" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/space, -/area/space/nearstation) -"aag" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"aah" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"aai" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/prison) -"aaj" = ( -/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/security/prison) -"aak" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"aal" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/ambrosia, -/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/security/prison) -"aam" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/carrot, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aan" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/security/prison) -"aao" = ( -/obj/machinery/hydroponics/soil, -/obj/item/seeds/glowshroom, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aap" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/hydroponics/soil, -/obj/item/plant_analyzer, -/obj/machinery/camera{ - c_tag = "Prison Common Room"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaq" = ( -/turf/open/floor/plasteel, -/area/security/prison) -"aar" = ( -/obj/structure/sink{ - pixel_y = 20 - }, -/turf/open/floor/plating, -/area/security/prison) -"aas" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aat" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/security/prison) -"aau" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/prison) -"aav" = ( -/turf/open/floor/plating, -/area/security/prison) -"aaw" = ( -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plating, -/area/security/prison) -"aax" = ( -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plating, -/area/security/prison) -"aay" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/security/prison) -"aaz" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/seeds/potato, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaA" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/seeds/grass, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaB" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/prison) -"aaC" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaD" = ( -/obj/structure/window/reinforced, -/obj/machinery/hydroponics/soil, -/obj/item/cultivator, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaE" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaF" = ( -/turf/open/floor/plating/airless, -/area/space/nearstation) -"aaG" = ( -/obj/structure/bookcase, -/turf/open/floor/plasteel, -/area/security/prison) -"aaH" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/prison) -"aaI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaJ" = ( -/obj/machinery/washing_machine, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaK" = ( -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aaL" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/plasteel, -/area/security/prison) -"aaM" = ( -/obj/structure/table, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/prison) -"aaN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaO" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/computer/cryopod{ - dir = 8; - pixel_x = 26 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaP" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/space, -/area/space/nearstation) -"aaQ" = ( -/obj/structure/grille, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aaR" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/plasteel, -/area/security/prison) -"aaS" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/prison) -"aaT" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/turf/open/floor/plasteel, -/area/security/prison) -"aaU" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/prison) -"aaV" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaW" = ( -/obj/machinery/washing_machine, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"aaX" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"aaY" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space, -/area/space/nearstation) -"aaZ" = ( -/turf/closed/wall, -/area/security/execution/transfer) -"aba" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/security/execution/transfer) -"abb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/execution/transfer) -"abc" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall, -/area/security/execution/transfer) -"abd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"abe" = ( -/obj/machinery/vending/sustenance, -/turf/open/floor/plasteel, -/area/security/prison) -"abf" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/security/prison) -"abg" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abh" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abi" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space, -/area/space/nearstation) -"abj" = ( -/obj/structure/grille, -/turf/open/space, -/area/space/nearstation) -"abk" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"abl" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"abm" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"abn" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"abo" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"abp" = ( -/obj/machinery/door/poddoor{ - id = "executionspaceblast"; - name = "blast door" - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"abq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abr" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/flasher{ - id = "executionflash"; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"abu" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/security/prison) -"abv" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aby" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"abB" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Unisex Showers" - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abC" = ( -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abD" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abE" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abF" = ( -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abG" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_y = 30 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -31 - }, -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 2 - }, -/obj/item/storage/box/deputy, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abH" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abI" = ( -/obj/machinery/computer/security/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abJ" = ( -/obj/machinery/computer/card/minor/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abK" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abL" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"abM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"abN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abO" = ( -/obj/structure/bed, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abP" = ( -/obj/machinery/sparker{ - dir = 2; - id = "executionburn"; - pixel_x = 25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"abQ" = ( -/turf/closed/wall, -/area/security/prison) -"abR" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell3"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt3"; - name = "Cell 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/prison) -"abS" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell2"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/prison) -"abT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "permacell1"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/prison) -"abU" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"abV" = ( -/obj/structure/closet/bombcloset/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abW" = ( -/obj/effect/landmark/secequipment, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"abY" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Head of Security's Office"; - dir = 4 - }, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"abZ" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aca" = ( -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acb" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acc" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24; - pixel_y = 10 - }, -/obj/structure/table/wood, -/obj/item/radio/off, -/obj/item/taperecorder, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acd" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"ace" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"acf" = ( -/obj/structure/lattice, -/obj/item/stack/cable_coil/random, -/turf/open/space, -/area/space/nearstation) -"acg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"ach" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aci" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"acj" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 3"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ack" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt3"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/security/prison) -"acl" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 2"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acn" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt2"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aco" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 1"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"acq" = ( -/obj/structure/chair/stool, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "permabolt1"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/security/prison) -"acr" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"acs" = ( -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/item/key/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"act" = ( -/obj/structure/table, -/obj/item/storage/box/chemimp{ - pixel_x = 6 - }, -/obj/item/storage/box/trackimp{ - pixel_x = -3 - }, -/obj/item/storage/lockbox/loyalty, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acu" = ( -/obj/structure/rack, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/item/gun/energy/e_gun/dragnet, -/obj/item/gun/energy/e_gun/dragnet, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acv" = ( -/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 - }, -/obj/machinery/camera/motion{ - c_tag = "Armory Motion Sensor"; - dir = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acw" = ( -/obj/structure/rack, -/obj/item/clothing/suit/armor/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/suit/armor/riot, -/obj/item/clothing/suit/armor/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/clothing/head/helmet/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/head/helmet/riot, -/obj/item/clothing/head/helmet/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/shield/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/shield/riot, -/obj/item/shield/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acx" = ( -/obj/structure/rack, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/armor/laserproof, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acy" = ( -/obj/structure/closet/secure_closet/lethalshots, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acz" = ( -/obj/vehicle/ridden/secway, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acA" = ( -/obj/structure/closet/l3closet/security, -/obj/machinery/camera{ - c_tag = "Brig Equipment Room"; - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"acC" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acD" = ( -/obj/structure/table/wood, -/obj/item/folder/red, -/obj/item/stamp/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acE" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acF" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/suit_storage_unit/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"acG" = ( -/turf/closed/wall, -/area/security/main) -"acH" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"acI" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"acJ" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"acK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast"; - name = "blast door" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/execution/transfer) -"acL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast"; - name = "blast door" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/execution/transfer) -"acM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast"; - name = "blast door" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Transfer Room"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"acN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/flasher{ - id = "PCell 3"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acO" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"acP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"acR" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/prison) -"acS" = ( -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"acU" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"acV" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"acW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acY" = ( -/obj/machinery/power/apc/highcap/five_k{ - dir = 4; - areastring = "/area/ai_monitored/security/armory"; - name = "Armory APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"acZ" = ( -/obj/machinery/vending/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"ada" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adb" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"add" = ( -/obj/item/storage/secure/safe/HoS{ - pixel_x = 35 - }, -/obj/structure/closet/secure_closet/hos, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"ade" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"adf" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"adg" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adh" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adk" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adl" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"adn" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"ado" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/turf/open/space, -/area/space/nearstation) -"adp" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/circular_saw, -/obj/item/hemostat, -/obj/item/retractor, -/obj/item/surgical_drapes, -/obj/item/razor, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"adq" = ( -/obj/structure/table, -/obj/item/folder/red{ - pixel_x = 3 - }, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/assembly/flash/handheld, -/obj/item/reagent_containers/spray/pepper, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"adr" = ( -/obj/machinery/button/flasher{ - id = "executionflash"; - pixel_x = 24; - pixel_y = 5 - }, -/obj/machinery/button/door{ - id = "executionspaceblast"; - name = "Vent to Space"; - pixel_x = 25; - pixel_y = -5; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"ads" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/security/prison) -"adt" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/security/prison) -"adv" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adw" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"adx" = ( -/obj/structure/closet/secure_closet/contraband/armory, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"ady" = ( -/obj/item/storage/toolbox/drone, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adz" = ( -/obj/structure/rack, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/ai_monitored/security/armory) -"adA" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/ai_monitored/security/armory) -"adB" = ( -/obj/structure/rack, -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/ai_monitored/security/armory) -"adC" = ( -/obj/structure/rack, -/obj/item/gun/energy/e_gun/advtaser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun/advtaser, -/obj/item/gun/energy/e_gun/advtaser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/ai_monitored/security/armory) -"adD" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adF" = ( -/obj/machinery/door/window/eastleft{ - name = "armoury desk"; - req_access_txt = "1" - }, -/obj/machinery/door/window/westleft{ - name = "armoury desk"; - req_access_txt = "3" - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"adG" = ( -/obj/machinery/power/apc{ - dir = 8; - areastring = "/area/crew_quarters/heads/hos"; - name = "Head of Security's Office APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adH" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "hos"; - name = "HoS Office Shutters"; - pixel_y = -25 - }, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adI" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adJ" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"adL" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"adM" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adO" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adP" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adQ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adS" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"adT" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/fore) -"adU" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"adV" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"adW" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"adX" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"adY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/button/ignition{ - id = "executionburn"; - pixel_x = 24; - pixel_y = 5 - }, -/obj/machinery/button/door{ - id = "executionfireblast"; - name = "Transfer Area Lockdown"; - pixel_x = 25; - pixel_y = -5; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"adZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"aea" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeb" = ( -/obj/machinery/button/door{ - id = "permacell3"; - name = "Cell 3 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 3"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aec" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aed" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aee" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aef" = ( -/obj/machinery/button/door{ - id = "permacell2"; - name = "Cell 2 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeg" = ( -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Prison Hallway"; - network = list("ss13","prison") - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aei" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aej" = ( -/obj/machinery/button/door{ - id = "permacell1"; - name = "Cell 1 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aek" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ael" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Prison Wing APC"; - areastring = "/area/security/prison"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aem" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aen" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aep" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aer" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aes" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aet" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeu" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Shutters"; - pixel_y = -26; - req_access_txt = "3" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aev" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aew" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aex" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aey" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/heads/hos) -"aez" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"aeA" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"aeB" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aeC" = ( -/obj/machinery/camera{ - c_tag = "Security Escape Pod"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aeD" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/fore) -"aeE" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"aeF" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"aeG" = ( -/obj/structure/rack, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/tank/internals/anesthetic{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aeH" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aeI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aeJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - dir = 4; - name = "Prisoner Transfer Centre"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aeK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aeN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeR" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/prison) -"aeS" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aeT" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeU" = ( -/obj/structure/rack, -/obj/item/storage/box/teargas{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/handcuffs, -/obj/item/storage/box/flashbangs{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"aeV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeW" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeY" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"aeZ" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afa" = ( -/obj/machinery/recharger, -/obj/structure/table, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afc" = ( -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afd" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afe" = ( -/obj/effect/landmark/start/security_officer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aff" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afh" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afi" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afj" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afk" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"afm" = ( -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"afn" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"afo" = ( -/obj/docking_port/stationary{ - dir = 4; - 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) -"afp" = ( -/obj/docking_port/stationary/random{ - dir = 4; - id = "pod_lavaland3"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"afq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/execution/transfer) -"afr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"afs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - layer = 2.4 - }, -/obj/machinery/door/window/southleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Armory"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/security/execution/transfer) -"aft" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"afu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"afv" = ( -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"afw" = ( -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"afx" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afy" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 1; - pixel_y = -27 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afA" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afB" = ( -/obj/structure/table, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/storage/box/hug, -/obj/item/razor{ - pixel_x = -6 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afC" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afD" = ( -/obj/structure/closet/secure_closet/brig, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - name = "Prison Wing"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"afG" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"afH" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"afI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/window/southleft{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"afJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Armory"; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"afK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"afL" = ( -/obj/structure/reagent_dispensers/peppertank, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"afM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/security/main) -"afN" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"afO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"afP" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afQ" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"afR" = ( -/turf/open/floor/plasteel, -/area/security/main) -"afS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/head_of_security, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"afT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"afU" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afV" = ( -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afW" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afX" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"afY" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"afZ" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"aga" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/item/screwdriver, -/obj/item/wrench, -/obj/item/clothing/head/helmet, -/obj/item/assembly/signaler, -/obj/machinery/light/small, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"agb" = ( -/obj/structure/closet/secure_closet/injection, -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 2; - name = "Prisoner Transfer Centre"; - areastring = "/area/security/execution/transfer"; - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"agc" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agd" = ( -/turf/closed/wall, -/area/security/brig) -"age" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"agf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/brig) -"agg" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"agh" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Brig Control Room"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agi" = ( -/obj/machinery/computer/prisoner, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agj" = ( -/obj/machinery/computer/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agk" = ( -/obj/machinery/computer/secure_data, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agl" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agn" = ( -/obj/structure/table, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/glasses/sunglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ago" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agp" = ( -/obj/structure/table, -/obj/machinery/syndicatebomb/training, -/obj/item/gun/energy/laser/practice, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agr" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ags" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agt" = ( -/obj/effect/landmark/start/security_officer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agu" = ( -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agv" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agw" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"agx" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agA" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agB" = ( -/obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agC" = ( -/turf/open/floor/plasteel/dark, -/area/security/prison) -"agD" = ( -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agE" = ( -/obj/item/storage/firstaid/regular{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/regular, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agF" = ( -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_y = 24 - }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"agH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"agI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"agJ" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"agK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agL" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agN" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agO" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agP" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"agQ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"agR" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agS" = ( -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"agT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agV" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agW" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"agY" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"agZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aha" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahb" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 7 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahc" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Security Delivery"; - req_access_txt = "1" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/security/main) -"ahd" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Security" - }, -/obj/structure/plasticflaps/opaque, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/main) -"ahe" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ahf" = ( -/turf/closed/wall, -/area/maintenance/fore/secondary) -"ahg" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahh" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahi" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahj" = ( -/obj/item/storage/box/bodybags, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/item/reagent_containers/syringe{ - name = "steel point" - }, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahl" = ( -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahm" = ( -/obj/machinery/door/window/westleft{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahn" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Brig Control APC"; - areastring = "/area/security/warden"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aho" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aht" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahu" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahw" = ( -/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/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"ahy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahA" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"ahC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahD" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahF" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Security Office APC"; - areastring = "/area/security/main"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"ahH" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ahI" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahJ" = ( -/obj/machinery/camera{ - c_tag = "Brig Interrogation"; - dir = 8; - network = list("interrogation") - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ahK" = ( -/obj/structure/bodycontainer/morgue, -/obj/machinery/camera{ - c_tag = "Brig Infirmary"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ahL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahM" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ahN" = ( -/obj/structure/closet/secure_closet/warden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahO" = ( -/obj/structure/table, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahP" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/warden, -/obj/machinery/button/door{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_x = -27; - pixel_y = 8; - req_access_txt = "2" - }, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -27; - pixel_y = -2 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/computer/crew{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahR" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/obj/item/hand_labeler, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahU" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ahV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"ahW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahY" = ( -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"ahZ" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aia" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aib" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aic" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/rnd/production/techfab/department/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aid" = ( -/obj/machinery/camera{ - c_tag = "Security Office"; - dir = 1 - }, -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aie" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aif" = ( -/obj/structure/filingcabinet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aig" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aih" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aii" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/main) -"aij" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aik" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ail" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aim" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ain" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aio" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aip" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aiq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"air" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ais" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"ait" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aiu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/brig) -"aiv" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aiw" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aix" = ( -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/window/brigdoor{ - dir = 1; - name = "Armory Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/southleft{ - name = "Reception Desk"; - req_access_txt = "63" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aiy" = ( -/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/security/warden) -"aiz" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/warden) -"aiA" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aiB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"aiC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - name = "Security Office"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/main) -"aiD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/security/main) -"aiE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aiF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aiG" = ( -/obj/item/stack/rods, -/turf/open/space, -/area/space/nearstation) -"aiH" = ( -/turf/closed/wall, -/area/security/processing) -"aiI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"aiJ" = ( -/obj/machinery/door/airlock/security{ - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"aiK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/machinery/firealarm{ - dir = 2; - 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/brig) -"aiP" = ( -/obj/structure/sign/plaques/golden{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiQ" = ( -/obj/machinery/camera{ - c_tag = "Brig East" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aiU" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"aiV" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/closet/secure_closet/courtroom, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/item/gavelhammer, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiW" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiX" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiY" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aiZ" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"aja" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajc" = ( -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajd" = ( -/turf/closed/wall, -/area/security/courtroom) -"aje" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/fore) -"ajf" = ( -/obj/machinery/gulag_teleporter, -/turf/open/floor/plasteel, -/area/security/processing) -"ajg" = ( -/obj/machinery/computer/gulag_teleporter_computer, -/turf/open/floor/plasteel, -/area/security/processing) -"ajh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/machinery/computer/security/labor, -/turf/open/floor/plasteel, -/area/security/processing) -"aji" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock North" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"ajk" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajl" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Brig APC"; - areastring = "/area/security/brig"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajm" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajn" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajo" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/interrogation{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"aju" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ajv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajw" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"ajx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Brig"; - req_access_txt = "63; 42" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajD" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - broadcasting = 0; - dir = 8; - listening = 1; - name = "Station Intercom (Court)" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajE" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajF" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ajH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajI" = ( -/obj/machinery/door/window/southleft{ - name = "Court Cell"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ajJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ajK" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ajL" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"ajM" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajN" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajO" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"ajP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ajQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Labor Shuttle"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - 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) -"ajS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Brig West"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajV" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajX" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajY" = ( -/obj/machinery/light, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ajZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aka" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akc" = ( -/obj/machinery/camera{ - c_tag = "Brig Central"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ake" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akg" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door_timer{ - id = "Cell 4"; - name = "Cell 4"; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aki" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"akj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"akl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"ako" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) -"akp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"akq" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"akr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"aks" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"aku" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"akv" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akw" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akx" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aky" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/security/brig) -"akA" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akB" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akC" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akD" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akE" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"akF" = ( -/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/security/brig) -"akG" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/security/glass{ - bound_width = 64; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; - id_tag = "innerbrig"; - name = "Brig"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akJ" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 4"; - name = "Cell 4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"akK" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"akL" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akM" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akN" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akO" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akP" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"akR" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/fore) -"akS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"akT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"akU" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/turf/open/floor/plating, -/area/security/processing) -"akV" = ( -/turf/open/floor/plating, -/area/security/processing) -"akW" = ( -/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/plating, -/area/security/processing) -"akX" = ( -/turf/open/floor/plasteel, -/area/security/processing) -"akY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"akZ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"ala" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alb" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ald" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"ale" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alg" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/brig) -"alh" = ( -/obj/machinery/button/door{ - id = "briggate"; - name = "Desk Shutters"; - pixel_x = -26; - pixel_y = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/button/flasher{ - id = "brigentry"; - pixel_x = -28; - pixel_y = -8 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ali" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/eastleft{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alk" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"all" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/brig) -"alm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/flasher{ - id = "Cell 4"; - pixel_x = 28 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"aln" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alo" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alq" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alr" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"als" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"alt" = ( -/turf/closed/wall, -/area/maintenance/starboard/fore) -"alu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"alv" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"alw" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Port Bow Solar Control"; - track = 0 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"aly" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"alz" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"alA" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alB" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alC" = ( -/obj/item/cigbutt/cigarbutt, -/obj/effect/decal/cleanable/blood/old, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"alD" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"alG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"alH" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alI" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alJ" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alK" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alL" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alM" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alN" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_x = -28 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alO" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alP" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "outerbrig"; - name = "Brig Exterior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = -5; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "innerbrig"; - name = "Brig Interior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 5; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alQ" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alR" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/eastright{ - name = "Brig Desk"; - req_access_txt = "2" - }, -/obj/item/restraints/handcuffs, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"alS" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Cryogenics " - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/cryopod) -"alT" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 4"; - name = "Cell 4 Locker" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alV" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - dir = 2; - name = "Prison Intercom (General)"; - pixel_x = 25; - pixel_y = -2; - prison_radio = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"alW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom) -"alX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom) -"alY" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"alZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/security/courtroom) -"ama" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amc" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amd" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"ame" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amf" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amg" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amh" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ami" = ( -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amj" = ( -/obj/structure/bed, -/obj/effect/landmark/xeno_spawn, -/obj/item/bedsheet, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amk" = ( -/obj/machinery/computer/slot_machine{ - balance = 15; - money = 500 - }, -/obj/item/coin/iron, -/obj/item/coin/diamond, -/obj/item/coin/diamond, -/obj/item/coin/diamond, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aml" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/item/toy/sword, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amm" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/obj/item/trash/plate, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amn" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/security/processing) -"amo" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/processing) -"amp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"amq" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amr" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"ams" = ( -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amt" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"amu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"amv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"amw" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/southleft{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amx" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"amy" = ( -/obj/machinery/door/poddoor/preopen{ - id = "briggate"; - name = "security blast door" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"amz" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/security/glass{ - bound_width = 64; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; - id_tag = "outerbrig"; - name = "Brig"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amA" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"amB" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"amC" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"amD" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"amE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - dir = 8; - name = "Courtroom APC"; - areastring = "/area/security/courtroom"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"amF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"amG" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"amH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amI" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"amJ" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"amK" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Port Bow Solar APC"; - areastring = "/area/maintenance/solars/port/fore"; - pixel_x = -25; - pixel_y = 3 - }, -/obj/machinery/camera{ - c_tag = "Fore Port Solar Control"; - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amM" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"amN" = ( -/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amO" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amP" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amQ" = ( -/obj/item/trash/sosjerky, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amR" = ( -/obj/item/electronics/airalarm, -/obj/item/circuitboard/machine/seed_extractor, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amT" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"amU" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"amW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/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/processing) -"amX" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the exit."; - id = "laborexit"; - name = "exit button"; - normaldoorcontrol = 1; - pixel_x = 26; - pixel_y = -6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/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/processing) -"amY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"amZ" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ana" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anb" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anc" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"and" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ane" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/courtroom) -"anf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ang" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anh" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ani" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"anj" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"ank" = ( -/obj/machinery/door/airlock/engineering{ - name = "Port Bow Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"anl" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"anm" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ann" = ( -/obj/effect/decal/cleanable/egg_smudge, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ano" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anp" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/box; - width = 9 - }, -/turf/open/space/basic, -/area/space) -"anq" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/turf/open/floor/plating, -/area/security/processing) -"anr" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/turf/open/floor/plating, -/area/security/processing) -"ans" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - dir = 4; - id_tag = "laborexit"; - name = "Labor Shuttle"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"ant" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anv" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Courtroom" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"any" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anz" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anA" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Courtroom South"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"anD" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"anG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"anH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"anI" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"anJ" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Starboard Bow Solar Control"; - track = 0 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"anK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"anL" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"anM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"anN" = ( -/obj/machinery/camera{ - c_tag = "Fore Port Solar Access" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anP" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anQ" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anR" = ( -/obj/structure/chair, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anS" = ( -/obj/structure/rack, -/obj/item/circuitboard/machine/monkey_recycler, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"anT" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"anU" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anW" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock South"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"anY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"anZ" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway West"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aob" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA"; - location = "Security" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aod" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoe" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aof" = ( -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway East"; - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aog" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoh" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoi" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoj" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aok" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"aol" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aom" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aon" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Out" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoo" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aop" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aoq" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/terminal, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aor" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aos" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aot" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aou" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aov" = ( -/obj/structure/closet/toolcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aow" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aox" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoy" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoz" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoA" = ( -/obj/structure/bed, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoB" = ( -/turf/open/space, -/area/space) -"aoC" = ( -/turf/open/floor/plasteel/airless, -/area/space/nearstation) -"aoD" = ( -/obj/structure/table, -/obj/item/stamp, -/obj/item/poster/random_official, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoE" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aoF" = ( -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/security/processing) -"aoG" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aoH" = ( -/turf/closed/wall, -/area/security/vacantoffice/b) -"aoI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/abandoned{ - name = "Vacant Office B"; - req_access_txt = "32" - }, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aoJ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aoK" = ( -/turf/closed/wall, -/area/lawoffice) -"aoL" = ( -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/turf/open/floor/plasteel, -/area/lawoffice) -"aoM" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoN" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aoP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"aoQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"aoR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"aoS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/courtroom) -"aoT" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoU" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoW" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "Fore Maintenance APC"; - areastring = "/area/maintenance/fore/secondary"; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoY" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aoZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apa" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apb" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Air In" - }, -/obj/effect/landmark/blobstart, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apc" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apd" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Starboard Bow Solar APC"; - areastring = "/area/maintenance/solars/starboard/fore"; - pixel_x = -25; - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ape" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apf" = ( -/obj/machinery/camera{ - c_tag = "Fore Starboard Solars"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apg" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/fore) -"aph" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"api" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"apk" = ( -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"apl" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"apm" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apn" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"apo" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"app" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apq" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"apr" = ( -/obj/effect/landmark/carpspawn, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"aps" = ( -/obj/item/paper/fluff/jobs/security/beepsky_mom, -/turf/open/floor/plating, -/area/security/processing) -"apt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"apu" = ( -/obj/structure/chair, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"apv" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/chair, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"apw" = ( -/turf/open/floor/plasteel, -/area/security/vacantoffice/b) -"apx" = ( -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"apy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"apz" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/lawoffice) -"apA" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/wood, -/area/lawoffice) -"apB" = ( -/turf/open/floor/wood, -/area/lawoffice) -"apC" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood, -/area/lawoffice) -"apD" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"apE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"apF" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apK" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Dormitory APC"; - areastring = "/area/crew_quarters/dorms"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apL" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apN" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apP" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 2; - name = "Fitness Room APC"; - areastring = "/area/crew_quarters/fitness"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apQ" = ( -/obj/structure/rack, -/obj/item/clothing/suit/fire/firefighter, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/obj/item/extinguisher, -/obj/item/clothing/head/hardhat/red, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apR" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"apS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"apT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"apU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"apV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/engineering{ - name = "Starboard Bow Solar Access"; - req_access_txt = "10" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"apX" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"apY" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"apZ" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqa" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqb" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqc" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqd" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqe" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/coin/gold, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqf" = ( -/obj/machinery/computer/slot_machine{ - balance = 15; - money = 500 - }, -/obj/item/coin/iron, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqg" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqh" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dir = 8; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/default; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aqi" = ( -/obj/docking_port/stationary/public_mining_dock{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aqj" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"aqk" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Auxillary Base Construction"; - dir = 8 - }, -/obj/machinery/computer/camera_advanced/base_construction{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aql" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/maintenance/port/fore) -"aqm" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqn" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqo" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqp" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Port Bow Maintenance APC"; - areastring = "/area/maintenance/port/fore"; - pixel_x = -1; - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqq" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqs" = ( -/turf/open/floor/plating, -/area/maintenance/fore) -"aqt" = ( -/obj/item/bedsheet/red, -/mob/living/simple_animal/bot/secbot/beepsky{ - name = "Officer Beepsky" - }, -/turf/open/floor/plating, -/area/security/processing) -"aqu" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/potato{ - name = "\improper Beepsky's emergency battery" - }, -/turf/open/floor/plating, -/area/security/processing) -"aqv" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Labor Shuttle Dock APC"; - areastring = "/area/security/processing"; - pixel_x = -24 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aqw" = ( -/obj/structure/table/wood, -/obj/item/pen, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aqx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aqy" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aqz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Law office"; - pixel_x = -32 - }, -/obj/machinery/vending/wardrobe/law_wardrobe, -/turf/open/floor/wood, -/area/lawoffice) -"aqA" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/pen/red, -/turf/open/floor/wood, -/area/lawoffice) -"aqB" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/lawoffice) -"aqC" = ( -/obj/machinery/door/poddoor/preopen{ - id = "lawyer_blast"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/lawoffice) -"aqD" = ( -/turf/closed/wall, -/area/crew_quarters/dorms) -"aqE" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Dormitories Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/crew_quarters/dorms) -"aqG" = ( -/turf/closed/wall, -/area/crew_quarters/fitness) -"aqH" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Fitness Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aqI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/crew_quarters/fitness) -"aqJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aqK" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"aqL" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqM" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 8; - name = "8maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqN" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Starboard Bow Maintenance APC"; - areastring = "/area/maintenance/starboard/fore"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqP" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Fore Starboard Solar Access" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqQ" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqR" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqS" = ( -/obj/structure/table, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqT" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqU" = ( -/obj/item/coin/gold, -/obj/item/coin/iron, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqV" = ( -/obj/structure/closet, -/obj/item/coin/iron, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aqW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aqX" = ( -/obj/structure/rack, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/item/assault_pod/mining, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"aqY" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aqZ" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"ara" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"arb" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ard" = ( -/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/plating, -/area/maintenance/port/fore) -"are" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arf" = ( -/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ - dir = 9 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"arg" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arh" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ari" = ( -/obj/machinery/monkey_recycler, -/obj/item/reagent_containers/food/snacks/monkeycube, -/obj/item/reagent_containers/food/snacks/monkeycube, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arj" = ( -/turf/closed/wall, -/area/maintenance/fore) -"ark" = ( -/obj/structure/rack, -/turf/open/floor/plasteel, -/area/security/vacantoffice/b) -"arl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"arm" = ( -/obj/structure/table/wood, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"arn" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aro" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/lawoffice) -"arp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/filingcabinet/employment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/lawoffice) -"arq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lawoffice) -"arr" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/folder/blue, -/obj/item/stamp/law, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/lawoffice) -"ars" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"art" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aru" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arv" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arw" = ( -/obj/structure/bed, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/button/door{ - id = "Dorm4"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/dorms) -"ary" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"arz" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"arA" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/decal/cleanable/semen, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arB" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arC" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arD" = ( -/obj/structure/dresser, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arE" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"arF" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arG" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arH" = ( -/obj/structure/closet/athletic_mixed, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arI" = ( -/obj/structure/closet/boxinggloves, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/item/clothing/shoes/jackboots, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arJ" = ( -/obj/machinery/camera{ - c_tag = "Fitness Room" - }, -/obj/structure/closet/masks, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arK" = ( -/obj/structure/closet/lasertag/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arL" = ( -/obj/structure/closet/lasertag/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arM" = ( -/obj/machinery/vr_sleeper, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"arN" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arO" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arQ" = ( -/obj/structure/door_assembly/door_assembly_mai, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arR" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arS" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arT" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/donut, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"arU" = ( -/turf/closed/wall, -/area/maintenance/department/electrical) -"arV" = ( -/turf/closed/wall, -/area/space/nearstation) -"arW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"arX" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"arY" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"arZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asa" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ase" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"asf" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"asg" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/fore) -"ash" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"asi" = ( -/obj/structure/chair/stool, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"asj" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plating, -/area/maintenance/fore) -"ask" = ( -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plating, -/area/maintenance/fore) -"asl" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plating, -/area/maintenance/fore) -"asm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/vacantoffice/b) -"asn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"aso" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"asp" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Law Office Maintenance"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"asq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"asr" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"ass" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ast" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asu" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asw" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm4"; - name = "Dorm 4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"asx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"asy" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"asz" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asB" = ( -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm5"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asC" = ( -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asE" = ( -/obj/structure/bed, -/obj/machinery/button/door{ - id = "Dorm6"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"asF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/vr_sleeper, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"asK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"asL" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asM" = ( -/obj/structure/table, -/obj/item/shard, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/shard{ - icon_state = "small" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asN" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asO" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"asP" = ( -/obj/machinery/button/door{ - id = "maint3"; - name = "Blast Door Control C"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asQ" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asR" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"asS" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"asT" = ( -/obj/item/stack/rods/fifty, -/obj/structure/rack, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/stack/sheet/mineral/plasma{ - amount = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"asU" = ( -/obj/machinery/power/port_gen/pacman, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"asV" = ( -/obj/machinery/mech_bay_recharge_port, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"asW" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/maintenance/department/electrical) -"asX" = ( -/obj/machinery/computer/mech_bay_power_console, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit, -/area/maintenance/department/electrical) -"asY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"asZ" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"ata" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"atc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"atd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ate" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/port/fore) -"atf" = ( -/turf/open/floor/plasteel/airless{ - icon_state = "damaged3" - }, -/area/space/nearstation) -"atg" = ( -/obj/item/paper/crumpled, -/turf/open/floor/plasteel/airless{ - icon_state = "damaged2" - }, -/area/space/nearstation) -"ath" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"ati" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atj" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atk" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atl" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"atm" = ( -/obj/machinery/camera{ - c_tag = "Vacant Office B"; - dir = 1 - }, -/obj/structure/table/wood, -/turf/open/floor/plasteel, -/area/security/vacantoffice/b) -"atn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/security/vacantoffice/b) -"ato" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/lawoffice) -"atp" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/cartridge/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"atq" = ( -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "Law Office"; - dir = 1 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/computer/security/telescreen/prison{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/wood, -/area/lawoffice) -"atr" = ( -/obj/machinery/photocopier, -/obj/machinery/button/door{ - id = "lawyer_blast"; - name = "Privacy Shutters"; - pixel_x = 25; - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/lawoffice) -"ats" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Fore Primary Hallway APC"; - areastring = "/area/hallway/primary/fore"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway"; - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"att" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"atu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"atv" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm5"; - name = "Cabin 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"atw" = ( -/obj/machinery/door/airlock{ - id_tag = "Dorm6"; - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"atx" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aty" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atz" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"atA" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"atB" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"atC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atD" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atF" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atG" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atH" = ( -/obj/machinery/camera{ - c_tag = "Holodeck" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"atI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"atJ" = ( -/obj/structure/lattice, -/turf/open/space/basic, -/area/space/nearstation) -"atK" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atL" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atM" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atO" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"atQ" = ( -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atR" = ( -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"atS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"atV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"atW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"atX" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/pipe_dispenser, -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Public Shutters Control"; - pixel_x = 24; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"atY" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Auxillary Base Construction APC"; - areastring = "/area/construction/mining/aux_base"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"atZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aua" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aub" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"auc" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aud" = ( -/obj/structure/frame/computer, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aue" = ( -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_y = 28 - }, -/obj/item/shard{ - icon_state = "medium" - }, -/obj/item/circuitboard/computer/operating, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auf" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/chair, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aug" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auh" = ( -/obj/item/airlock_painter, -/obj/structure/lattice, -/obj/structure/closet, -/turf/open/space, -/area/space/nearstation) -"aui" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auj" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"auk" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"aul" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aum" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Chemical Storage"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aun" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/security/vacantoffice/b) -"auo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/security/vacantoffice/b) -"aup" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/power/apc{ - dir = 8; - name = "Vacant Office B APC"; - areastring = "/area/security/vacantoffice/b"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"auq" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Law Office APC"; - areastring = "/area/lawoffice"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/lawoffice) -"aur" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aus" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aut" = ( -/obj/structure/bed, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"auu" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auw" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aux" = ( -/obj/machinery/requests_console{ - department = "Crew Quarters"; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Dormitory North" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auy" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"auE" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"auF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auG" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"auH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"auI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"auJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auK" = ( -/obj/machinery/computer/holodeck{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auL" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"auM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint3" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auN" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint3" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"auO" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/maintenance/department/electrical) -"auP" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Electrical Maintenance APC"; - areastring = "/area/maintenance/department/electrical"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"auQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"auR" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"auS" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"auT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"auU" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction"; - req_one_access_txt = "32;47;48" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"auV" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/port/fore) -"auX" = ( -/obj/item/wrench, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auY" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/item/surgical_drapes, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"auZ" = ( -/turf/open/floor/plasteel/airless{ - icon_state = "damaged5" - }, -/area/space/nearstation) -"ava" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avb" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"avd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"ave" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"avf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"avg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/fore) -"avh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/fore) -"avj" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avk" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Fore Maintenance APC"; - areastring = "/area/maintenance/fore"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avl" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avm" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"avp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"avq" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"avr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"avs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"avt" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"avv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"avw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"avx" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm3"; - name = "Dorm 3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avy" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avA" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avB" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avC" = ( -/obj/structure/table/wood, -/obj/item/storage/firstaid/regular, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avD" = ( -/obj/structure/table/wood, -/obj/item/coin/silver, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/item/reagent_containers/rag/towel, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avE" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"avH" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Fitness" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avI" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avK" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"avL" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/vr_sleeper, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avM" = ( -/obj/structure/table, -/obj/item/paper/fluff/holodeck/disclaimer, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"avN" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avO" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avP" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avQ" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avR" = ( -/obj/machinery/button/door{ - id = "maint2"; - name = "Blast Door Control B"; - pixel_x = -28; - pixel_y = 4 - }, -/obj/machinery/button/door{ - id = "maint1"; - name = "Blast Door Control A"; - pixel_x = -28; - pixel_y = -6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avS" = ( -/obj/structure/janitorialcart, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avT" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avU" = ( -/obj/structure/table/glass, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avX" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"avY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"avZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awb" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awc" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awd" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/wallframe/camera, -/obj/item/wallframe/camera, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/department/electrical) -"awe" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"awf" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"awg" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/hallway/secondary/entry) -"awh" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"awl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"awm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"awn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"awo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/entry) -"awp" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awq" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awr" = ( -/obj/structure/table/glass, -/obj/item/storage/bag/trash, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aws" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"awt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awu" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aww" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"awx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/abandoned{ - dir = 4; - name = "Electrical Maintenance"; - req_access_txt = "11" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"awy" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awA" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"awC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awD" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"awF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awG" = ( -/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/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awH" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"awI" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"awK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"awL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/ai_monitored/storage/eva) -"awM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"awP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"awQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"awR" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awS" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awT" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awU" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awV" = ( -/obj/structure/table/wood, -/obj/item/paicard, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awW" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck{ - pixel_x = 2 - }, -/obj/item/clothing/mask/balaclava{ - pixel_x = -8; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awX" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"awZ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"axa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Fitness" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axd" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axe" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axf" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - icon_state = "left"; - name = "Fitness Ring" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"axg" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"axk" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"axl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axm" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"axq" = ( -/obj/structure/sign/warning/electricshock, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/department/electrical) -"axr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/department/electrical) -"axs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"axt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"axu" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"axv" = ( -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland2"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"axw" = ( -/obj/docking_port/stationary{ - dir = 8; - 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) -"axx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"axy" = ( -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"axz" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"axA" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axB" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"axI" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"axJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axK" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/shoes/jackboots, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axL" = ( -/obj/structure/table/glass, -/obj/item/hemostat, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axM" = ( -/obj/structure/table/glass, -/obj/item/restraints/handcuffs/cable/zipties, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axN" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axQ" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"axS" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"axT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"axU" = ( -/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/maintenance/fore) -"axV" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"axW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"axX" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"axY" = ( -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"axZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aya" = ( -/turf/closed/wall/r_wall, -/area/gateway) -"ayb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"ayc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"ayd" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aye" = ( -/obj/structure/closet/crate/rcd, -/obj/machinery/camera/motion{ - c_tag = "EVA Motion Sensor" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayf" = ( -/obj/structure/rack, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/hand_labeler, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayg" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayh" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "EVA Storage APC"; - areastring = "/area/ai_monitored/storage/eva"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayi" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/radio/off, -/obj/item/assembly/timer, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayj" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayk" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"ayl" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aym" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayn" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayo" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayp" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ayq" = ( -/turf/closed/wall, -/area/ai_monitored/storage/eva) -"ayr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ays" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ayt" = ( -/obj/structure/bed, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"ayu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayw" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayx" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayy" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"ayA" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayC" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayD" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayE" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayG" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/vr_sleeper, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ayI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"ayJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"ayK" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"ayL" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ayM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"ayN" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayP" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayQ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayR" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayS" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"ayT" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 2"; - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"ayU" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"ayV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"ayW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ayZ" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aza" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"azb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"azc" = ( -/turf/closed/wall, -/area/hydroponics/garden) -"azd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/hydroponics/garden) -"aze" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Garden Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"azf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/maintenance/port/fore) -"azg" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/space, -/area/space/nearstation) -"azh" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/space, -/area/space/nearstation) -"azi" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"azj" = ( -/obj/machinery/gateway{ - dir = 9 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"azk" = ( -/obj/machinery/gateway{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"azl" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"azm" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"azn" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"azo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "EVA Maintenance"; - req_access_txt = "18" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"azp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azq" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azv" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/assembly/prox_sensor, -/obj/item/assembly/prox_sensor, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"azw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"azx" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"azy" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm2"; - name = "Dorm 2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azz" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azB" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azC" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azD" = ( -/obj/structure/closet/wardrobe/pjs, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"azE" = ( -/obj/structure/closet/wardrobe/pjs, -/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/crew_quarters/dorms) -"azF" = ( -/turf/closed/wall, -/area/crew_quarters/toilet) -"azG" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"azH" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azK" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azL" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/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/crew_quarters/fitness) -"azN" = ( -/obj/machinery/camera{ - c_tag = "Fitness Room South"; - dir = 1 - }, -/obj/machinery/vr_sleeper, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"azO" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 1; - name = "Service Hall APC"; - pixel_y = 25 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"azP" = ( -/obj/machinery/rnd/production/techfab/department/service, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"azQ" = ( -/obj/structure/closet, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azR" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azS" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azT" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azU" = ( -/obj/structure/closet, -/obj/effect/landmark/blobstart, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azV" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"azW" = ( -/obj/machinery/power/smes{ - charge = 0 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/maintenance/department/electrical) -"azY" = ( -/obj/machinery/computer/monitor{ - dir = 1; - name = "backup power monitoring console" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"azZ" = ( -/obj/machinery/power/smes{ - charge = 0 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/electrical) -"aAa" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"aAb" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aAc" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAd" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAe" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 North"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAf" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAg" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aAh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aAi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "Security Checkpoint APC"; - areastring = "/area/security/checkpoint/auxiliary"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAl" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Garden APC"; - areastring = "/area/hydroponics/garden"; - pixel_x = 27; - pixel_y = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAm" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/hydroponics/garden) -"aAn" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAp" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAq" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAr" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aAs" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAt" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAu" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Primary Tool Storage APC"; - areastring = "/area/storage/primary"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aAx" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aAy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aAz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aAA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aAB" = ( -/obj/machinery/gateway{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aAC" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aAD" = ( -/obj/machinery/gateway{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aAE" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Gateway APC"; - areastring = "/area/gateway"; - pixel_x = -24; - pixel_y = -1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAF" = ( -/obj/machinery/camera{ - c_tag = "EVA Maintenance"; - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aAG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aAH" = ( -/obj/structure/rack, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/tank/jetpack/carbondioxide/eva, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAI" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide/eva, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAK" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAM" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAN" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/magboots, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAO" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aAP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aAQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aAR" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aAS" = ( -/turf/closed/wall, -/area/crew_quarters/cryopod) -"aAT" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aAU" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/item/reagent_containers/rag/towel, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aAV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aAW" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aAX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aAY" = ( -/obj/item/clothing/under/rank/mailman, -/obj/item/clothing/head/mailman, -/obj/structure/closet, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aAZ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aBa" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aBb" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBc" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aBd" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aBe" = ( -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"aBf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"aBg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"aBh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBj" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBk" = ( -/obj/item/seeds/apple, -/obj/item/seeds/banana, -/obj/item/seeds/cocoapod, -/obj/item/seeds/grape, -/obj/item/seeds/orange, -/obj/item/seeds/sugarcane, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, -/obj/structure/table/glass, -/obj/item/seeds/tower, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aBn" = ( -/turf/closed/wall, -/area/storage/primary) -"aBo" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Tool Storage Maintenance"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aBp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/storage/primary) -"aBq" = ( -/turf/closed/wall/r_wall, -/area/storage/primary) -"aBr" = ( -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aBs" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aBt" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aBu" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Vault APC"; - areastring = "/area/ai_monitored/nuke_storage"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aBv" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aBw" = ( -/obj/machinery/gateway{ - dir = 10 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aBx" = ( -/obj/machinery/gateway, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aBy" = ( -/obj/machinery/gateway{ - dir = 6 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aBz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/fore) -"aBA" = ( -/obj/machinery/requests_console{ - department = "EVA"; - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBC" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBE" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/item/pen{ - desc = "Writes upside down!"; - name = "astronaut pen" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBG" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aBH" = ( -/obj/machinery/camera{ - c_tag = "EVA East"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aBI" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aBJ" = ( -/obj/machinery/computer/cryopod{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aBK" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/cryopod, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aBL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/cryopod) -"aBM" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBO" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBP" = ( -/obj/effect/landmark/xeno_spawn, -/obj/item/bikehorn/rubberducky, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBQ" = ( -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/gun/ballistic/revolver/doublebarrel, -/obj/structure/table/wood, -/obj/item/stack/spacecash/c10, -/obj/item/stack/spacecash/c100, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aBR" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aBS" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aBT" = ( -/turf/closed/wall, -/area/crew_quarters/theatre) -"aBU" = ( -/obj/machinery/reagentgrinder, -/obj/structure/table/wood, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aBV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aBW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aBX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"aBY" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aBZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCa" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aCd" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCe" = ( -/obj/structure/grille/broken, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/window, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard/fore) -"aCf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aCg" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint1" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCh" = ( -/obj/machinery/door/poddoor/preopen{ - id = "maint1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aCj" = ( -/obj/structure/girder, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCk" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCl" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCo" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCp" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCq" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCr" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aCs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/chapel/main) -"aCt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aCu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aCv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aCw" = ( -/turf/closed/wall, -/area/chapel/main) -"aCx" = ( -/obj/machinery/camera{ - c_tag = "Arrivals North"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aCy" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCA" = ( -/obj/machinery/computer/security{ - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCB" = ( -/obj/machinery/computer/card{ - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCC" = ( -/obj/machinery/computer/secure_data{ - pixel_y = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aCE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aCF" = ( -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aCG" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aCH" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCJ" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCK" = ( -/obj/structure/table, -/obj/item/t_scanner, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCL" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -8; - pixel_y = -4 - }, -/obj/item/assembly/igniter, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage" - }, -/obj/machinery/requests_console{ - department = "Tool Storage"; - departmentType = 0; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCM" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/obj/item/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/item/multitool, -/obj/item/multitool{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCN" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCO" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCQ" = ( -/obj/machinery/vending/tool, -/turf/open/floor/plasteel, -/area/storage/primary) -"aCR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aCS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aCT" = ( -/obj/machinery/nuclearbomb/selfdestruct, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aCU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aCV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aCW" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aCX" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aCY" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aCZ" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aDa" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aDb" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDc" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDd" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDg" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/machinery/light, -/obj/machinery/camera{ - c_tag = "EVA Storage"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDh" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDi" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aDj" = ( -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aDk" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aDl" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aDm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aDn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aDo" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Cryogenics " - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/cryopod) -"aDp" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dormitory South"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aDq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/toilet) -"aDr" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDs" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDu" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unisex Showers" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDw" = ( -/obj/machinery/light/small, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/toilet) -"aDy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aDz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aDA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/fitness) -"aDB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aDC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 2; - sortType = 18 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aDD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aDE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDF" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDH" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/table, -/obj/item/shovel/spade, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aDK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 2; - name = "Chapel APC"; - areastring = "/area/chapel/main"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aDV" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aDW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aDX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aDY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aDZ" = ( -/obj/machinery/door/window{ - dir = 8; - name = "Mass Driver"; - req_access_txt = "22" - }, -/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) -"aEa" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel/main) -"aEb" = ( -/obj/machinery/door/poddoor{ - id = "chapelgun"; - name = "Chapel Launcher Door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/chapel/main) -"aEc" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Entry Hall APC"; - areastring = "/area/hallway/secondary/entry"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aEd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aEj" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/snacks/grown/wheat, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/watermelon, -/obj/item/reagent_containers/food/snacks/grown/citrus/orange, -/obj/item/reagent_containers/food/snacks/grown/grapes, -/obj/item/reagent_containers/food/snacks/grown/cocoapod, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aEk" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Garden" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aEl" = ( -/turf/open/floor/plasteel, -/area/storage/primary) -"aEm" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/primary) -"aEn" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/structure/closet/crate/goldcrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aEo" = ( -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aEp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"aEq" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/structure/closet/crate/silvercrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aEr" = ( -/obj/machinery/camera{ - c_tag = "Gateway"; - dir = 4 - }, -/obj/structure/table, -/obj/structure/sign/warning/biohazard{ - pixel_x = -32 - }, -/obj/item/storage/firstaid/regular, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aEs" = ( -/obj/structure/table, -/obj/item/paper/pamphlet/gateway, -/turf/open/floor/plasteel, -/area/gateway) -"aEt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aEu" = ( -/obj/structure/table, -/obj/item/radio/off{ - pixel_y = 6 - }, -/obj/item/radio/off{ - pixel_x = 6; - pixel_y = 4 - }, -/obj/item/radio/off{ - pixel_x = -6; - pixel_y = 4 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel, -/area/gateway) -"aEv" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/structure/sign/warning/biohazard{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aEw" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aEx" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aEy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aEz" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"aEA" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"aEB" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aEC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aED" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aEE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aEF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aEG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aEH" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aEI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aEJ" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Dormitory Bathrooms APC"; - areastring = "/area/crew_quarters/toilet"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aEK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/toilet) -"aEL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/crew_quarters/toilet) -"aEM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/reagent_dispensers/beerkeg, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aEN" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aEO" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aEP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEQ" = ( -/obj/machinery/door/airlock{ - name = "Service Hall"; - req_one_access_txt = "25;26;35;28" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/service) -"aER" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/hallway/secondary/service) -"aES" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/hallway/secondary/service) -"aET" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEU" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aEX" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aEZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFb" = ( -/turf/closed/wall, -/area/library) -"aFc" = ( -/turf/closed/wall, -/area/chapel/office) -"aFd" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Chapel Office APC"; - areastring = "/area/chapel/office"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/chapel/office) -"aFe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aFf" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/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 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aFi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aFj" = ( -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light_switch{ - pixel_x = 6; - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFl" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFm" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFn" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFo" = ( -/obj/item/radio/off, -/obj/item/crowbar, -/obj/item/assembly/flash/handheld, -/obj/structure/table, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aFp" = ( -/obj/structure/table/glass, -/obj/item/cultivator, -/obj/item/hatchet, -/obj/item/crowbar, -/obj/item/plant_analyzer, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aFq" = ( -/obj/machinery/camera{ - c_tag = "Garden"; - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aFr" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFu" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFv" = ( -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFx" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aFy" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aFz" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aFA" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aFB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 1; - network = list("vault") - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aFC" = ( -/obj/structure/safe, -/obj/item/clothing/head/bearpelt, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aFD" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFE" = ( -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aFF" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/gateway) -"aFG" = ( -/turf/open/floor/plasteel, -/area/gateway) -"aFH" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aFI" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aFJ" = ( -/obj/structure/table, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aFK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aFL" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aFM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aFN" = ( -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aFO" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aFP" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aFQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aFS" = ( -/obj/machinery/power/apc/auto_name/south, -/obj/structure/cable, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aFT" = ( -/obj/machinery/cryopod{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/cryopod) -"aFU" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/cryopod) -"aFV" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aFW" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aFX" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aFY" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aFZ" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/recharge_station, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aGa" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aGb" = ( -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp, -/obj/item/flashlight/lamp/green, -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aGc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/fitness) -"aGd" = ( -/obj/machinery/power/apc{ - name = "Bar APC"; - dir = 2; - pixel_y = -24; - areastring = "/area/crew_quarters/bar" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aGe" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aGf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"aGg" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aGi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGj" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 19 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 20 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"aGv" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 17 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGw" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/library) -"aGy" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGz" = ( -/obj/machinery/vending/games, -/turf/open/floor/wood, -/area/library) -"aGA" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/wood, -/area/library) -"aGB" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/wood, -/area/library) -"aGC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/chapel/office) -"aGD" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Crematorium Maintenance"; - req_access_txt = "27" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aGE" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/vending/wardrobe/chap_wardrobe, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGF" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Chapel"; - departmentType = 2; - pixel_y = 30 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGG" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office"; - dir = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGH" = ( -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aGI" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aGJ" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/eastleft{ - name = "Coffin Storage"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aGK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aGN" = ( -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aGO" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aGP" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/chapel/main) -"aGQ" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 15; - id = "arrivals_stationary"; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"aGR" = ( -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/entry) -"aGS" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"aGT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/auxiliary) -"aGU" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/item/paper, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aGV" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aGW" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aGX" = ( -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/structure/table/glass, -/obj/machinery/light{ - dir = 4 - }, -/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/garden) -"aGY" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"aGZ" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/storage/primary) -"aHa" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/crowbar, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel, -/area/storage/primary) -"aHb" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"aHc" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/vault{ - req_access_txt = "53" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"aHd" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aHe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aHf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/gateway) -"aHg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aHh" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aHi" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHj" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/crowbar, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aHk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aHl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aHm" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aHn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command{ - name = "Command Tool Storage"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"aHo" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHq" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aHr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aHs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"aHt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHu" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHv" = ( -/obj/machinery/door/airlock{ - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHw" = ( -/obj/structure/lattice, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aHx" = ( -/obj/machinery/door/airlock{ - name = "Unit B" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aHy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHA" = ( -/obj/machinery/vending/cola/random, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aHB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/crew_quarters/theatre) -"aHC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aHD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aHE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aHF" = ( -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aHG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/crew_quarters/fitness) -"aHH" = ( -/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/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aHJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Bar Storeage"; - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aHK" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Kitchen APC"; - areastring = "/area/crew_quarters/kitchen"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHM" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHN" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 21 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHR" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Hydroponics APC"; - areastring = "/area/hydroponics"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHS" = ( -/turf/closed/wall, -/area/hydroponics) -"aHT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/hydroponics) -"aHU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aHV" = ( -/obj/structure/filingcabinet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/library) -"aHW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/wood, -/area/library) -"aHX" = ( -/obj/structure/chair/office/dark, -/obj/machinery/camera{ - c_tag = "Library North"; - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aHY" = ( -/obj/structure/chair/office/dark, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aHZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aIa" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/wood, -/area/library) -"aIb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/bodycontainer/crematorium{ - id = "crematoriumChapel" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aIc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aId" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIe" = ( -/obj/effect/landmark/start/chaplain, -/obj/structure/chair, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIf" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aIh" = ( -/obj/structure/closet/crate/coffin, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aIi" = ( -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aIj" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aIk" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIl" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIo" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Lounge"; - dir = 2 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIq" = ( -/obj/structure/sign/map/left{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIr" = ( -/obj/structure/sign/map/right{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aIs" = ( -/obj/structure/table/glass, -/obj/item/hatchet, -/obj/item/cultivator, -/obj/item/crowbar, -/obj/item/reagent_containers/glass/bucket, -/obj/item/plant_analyzer, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aIt" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/structure/table/glass, -/obj/item/plant_analyzer, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -25 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aIu" = ( -/obj/structure/table, -/obj/item/wrench, -/obj/item/analyzer, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIv" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIw" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/clothing/gloves/color/fyellow, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIx" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIy" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIz" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIA" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - freq = 1400; - location = "Tool Storage" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIB" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel, -/area/storage/primary) -"aIC" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aID" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aIE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aIF" = ( -/obj/machinery/button/door{ - id = "stationawaygate"; - name = "Gateway Access Shutter Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, -/turf/open/floor/plasteel, -/area/gateway) -"aIG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aIH" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/secure_closet/exile, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/gateway) -"aII" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/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/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/extinguisher, -/obj/item/extinguisher, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aIJ" = ( -/obj/machinery/camera{ - c_tag = "EVA South"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aIK" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aIL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/central) -"aIM" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIN" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway North"; - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIP" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIQ" = ( -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 40 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = 32; - pixel_y = 32 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIT" = ( -/turf/closed/wall, -/area/hallway/primary/central) -"aIU" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aIV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aIX" = ( -/obj/machinery/camera{ - c_tag = "Dormitory Toilets"; - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"aIY" = ( -/obj/machinery/door/airlock{ - name = "Entertainment"; - req_access_txt = "46" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aIZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aJa" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/bar) -"aJb" = ( -/obj/machinery/door/airlock{ - name = "Bar Storage"; - req_access_txt = "25" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aJc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aJd" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"aJe" = ( -/obj/machinery/vending/boozeomat, -/turf/closed/wall, -/area/crew_quarters/bar) -"aJf" = ( -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/item/lipstick/random{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aJg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aJh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"aJi" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aJj" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Kitchen Maintenance"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aJk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aJl" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/crew_quarters/kitchen) -"aJm" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Hydroponics" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/hydroponics) -"aJn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aJo" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJp" = ( -/obj/structure/table, -/obj/item/book/manual/hydroponics_pod_people, -/obj/item/paper/guides/jobs/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics) -"aJq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"aJr" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aJs" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/item/pen, -/turf/open/floor/wood, -/area/library) -"aJt" = ( -/obj/structure/table/wood, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library) -"aJu" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aJv" = ( -/obj/machinery/newscaster{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"aJw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJx" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/button/crematorium{ - id = "crematoriumChapel"; - pixel_x = 25 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/chapel/office) -"aJz" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_y = 10 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJA" = ( -/obj/structure/table/wood, -/obj/item/pen, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJB" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aJD" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "Coffin Storage"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aJE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/landmark/xmastree, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aJF" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aJG" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aJH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aJI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aJJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aJK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aJL" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hydroponics/garden) -"aJM" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Garden" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"aJN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"aJO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJP" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Primary Tool Storage" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/storage/primary) -"aJQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"aJR" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aJS" = ( -/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/hallway/primary/port) -"aJT" = ( -/obj/structure/cable, -/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/hallway/primary/port) -"aJU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"aJV" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aJW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/primary/port) -"aJX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/fore) -"aJY" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aJZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "stationawaygate"; - name = "Gateway Access Shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/gateway) -"aKa" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "stationawaygate"; - name = "Gateway Access Shutters" - }, -/turf/open/floor/plasteel, -/area/gateway) -"aKb" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/gateway) -"aKc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"aKd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKf" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"aKg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKh" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/mime, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"aKi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aKj" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aKk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/vending/autodrobe, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aKl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aKm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall, -/area/maintenance/starboard/fore) -"aKn" = ( -/obj/structure/table/reinforced, -/obj/item/storage/secure/briefcase, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/ids, -/turf/open/floor/plasteel, -/area/bridge) -"aKo" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aKp" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/dresser, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aKq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aKr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aKs" = ( -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aKt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aKu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aKv" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aKw" = ( -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aKx" = ( -/obj/machinery/door/window/eastright{ - name = "Hydroponics Delivery"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKy" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKz" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKC" = ( -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKD" = ( -/obj/machinery/smartfridge/disks{ - pixel_y = 2 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKE" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKG" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/item/watertank, -/turf/open/floor/plasteel, -/area/hydroponics) -"aKH" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/wood, -/area/library) -"aKI" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood, -/area/library) -"aKJ" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"aKK" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aKL" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/camera{ - c_tag = "Chapel Crematorium"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKM" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock{ - dir = 4; - name = "Crematorium"; - req_access_txt = "27" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aKO" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aKP" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aKQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aKR" = ( -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aKS" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aKT" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aKU" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aKV" = ( -/obj/structure/chair/comfy/beige, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aKW" = ( -/obj/structure/chair/comfy/beige, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aKX" = ( -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aKY" = ( -/obj/structure/chair/comfy/beige, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aKZ" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aLa" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aLb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aLc" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLd" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLe" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLf" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - name = "Port Hall APC"; - areastring = "/area/hallway/primary/port"; - dir = 1; - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLi" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aLk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLl" = ( -/obj/machinery/camera{ - c_tag = "Port Hallway 2"; - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLo" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLq" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLt" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLw" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway North-West"; - dir = 2 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLx" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aLy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLz" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLA" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLB" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L3" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLC" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L5" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLD" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L7" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLE" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L9" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLF" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L11" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLG" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L13" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"aLM" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet) -"aLN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLO" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLR" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLS" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aLT" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLU" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aLV" = ( -/obj/structure/table, -/obj/machinery/chem_dispenser/drinks/beer{ - dir = 4 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLW" = ( -/mob/living/carbon/monkey/punpun, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLX" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/rag, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aLZ" = ( -/obj/structure/table/wood, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aMa" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/clown, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aMb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aMc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aMd" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aMe" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aMf" = ( -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aMg" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wirecutters, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMh" = ( -/obj/machinery/light/small, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMi" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = -31 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMn" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMo" = ( -/obj/machinery/chem_master/condimaster, -/turf/open/floor/plasteel, -/area/hydroponics) -"aMp" = ( -/turf/open/floor/wood, -/area/library) -"aMq" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library) -"aMr" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library) -"aMs" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aMt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aMu" = ( -/obj/structure/table/wood, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"aMv" = ( -/obj/machinery/camera{ - c_tag = "Chapel North"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aMw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aMx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aMy" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"aMz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aMA" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aMB" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aMC" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/snacks/chips, -/obj/item/reagent_containers/food/drinks/soda_cans/cola, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aMD" = ( -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aME" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aMF" = ( -/obj/structure/chair/comfy/beige{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aMG" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aMH" = ( -/turf/open/floor/goonplaque, -/area/hallway/secondary/entry) -"aMI" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHW"; - location = "Lockers" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aML" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMM" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMN" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMO" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMU" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aMW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aMZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNa" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNb" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNc" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Lockers"; - location = "EVA" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L6" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNd" = ( -/obj/effect/landmark/observer_start, -/obj/effect/turf_decal/plaque{ - icon_state = "L8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNe" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Security"; - location = "EVA2" - }, -/obj/effect/turf_decal/plaque{ - icon_state = "L10" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNf" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L12" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNg" = ( -/obj/effect/turf_decal/plaque{ - icon_state = "L14" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNh" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNi" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=EVA2"; - location = "Dorm" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aNl" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNm" = ( -/obj/structure/closet/secure_closet/freezer/cream_pie, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aNn" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNo" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/start/bartender, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aNt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/left, -/area/crew_quarters/bar) -"aNu" = ( -/obj/structure/closet/crate/wooden/toy, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Theatre APC"; - areastring = "/area/crew_quarters/theatre"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aNv" = ( -/obj/structure/kitchenspike, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aNw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aNx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aNy" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aNz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/hydroponics) -"aNA" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hydroponics) -"aNB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hydroponics) -"aNC" = ( -/obj/machinery/bookbinder, -/turf/open/floor/wood, -/area/library) -"aND" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library) -"aNE" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/library) -"aNF" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"aNG" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNH" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aNI" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNJ" = ( -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNK" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aNL" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNM" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aNN" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNO" = ( -/obj/item/beacon, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 South" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNP" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNQ" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aNR" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes{ - pixel_y = 2 - }, -/obj/item/lighter/greyscale{ - pixel_x = 4; - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aNS" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/hallway/secondary/entry) -"aNT" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aNU" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNW" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNX" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNY" = ( -/obj/machinery/camera{ - c_tag = "Port Hallway 3"; - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aNZ" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOa" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOd" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOl" = ( -/obj/structure/sign/directions/security{ - dir = 4; - pixel_x = 32; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = -32 - }, -/obj/structure/sign/directions/engineering{ - pixel_x = 32; - pixel_y = -40 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aOn" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOp" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=QM"; - location = "CHW" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOr" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOs" = ( -/obj/machinery/light, -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aOu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aOv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aOw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aOx" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aOy" = ( -/obj/machinery/computer/slot_machine, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aOz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/closed/wall, -/area/crew_quarters/theatre) -"aOA" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aOB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aOC" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"aOD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aOE" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aOF" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOG" = ( -/obj/machinery/requests_console{ - department = "Hydroponics"; - departmentType = 2; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOH" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOI" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/camera{ - c_tag = "Hydroponics North"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOK" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aOL" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/library) -"aOM" = ( -/turf/open/floor/carpet, -/area/library) -"aON" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/carpet, -/area/library) -"aOO" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/library) -"aOP" = ( -/obj/machinery/computer/libraryconsole, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"aOQ" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/engine/cult, -/area/library) -"aOR" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/camera, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/engine/cult, -/area/library) -"aOS" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible, -/turf/open/floor/engine/cult, -/area/library) -"aOT" = ( -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aOU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aOV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aOW" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aOX" = ( -/obj/machinery/camera{ - c_tag = "Escape Arm Holding Area"; - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aOZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aPc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPd" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPe" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aPf" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aPg" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aPh" = ( -/obj/structure/chair/comfy/beige{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/grimy, -/area/hallway/secondary/entry) -"aPi" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aPj" = ( -/turf/closed/wall, -/area/maintenance/port) -"aPk" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aPl" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"aPm" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aPn" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aPo" = ( -/obj/machinery/status_display, -/turf/closed/wall, -/area/crew_quarters/locker) -"aPp" = ( -/turf/closed/wall, -/area/storage/art) -"aPq" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/art) -"aPr" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/turf/open/floor/plasteel, -/area/storage/art) -"aPs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/storage/art) -"aPt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"aPu" = ( -/turf/closed/wall, -/area/storage/emergency/port) -"aPv" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPw" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPx" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aPA" = ( -/turf/closed/wall, -/area/storage/tools) -"aPB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPC" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"aPD" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aPE" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPF" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/status_display, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPG" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPH" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/status_display, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPI" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/turf/open/floor/plating, -/area/bridge) -"aPJ" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/airlock{ - name = "Entertainment"; - req_access_txt = "46" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"aPL" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/window, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aPM" = ( -/turf/open/floor/plasteel/stairs/left, -/area/hallway/primary/central) -"aPN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/table/reinforced, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"aPO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aPP" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aPQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/stairs/right, -/area/crew_quarters/bar) -"aPR" = ( -/obj/machinery/door/airlock{ - name = "Kitchen cold room"; - req_access_txt = "28" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aPS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/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) -"aPT" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aPU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aPV" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aPW" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"aPX" = ( -/obj/machinery/light/small, -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/engine/cult, -/area/library) -"aPY" = ( -/obj/effect/landmark/blobstart, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/engine/cult, -/area/library) -"aPZ" = ( -/obj/structure/destructible/cult/tome, -/obj/item/clothing/under/suit_jacket/red, -/obj/item/book/codex_gigas, -/turf/open/floor/engine/cult, -/area/library) -"aQa" = ( -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aQb" = ( -/obj/structure/table/wood, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aQd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aQe" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQf" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aQg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aQh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aQi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aQj" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aQk" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQl" = ( -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQm" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aQo" = ( -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland1"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"aQp" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQy" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQz" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aQA" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"aQB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"aQC" = ( -/obj/structure/closet/wardrobe/white, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQD" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQE" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQF" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQG" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQH" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQI" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQJ" = ( -/obj/machinery/vending/clothing, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQK" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQL" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQM" = ( -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aQN" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plasteel, -/area/storage/art) -"aQO" = ( -/turf/open/floor/plasteel, -/area/storage/art) -"aQP" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/storage/art) -"aQQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"aQR" = ( -/obj/machinery/door/airlock{ - name = "Port Emergency Storage" - }, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aQS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/storage/tools) -"aQT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Auxiliary Tool Storage"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/storage/tools) -"aQU" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aQV" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aQW" = ( -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aQX" = ( -/obj/machinery/computer/monitor{ - name = "bridge power monitoring console" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aQY" = ( -/obj/machinery/computer/shuttle/labor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aQZ" = ( -/obj/machinery/computer/communications, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRb" = ( -/obj/machinery/modular_computer/console/preset/command, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRc" = ( -/obj/machinery/computer/crew, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRd" = ( -/obj/machinery/computer/med_data, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aRe" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/emergency, -/obj/item/wrench, -/obj/item/assembly/timer, -/obj/item/assembly/signaler, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel, -/area/bridge) -"aRf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aRg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/central) -"aRh" = ( -/obj/structure/table, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/cable_coil, -/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/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"aRi" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aRj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aRk" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/chair, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aRl" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aRm" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/central) -"aRn" = ( -/obj/machinery/vending/dinnerware, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRo" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRp" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRr" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/camera{ - c_tag = "Kitchen"; - dir = 2 - }, -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRs" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aRt" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRu" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aRv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aRw" = ( -/turf/open/floor/plasteel, -/area/hydroponics) -"aRx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aRy" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Library APC"; - areastring = "/area/library"; - pixel_x = 24 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aRz" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"aRA" = ( -/obj/structure/displaycase/trophy, -/turf/open/floor/wood, -/area/library) -"aRB" = ( -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aRC" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/turf/open/floor/engine/cult, -/area/library) -"aRD" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aRE" = ( -/turf/open/floor/carpet, -/area/chapel/main) -"aRF" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet, -/area/chapel/main) -"aRG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aRH" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Holding Area"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aRI" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aRJ" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 1"; - dir = 8 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aRK" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aRL" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"aRM" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"aRN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRO" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRP" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRR" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRS" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Hallway"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aRT" = ( -/turf/open/floor/plating, -/area/maintenance/port) -"aRU" = ( -/obj/structure/closet/wardrobe/mixed, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aRV" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil, -/obj/item/paper_bin/construction, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel, -/area/storage/art) -"aRW" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aRX" = ( -/turf/open/floor/plating, -/area/storage/emergency/port) -"aRY" = ( -/obj/item/extinguisher, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aRZ" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Auxiliary Tool Storage APC"; - areastring = "/area/storage/tools"; - pixel_y = 24 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/rack, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSc" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Auxiliary Tool Storage"; - dir = 2 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSd" = ( -/obj/structure/table, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel, -/area/storage/tools) -"aSe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tools) -"aSf" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aSg" = ( -/obj/structure/table/reinforced, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel, -/area/bridge) -"aSh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSi" = ( -/obj/structure/chair{ - dir = 1; - name = "Engineering Station" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSk" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/item/multitool, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSl" = ( -/obj/structure/chair{ - dir = 1; - name = "Command Station" - }, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 28; - pixel_y = -2; - req_access_txt = "19" - }, -/obj/machinery/keycard_auth{ - pixel_x = 29; - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSm" = ( -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSn" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSo" = ( -/obj/structure/chair{ - dir = 1; - name = "Crew Station" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSp" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aSq" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "barShutters"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"aSr" = ( -/obj/structure/chair/wood, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aSs" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aSt" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aSu" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSv" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel, -/area/bridge) -"aSw" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aSx" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/research) -"aSy" = ( -/obj/structure/table/wood, -/obj/item/instrument/guitar{ - pixel_x = -7 - }, -/obj/item/instrument/eguitar{ - pixel_x = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aSz" = ( -/obj/structure/cable, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aSA" = ( -/obj/effect/landmark/xmastree, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aSB" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSD" = ( -/obj/effect/landmark/start/cook, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSE" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSH" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aSI" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"aSJ" = ( -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aSK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSL" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSM" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aSO" = ( -/obj/machinery/door/window/northright{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Library Desk Door"; - req_access_txt = "37" - }, -/turf/open/floor/wood, -/area/library) -"aSP" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/library) -"aSQ" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"aSR" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aSS" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aST" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aSU" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"aSV" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aSW" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aSX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aSY" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aSZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"aTa" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 12; - height = 18; - id = "emergency_home"; - name = "BoxStation emergency evac bay"; - width = 32 - }, -/turf/open/space/basic, -/area/space) -"aTb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aTc" = ( -/turf/closed/wall, -/area/security/vacantoffice) -"aTd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/security/vacantoffice) -"aTe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/security/vacantoffice) -"aTf" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aTh" = ( -/obj/structure/closet/wardrobe/green, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTj" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTk" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTl" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTm" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTn" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTp" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Locker Room East"; - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aTq" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/storage/art) -"aTr" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/plasteel, -/area/storage/art) -"aTs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera, -/turf/open/floor/plasteel, -/area/storage/art) -"aTt" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aTu" = ( -/obj/machinery/light/small, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aTv" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aTw" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/plating, -/area/storage/emergency/port) -"aTx" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aTy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/storage/tools) -"aTz" = ( -/turf/open/floor/plasteel, -/area/storage/tools) -"aTA" = ( -/obj/structure/rack, -/obj/item/clothing/gloves/color/fyellow, -/obj/item/clothing/suit/hazardvest, -/obj/item/multitool, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/storage/tools) -"aTB" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/central) -"aTC" = ( -/obj/machinery/computer/prisoner, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTD" = ( -/obj/machinery/computer/security, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTE" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTF" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel, -/area/bridge) -"aTG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/bridge) -"aTH" = ( -/turf/open/floor/plasteel, -/area/bridge) -"aTI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/bridge) -"aTM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/bridge) -"aTN" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/bridge) -"aTO" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTP" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTQ" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aTR" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"aTS" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/central) -"aTT" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 5; - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aTU" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Bar East"; - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aTV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aTW" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aTX" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5 - }, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aTY" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aTZ" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aUa" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aUb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"aUc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aUd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUe" = ( -/obj/machinery/vending/hydronutrients, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUf" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUg" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aUh" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aUi" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/wood, -/area/library) -"aUj" = ( -/obj/structure/chair/comfy/black, -/obj/effect/landmark/start/assistant, -/turf/open/floor/wood, -/area/library) -"aUk" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/library) -"aUl" = ( -/obj/effect/landmark/start/librarian, -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/library) -"aUm" = ( -/obj/machinery/libraryscanner, -/turf/open/floor/wood, -/area/library) -"aUn" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aUo" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aUp" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aUq" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"aUr" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aUs" = ( -/obj/machinery/computer/arcade, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aUt" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 2"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aUu" = ( -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUv" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUw" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUx" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUy" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aUA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aUB" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aUC" = ( -/obj/structure/closet/wardrobe/grey, -/obj/machinery/requests_console{ - department = "Locker Room"; - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUF" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUG" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUH" = ( -/obj/structure/table, -/obj/item/clothing/head/soft/grey{ - pixel_x = -2; - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUI" = ( -/obj/structure/table, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUJ" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/landmark/start/assistant, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aUN" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/storage/tools) -"aUO" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/storage/tools) -"aUP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel, -/area/storage/tools) -"aUQ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/storage/tools) -"aUR" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aUS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aUT" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/central) -"aUU" = ( -/obj/machinery/camera{ - c_tag = "Bridge West"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUV" = ( -/obj/structure/chair{ - dir = 1; - name = "Security Station" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/bridge) -"aUZ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVb" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVc" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVe" = ( -/obj/item/beacon, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVh" = ( -/obj/structure/chair{ - dir = 1; - name = "Logistics Station" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVi" = ( -/obj/machinery/camera{ - c_tag = "Bridge East"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aVj" = ( -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aVk" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVl" = ( -/obj/machinery/camera{ - c_tag = "Bridge East Entrance"; - dir = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aVm" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aVn" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aVo" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen2"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aVp" = ( -/obj/machinery/deepfryer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aVq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aVr" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aVs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aVt" = ( -/obj/machinery/hydroponics/constructable, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"aVu" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/fore) -"aVv" = ( -/obj/structure/table/wood, -/obj/item/paper, -/turf/open/floor/wood, -/area/library) -"aVw" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library) -"aVx" = ( -/obj/structure/table/wood, -/obj/item/camera_film, -/obj/item/camera_film, -/turf/open/floor/wood, -/area/library) -"aVy" = ( -/obj/structure/table/wood, -/obj/item/pen/red, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/library) -"aVz" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/wood, -/area/library) -"aVA" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"aVB" = ( -/obj/machinery/camera{ - c_tag = "Chapel South"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aVC" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aVD" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aVE" = ( -/obj/machinery/camera{ - c_tag = "Vacant Office"; - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aVF" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aVG" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aVH" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aVI" = ( -/obj/structure/table/wood, -/obj/item/pen/red, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aVJ" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 8 - }, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"aVK" = ( -/obj/structure/grille, -/obj/structure/window{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVL" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVM" = ( -/obj/structure/closet/wardrobe/black, -/obj/item/clothing/shoes/jackboots, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVP" = ( -/obj/machinery/camera{ - c_tag = "Locker Room West"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVR" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVT" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aVU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVV" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Art Storage"; - areastring = "/area/storage/art"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVX" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aVZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aWa" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Port Emergency Storage APC"; - areastring = "/area/storage/emergency/port"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aWb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aWc" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port) -"aWd" = ( -/turf/closed/wall, -/area/security/detectives_office) -"aWe" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWf" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aWh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/bridge) -"aWj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/bridge) -"aWm" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/light, -/obj/machinery/light_switch{ - pixel_x = -6; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWn" = ( -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWo" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWp" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWr" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = -25 - }, -/obj/machinery/camera{ - c_tag = "Bridge Center"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWt" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWu" = ( -/obj/machinery/power/apc/highcap/five_k{ - dir = 2; - name = "Bridge APC"; - areastring = "/area/bridge"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/bridge) -"aWy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aWA" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aWB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWE" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWF" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aWG" = ( -/obj/machinery/light, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aWH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aWI" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aWJ" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aWK" = ( -/obj/machinery/button/door{ - id = "kitchen2"; - name = "Kitchen Shutters Control"; - pixel_x = -24; - pixel_y = 0; - req_access_txt = "28" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aWL" = ( -/obj/machinery/processor, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aWM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 16 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aWN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aWO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aWP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Library" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aWQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aWR" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aWS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aWT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"aWU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aWV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aWW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet, -/area/chapel/main) -"aWX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aWZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aXa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aXb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aXc" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aXd" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aXe" = ( -/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) -"aXf" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aXg" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Port Docking Bay 2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"aXh" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -28 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aXi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aXj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/security/vacantoffice) -"aXk" = ( -/turf/open/floor/carpet, -/area/security/vacantoffice) -"aXl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/vacantoffice) -"aXm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aXn" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aXo" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port) -"aXp" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"aXq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"aXr" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aXs" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXy" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aXz" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Port Maintenance APC"; - areastring = "/area/maintenance/port"; - pixel_x = -27; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aXA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/warehouse) -"aXB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/warehouse) -"aXC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/quartermaster/warehouse) -"aXD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/closed/wall, -/area/quartermaster/warehouse) -"aXE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Warehouse Maintenance"; - req_access_txt = "31" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aXF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aXG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/detectives_office) -"aXH" = ( -/obj/structure/closet/secure_closet/detective, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aXI" = ( -/obj/machinery/computer/med_data, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aXJ" = ( -/obj/machinery/computer/secure_data, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aXK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/security/detectives_office) -"aXL" = ( -/obj/structure/table/wood, -/obj/item/storage/box/evidence, -/obj/item/hand_labeler{ - pixel_x = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aXM" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "kanyewest"; - name = "Privacy Shutters"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aXN" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXO" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXP" = ( -/obj/machinery/camera{ - c_tag = "Bridge West Entrance"; - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aXR" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"aXS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge) -"aXT" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXV" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXW" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aXY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aXZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aYa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aYb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aYc" = ( -/obj/machinery/status_display/ai, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aYd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aYe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"aYf" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/filingcabinet/filingcabinet, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aYh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYi" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Central Hall APC"; - areastring = "/area/hallway/primary/central"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYj" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aYk" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-24" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"aYl" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/reagent_containers/food/snacks/pie/cream, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYm" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aYn" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aYo" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYp" = ( -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYq" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "28" - }, -/obj/machinery/light, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYr" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYs" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYt" = ( -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYu" = ( -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYv" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYw" = ( -/obj/machinery/camera{ - c_tag = "Hydroponics South"; - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/hydroponics) -"aYx" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/hydroponics) -"aYy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aYz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aYA" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Library" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aYB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"aYC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/library) -"aYD" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet, -/area/library) -"aYE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aYF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aYG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/carpet, -/area/chapel/main) -"aYH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/chapel/main) -"aYI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Chapel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"aYJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"aYK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aYL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aYM" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aYN" = ( -/obj/machinery/camera{ - c_tag = "Escape Arm Airlocks"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"aYO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"aYP" = ( -/obj/machinery/door/airlock/engineering/abandoned{ - dir = 4; - name = "Vacant Office A"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aYQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aYR" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aYS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/security/vacantoffice) -"aYT" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"aYU" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aYV" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aYW" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aYX" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aYY" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aYZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"aZa" = ( -/obj/structure/table, -/obj/item/razor, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aZb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aZc" = ( -/obj/structure/closet, -/obj/item/clothing/under/suit_jacket/female{ - pixel_x = 3; - pixel_y = 1 - }, -/obj/item/clothing/under/suit_jacket/really_black{ - pixel_x = -2 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"aZd" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZe" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZf" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"aZh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aZi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/quartermaster/warehouse) -"aZj" = ( -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aZk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aZl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"aZm" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"aZn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"aZo" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/rack, -/obj/item/storage/briefcase, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aZp" = ( -/turf/open/floor/carpet, -/area/security/detectives_office) -"aZq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aZr" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aZs" = ( -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aZt" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"aZu" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aZv" = ( -/turf/closed/wall/r_wall, -/area/bridge/meeting_room) -"aZw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/bridge/meeting_room) -"aZx" = ( -/obj/machinery/door/airlock/command{ - name = "Conference Room"; - req_access_txt = "19" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"aZy" = ( -/turf/closed/wall, -/area/bridge/meeting_room) -"aZz" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aZA" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"aZB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aZC" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"aZD" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"aZE" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aZF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"aZG" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/detective, -/turf/open/floor/carpet, -/area/security/detectives_office) -"aZH" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/closet/radiation, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aZI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"aZJ" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aZK" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/clothing/head/welding, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"aZL" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"aZM" = ( -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"aZN" = ( -/obj/structure/flora/bush, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"aZO" = ( -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"aZP" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"aZQ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZR" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZS" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aZT" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"aZU" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aZV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/hydroponics) -"aZW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"aZX" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/northleft{ - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aZY" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westright{ - dir = 1; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"aZZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"baa" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bab" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bac" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/wood, -/area/library) -"bad" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/library) -"bae" = ( -/obj/structure/table/wood, -/obj/item/pen, -/turf/open/floor/wood, -/area/library) -"baf" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"bag" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/library) -"bah" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bai" = ( -/turf/open/floor/carpet{ - icon_state = "carpetsymbol" - }, -/area/chapel/main) -"baj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bak" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Escape Hallway APC"; - areastring = "/area/hallway/secondary/exit"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bal" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bam" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ban" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bao" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bap" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/wood, -/area/security/vacantoffice) -"baq" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/security/vacantoffice) -"bar" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bas" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bat" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Locker Restrooms APC"; - areastring = "/area/crew_quarters/toilet/locker"; - pixel_x = 27; - pixel_y = 2 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bau" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bav" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"baw" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"bax" = ( -/obj/structure/rack, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bay" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell{ - maxcharge = 2000 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"baz" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"baA" = ( -/obj/item/storage/secure/safe{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"baB" = ( -/obj/structure/table/wood, -/obj/item/camera/detective, -/turf/open/floor/carpet, -/area/security/detectives_office) -"baC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baD" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"baE" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"baF" = ( -/obj/machinery/photocopier, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baG" = ( -/obj/machinery/button/door{ - id = "heads_meeting"; - name = "Security Shutters"; - pixel_y = 24 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baH" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baI" = ( -/obj/machinery/camera{ - c_tag = "Conference Room"; - dir = 2 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baJ" = ( -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baK" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"baL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baM" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"baN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"baO" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"baP" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"baQ" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"baR" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"baS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"baT" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baU" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baV" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Captain's Office APC"; - areastring = "/area/crew_quarters/heads/captain"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baW" = ( -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baX" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"baZ" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bba" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes, -/obj/item/clothing/glasses/sunglasses, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bbb" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bbc" = ( -/obj/structure/sign/barsign, -/turf/closed/wall, -/area/crew_quarters/bar) -"bbd" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bbe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbf" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Hydroponics"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"bbh" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/library) -"bbi" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/chapel/main) -"bbj" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"bbk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bbl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bbm" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Vacant Office APC"; - areastring = "/area/security/vacantoffice"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bbn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bbo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bbp" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bbq" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bbr" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"bbs" = ( -/obj/machinery/washing_machine, -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"bbt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Cargo Warehouse APC"; - areastring = "/area/quartermaster/warehouse"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bbu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bbv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bbw" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bbx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Detective's Office"; - req_access_txt = "4" - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bby" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = 3 - }, -/obj/item/lighter, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bbz" = ( -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbA" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet, -/area/security/detectives_office) -"bbB" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/security/detectives_office) -"bbD" = ( -/obj/machinery/door/poddoor/preopen{ - id = "heads_meeting"; - name = "privacy shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"bbE" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bbG" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bbH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bbI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbJ" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bbK" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/quarantine, -/obj/machinery/camera/motion{ - dir = 4; - network = list("aiupload") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bbL" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bbM" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/obj/structure/sign/plaques/kiddie{ - pixel_x = 32 - }, -/obj/machinery/camera/motion{ - dir = 8; - network = list("aiupload") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bbN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbO" = ( -/obj/structure/displaycase/captain, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbP" = ( -/obj/machinery/computer/arcade, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbR" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbS" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbT" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bbU" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Dorm"; - location = "HOP2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbW" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bbX" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bbY" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bbZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bca" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bcc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bce" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcf" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 2"; - dir = 2 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bcg" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/secondary/exit) -"bch" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bci" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bcj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bck" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bcl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bcm" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcn" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bco" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bcp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcr" = ( -/obj/effect/landmark/blobstart, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bcs" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port) -"bct" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"bcu" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bcv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bcw" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bcx" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bcy" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bcz" = ( -/obj/machinery/camera{ - c_tag = "Locker Room South"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"bcA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/structure/closet/crate/freezer, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bcB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bcC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bcD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/warehouse) -"bcE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Detective's Office APC"; - areastring = "/area/security/detectives_office"; - pixel_x = 24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port) -"bcF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/security/detectives_office) -"bcG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcI" = ( -/obj/machinery/light/small, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcJ" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/filingcabinet, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/grimy, -/area/security/detectives_office) -"bcK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "heads_meeting"; - name = "privacy shutters" - }, -/turf/open/floor/plating, -/area/bridge/meeting_room) -"bcL" = ( -/obj/item/hand_labeler, -/obj/item/assembly/timer, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcM" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bcN" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)" - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bcO" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bcP" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bcQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcR" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bcS" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bcT" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bcU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bcV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bcW" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bcX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bcY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bcZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bda" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdc" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bde" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdh" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP2"; - location = "Stbd" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdi" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bdj" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdl" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdm" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bdn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bdo" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bdp" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"bdq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bdr" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"bds" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/disposal) -"bdt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/disposal) -"bdu" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bdv" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bdw" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unit 3" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bdx" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bdy" = ( -/obj/item/latexballon, -/turf/open/floor/plating, -/area/maintenance/port) -"bdz" = ( -/obj/effect/landmark/blobstart, -/obj/item/clothing/suit/ianshirt, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port) -"bdA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/crew_quarters/locker) -"bdB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Locker Room Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bdC" = ( -/obj/structure/closet/crate/internals, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdD" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdF" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bdG" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/security/detectives_office) -"bdH" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bdI" = ( -/obj/item/storage/fancy/donut_box, -/obj/structure/table, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bdJ" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bdK" = ( -/obj/item/folder/blue, -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bdL" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/item/aiModule/core/freeformcore, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/aiModule/core/full/custom, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bdM" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bdN" = ( -/obj/machinery/computer/upload/ai{ - dir = 1 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = -21 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bdO" = ( -/obj/machinery/power/apc/highcap/five_k{ - dir = 2; - name = "Upload APC"; - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bdP" = ( -/obj/machinery/computer/upload/borg{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"bdQ" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bdR" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/zeroth/oneHuman, -/obj/machinery/door/window{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/item/aiModule/reset/purge, -/obj/structure/window/reinforced, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/aiModule/supplied/protectStation, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bdS" = ( -/obj/structure/table/wood, -/obj/machinery/camera{ - c_tag = "Captain's Office"; - dir = 8 - }, -/obj/item/storage/lockbox/medal, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdT" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdU" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdV" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdY" = ( -/obj/structure/table/wood, -/obj/item/hand_tele, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bdZ" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"bea" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Stbd"; - location = "HOP" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"beb" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bec" = ( -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = 32; - pixel_y = 28 - }, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_x = 32; - pixel_y = 36 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bed" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bee" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bef" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beg" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Chapel" - }, -/turf/open/floor/carpet, -/area/chapel/main) -"beh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bei" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway"; - dir = 2 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bej" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/hallway/primary/starboard) -"bek" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bel" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bem" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ben" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beo" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bep" = ( -/obj/machinery/status_display{ - layer = 4; - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"beq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ber" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"bes" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bet" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"beu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bev" = ( -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/light, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bew" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"bex" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bey" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bez" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"beA" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"beB" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beC" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beD" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/machinery/recycler, -/obj/structure/sign/warning/securearea{ - name = "\improper STAY CLEAR HEAVY MACHINERY"; - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beF" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"beG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beL" = ( -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"beM" = ( -/obj/machinery/camera{ - c_tag = "Locker Room Toilets"; - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"beN" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Locker Room APC"; - areastring = "/area/crew_quarters/locker"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"beQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"beR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"beS" = ( -/obj/structure/closet/crate/medical, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"beT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"beU" = ( -/obj/item/clothing/gloves/color/rainbow, -/obj/item/clothing/head/soft/rainbow, -/obj/item/clothing/shoes/sneakers/rainbow, -/obj/item/clothing/under/color/rainbow, -/turf/open/floor/plating, -/area/maintenance/port) -"beV" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"beW" = ( -/obj/structure/disposalpipe/trunk, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"beX" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"beY" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "packageSort2" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"beZ" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bfa" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfb" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/machinery/light, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bfc" = ( -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bfd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bfe" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bff" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/bridge/meeting_room) -"bfg" = ( -/obj/structure/noticeboard{ - dir = 8; - pixel_x = 27 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bfh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfi" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfj" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfk" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfl" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfm" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"bfo" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfp" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/obj/item/storage/secure/safe{ - pixel_x = 35; - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfq" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Captain's Desk"; - departmentType = 5; - name = "Captain RC"; - pixel_x = -30 - }, -/obj/structure/filingcabinet, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfr" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/effect/landmark/start/captain, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfs" = ( -/obj/machinery/computer/communications{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bft" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/coin/plasma, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bfv" = ( -/turf/closed/wall, -/area/medical/chemistry) -"bfw" = ( -/obj/structure/sign/departments/medbay/alt, -/turf/closed/wall, -/area/medical/medbay/central) -"bfx" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bfy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bfz" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bfA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfB" = ( -/turf/closed/wall, -/area/medical/morgue) -"bfC" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bfD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"bfE" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer2"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_y = 26; - req_access_txt = "5" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bfF" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Medbay"; - dir = 2 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bfG" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bfH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/science/robotics/mechbay) -"bfI" = ( -/turf/closed/wall, -/area/science/robotics/mechbay) -"bfJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "Skynet_launch"; - name = "mech bay" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bfK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - name = "Mech Bay"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bfL" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"bfM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfN" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfO" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 5"; - dir = 2 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bfP" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfR" = ( -/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/hallway/primary/starboard) -"bfS" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"bfT" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"bfU" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"bfV" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bfW" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bfX" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Bay 3 & 4"; - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bfY" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"bfZ" = ( -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bga" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgb" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bgc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bgd" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Disposal APC"; - areastring = "/area/maintenance/disposal"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bge" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bgh" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unit 4" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bgi" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bgj" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"bgk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bgo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/power/apc{ - dir = 2; - name = "Cargo Bay APC"; - areastring = "/area/quartermaster/storage"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bgp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/quartermaster/warehouse) -"bgq" = ( -/obj/structure/closet/cardboard, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgr" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bgt" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bgu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bgv" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/camera{ - c_tag = "Cargo Delivery Office"; - dir = 4 - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgx" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bgz" = ( -/obj/vehicle/ridden/wheelchair, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bgA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bgB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bgD" = ( -/obj/machinery/light, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgE" = ( -/obj/machinery/door/window/eastright{ - dir = 1; - name = "Bridge Delivery"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/bridge/meeting_room) -"bgF" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgG" = ( -/obj/machinery/computer/slot_machine, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgH" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = -32 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgJ" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bgK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bgL" = ( -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bgM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bgN" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/item/camera, -/obj/item/storage/photo_album{ - pixel_y = -10 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bgO" = ( -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Command)"; - pixel_x = -28 - }, -/obj/machinery/suit_storage_unit/captain, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bgP" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bgQ" = ( -/obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/melee/chainofcommand, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bgR" = ( -/turf/open/floor/plasteel/white, -/area/science/lab) -"bgS" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bgT" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bgU" = ( -/obj/machinery/door/window/southright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bgV" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Chemistry APC"; - areastring = "/area/medical/chemistry"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgW" = ( -/obj/machinery/camera{ - c_tag = "Chemistry"; - dir = 2 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/chem_heater, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgX" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgY" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bgZ" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/mint, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bha" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Port Docking Bay 2" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bhb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhc" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhd" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhe" = ( -/obj/structure/chair, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhf" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/machinery/camera{ - c_tag = "Medbay Lobby"; - dir = 2; - pixel_y = 18 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhg" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bhh" = ( -/obj/structure/filingcabinet, -/obj/machinery/newscaster{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bhi" = ( -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhl" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/paper/guides/jobs/medical/morgue{ - pixel_x = 5; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhm" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Morgue APC"; - areastring = "/area/medical/morgue"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bhn" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bho" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 14 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bhp" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Mech Bay Maintenance"; - req_access_txt = "29" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bhq" = ( -/obj/machinery/button/door{ - dir = 2; - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = 6; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bht" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhu" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bhv" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bhw" = ( -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bhx" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bhy" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bhz" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bhA" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bhB" = ( -/turf/closed/wall, -/area/science/research) -"bhC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bhD" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/lab) -"bhE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southright{ - name = "Research and Development Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd"; - name = "research lab shutters" - }, -/turf/open/floor/plating, -/area/science/lab) -"bhF" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/clothing/glasses/welding, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bhG" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bhH" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bhI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/starboard) -"bhJ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 4" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bhK" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"bhL" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhM" = ( -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhN" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 1; - stack_amt = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bhO" = ( -/obj/machinery/mineral/stacking_unit_console{ - dir = 2; - machinedir = 8 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"bhP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port) -"bhQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bhR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bhS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"bhT" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bhU" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"bhV" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/window, -/turf/open/floor/plating, -/area/maintenance/port) -"bhW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bhX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bhY" = ( -/turf/closed/wall, -/area/quartermaster/storage) -"bhZ" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"bia" = ( -/obj/structure/disposalpipe/sorting/wrap{ - dir = 1 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"bib" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bic" = ( -/obj/machinery/door/window/eastleft{ - dir = 4; - icon_state = "right"; - name = "Incoming Mail"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bid" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bie" = ( -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bif" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"big" = ( -/obj/structure/table/reinforced, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/item/storage/box, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bih" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bii" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bij" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=1"; - dir = 1; - freq = 1400; - location = "Bridge" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/bridge/meeting_room) -"bik" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bil" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bim" = ( -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bin" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bio" = ( -/obj/machinery/camera{ - c_tag = "Research and Development"; - dir = 2; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/button/door{ - dir = 2; - id = "rnd"; - name = "Shutters Control Button"; - pixel_x = -6; - pixel_y = 24; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bip" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = -32 - }, -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"biq" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bir" = ( -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - pixel_x = -30; - receive_ore_updates = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/closet/secure_closet/chemical, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bis" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bit" = ( -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"biu" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chemist, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"biv" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"biw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bix" = ( -/obj/structure/bed/roller, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"biy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window{ - name = "Gateway Chamber"; - req_access_txt = "62" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"biz" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"biA" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"biB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"biC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"biD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/crew_quarters/bar) -"biE" = ( -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"biF" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biG" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Central Hallway North-East"; - dir = 2 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biH" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"biK" = ( -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"biL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"biM" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Diner" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"biN" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biO" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biP" = ( -/turf/open/floor/wood/airless, -/area/crew_quarters/bar) -"biQ" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biR" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biS" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/wood/airless, -/area/crew_quarters/bar) -"biT" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"biU" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -2; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 5; - pixel_y = -2 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"biV" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"biW" = ( -/obj/effect/landmark/start/botanist, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biX" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biY" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"biZ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bja" = ( -/turf/open/floor/wood/cold, -/area/crew_quarters/bar) -"bjb" = ( -/obj/structure/chair/wood{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bjc" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bjd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bje" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bjf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bjg" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bjh" = ( -/obj/structure/flora/ausbushes/leafybush, -/turf/open/floor/grass, -/area/hallway/secondary/exit) -"bji" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjj" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bjk" = ( -/obj/structure/piano{ - icon_state = "piano" - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bjl" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bjm" = ( -/obj/machinery/light, -/obj/machinery/newscaster{ - pixel_y = -28 - }, -/turf/open/floor/wood, -/area/crew_quarters/bar) -"bjn" = ( -/obj/effect/turf_decal/tile/bar, -/obj/effect/turf_decal/tile/bar{ - dir = 1 - }, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"bjo" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjp" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bjq" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Detective Maintenance"; - req_access_txt = "4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bjr" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway East"; - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Chapel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/chapel/main) -"bjt" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bju" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjv" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjw" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/obj/machinery/light, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 2 - }, -/area/hallway/primary/starboard) -"bjx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"bjy" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 3"; - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjA" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjB" = ( -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 4"; - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjC" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjE" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"bjF" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjG" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjH" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjI" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bjJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjK" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway West"; - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjL" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bjM" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bjN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "trim"; - name = "trim" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bjO" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjP" = ( -/obj/machinery/vending/wardrobe/chem_wardrobe, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bjQ" = ( -/obj/structure/chair, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bjR" = ( -/obj/structure/chair, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bjS" = ( -/obj/machinery/computer/rdconsole/robotics, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bjT" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bjU" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bjV" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bjW" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bjX" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjY" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bjZ" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bka" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bkb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bkc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bkd" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bke" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Mech Bay APC"; - areastring = "/area/science/robotics/mechbay"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bkf" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bkg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bkh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bki" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"bkj" = ( -/obj/machinery/mech_bay_recharge_port{ - dir = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/robotics/mechbay) -"bkk" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bkl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkm" = ( -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkn" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bko" = ( -/obj/machinery/camera{ - c_tag = "Robotics Lab"; - dir = 2; - network = list("ss13","rd") - }, -/obj/machinery/button/door{ - name = "Shutters Control Button"; - dir = 2; - pixel_x = 6; - pixel_y = 24; - req_access_txt = "29"; - id = "robotics" - }, -/obj/structure/table, -/obj/item/book/manual/wiki/robotics_cyborgs{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkq" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bkr" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bks" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bkt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/science/research) -"bku" = ( -/obj/machinery/camera{ - c_tag = "Research Division Access"; - dir = 2 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bkv" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkw" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bky" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bkz" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bkA" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: Auxiliary Dock, Station-Port"; - width = 35 - }, -/turf/open/space/basic, -/area/space) -"bkB" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/sign/warning/vacuum{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkC" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkD" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkG" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Disposal Access"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bkH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkI" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkJ" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkK" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bkO" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bkP" = ( -/obj/structure/table, -/obj/item/clothing/head/soft, -/obj/item/clothing/head/soft, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkQ" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkR" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/radio/intercom{ - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkS" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay North" - }, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkT" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkW" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = 24; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bkX" = ( -/obj/machinery/photocopier, -/obj/item/radio/intercom{ - pixel_y = 20 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkY" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bkZ" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/quartermaster/office) -"bla" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bld" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ble" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ - name = "Delivery Desk"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"blf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"blh" = ( -/turf/closed/wall/r_wall, -/area/maintenance/central) -"bli" = ( -/turf/open/floor/plating, -/area/maintenance/central) -"blj" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/central) -"blk" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Central Maintenance APC"; - areastring = "/area/maintenance/central"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bll" = ( -/obj/structure/closet/wardrobe/black, -/turf/open/floor/plating, -/area/maintenance/central) -"blm" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/wood, -/area/bridge/meeting_room) -"bln" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blo" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blp" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blq" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blr" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bls" = ( -/obj/structure/table/glass, -/obj/machinery/reagentgrinder, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"blt" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"blu" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"blv" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"blw" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"blx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bly" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blA" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"blE" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"blF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"blG" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"blH" = ( -/obj/machinery/camera{ - c_tag = "Medbay Morgue"; - network = list("ss13","medbay"); - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"blI" = ( -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"blJ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"blK" = ( -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/mechbay) -"blL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"blM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"blN" = ( -/turf/open/floor/circuit, -/area/science/robotics/mechbay) -"blO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"blP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"blQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_x = 32 - }, -/obj/machinery/aug_manipulator, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"blR" = ( -/obj/structure/closet/firecloset, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"blS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"blT" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"blU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"blY" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"blZ" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Disposal Exit"; - name = "disposal exit vent" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bma" = ( -/obj/machinery/button/door{ - id = "Disposal Exit"; - name = "Disposal Vent Control"; - pixel_x = -25; - pixel_y = 4; - req_access_txt = "12" - }, -/obj/machinery/button/massdriver{ - id = "trash"; - pixel_x = -26; - pixel_y = -6 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bmb" = ( -/turf/open/floor/plating, -/area/maintenance/disposal) -"bmc" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/light_switch{ - pixel_x = 25 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bmd" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port) -"bme" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"bmf" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/maintenance/port) -"bmg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/quartermaster/storage) -"bmh" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port) -"bmi" = ( -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bml" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bmm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmn" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmo" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 2 - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bmp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bms" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmt" = ( -/obj/structure/filingcabinet/filingcabinet, -/obj/machinery/power/apc{ - dir = 2; - name = "Delivery Office APC"; - areastring = "/area/quartermaster/sorting"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmu" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_y = -26 - }, -/obj/item/paper_bin{ - pixel_x = -3 - }, -/obj/item/pen{ - pixel_x = -3 - }, -/obj/item/folder/yellow{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bmv" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmx" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bmy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bmz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - dir = 2; - name = "Head of Personnel APC"; - areastring = "/area/crew_quarters/heads/hop"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bmA" = ( -/obj/effect/landmark/blobstart, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bmB" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Conference Room APC"; - areastring = "/area/bridge/meeting_room"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/central) -"bmC" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bmD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bmE" = ( -/obj/machinery/gravity_generator/main/station, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bmF" = ( -/obj/machinery/camera{ - c_tag = "Gravity Generator Room"; - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bmG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bmH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"bmI" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet, -/area/crew_quarters/heads/captain) -"bmJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Captain's Office Maintenance"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bmK" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bmM" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmO" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bmP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"bmQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmR" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmS" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/britcup{ - desc = "Kingston's personal cup." - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmT" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmU" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmV" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmW" = ( -/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) -"bmX" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bmY" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Medbay Security APC"; - areastring = "/area/security/checkpoint/medical"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bmZ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bna" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"bnb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bnc" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Morgue Maintenance APC"; - areastring = "/area/maintenance/department/medical/morgue"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bnd" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bne" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bnf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bng" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"bnh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bni" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo1" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bnj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/mecha_part_fabricator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bnk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bnl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bnm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bnn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/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, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = 29 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bno" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnp" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bnq" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bnr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bns" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"bnt" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/dresser, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/item/card/id/captains_spare, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bnu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bnv" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bnw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bnx" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bny" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bnz" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/obj/item/cigbutt, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bnA" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bnB" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/mass_driver{ - id = "trash" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnC" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage"; - name = "disposal conveyor" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnD" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnE" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bnF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bnG" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnH" = ( -/obj/structure/closet/emcloset, -/obj/machinery/airalarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnJ" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/firealarm{ - pixel_y = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnL" = ( -/mob/living/simple_animal/sloth/paperwork, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnN" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bnO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - 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) -"bnP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bnR" = ( -/obj/machinery/status_display/supply, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/quartermaster/sorting) -"bnS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bnT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"bnU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - name = "Delivery Office"; - req_access_txt = "50" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bnV" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/status_display/supply{ - pixel_x = -28; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bnX" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/central) -"bnY" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"bnZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/crew_quarters/heads/hop) -"boa" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"bob" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"boc" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bod" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"boe" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bof" = ( -/turf/closed/wall, -/area/crew_quarters/heads/captain) -"bog" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"boh" = ( -/obj/item/stack/sheet/glass, -/obj/structure/table/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stock_parts/scanning_module, -/obj/machinery/power/apc{ - dir = 4; - name = "Research Lab APC"; - areastring = "/area/science/lab"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"boi" = ( -/obj/structure/bed, -/obj/item/bedsheet/captain, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"boj" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Private Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bok" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bol" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bom" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bon" = ( -/obj/structure/table/glass, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"boo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bop" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/chem_heater, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"boq" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bor" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bos" = ( -/obj/machinery/light, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bot" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bou" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - req_access_txt = "5" - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bov" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer2"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = 26; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bow" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"box" = ( -/obj/machinery/light, -/obj/machinery/power/apc{ - dir = 4; - name = "Medbay APC"; - areastring = "/area/medical/medbay/central"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Medbay Foyer"; - network = list("ss13","medbay"); - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"boy" = ( -/obj/structure/closet/secure_closet/security/med, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"boz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"boA" = ( -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/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 = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/medical) -"boB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/security/checkpoint/medical) -"boC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"boD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"boE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"boF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/medical/morgue) -"boG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"boH" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"boI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Morgue Maintenance"; - req_access_txt = "6" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/morgue) -"boJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"boK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"boL" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"boM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"boN" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar/large, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"boO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"boP" = ( -/obj/machinery/recharge_station, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/robotics/mechbay) -"boQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/science/robotics/lab) -"boR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"boS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"boT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"boU" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "robo1" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"boV" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"boW" = ( -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"boX" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"boY" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"boZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/science/research) -"bpa" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"bpb" = ( -/turf/open/floor/plasteel, -/area/science/lab) -"bpc" = ( -/obj/item/reagent_containers/glass/beaker/sulphuric, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"bpd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bpe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bpf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bpg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bph" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard) -"bpi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/starboard) -"bpj" = ( -/obj/machinery/door/poddoor{ - id = "trash"; - name = "disposal bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bpk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpm" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpo" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Bay"; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bpp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bps" = ( -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpt" = ( -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clipboard, -/obj/item/pen/red, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/office) -"bpv" = ( -/obj/machinery/computer/cargo/request, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpw" = ( -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpx" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bpy" = ( -/obj/machinery/firealarm{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bpz" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/quartermaster/office) -"bpA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpC" = ( -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 6; - pixel_y = 36 - }, -/obj/machinery/button/door{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 6; - pixel_y = 25; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "57" - }, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 36 - }, -/obj/machinery/pdapainter, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpD" = ( -/obj/machinery/newscaster/security_unit{ - pixel_y = 32 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpE" = ( -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/bed/dogbed/ian, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/mob/living/simple_animal/pet/dog/corgi/Ian{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bpH" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"bpI" = ( -/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/engine/gravity_generator) -"bpJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel/dark, -/area/engine/gravity_generator) -"bpK" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = 32 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/gravity_generator) -"bpL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"bpM" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"bpN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"bpO" = ( -/obj/structure/toilet{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"bpP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Central Maintenance APC"; - areastring = "/area/maintenance/central/secondary"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bpQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bpR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/chemistry) -"bpS" = ( -/obj/structure/table/glass, -/obj/item/grenade/chem_grenade, -/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/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bpT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bpU" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/radio/headset/headset_med, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bpV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - bound_height = 32; - bound_width = 64; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - id_tag = "MedbayFoyer"; - name = "Medbay"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/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, -/area/medical/medbay/central) -"bpX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bpY" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 0; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bpZ" = ( -/obj/machinery/light, -/obj/machinery/computer/crew{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqa" = ( -/obj/machinery/door/airlock/medical/glass{ - bound_height = 32; - bound_width = 64; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - id_tag = "MedbayFoyer2"; - name = "Medbay"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "5" - }, -/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) -"bqb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bqc" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/medical) -"bqd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/security/checkpoint/medical) -"bqe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6;5" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"bqf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/genetics) -"bqg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/genetics) -"bqh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"bqi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"bqj" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bqk" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/robotics/mechbay) -"bql" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"bqm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/power/apc{ - dir = 8; - name = "Robotics Lab APC"; - areastring = "/area/science/robotics/lab"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bqn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bqo" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bqp" = ( -/obj/structure/table, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/crowbar, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/item/radio/headset/headset_sci{ - pixel_x = -3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bqq" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"bqr" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"bqs" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"bqt" = ( -/turf/closed/wall, -/area/science/lab) -"bqu" = ( -/obj/item/folder/white, -/obj/structure/table, -/obj/item/disk/tech_disk, -/obj/item/disk/tech_disk, -/obj/item/disk/design_disk, -/obj/item/disk/design_disk, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqv" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqx" = ( -/obj/structure/closet/secure_closet/captains, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bqy" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Captain's Quarters"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bqz" = ( -/obj/structure/table/wood, -/obj/item/storage/box/matches, -/obj/item/razor{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/clothing/mask/cigarette/cigar, -/obj/item/reagent_containers/food/drinks/flask/gold, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"bqA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/science/lab) -"bqB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/science/lab) -"bqC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bqD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bqE" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bqF" = ( -/obj/structure/sign/warning/vacuum/external, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bqG" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqH" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bqI" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bqJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqL" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqM" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqN" = ( -/obj/effect/landmark/start/cargo_technician, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqO" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bqR" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqW" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 8; - icon_state = "left"; - name = "Reception Window" - }, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 4; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access = null; - req_access_txt = "57" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/flasher{ - id = "hopflash"; - pixel_y = 28 - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bqX" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - 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/heads/hop) -"bqY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bqZ" = ( -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bra" = ( -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"brb" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"brc" = ( -/obj/structure/chair/office/light, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"brd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bre" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"brf" = ( -/obj/machinery/holopad, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"brg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"brh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"bri" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/item/soap/deluxe, -/obj/item/bikehorn/rubberducky, -/obj/structure/curtain, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/heads/captain) -"brj" = ( -/obj/structure/closet/wardrobe/chemistry_white, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"brk" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/table, -/obj/item/book/manual/wiki/chemistry, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"brl" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"brm" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"brn" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Exit Button"; - normaldoorcontrol = 1; - pixel_y = 26 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bro" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - name = "Medbay Reception"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brq" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/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) -"brr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brs" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer2"; - name = "Medbay Exit Button"; - normaldoorcontrol = 1; - pixel_y = 26 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brt" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bru" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brx" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bry" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"brz" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/genetics) -"brA" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/radio/headset/headset_medsci, -/obj/machinery/requests_console{ - department = "Genetics"; - departmentType = 0; - name = "Genetics Requests Console"; - pixel_y = 30 - }, -/obj/item/storage/pill_bottle/mutadone, -/obj/item/storage/pill_bottle/mannitol, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brB" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Genetics APC"; - areastring = "/area/medical/genetics"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brC" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brD" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"brE" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 5 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"brF" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 5 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"brG" = ( -/turf/closed/wall/r_wall, -/area/medical/genetics) -"brH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"brI" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/razor, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brJ" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brK" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brL" = ( -/obj/structure/table, -/obj/item/retractor, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brM" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"brN" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"brO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"brP" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "robo2" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"brQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/mecha_part_fabricator, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"brR" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"brS" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"brT" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"brU" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"brV" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 2 - }, -/area/science/research) -"brW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/science/research) -"brX" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"brY" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/rd, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"brZ" = ( -/obj/machinery/computer/aifixer{ - dir = 8 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director RC"; - pixel_x = -2; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsa" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "47" - }, -/obj/machinery/button/door{ - id = "rnd2"; - name = "Research Lab Shutter Control"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "47" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsb" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/effect/landmark/start/research_director, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsc" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Research Division Delivery"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/lab) -"bsd" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Research Division" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/lab) -"bse" = ( -/turf/closed/wall/r_wall, -/area/science/explab) -"bsf" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bsg" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bsh" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bsi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bsj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bsk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bsl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bsm" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bsn" = ( -/obj/machinery/autolathe, -/obj/machinery/light_switch{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bso" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsp" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsq" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsr" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bss" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bst" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bsu" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/hallway/primary/central) -"bsx" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsy" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"bsz" = ( -/obj/machinery/computer/card{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bsA" = ( -/obj/machinery/computer/robotics{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsB" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsC" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bsD" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Gravity Generator APC"; - areastring = "/area/engine/gravity_generator"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/structure/table, -/obj/item/paper/guides/jobs/engi/gravity_gen{ - layer = 3 - }, -/obj/item/pen/blue, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bsE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bsF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bsG" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bsH" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"bsI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/teleporter) -"bsJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/teleporter) -"bsK" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Teleporter Maintenance"; - req_access_txt = "17" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"bsL" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsM" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bsN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bsO" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/medical/chemistry) -"bsP" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"bsQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/mob/living/simple_animal/bot/cleanbot{ - name = "C.L.E.A.N." - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 0; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bsW" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bsX" = ( -/obj/structure/table/glass, -/obj/item/storage/box/rxglasses, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bsY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bsZ" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bta" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"btb" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"btc" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"btd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bte" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"btf" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"btg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bth" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/window/eastright{ - name = "Robotics Surgery"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"bti" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"btj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"btk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"btl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"btm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/conveyor{ - dir = 4; - id = "robo2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"btn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/bot, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"bto" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"btp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door{ - dir = 2; - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"btq" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plating, -/area/science/robotics/lab) -"btr" = ( -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bts" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"btt" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/lab) -"btu" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"btv" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/lab) -"btw" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 2 - }, -/area/science/explab) -"btx" = ( -/obj/structure/table, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Experimentor Lab"; - dir = 2; - network = list("ss13","rd") - }, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/science/explab) -"bty" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/science/explab) -"btz" = ( -/obj/structure/closet/l3closet/scientist, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/science/explab) -"btA" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/explab) -"btB" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard) -"btC" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"btD" = ( -/turf/open/floor/plating, -/area/quartermaster/storage) -"btE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"btF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"btG" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"btH" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"btI" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #1" - }, -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/mulebot{ - beacon_freq = 1400; - home_destination = "QM #1"; - suffix = "#1" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"btJ" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/obj/item/multitool, -/obj/machinery/camera{ - c_tag = "Cargo Office"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Office"; - req_access_txt = "50" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"btM" = ( -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"btN" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = -32 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"btO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/vending/cart, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"btP" = ( -/obj/machinery/computer/mecha{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"btQ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"btR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"btS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"btT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"btU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"btV" = ( -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"btW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"btX" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"btY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"btZ" = ( -/turf/closed/wall, -/area/teleporter) -"bua" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/obj/structure/table, -/obj/item/beacon, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bub" = ( -/obj/structure/table, -/obj/item/hand_tele, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/teleporter) -"buc" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - listening = 1; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/structure/closet/crate, -/obj/item/crowbar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bud" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bue" = ( -/obj/machinery/camera{ - c_tag = "Teleporter" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"buf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bug" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"buh" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bui" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"buj" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"buk" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/clothing/neck/stethoscope, -/obj/item/reagent_containers/spray/cleaner, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bul" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bum" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bun" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bup" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Medbay West"; - network = list("ss13","medbay"); - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bur" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bus" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"but" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buw" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bux" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buy" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"buz" = ( -/obj/structure/table/glass, -/obj/item/storage/box/disks{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buB" = ( -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"buC" = ( -/obj/machinery/door/window/westleft{ - name = "Monkey Pen"; - req_access_txt = "9" - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"buD" = ( -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"buE" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"buF" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"buG" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"buH" = ( -/obj/machinery/computer/operating{ - dir = 1; - name = "Robotics Operating Computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"buI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"buJ" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"buK" = ( -/obj/machinery/camera{ - c_tag = "Robotics Lab - South"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"buL" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"buM" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"buN" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"buO" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"buQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buS" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/science/research) -"buT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buU" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"buV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 6 - }, -/area/science/research) -"buW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"buX" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/explab) -"buY" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"buZ" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bva" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvc" = ( -/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/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bvd" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Experimentation Lab Maintenance"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bve" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bvf" = ( -/obj/machinery/camera{ - c_tag = "Cargo Receiving Dock"; - dir = 4 - }, -/obj/machinery/button/door{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = -8 - }, -/obj/machinery/button/door{ - dir = 2; - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_x = -24; - pixel_y = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bvg" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #2" - }, -/obj/effect/turf_decal/bot, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bvh" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/folder/yellow, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvk" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/computer/bounty{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/office) -"bvn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvp" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bvq" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvr" = ( -/obj/machinery/computer/bounty{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bvs" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bvt" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/stamp/hop, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bvu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bvv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bvw" = ( -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bvx" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bvy" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Teleporter APC"; - areastring = "/area/teleporter"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bvz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/teleporter) -"bvA" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bvB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/bluespace_beacon, -/turf/open/floor/plasteel, -/area/teleporter) -"bvC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bvD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bvE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bvF" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bvH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bvI" = ( -/obj/structure/table, -/obj/item/storage/box/masks, -/obj/item/storage/box/gloves{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvJ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvL" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 0; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvS" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvU" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 0; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_x = 30 - }, -/obj/machinery/camera{ - c_tag = "Medbay East"; - network = list("ss13","medbay"); - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bvV" = ( -/turf/closed/wall, -/area/medical/genetics) -"bvW" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical/glass{ - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "5; 68" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvY" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bvZ" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bwa" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/department/medical/morgue) -"bwb" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/robotics/lab) -"bwc" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bwd" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bwe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwf" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bwg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwi" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwj" = ( -/obj/machinery/light, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bwl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Experimentation Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwo" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwr" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bws" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Experimentation Lab APC"; - areastring = "/area/science/explab"; - pixel_x = 26 - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bwt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/explab) -"bwu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bwv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard) -"bww" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bwx" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/space/basic, -/area/space) -"bwy" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bwz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bwA" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #3" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bwB" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwD" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwF" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bwG" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwH" = ( -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/obj/machinery/computer/cargo{ - 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/heads/hop) -"bwI" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bwJ" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bwK" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bwL" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/engine/gravity_generator) -"bwM" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bwN" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Gravity Generator Foyer" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bwO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/gravity_generator) -"bwP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bwQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/teleporter) -"bwR" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/teleporter) -"bwS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bwT" = ( -/obj/machinery/shieldwallgen, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"bwU" = ( -/obj/machinery/shieldwallgen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/teleporter) -"bwV" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/teleporter) -"bwW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bwX" = ( -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = -30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwY" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bwZ" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bxa" = ( -/turf/closed/wall, -/area/medical/sleeper) -"bxb" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/sleeper) -"bxc" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bxd" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the genetics doors."; - id = "GeneticsDoor"; - name = "Genetics Exit Button"; - normaldoorcontrol = 1; - pixel_x = 8; - pixel_y = 24 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/medical_cloning{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxe" = ( -/obj/structure/closet/wardrobe/white, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxf" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxh" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxi" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 9 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bxj" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 10 - }, -/obj/effect/turf_decal/loading_area{ - name = "steel pannel"; - icon_state = "steel_panel"; - dir = 6 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel, -/area/medical/genetics) -"bxk" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 12 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxl" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bxm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/research) -"bxn" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"bxo" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxp" = ( -/obj/machinery/camera{ - c_tag = "Research Division West"; - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxq" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxr" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/science/research) -"bxt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 6 - }, -/area/science/research) -"bxv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bxw" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/science/research) -"bxx" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bxy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"bxz" = ( -/turf/closed/wall, -/area/crew_quarters/heads/hor) -"bxA" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxB" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxC" = ( -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxD" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxE" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bxF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxG" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_one_access_txt = "8;12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxH" = ( -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxJ" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bxK" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bxL" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bxM" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bxN" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "QMLoad" - }, -/obj/machinery/light, -/obj/machinery/status_display/supply{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bxO" = ( -/obj/machinery/light, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bxP" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay South"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bxQ" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #4" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bxR" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = 6; - pixel_y = -5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxS" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxT" = ( -/obj/machinery/light, -/obj/machinery/power/apc{ - dir = 2; - name = "Cargo Office APC"; - areastring = "/area/quartermaster/office"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/brown{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxW" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"bxX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"bxY" = ( -/obj/machinery/camera{ - c_tag = "Cargo Bay Entrance"; - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bxZ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bya" = ( -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/structure/closet/secure_closet/hop, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"byb" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Personnel's Desk"; - departmentType = 5; - name = "Head of Personnel RC"; - pixel_y = -30 - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"byc" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"byd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bye" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"byf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/gravity_generator) -"byg" = ( -/obj/structure/closet/radiation, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"byh" = ( -/obj/structure/closet/radiation, -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"byi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/engine/gravity_generator) -"byj" = ( -/obj/machinery/computer/teleporter{ - dir = 1 - }, -/turf/open/floor/plating, -/area/teleporter) -"byk" = ( -/obj/machinery/teleport/station, -/turf/open/floor/plating, -/area/teleporter) -"byl" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/teleporter) -"bym" = ( -/obj/structure/rack, -/obj/item/tank/internals/oxygen, -/obj/item/clothing/mask/gas, -/turf/open/floor/plating, -/area/teleporter) -"byn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"byo" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Medbay" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"byp" = ( -/obj/machinery/door/window/eastleft{ - name = "Medical Delivery"; - req_access_txt = "5" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/medbay/central) -"byq" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"byr" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bys" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"byt" = ( -/obj/machinery/computer/med_data{ - dir = 3 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"byu" = ( -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"byv" = ( -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"byw" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"byx" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/medical/sleeper) -"byy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"byz" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"byA" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"byB" = ( -/obj/structure/table/glass, -/obj/machinery/camera{ - c_tag = "Medbay Cryogenics"; - network = list("ss13","medbay"); - dir = 2 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/obj/item/reagent_containers/glass/beaker/cryoxadone, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"byC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"byD" = ( -/obj/machinery/camera{ - c_tag = "Genetics Cloning"; - network = list("ss13","medbay"); - dir = 4 - }, -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/storage/box/rxglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byE" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/genetics) -"byH" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byL" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Genetics Research Access"; - req_access_txt = "9" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byM" = ( -/obj/structure/disposalpipe/sorting/mail{ - sortType = 23 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byN" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"byO" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Genetics Research Access"; - req_access_txt = "47" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/research) -"byQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byR" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byS" = ( -/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/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"byW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"byX" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"byY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"byZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bza" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bzb" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bzc" = ( -/obj/structure/rack, -/obj/item/circuitboard/aicore{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bzd" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bze" = ( -/obj/effect/landmark/xmastree/rdrod, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bzf" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/explab) -"bzg" = ( -/turf/closed/wall, -/area/science/explab) -"bzh" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/book/manual/wiki/experimentor, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/explab) -"bzi" = ( -/obj/machinery/computer/rdconsole/experiment{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/explab) -"bzj" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/explab) -"bzk" = ( -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Blast Doors"; - pixel_x = 25; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/explab) -"bzl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bzm" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bzn" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bzo" = ( -/obj/structure/lattice, -/obj/effect/landmark/carpspawn, -/turf/open/space, -/area/space/nearstation) -"bzp" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"bzq" = ( -/obj/machinery/door/airlock/mining/glass{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bzr" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bzs" = ( -/turf/closed/wall, -/area/quartermaster/miningdock) -"bzt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/quartermaster/miningdock) -"bzu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/mining{ - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bzv" = ( -/obj/machinery/mineral/ore_redemption{ - input_dir = 2; - output_dir = 1 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bzw" = ( -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bzx" = ( -/obj/item/book/manual/wiki/security_space_law, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bzy" = ( -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bzz" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bzA" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzB" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"bzC" = ( -/obj/machinery/status_display/ai, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bzD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering{ - name = "Gravity Generator"; - req_access_txt = "11" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/gravity_generator) -"bzE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/gravity_generator) -"bzF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzG" = ( -/obj/machinery/camera{ - c_tag = "Central Hallway South-East"; - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bzH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/medical/sleeper) -"bzI" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Surgery Observation" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bzJ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzK" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bzL" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzM" = ( -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzO" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzP" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bzR" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzT" = ( -/obj/structure/chair, -/obj/effect/landmark/start/geneticist, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzV" = ( -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Genetics Research"; - req_access_txt = "5; 9; 68" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzY" = ( -/obj/machinery/camera{ - c_tag = "Genetics Research"; - dir = 1; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bzZ" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"bAa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bAb" = ( -/obj/machinery/camera{ - c_tag = "Genetics Access"; - network = list("ss13","medbay"); - dir = 8; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bAc" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"bAd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bAe" = ( -/turf/closed/wall, -/area/security/checkpoint/science) -"bAf" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/security/checkpoint/science) -"bAg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/security/checkpoint/science) -"bAh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science) -"bAi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"bAj" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bAk" = ( -/obj/machinery/computer/crew, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bAl" = ( -/obj/machinery/computer/med_data, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bAm" = ( -/obj/structure/rack, -/obj/item/aicard, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bAn" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bAo" = ( -/obj/structure/displaycase/labcage, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bAp" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"bAq" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/engine, -/area/science/explab) -"bAr" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/engine, -/area/science/explab) -"bAs" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bAt" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bAu" = ( -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/obj/machinery/computer/bounty{ - dir = 4 - }, -/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/keycard_auth{ - pixel_y = 25 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAv" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Quartermaster APC"; - areastring = "/area/quartermaster/qm"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAx" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAy" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAz" = ( -/obj/structure/closet/secure_closet/quartermaster, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bAA" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "Mining Dock APC"; - areastring = "/area/quartermaster/miningdock"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bAB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bAC" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bAD" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bAE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bAF" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bAG" = ( -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bAH" = ( -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bAI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAJ" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAK" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAL" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAP" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAR" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAT" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAU" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAW" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bAX" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bAY" = ( -/obj/structure/chair, -/obj/machinery/camera{ - c_tag = "Surgery Observation"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bAZ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bBa" = ( -/obj/structure/chair, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bBb" = ( -/obj/structure/chair, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bBc" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bBd" = ( -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bBe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bBf" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bBg" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bBh" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bBi" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBj" = ( -/obj/machinery/computer/cloning{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBk" = ( -/obj/machinery/clonepod, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBl" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/medical/genetics) -"bBm" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBn" = ( -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBo" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBp" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/vending/wardrobe/gene_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"bBq" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bBr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/aft) -"bBs" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bBt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4; - external_pressure_bound = 140; - pressure_checks = 0; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bBu" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = 32 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"bBv" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bBw" = ( -/obj/machinery/camera{ - c_tag = "Server Room"; - dir = 2; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "Server Room APC"; - areastring = "/area/science/server"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bBx" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bBy" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/structure/closet/secure_closet/security/science, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBz" = ( -/obj/machinery/light_switch{ - pixel_x = 8; - pixel_y = 28 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = -5; - pixel_y = 28; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBB" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/computer/security/telescreen/circuitry, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBC" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bBD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bBE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"bBF" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bBG" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "RD Office APC"; - areastring = "/area/crew_quarters/heads/hor"; - pixel_x = -25 - }, -/obj/structure/cable, -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/obj/item/twohanded/required/kirbyplants/dead, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bBH" = ( -/obj/machinery/keycard_auth{ - pixel_y = -24 - }, -/obj/machinery/light, -/obj/machinery/computer/card/minor/rd{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bBI" = ( -/obj/structure/rack, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/paicard{ - pixel_x = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bBJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bBK" = ( -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"bBL" = ( -/turf/open/floor/engine, -/area/science/explab) -"bBM" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bBN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bBO" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Starboard Maintenance APC"; - areastring = "/area/maintenance/starboard"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bBP" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBQ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBS" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/quartermaster, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBV" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bBW" = ( -/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/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 3 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bBZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bCa" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bCb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bCc" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bCd" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bCe" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AIW"; - location = "QM" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCf" = ( -/obj/machinery/door/firedoor, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCg" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AftH"; - location = "AIW" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCh" = ( -/obj/machinery/holopad, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCi" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=CHE"; - location = "AIE" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCj" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=HOP"; - location = "CHE" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bCk" = ( -/obj/structure/chair, -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bCl" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bCm" = ( -/obj/machinery/holopad, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bCn" = ( -/obj/structure/chair, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bCo" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"bCp" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bCq" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Treatment Center"; - network = list("ss13","medbay"); - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCr" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCs" = ( -/obj/structure/table/reinforced, -/obj/item/wrench/medical, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCt" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCu" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCv" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bCw" = ( -/turf/open/floor/plating, -/area/maintenance/aft) -"bCx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bCy" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bCz" = ( -/obj/machinery/airalarm/server{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"bCA" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/dark/telecomms, -/area/science/server) -"bCB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Server Room"; - req_access_txt = "30" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bCC" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bCD" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bCE" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 9 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bCF" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Science"; - dir = 4; - network = list("ss13","rd") - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCG" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCH" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCI" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/depsec/science, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCJ" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bCK" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) -"bCL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bCM" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Research Director"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCN" = ( -/obj/structure/table, -/obj/item/cartridge/signal/toxins, -/obj/item/cartridge/signal/toxins{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - dir = 1; - network = list("ss13","rd") - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCO" = ( -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCP" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCQ" = ( -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/hor) -"bCR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bCS" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/science/explab) -"bCT" = ( -/obj/effect/landmark/blobstart, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine, -/area/science/explab) -"bCU" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bCV" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bCW" = ( -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/machinery/status_display/supply{ - pixel_x = -32 - }, -/obj/machinery/computer/security/qm{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bCX" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bCY" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/item/stamp/qm, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bCZ" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bDa" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/cartridge/quartermaster, -/obj/item/coin/silver, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bDb" = ( -/obj/structure/filingcabinet, -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/qm) -"bDc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/qm) -"bDd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bDe" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bDf" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bDg" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"bDh" = ( -/obj/machinery/light_switch{ - pixel_y = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bDi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bDj" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bDk" = ( -/obj/structure/filingcabinet, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/supply) -"bDl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDo" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDp" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South-West"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDr" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDs" = ( -/obj/machinery/light, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDu" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/sign/directions/engineering{ - pixel_x = -32; - pixel_y = -40 - }, -/obj/structure/sign/directions/medical{ - dir = 4; - pixel_x = -32; - pixel_y = -24 - }, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDw" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDy" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South"; - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDB" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 22 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDC" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDD" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDE" = ( -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDH" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 2; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bDJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/sleeper) -"bDK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/medical/sleeper) -"bDL" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/medical/sleeper) -"bDM" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Recovery Room" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bDN" = ( -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bDO" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bDP" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/pen, -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bDQ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bDR" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"bDS" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/chief_medical_officer, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDT" = ( -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDU" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDV" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/stamp/cmo, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bDW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDY" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bDZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"bEa" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM"; - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"bEb" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 9 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bEc" = ( -/obj/machinery/computer/rdservercontrol{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bEd" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/server) -"bEe" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bEf" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Science Security APC"; - areastring = "/area/security/checkpoint/science"; - pixel_y = -24 - }, -/obj/structure/cable, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bEg" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bEh" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bEi" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"bEj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"bEk" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bEl" = ( -/obj/structure/table/glass, -/obj/item/pen, -/obj/item/clothing/neck/stethoscope, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEm" = ( -/obj/structure/disposalpipe/segment, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Office"; - network = list("ss13","medbay"); - dir = 8; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEn" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEo" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEp" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light_switch{ - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEr" = ( -/obj/machinery/camera{ - c_tag = "Experimentor Lab Chamber"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/light, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/engine, -/area/science/explab) -"bEs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bEt" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_one_access_txt = "8;12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bEu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bEv" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bEw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bEx" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bEy" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"bEz" = ( -/turf/closed/wall, -/area/storage/tech) -"bEA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bEB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - name = "Central Access" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bEC" = ( -/turf/closed/wall, -/area/janitor) -"bED" = ( -/obj/machinery/door/airlock{ - name = "Custodial Closet"; - req_access_txt = "26" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/janitor) -"bEE" = ( -/turf/closed/wall, -/area/maintenance/aft) -"bEF" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bEG" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"bEH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/item/surgicaldrill, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bEI" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/medical/sleeper) -"bEJ" = ( -/obj/structure/table, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/circular_saw, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEK" = ( -/obj/structure/table, -/obj/item/retractor, -/turf/open/floor/plasteel/white/side{ - dir = 2 - }, -/area/medical/sleeper) -"bEL" = ( -/obj/structure/table, -/obj/item/cautery{ - pixel_x = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bEM" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/gun/syringe, -/obj/item/reagent_containers/dropper, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/effect/turf_decal/tile/blue{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEO" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/sleeper) -"bEP" = ( -/obj/structure/closet/l3closet, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEQ" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bER" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bES" = ( -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - network = list("ss13","medbay"); - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bET" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/rxglasses, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEU" = ( -/obj/structure/disposalpipe/trunk, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bEV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"bEW" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEX" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEY" = ( -/obj/structure/table, -/obj/item/cartridge/medical{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/cartridge/medical{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/cartridge/medical, -/obj/item/cartridge/chemistry{ - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bEZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFa" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bFb" = ( -/turf/closed/wall, -/area/science/storage) -"bFc" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bFd" = ( -/obj/machinery/door/firedoor/heavy, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"bFe" = ( -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bFf" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bFg" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bFh" = ( -/obj/structure/sign/warning/docking{ - pixel_y = 32 - }, -/turf/open/space, -/area/space/nearstation) -"bFi" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/pen, -/obj/machinery/requests_console{ - department = "Mining"; - departmentType = 0; - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bFj" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bFk" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bFl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bFm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - dir = 1; - name = "Cargo Security APC"; - areastring = "/area/security/checkpoint/supply"; - pixel_x = 1; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFp" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFr" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bFs" = ( -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/status_display/ai{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFt" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFu" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/turf/open/floor/plating, -/area/storage/tech) -"bFv" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFw" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage"; - dir = 2 - }, -/obj/machinery/power/apc{ - dir = 1; - name = "Tech Storage APC"; - areastring = "/area/storage/tech"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFx" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bFy" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bFz" = ( -/turf/open/floor/plating, -/area/storage/tech) -"bFA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFB" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bFD" = ( -/obj/machinery/vending/wardrobe/jani_wardrobe, -/turf/open/floor/plasteel, -/area/janitor) -"bFE" = ( -/obj/structure/closet/l3closet/janitor, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bFF" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet" - }, -/obj/vehicle/ridden/janicart, -/turf/open/floor/plasteel, -/area/janitor) -"bFG" = ( -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed, -/turf/open/floor/plasteel, -/area/janitor) -"bFH" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/janitor) -"bFI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/janitor) -"bFJ" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/turf/open/floor/plasteel, -/area/janitor) -"bFK" = ( -/obj/machinery/door/window/westleft{ - name = "Janitorial Delivery"; - req_access_txt = "26" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/janitor) -"bFL" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 1; - freq = 1400; - location = "Janitor" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/janitor) -"bFM" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFN" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bFO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/clothing/suit/apron/surgical, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/sleeper) -"bFP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFQ" = ( -/obj/effect/landmark/start/medical_doctor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFS" = ( -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/razor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"bFT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/sleeper) -"bFU" = ( -/obj/structure/table, -/obj/structure/bedsheetbin{ - pixel_x = 2 - }, -/obj/item/clothing/suit/straight_jacket, -/obj/item/clothing/mask/muzzle, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFX" = ( -/obj/machinery/door/airlock/medical/glass{ - dir = 4; - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bFZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bGa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/medical/glass{ - dir = 4; - name = "Medbay Storage"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bGb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/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) -"bGc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bGd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bGe" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bGf" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bGg" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bGh" = ( -/obj/machinery/computer/card/minor/cmo{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bGi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/cmo{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bGj" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bGk" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bGl" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"bGm" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Test Chamber"; - dir = 2; - network = list("xeno","rd") - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bGn" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) -"bGo" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/storage) -"bGp" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Misc Research APC"; - areastring = "/area/science/research"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bGq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bGr" = ( -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bGs" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/white, -/area/science/research) -"bGt" = ( -/turf/closed/wall, -/area/science/mixing) -"bGu" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGv" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGw" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab West"; - dir = 2; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGx" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGy" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/item/storage/firstaid/toxin, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/obj/machinery/airalarm/unlocked{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGz" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGA" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGB" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGC" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bGD" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"bGE" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 4; - name = "4maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bGF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bGG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bGH" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bGI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/science/mixing) -"bGJ" = ( -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 4 - }, -/obj/machinery/computer/security/mining, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bGK" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bGL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bGM" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/wardrobe/miner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bGN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/miningdock) -"bGO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGP" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGQ" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 15 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bGS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/port/aft) -"bGT" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bGU" = ( -/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/storage/tech) -"bGV" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bGW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bGX" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plating, -/area/storage/tech) -"bGY" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plating, -/area/storage/tech) -"bGZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bHa" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHb" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHc" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bHd" = ( -/turf/open/floor/plasteel, -/area/janitor) -"bHe" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bHf" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bHg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bHh" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/janitor) -"bHi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/mob/living/simple_animal/hostile/lizard{ - name = "Wags-His-Tail"; - real_name = "Wags-His-Tail" - }, -/turf/open/floor/plasteel, -/area/janitor) -"bHj" = ( -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel, -/area/janitor) -"bHk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - dir = 8; - name = "Custodial Closet APC"; - areastring = "/area/janitor"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHm" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 6 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHo" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHp" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Surgery Maintenance"; - req_access_txt = "45" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bHr" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHt" = ( -/obj/structure/table/optable, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHw" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bHx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHy" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHz" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/sleeper) -"bHB" = ( -/obj/structure/table, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/storage/belt/medical{ - pixel_y = 2 - }, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHD" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/item/reagent_containers/glass/bottle/epinephrine{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 8; - pixel_y = -3 - }, -/obj/item/reagent_containers/syringe{ - pixel_x = 6; - pixel_y = -3 - }, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHE" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 0; - frequency = 1485; - listening = 1; - name = "Station Intercom (Medbay)"; - pixel_x = -30 - }, -/obj/machinery/camera{ - c_tag = "Medbay South"; - network = list("ss13","medbay"); - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bHF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bHG" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHH" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bHJ" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bHK" = ( -/turf/open/floor/plasteel, -/area/science/storage) -"bHL" = ( -/obj/effect/decal/cleanable/oil, -/obj/item/cigbutt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bHM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bHN" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bHO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/science/storage) -"bHP" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bHQ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bHR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bHS" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/mixing) -"bHT" = ( -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bHU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bHV" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bHW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bHX" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/starboard) -"bHY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/starboard) -"bHZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/science/mixing) -"bIa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/science/mixing) -"bIb" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/suit_storage_unit/rd, -/turf/open/floor/plasteel, -/area/science/mixing) -"bIc" = ( -/obj/machinery/doppler_array/research/science{ - dir = 4 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/mixing) -"bId" = ( -/turf/closed/wall, -/area/science/test_area) -"bIe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bIf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bIg" = ( -/obj/machinery/computer/shuttle/mining{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bIh" = ( -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bIi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bIj" = ( -/obj/structure/closet/secure_closet/miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bIk" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bIn" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bIo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel, -/area/storage/tech) -"bIp" = ( -/obj/machinery/camera{ - c_tag = "Secure Tech Storage"; - dir = 2 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bIq" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bIr" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bIs" = ( -/obj/structure/rack, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plating, -/area/storage/tech) -"bIt" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plating, -/area/storage/tech) -"bIu" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plating, -/area/storage/tech) -"bIv" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/item/key/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"bIw" = ( -/obj/structure/table, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/item/grenade/chem_grenade/cleaner, -/obj/machinery/requests_console{ - department = "Janitorial"; - departmentType = 1; - pixel_y = -29 - }, -/obj/item/reagent_containers/spray/cleaner, -/turf/open/floor/plasteel, -/area/janitor) -"bIx" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/janitor) -"bIy" = ( -/obj/structure/janitorialcart, -/turf/open/floor/plasteel, -/area/janitor) -"bIz" = ( -/obj/item/restraints/legcuffs/beartrap, -/obj/item/restraints/legcuffs/beartrap, -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/janitor) -"bIA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/janitor) -"bIB" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/janitor) -"bIC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bID" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - dir = 4; - name = "Treatment Center APC"; - areastring = "/area/medical/sleeper"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bIH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/sleeper) -"bII" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIJ" = ( -/obj/machinery/computer/operating{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIK" = ( -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/item/reagent_containers/glass/beaker/synthflesh, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/sleeper) -"bIL" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIN" = ( -/obj/machinery/vending/wallmed{ - pixel_x = 28 - }, -/obj/machinery/camera{ - c_tag = "Medbay Recovery Room"; - network = list("ss13","medbay"); - dir = 8 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIO" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/gun/syringe, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIP" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_x = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bIQ" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/vending/wallmed{ - pixel_y = 28 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIR" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIS" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/button/door{ - id = "medpriv4"; - name = "Privacy Shutters"; - pixel_y = 25 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIT" = ( -/obj/machinery/door/poddoor/preopen{ - id = "medpriv4"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bIU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIW" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bIX" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/heads/cmo) -"bJb" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"bJc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJe" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine, -/area/science/xenobiology) -"bJf" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Toxins Storage APC"; - areastring = "/area/science/storage"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Toxins Storage"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bJg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bJh" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/science/storage) -"bJi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bJj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/storage) -"bJk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bJl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"bJm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bJn" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Toxins Lab"; - req_access_txt = "7" - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bJr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bJs" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJu" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/science/mixing) -"bJw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/item/radio/intercom{ - pixel_y = 25 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJx" = ( -/obj/machinery/button/massdriver{ - dir = 2; - id = "toxinsdriver"; - pixel_y = 24 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bJA" = ( -/obj/item/target, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/test_area) -"bJB" = ( -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJC" = ( -/obj/structure/closet/crate, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJD" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJE" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJF" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bJG" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJH" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJI" = ( -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bJJ" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/techstorage/command, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJK" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/storage/tech) -"bJL" = ( -/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) -"bJM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating, -/area/storage/tech) -"bJO" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJR" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bJS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bJT" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bJU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bJV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/janitor) -"bJW" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJX" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Aft Maintenance APC"; - areastring = "/area/maintenance/aft"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/aft) -"bJZ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKa" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKb" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKc" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bKd" = ( -/obj/structure/closet/secure_closet/medical2, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bKe" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/sleeper) -"bKf" = ( -/obj/machinery/vending/wallmed{ - pixel_y = -28 - }, -/obj/machinery/camera{ - c_tag = "Surgery Operating"; - network = list("ss13","medbay"); - dir = 1; - pixel_x = 22 - }, -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKg" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/sleeper) -"bKh" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bKi" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKj" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKk" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKl" = ( -/obj/structure/table, -/obj/machinery/light, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKm" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKn" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKo" = ( -/obj/structure/table, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northright{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKp" = ( -/obj/structure/table, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKq" = ( -/obj/machinery/light, -/obj/machinery/rnd/production/techfab/department/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bKr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKt" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Patient Room"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKu" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKv" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bKw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"bKB" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bKC" = ( -/obj/structure/disposaloutlet{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/engine, -/area/science/xenobiology) -"bKD" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bKE" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bKF" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/storage) -"bKG" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/open/floor/plasteel, -/area/science/storage) -"bKH" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bKI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"bKJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bKK" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKL" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKM" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/analyzer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKO" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKP" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Toxins Launch Room Access"; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bKR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKS" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKT" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKU" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Toxins Launch Room"; - req_access_txt = "7" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKX" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/computer/security/telescreen/toxins{ - dir = 1; - network = list("toxins"); - pixel_y = -28 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bKZ" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/wall, -/area/science/test_area) -"bLa" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bLb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bLc" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bLd" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/box; - width = 7 - }, -/turf/open/space/basic, -/area/space) -"bLe" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48"; - shuttledocked = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bLf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Mining Dock"; - req_access_txt = "48" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bLg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bLh" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bLi" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bLj" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel, -/area/storage/tech) -"bLk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bLl" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/storage/tech) -"bLm" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plating, -/area/storage/tech) -"bLn" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plating, -/area/storage/tech) -"bLo" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plating, -/area/storage/tech) -"bLp" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/turf/open/floor/plating, -/area/storage/tech) -"bLq" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bLr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bLs" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bLt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bLu" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLw" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLB" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLC" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plating, -/area/maintenance/aft) -"bLF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/sleeper) -"bLG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/medical/sleeper) -"bLH" = ( -/turf/closed/wall/r_wall, -/area/medical/medbay/central) -"bLI" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bLJ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bLK" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/turf/open/floor/plating, -/area/science/xenobiology) -"bLL" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLM" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLN" = ( -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Test Chamber"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLP" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "misclab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bLQ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/sign/poster/official/safety_eye_protection{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bLR" = ( -/turf/closed/wall, -/area/science/xenobiology) -"bLS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bLT" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bLU" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/white, -/area/science/research) -"bLV" = ( -/obj/structure/closet/l3closet/scientist{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLW" = ( -/obj/machinery/vending/wardrobe/science_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLX" = ( -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLY" = ( -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bLZ" = ( -/obj/item/assembly/timer{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/assembly/timer, -/obj/structure/table/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bMa" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bMb" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Toxins Lab APC"; - areastring = "/area/science/mixing"; - pixel_x = 26 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bMc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bMd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/mixing) -"bMe" = ( -/obj/machinery/camera{ - c_tag = "Toxins Launch Room Access"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bMf" = ( -/obj/machinery/door/window/southleft{ - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/science/mixing) -"bMg" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/mixing) -"bMh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bMi" = ( -/turf/open/floor/plating/airless, -/area/science/test_area) -"bMj" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bMk" = ( -/obj/item/stack/ore/silver, -/obj/item/stack/ore/silver, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMl" = ( -/obj/machinery/camera{ - c_tag = "Mining Dock External"; - dir = 8 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMm" = ( -/obj/structure/sign/warning/vacuum/external, -/turf/closed/wall, -/area/quartermaster/miningdock) -"bMn" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMo" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/item/shovel{ - pixel_x = -5 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMp" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMq" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMr" = ( -/obj/machinery/mineral/equipment_vendor, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"bMs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/port/aft) -"bMt" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bMu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"bMv" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/turf/open/floor/plating, -/area/storage/tech) -"bMw" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/turf/open/floor/plating, -/area/storage/tech) -"bMx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bMy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bMz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/storage/tech) -"bMA" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMC" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bMD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/aft) -"bME" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"bMF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"bMG" = ( -/obj/structure/closet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMH" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMI" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMJ" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bML" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMN" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMO" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 11 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMR" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMS" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "Medbay APC"; - areastring = "/area/medical/medbay/central"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bMT" = ( -/obj/machinery/chem_master, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMW" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Apothecary"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMX" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bMY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/medbay/central) -"bMZ" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNa" = ( -/obj/machinery/power/apc{ - dir = 1; - name = "CM Office APC"; - areastring = "/area/crew_quarters/heads/cmo"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNc" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNd" = ( -/obj/item/wrench, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNe" = ( -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNf" = ( -/obj/machinery/button/door{ - id = "misclab"; - name = "Test Chamber Blast Doors"; - pixel_y = -2; - req_access_txt = "55" - }, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNg" = ( -/obj/machinery/door/window/southleft{ - name = "Test Chamber"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNh" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNi" = ( -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bNk" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/science/xenobiology) -"bNl" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bNm" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/research) -"bNn" = ( -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8 - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"bNo" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall, -/area/science/research) -"bNp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bNq" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bNr" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"bNs" = ( -/obj/machinery/door/airlock/maintenance{ - req_one_access_txt = "8;12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bNt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"bNu" = ( -/obj/machinery/mass_driver{ - dir = 4; - id = "toxinsdriver" - }, -/turf/open/floor/plating, -/area/science/mixing) -"bNv" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/science/mixing) -"bNw" = ( -/turf/open/floor/plating, -/area/science/mixing) -"bNx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/mixing) -"bNy" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "toxins launcher bay door" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/science/mixing) -"bNz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bNA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bNB" = ( -/obj/item/beacon, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bNC" = ( -/obj/item/target/alien/anchored, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera/preset/toxins{ - dir = 8 - }, -/turf/open/floor/plating{ - luminosity = 2; - initial_gas_mix = "o2=0.01;n2=0.01" - }, -/area/science/test_area) -"bND" = ( -/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) -"bNE" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bNF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bNG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bNH" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plating, -/area/storage/tech) -"bNI" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/item/stock_parts/subspace/filter, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bNJ" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/ansible, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/obj/item/stock_parts/subspace/crystal, -/turf/open/floor/plating, -/area/storage/tech) -"bNK" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/clothing/gloves/color/yellow, -/obj/item/t_scanner, -/obj/item/multitool, -/turf/open/floor/plating, -/area/storage/tech) -"bNL" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = -1 - }, -/obj/item/multitool, -/obj/item/clothing/glasses/meson, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/storage/tech) -"bNM" = ( -/obj/machinery/requests_console{ - department = "Tech storage"; - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/storage/tech) -"bNN" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plating, -/area/storage/tech) -"bNO" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 2"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bNP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bNQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bNR" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/hallway/primary/aft) -"bNS" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bNT" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNU" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNV" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNW" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bNX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bNY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance"; - req_access_txt = "24" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bNZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bOa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bOb" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/chem_dispenser, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOc" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/chem_heater, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOe" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"bOf" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOg" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bOh" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOi" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOj" = ( -/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/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"bOm" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Xenobiology APC"; - areastring = "/area/science/xenobiology"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOn" = ( -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOo" = ( -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bOq" = ( -/obj/machinery/monkey_recycler, -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOr" = ( -/obj/machinery/processor/slime, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOs" = ( -/obj/machinery/smartfridge/extract/preloaded, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOt" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/table/glass, -/obj/machinery/reagentgrinder{ - desc = "Used to grind things up into raw materials and liquids."; - pixel_y = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOu" = ( -/obj/structure/closet/l3closet/scientist, -/obj/item/extinguisher, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOv" = ( -/obj/structure/closet/l3closet/scientist, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/item/extinguisher, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bOw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/xenobiology) -"bOx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bOy" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/research) -"bOz" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bOA" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bOB" = ( -/obj/machinery/sparker/toxmix{ - dir = 2; - pixel_x = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxins_mixing_output{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bOC" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bOD" = ( -/obj/machinery/airlock_sensor/incinerator_toxmix{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/engine, -/area/science/mixing) -"bOE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bOF" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "mix to port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bOG" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bOH" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOJ" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bOK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bOL" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bOM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bON" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bOO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/aft) -"bOP" = ( -/turf/closed/wall, -/area/engine/atmos) -"bOQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOR" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOS" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOT" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOV" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bOX" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/meter/atmos/atmos_waste_loop, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOY" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics North East" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bOZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 2 - }, -/obj/machinery/meter/atmos/distro_loop, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPa" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPb" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPd" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bPf" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"bPg" = ( -/turf/closed/wall, -/area/medical/virology) -"bPh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bPi" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/medical/virology) -"bPj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 13 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bPl" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPn" = ( -/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/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPr" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Xenobiology Lab"; - req_access_txt = "55" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bPt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"bPu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"bPv" = ( -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bPw" = ( -/obj/effect/landmark/event_spawn, -/obj/machinery/air_sensor/atmos/toxins_mixing_tank, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bPx" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bPy" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ - dir = 2 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bPz" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bPA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bPB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bPC" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/camera{ - c_tag = "Toxins Lab East"; - dir = 8; - network = list("ss13","rd"); - pixel_y = -22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bPD" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPF" = ( -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPH" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bPJ" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bPK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bPL" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/airless, -/area/science/test_area) -"bPM" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/test_area) -"bPN" = ( -/turf/closed/wall, -/area/construction) -"bPO" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/construction) -"bPP" = ( -/turf/open/floor/plating, -/area/construction) -"bPQ" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/construction) -"bPR" = ( -/turf/open/floor/plasteel, -/area/construction) -"bPS" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plasteel, -/area/construction) -"bPT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/aft) -"bPU" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Monitoring"; - dir = 2 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"bPY" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics North West"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bPZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQc" = ( -/obj/machinery/pipedispenser/disposal, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bQe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQg" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQh" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bQj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bQk" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bQl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bQm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQn" = ( -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = 29 - }, -/obj/machinery/camera{ - c_tag = "Virology Break Room"; - network = list("ss13","medbay") - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQo" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQp" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQq" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQr" = ( -/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) -"bQs" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Virology Airlock"; - network = list("ss13","medbay"); - dir = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQt" = ( -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQu" = ( -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bQw" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bQx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"bQy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQA" = ( -/obj/effect/landmark/start/scientist, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQB" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQE" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bQF" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/sign/departments/xenobio{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bQG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"bQH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"bQI" = ( -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"bQJ" = ( -/obj/machinery/sparker/toxmix{ - dir = 2; - pixel_x = 25 - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"bQK" = ( -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/engine, -/area/science/mixing) -"bQL" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/machinery/button/door/incinerator_vent_toxmix{ - pixel_x = -25; - pixel_y = 5 - }, -/obj/machinery/button/ignition/incinerator/toxmix{ - pixel_x = -25; - pixel_y = -5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bQM" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "port to mix" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/mixing) -"bQN" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bQO" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQP" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQT" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQU" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bQV" = ( -/obj/item/target, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/science/test_area) -"bQW" = ( -/obj/structure/barricade/wooden, -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bQX" = ( -/obj/structure/light_construct{ - dir = 8 - }, -/turf/open/floor/plating, -/area/construction) -"bQY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plating, -/area/construction) -"bQZ" = ( -/obj/structure/light_construct{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bRa" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27; - pixel_y = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bRb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bRc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bRd" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Atmospherics" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "left"; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRe" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRg" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRi" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bRj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/atmos) -"bRk" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRm" = ( -/obj/machinery/pipedispenser/disposal/transit_tube, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bRo" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste In" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRp" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRq" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRr" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRt" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRu" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bRv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bRw" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bRx" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bRy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bRz" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Waste Tank" - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bRA" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bRB" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/aft) -"bRC" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRD" = ( -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRE" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRG" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/closet/l3closet, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bRJ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bRK" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRL" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRM" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 7 - }, -/obj/item/storage/box/syringes{ - pixel_y = 5 - }, -/obj/item/storage/box/monkeycubes{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/item/storage/box/monkeycubes, -/obj/machinery/light, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRN" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRO" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bRP" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bRQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRR" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/slime_scanner, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRS" = ( -/obj/machinery/chem_master, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRT" = ( -/obj/structure/table/glass, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRU" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bRV" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/misc_lab) -"bRW" = ( -/obj/machinery/door/airlock/research{ - dir = 2; - name = "Testing Lab"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bRX" = ( -/turf/closed/wall, -/area/science/misc_lab) -"bRY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"bRZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/science/circuit) -"bSa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/science/circuit) -"bSb" = ( -/turf/closed/wall, -/area/science/circuit) -"bSc" = ( -/turf/closed/wall/r_wall, -/area/science/circuit) -"bSd" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSf" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSg" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 8; - name = "8maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bSh" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSi" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Maint Bar Access"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSj" = ( -/obj/item/shard, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSk" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSl" = ( -/obj/structure/girder, -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSm" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSn" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSo" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bSr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/construction) -"bSs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bSt" = ( -/obj/structure/closet/crate, -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bSu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plating, -/area/construction) -"bSv" = ( -/obj/effect/landmark/xeno_spawn, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bSw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bSx" = ( -/obj/machinery/door/airlock/engineering/abandoned{ - dir = 4; - name = "Construction Area"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bSy" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bSz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/hallway/primary/aft) -"bSA" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bSB" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSF" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bSG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/atmos) -"bSH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSI" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSK" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSL" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSM" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSN" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSO" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSP" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSQ" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSR" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bSS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bST" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"bSU" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bSV" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bSW" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSX" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSY" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bSZ" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 8; - pixel_y = -28; - req_access_txt = "39" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bTa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bTb" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bTc" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bTd" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bTe" = ( -/obj/machinery/door/firedoor, -/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, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bTf" = ( -/obj/machinery/door/firedoor, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology North"; - dir = 8; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bTg" = ( -/obj/structure/closet/bombcloset, -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bTh" = ( -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bTi" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - dir = 2; - name = "Science Requests Console"; - pixel_y = 30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bTj" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/ears/earmuffs, -/obj/machinery/camera{ - c_tag = "Testing Lab North"; - dir = 2; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bTk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bTl" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bTm" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bTn" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bTo" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_circuit_printer, -/obj/machinery/computer/security/telescreen/circuitry{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTp" = ( -/obj/structure/table/reinforced, -/obj/item/multitool, -/obj/item/screwdriver, -/obj/machinery/camera{ - c_tag = "Circuitry Lab North"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTq" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/stack/sheet/metal/ten, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTr" = ( -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTs" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bTt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bTu" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTv" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTw" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTy" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTz" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - name = "Construction Area Maintenance"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bTA" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) -"bTB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/construction) -"bTC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/construction) -"bTD" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) -"bTE" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/construction) -"bTF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/construction) -"bTG" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bTI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "left"; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTJ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTL" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTM" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bTN" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/atmos) -"bTO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTP" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - dir = 4; - name = "Distribution Loop"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTW" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTX" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTY" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Unfiltered to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bTZ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUa" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bUb" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"bUc" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bUd" = ( -/obj/structure/table, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/machinery/reagentgrinder, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUg" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"bUh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Monkey Pen"; - req_access_txt = "39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bUi" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUj" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUk" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUl" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bUn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bUo" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio8"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bUp" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bUq" = ( -/obj/structure/closet/l3closet/scientist{ - pixel_x = -2 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bUr" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bUs" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/electropack, -/obj/item/healthanalyzer, -/obj/item/assembly/signaler, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bUt" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bUu" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/science/misc_lab) -"bUv" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bUw" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bUx" = ( -/obj/structure/table/reinforced, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/item/stock_parts/cell/high, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bUy" = ( -/obj/effect/landmark/start/scientist, -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bUz" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_electronics/analyzer, -/obj/item/integrated_electronics/debugger, -/obj/item/integrated_electronics/wirer, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bUA" = ( -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bUB" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bUC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"bUD" = ( -/obj/effect/spawner/lootdrop/crate_spawner, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUE" = ( -/obj/effect/spawner/lootdrop/grille_or_trash, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUF" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUG" = ( -/obj/structure/rack, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/tank/internals/emergency_oxygen, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUH" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bUJ" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) -"bUK" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/construction) -"bUL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/construction) -"bUM" = ( -/obj/machinery/power/apc{ - name = "Construction Area APC"; - areastring = "/area/construction"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/construction) -"bUN" = ( -/obj/machinery/camera{ - c_tag = "Construction Area"; - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/construction) -"bUO" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/turf/open/floor/plating, -/area/construction) -"bUP" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - amount = 5 - }, -/obj/item/flashlight, -/turf/open/floor/plating, -/area/construction) -"bUQ" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/construction) -"bUR" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bUT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bUU" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 - }, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 - }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 - }, -/obj/item/clothing/mask/breath{ - pixel_x = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUV" = ( -/obj/structure/sign/plaques/atmos{ - pixel_y = -32 - }, -/obj/structure/table, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUW" = ( -/obj/machinery/computer/station_alert{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = 24; - pixel_y = 4; - req_access_txt = "24" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bUX" = ( -/obj/structure/table, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clothing/head/welding{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUY" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/storage/belt/utility, -/obj/item/t_scanner, -/obj/item/t_scanner, -/obj/item/t_scanner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bUZ" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVb" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bVc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bVd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bVe" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bVf" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"bVg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology{ - dir = 4; - name = "Break Room"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVj" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVk" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = 8; - pixel_y = 22; - req_access_txt = "39" - }, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVl" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVn" = ( -/obj/machinery/power/apc/highcap/five_k{ - dir = 1; - name = "Virology APC"; - areastring = "/area/medical/virology"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/camera{ - c_tag = "Virology Module"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVo" = ( -/obj/machinery/vending/medical, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bVp" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_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) -"bVq" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bVr" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bVs" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bVt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bVu" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bVv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stack/cable_coil, -/obj/item/multitool, -/obj/item/stock_parts/cell/high/plus, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bVw" = ( -/turf/open/floor/engine, -/area/science/misc_lab) -"bVx" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/engine, -/area/science/misc_lab) -"bVy" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bVz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bVA" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/assembly/igniter{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = 6 - }, -/obj/item/assembly/igniter{ - pixel_x = 2; - pixel_y = -1 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/assembly/timer{ - pixel_x = -3; - pixel_y = 3 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"bVB" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bVC" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/glass/fifty, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bVD" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bVE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bVF" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVG" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVH" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/port/aft) -"bVJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/port/aft) -"bVK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVL" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/closed/wall, -/area/maintenance/port/aft) -"bVM" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bVN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/maintenance/port/aft) -"bVO" = ( -/obj/machinery/power/apc{ - name = "Aft Hall APC"; - areastring = "/area/hallway/primary/aft"; - dir = 8; - pixel_x = -25; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bVQ" = ( -/obj/item/crowbar, -/obj/item/wrench, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/aft) -"bVR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/atmos) -"bVS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/engine/atmos) -"bVT" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVU" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVV" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVY" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bVZ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWa" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2O Outlet Pump" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"bWb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bWc" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bWd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bWe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"bWf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/medical/virology) -"bWg" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bWh" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bWi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bWj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bWk" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bWl" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWm" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bWn" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bWo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bWp" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bWq" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bWr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bWs" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bWt" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/engine, -/area/science/misc_lab) -"bWu" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/grenade/chem_grenade, -/obj/item/grenade/chem_grenade, -/turf/open/floor/engine, -/area/science/misc_lab) -"bWv" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bWw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bWx" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 2 - }, -/turf/open/floor/plating/airless, -/area/maintenance/port/aft) -"bWy" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWC" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWD" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWE" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWG" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Telecomms Monitoring APC"; - areastring = "/area/tcommsat/computer"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bWJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bWK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"bWL" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bWM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bWN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bWP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/atmos{ - dir = 4; - name = "Atmospherics"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWQ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to External" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWT" = ( -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWU" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWV" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWW" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWY" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bWZ" = ( -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"bXa" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bXb" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bXc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bXd" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXe" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bXf" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bXg" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bXh" = ( -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bXi" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/medical/virology) -"bXj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bXk" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"bXl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bXm" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall, -/area/science/xenobiology) -"bXn" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bXo" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bXp" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXt" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/mineral/plasma, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bXu" = ( -/obj/machinery/light_switch{ - pixel_x = -20 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bXv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bXw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bXx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bXy" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/target_stake, -/turf/open/floor/plasteel, -/area/science/circuit) -"bXz" = ( -/obj/structure/disposaloutlet{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bXA" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"bXB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/port/aft) -"bXC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/maintenance/port/aft) -"bXD" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Space" - }, -/turf/open/floor/plating/airless, -/area/maintenance/port/aft) -"bXE" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXG" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXH" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/sign/warning/deathsposal{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXI" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXK" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXL" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXM" = ( -/obj/machinery/door/airlock/maintenance, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bXN" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"bXO" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"bXP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bXQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bXR" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Access"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bXS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"bXV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/atmos) -"bXW" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "External to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXY" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bXZ" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYa" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/suit/hazardvest, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYb" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYc" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYd" = ( -/obj/machinery/atmospherics/pipe/manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYe" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bYf" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"bYg" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"bYh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bYi" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology Requests Console"; - pixel_x = -32 - }, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYj" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/radio/headset/headset_med, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYk" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/virology) -"bYl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYm" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bYn" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bYo" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"bYp" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bYq" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"bYr" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYs" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYt" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYw" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bYx" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/science/circuit) -"bYy" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bYz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bYA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/circuit) -"bYB" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bYC" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/circuit"; - name = "Circuitry Lab APC"; - pixel_x = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bYD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYE" = ( -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bYF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYG" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYH" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bYI" = ( -/turf/open/floor/wood, -/area/maintenance/bar) -"bYJ" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"bYK" = ( -/obj/machinery/power/apc{ - areastring = "/area/storage/art"; - dir = 1; - name = "Maint bar"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"bYL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"bYM" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/maintenance/bar) -"bYN" = ( -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bYO" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bYP" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bYQ" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/power/apc/highcap/five_k{ - dir = 1; - name = "Telecomms Server APC"; - areastring = "/area/tcommsat/server"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bYR" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bYS" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bYT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"bYU" = ( -/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 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bYV" = ( -/obj/item/radio/intercom{ - dir = 8; - freerange = 1; - name = "Station Intercom (Telecomms)"; - pixel_y = 26 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bYW" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"bYX" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bYY" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"bYZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bZa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZc" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"bZd" = ( -/obj/item/radio/intercom{ - freerange = 0; - frequency = 1459; - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZe" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics West"; - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZf" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Port" - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZg" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Engine" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZi" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bZk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bZl" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/space, -/area/space/nearstation) -"bZm" = ( -/obj/structure/door_assembly/door_assembly_mai, -/turf/open/floor/plating, -/area/maintenance/aft) -"bZn" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZo" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZp" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/virologist, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZq" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"bZs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZt" = ( -/obj/structure/table, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZu" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bZv" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"bZw" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_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) -"bZx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"bZy" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZz" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_x = -6; - pixel_y = 2 - }, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 2; - req_access_txt = "55" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZA" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/pen, -/obj/item/taperecorder, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZB" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZC" = ( -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("test"); - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZD" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bZG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"bZH" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/circuit) -"bZI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"bZJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/science/circuit) -"bZK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bZL" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"bZM" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bZP" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bZQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"bZR" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bZS" = ( -/turf/closed/wall, -/area/maintenance/bar) -"bZT" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"bZU" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"bZV" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"bZW" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bZX" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"bZY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"bZZ" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"caa" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cab" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cac" = ( -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cad" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cae" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"caf" = ( -/obj/structure/table, -/obj/item/paper_bin, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cag" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/light/small, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/atmos) -"cah" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cai" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caj" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cak" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Engineering Security APC"; - areastring = "/area/security/checkpoint/engineering"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cal" = ( -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/structure/closet/secure_closet/security/engine, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cam" = ( -/obj/structure/filingcabinet, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"can" = ( -/obj/structure/fireaxecabinet{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cao" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cap" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/engine/atmos) -"caq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"car" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cas" = ( -/obj/machinery/atmospherics/pipe/manifold4w, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cat" = ( -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/engine/atmos) -"cau" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cav" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics East"; - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Plasma Outlet Pump" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"caw" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space, -/area/space/nearstation) -"cax" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cay" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"caz" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"caA" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/aft) -"caB" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"caC" = ( -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -30 - }, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"caD" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"caE" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"caF" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"caG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"caH" = ( -/obj/structure/closet/secure_closet/personal/patient, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"caI" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"caJ" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio2"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"caK" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"caL" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"caM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/misc_lab) -"caN" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/misc_lab) -"caO" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/engine, -/area/science/misc_lab) -"caP" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/misc_lab) -"caQ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/misc_lab) -"caR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/structure/disposalpipe/junction/flip, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"caS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"caT" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Circuitry Lab"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"caU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"caV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"caW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"caX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"caY" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/camera{ - c_tag = "Circuitry Lab"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"caZ" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cba" = ( -/obj/structure/closet/crate, -/obj/item/clothing/under/color/lightpurple, -/obj/item/stack/spacecash/c200, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cbb" = ( -/turf/open/floor/plating, -/area/space) -"cbc" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cbd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cbe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cbf" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Space" - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cbg" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"cbh" = ( -/obj/machinery/vending/boozeomat/all_access, -/turf/closed/wall, -/area/maintenance/bar) -"cbi" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/rag, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"cbj" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/maintenance/bar) -"cbk" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/wood, -/area/maintenance/bar) -"cbl" = ( -/obj/structure/chair/wood/normal, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/bar) -"cbm" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbn" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbo" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbp" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cbq" = ( -/obj/machinery/computer/telecomms/server{ - dir = 4; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cbr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cbs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cbt" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cbu" = ( -/turf/closed/wall, -/area/engine/break_room) -"cbv" = ( -/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/engine/break_room) -"cbw" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/break_room) -"cbx" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/checker, -/area/engine/break_room) -"cby" = ( -/turf/closed/wall, -/area/security/checkpoint/engineering) -"cbz" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -6; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/off, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/light_switch{ - pixel_x = -27; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cbA" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cbB" = ( -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cbC" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbD" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/engine/atmos) -"cbE" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbF" = ( -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Turbine" - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/engine/atmos) -"cbG" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbH" = ( -/obj/machinery/computer/atmos_control/tank/toxin_tank{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cbI" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cbJ" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cbK" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"cbL" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cbM" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cbN" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"cbO" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cbP" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cbQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/medical/virology) -"cbR" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology South"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cbS" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cbT" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cbU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cbV" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cbW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"cbX" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/circuit) -"cbY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cbZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cca" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"ccb" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"ccc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ccd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cce" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ccf" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ccg" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Port" - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cch" = ( -/obj/machinery/chem_dispenser/drinks/beer, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"cci" = ( -/obj/machinery/chem_dispenser/drinks, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"ccj" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/bar) -"cck" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"ccl" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"ccm" = ( -/obj/structure/chair/wood/normal{ - icon_state = "wooden_chair"; - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"ccn" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"cco" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ccp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ccq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ccr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ccs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cct" = ( -/obj/machinery/status_display, -/turf/closed/wall, -/area/tcommsat/computer) -"ccu" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ccv" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Control Room"; - req_access_txt = "19; 61" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"ccw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ccx" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccy" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccz" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ccA" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ccB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ccC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ccD" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ccE" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ccF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ccG" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/depsec/engineering, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ccH" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"ccI" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Atmospherics APC"; - areastring = "/area/engine/atmos"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccK" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/item/wrench, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccL" = ( -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/engine/atmos) -"ccM" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccN" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ccO" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space, -/area/space/nearstation) -"ccP" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"ccQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"ccR" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"ccS" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccT" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccU" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"ccV" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccW" = ( -/obj/machinery/atmospherics/components/binary/valve/on{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccX" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccY" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/aft) -"ccZ" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"cda" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cdb" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio6"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cdc" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cdd" = ( -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cde" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"cdf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cdg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cdh" = ( -/obj/structure/table/reinforced, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cdi" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cdj" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cdk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cdl" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Incinerator Access"; - req_access_txt = "12" - }, -/obj/structure/barricade/wooden{ - name = "wooden barricade (CLOSED)" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdm" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"cdn" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/wood, -/area/maintenance/bar) -"cdo" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/wood, -/area/maintenance/bar) -"cdp" = ( -/obj/machinery/ntnet_relay, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"cdq" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"cdr" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"cds" = ( -/obj/machinery/telecomms/hub/preset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cdt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cdu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cdv" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering/glass{ - name = "Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"cdw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cdx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cdy" = ( -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Telecomms Monitoring"; - dir = 8; - network = list("tcomms") - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cdz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cdB" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cdE" = ( -/obj/structure/table, -/obj/item/clothing/glasses/meson, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdF" = ( -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdG" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cdI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"cdJ" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cdK" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cdL" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/engineering) -"cdM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"cdN" = ( -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cdO" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Central"; - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cdP" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cdQ" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cdR" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/space, -/area/space/nearstation) -"cdS" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cdT" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdU" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdV" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdW" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdY" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cdZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cea" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ceb" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cec" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ced" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cee" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cef" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_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) -"ceg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"ceh" = ( -/obj/machinery/sparker{ - id = "testigniter"; - pixel_x = -25 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cei" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/misc_lab) -"cej" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cek" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cel" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"cem" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cen" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ceo" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cep" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"ceq" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cer" = ( -/obj/structure/sign/poster/official/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"ces" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cet" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ceu" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cev" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cew" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cex" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cey" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood, -/area/maintenance/bar) -"cez" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/bar) -"ceA" = ( -/obj/structure/reagent_dispensers/keg/gargle, -/turf/open/floor/wood, -/area/maintenance/bar) -"ceB" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/bar) -"ceC" = ( -/obj/structure/chair/wood/normal{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"ceD" = ( -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 4; - network = list("tcomms") - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ceE" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"ceF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ceG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"ceH" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM" - }, -/turf/closed/wall, -/area/tcommsat/computer) -"ceI" = ( -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"ceJ" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"ceK" = ( -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Telecomms Admin"; - departmentType = 5; - name = "Telecomms RC"; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"ceL" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceN" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 1"; - dir = 8; - pixel_y = -22 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ceO" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Engineering Foyer APC"; - areastring = "/area/engine/break_room"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ceP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ceQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ceR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"ceS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceT" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceU" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceV" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceW" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceX" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceY" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/item/cigbutt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ceZ" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfa" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfb" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cfc" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cfd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cff" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfg" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfh" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfi" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cfj" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cfk" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio1"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cfl" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cfm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"cfn" = ( -/obj/machinery/camera{ - c_tag = "Testing Chamber"; - dir = 1; - network = list("test","rd") - }, -/obj/machinery/light, -/turf/open/floor/engine, -/area/science/misc_lab) -"cfo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cfp" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Testing Lab APC"; - areastring = "/area/science/misc_lab"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cfq" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_circuit_printer, -/obj/machinery/computer/security/telescreen/circuitry{ - dir = 1; - pixel_y = -30 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cfr" = ( -/obj/structure/table/reinforced, -/obj/item/multitool, -/obj/item/screwdriver, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cfs" = ( -/obj/structure/table/reinforced, -/obj/machinery/light, -/obj/item/stack/sheet/metal/ten, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cft" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"cfu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"cfv" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cfw" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/solar{ - id = "portsolar"; - name = "Port Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"cfx" = ( -/obj/structure/table, -/obj/machinery/microwave, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cfy" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 11 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cfz" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cfA" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/maintenance/bar) -"cfB" = ( -/obj/machinery/telecomms/message_server, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cfC" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cfD" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cfE" = ( -/obj/structure/table, -/obj/item/multitool, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cfF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cfG" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cfH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"cfI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfK" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfM" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfN" = ( -/obj/item/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cfO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"cfP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfQ" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfV" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfW" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cfX" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cfZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cga" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "N2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cgd" = ( -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cge" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"cgf" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cgg" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cgh" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"cgi" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgj" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 28 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgk" = ( -/obj/structure/chair/stool, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgl" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgm" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgo" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgp" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgq" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"cgr" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgs" = ( -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cgt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"cgu" = ( -/obj/structure/rack, -/obj/item/clothing/shoes/winterboots, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cgv" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/misc_lab) -"cgw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cgx" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cgy" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgz" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cgA" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cgB" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgC" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgD" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cgE" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plating, -/area/maintenance/bar) -"cgF" = ( -/turf/open/floor/plating, -/area/maintenance/bar) -"cgG" = ( -/obj/structure/reagent_dispensers/keg/aphro/strong, -/obj/item/reagent_containers/glass/beaker, -/turf/open/floor/plating, -/area/maintenance/bar) -"cgH" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"cgI" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cgJ" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cgK" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cgL" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"cgM" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 4; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cgN" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cgO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cgP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cgQ" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Telecommunications"; - req_access_txt = "61" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cgR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgS" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgU" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=AIE"; - location = "AftH" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cgX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Engineering"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cgY" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cgZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cha" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel, -/area/engine/break_room) -"chb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"chc" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"chd" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel, -/area/engine/break_room) -"che" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chh" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chi" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chj" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chk" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chl" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"chm" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"chn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cho" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chr" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"chs" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cht" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chu" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chw" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"chx" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 2; - external_pressure_bound = 140; - pressure_checks = 0; - name = "killroom vent" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Kill Room"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"chz" = ( -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"chA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 2; - external_pressure_bound = 120; - name = "killroom vent" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"chB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/biohazard, -/turf/open/floor/plating, -/area/science/xenobiology) -"chC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"chD" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"chE" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chF" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chG" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chH" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/misc_lab) -"chI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chJ" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chK" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"chL" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/storage/box/donkpockets, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chM" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_y = 2 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 2 - }, -/obj/item/reagent_containers/food/snacks/mint{ - pixel_y = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chN" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Port Quarter Maintenance APC"; - areastring = "/area/maintenance/port/aft"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chO" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"chQ" = ( -/obj/item/clothing/head/kitty, -/obj/item/clothing/under/maid, -/obj/item/clothing/mask/muzzle, -/turf/open/floor/plating, -/area/maintenance/bar) -"chR" = ( -/obj/item/clothing/under/color/grey, -/turf/open/floor/plating, -/area/maintenance/bar) -"chS" = ( -/obj/structure/table/wood, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/bar) -"chT" = ( -/obj/machinery/vending/clothing, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/bar) -"chU" = ( -/obj/machinery/telecomms/server/presets/service, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"chV" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"chW" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/machinery/light, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"chX" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"chY" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"chZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"cia" = ( -/obj/structure/table, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cib" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cic" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/light, -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cid" = ( -/obj/structure/rack, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"cie" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cif" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cig" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cih" = ( -/obj/machinery/light, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cii" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cij" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cik" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/break_room) -"cil" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cim" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cin" = ( -/obj/machinery/camera{ - c_tag = "Engineering Foyer"; - dir = 1 - }, -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cio" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cip" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ciq" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cir" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cis" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics South West"; - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cit" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ciu" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - name = "Waste Release" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"civ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ciw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cix" = ( -/obj/machinery/power/apc{ - dir = 2; - name = "Incinerator APC"; - areastring = "/area/maintenance/disposal/incinerator"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciy" = ( -/obj/structure/sign/warning/fire{ - pixel_y = -32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciB" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciC" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall, -/area/maintenance/aft) -"ciD" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/aft) -"ciE" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/aft) -"ciF" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciG" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet/l3closet, -/turf/open/floor/plating, -/area/maintenance/aft) -"ciH" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"ciI" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"ciJ" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"ciK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Kill Chamber"; - req_access_txt = "55" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"ciL" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"ciM" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"ciN" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ciO" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciP" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciQ" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciS" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 2 - }, -/area/science/misc_lab) -"ciT" = ( -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciU" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciV" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"ciX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciY" = ( -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ciZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cja" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjb" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjc" = ( -/obj/machinery/processor, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjd" = ( -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cje" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjf" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjg" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjh" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cji" = ( -/obj/item/restraints/handcuffs/fake, -/turf/open/floor/plating, -/area/maintenance/bar) -"cjj" = ( -/obj/structure/bed, -/obj/item/tank/internals/anesthetic, -/obj/item/clothing/mask/breath, -/obj/effect/decal/cleanable/semen, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/plating, -/area/maintenance/bar) -"cjk" = ( -/obj/item/electropack/shockcollar, -/obj/item/assembly/signaler, -/turf/open/floor/plating, -/area/maintenance/bar) -"cjl" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/wood, -/area/maintenance/bar) -"cjm" = ( -/obj/machinery/door/airlock/maintenance{ - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjn" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"cjo" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cjp" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cjq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cjr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cjs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cjt" = ( -/obj/machinery/light, -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cju" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cjv" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/open/space, -/area/space/nearstation) -"cjw" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space, -/area/space/nearstation) -"cjx" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cjy" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cjz" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cjA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cjB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/atmos{ - name = "Turbine Access"; - req_access_txt = "32" - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"cjC" = ( -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"cjD" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/toy/minimeteor, -/obj/item/poster/random_contraband, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjE" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/roller, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/reagent_containers/food/snacks/donkpocket, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/item/c_tube, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjH" = ( -/obj/structure/mopbucket, -/obj/item/caution, -/turf/open/floor/plating, -/area/maintenance/aft) -"cjI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"cjJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/xenobiology) -"cjK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cjL" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Air Supply Maintenance"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjM" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Testing Lab Maintenance"; - req_access_txt = "47" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"cjO" = ( -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cjP" = ( -/obj/structure/closet/cardboard, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjQ" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Firefighting equipment"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cjR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/maintenance/solars/port/aft) -"cjS" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"cjT" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/port/aft) -"cjW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjX" = ( -/obj/structure/closet/wardrobe/black, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjY" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cjZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cka" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ckb" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/chief) -"ckc" = ( -/obj/machinery/button/door{ - id = "ceprivacy"; - name = "Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/machinery/holopad, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ckd" = ( -/obj/structure/rack, -/obj/item/lighter, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cke" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ckf" = ( -/obj/structure/closet/secure_closet/engineering_chief{ - req_access_txt = "0" - }, -/obj/machinery/power/apc/highcap/five_k{ - dir = 4; - name = "CE Office APC"; - areastring = "/area/crew_quarters/heads/chief"; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"ckg" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/engineering) -"ckh" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cki" = ( -/obj/structure/sign/warning/radiation/rad_area, -/turf/closed/wall, -/area/engine/engineering) -"ckj" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckk" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/portable_atmospherics/pump, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckl" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckm" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckn" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cko" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckp" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ckq" = ( -/obj/structure/window/reinforced, -/turf/open/space/basic, -/area/space) -"ckr" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/turf/open/space/basic, -/area/space) -"cks" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/lattice, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"ckt" = ( -/obj/machinery/door/window/northright{ - req_access_txt = "24" - }, -/obj/machinery/door/window/southleft{ - req_access_txt = "24" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cku" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"ckv" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"ckw" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"ckx" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/structure/reagent_dispensers/watertank, -/obj/item/extinguisher, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cky" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "atmospherics mix pump" - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ckz" = ( -/obj/machinery/light_switch{ - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"ckA" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"ckB" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = 32 - }, -/obj/structure/disposalpipe/trunk, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"ckC" = ( -/obj/machinery/power/smes{ - capacity = 9e+006; - charge = 10000 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"ckD" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/aft) -"ckE" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckF" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille/broken, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckH" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckI" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ckJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/barricade/wooden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckK" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckL" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"ckM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckP" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckQ" = ( -/obj/machinery/space_heater, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckR" = ( -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckT" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckU" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Research Delivery access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckV" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckW" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ckX" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"ckY" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"ckZ" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cla" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"clb" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"clc" = ( -/obj/machinery/camera{ - c_tag = "Aft Port Solar Access"; - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cld" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cle" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cli" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"clj" = ( -/obj/machinery/button/door{ - id = "atmos"; - name = "Atmospherics Lockdown"; - pixel_x = -24; - pixel_y = 10; - req_access_txt = "24" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_x = -24; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -24; - pixel_y = -10; - req_access_txt = "10" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"clk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cll" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"clm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cln" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"clo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clq" = ( -/obj/machinery/camera{ - c_tag = "Engineering Access" - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"clr" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cls" = ( -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"clt" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "N2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"clu" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"clv" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"clw" = ( -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"clx" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "O2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cly" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"clz" = ( -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"clA" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics South East"; - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Air Outlet Pump" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"clB" = ( -/obj/machinery/door/airlock/atmos{ - dir = 4; - name = "Atmospherics"; - req_access_txt = "24" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"clC" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"clD" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"clE" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"clF" = ( -/turf/open/floor/plating, -/area/engine/atmos) -"clG" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/engine/atmos) -"clH" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"clI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/door/airlock/atmos{ - dir = 4; - name = "Atmospherics"; - req_access_txt = "24" - }, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"clJ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to MiniSat" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clL" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clN" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clO" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clP" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/airalarm/all_access{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"clQ" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"clU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"clV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clW" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clY" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"clZ" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cma" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmb" = ( -/obj/structure/rack, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cme" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmh" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmi" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cmj" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/port/aft) -"cmk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cml" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cmm" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cmn" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cmo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cms" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmu" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Port Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cmv" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmw" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmx" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmy" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cmA" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/engine/engineering) -"cmB" = ( -/obj/machinery/vending/engineering, -/turf/open/floor/plating, -/area/engine/engineering) -"cmC" = ( -/turf/closed/wall, -/area/engine/engineering) -"cmD" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmE" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/power/apc/highcap/fifteen_k{ - dir = 1; - name = "Engineering APC"; - areastring = "/area/engine/engineering"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmF" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmG" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmH" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/item/clothing/gloves/color/yellow, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmI" = ( -/obj/machinery/computer/station_alert, -/obj/item/radio/intercom{ - broadcasting = 0; - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cmJ" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cmK" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cmL" = ( -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cmM" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cmN" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cmO" = ( -/obj/structure/table/reinforced, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cmP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cmQ" = ( -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cmR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmT" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cmU" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cmV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"cmW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"cmX" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"cmY" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cmZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space/basic, -/area/space) -"cna" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cnb" = ( -/obj/machinery/door/window/northright{ - req_access_txt = "24" - }, -/obj/machinery/door/window/southleft{ - req_access_txt = "24" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"cnc" = ( -/obj/structure/lattice, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/space, -/area/space/nearstation) -"cnd" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cne" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cnf" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "plasma tank pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cng" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general{ - level = 2 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cnh" = ( -/obj/effect/landmark/blobstart, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Incinerator" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cni" = ( -/obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cnj" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cnk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - name = "output gas connector port" - }, -/obj/machinery/portable_atmospherics/canister, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cnl" = ( -/obj/structure/table, -/obj/item/cartridge/medical, -/turf/open/floor/plating, -/area/maintenance/aft) -"cnm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/closet/firecloset/full, -/turf/open/floor/plating, -/area/maintenance/aft) -"cnn" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/latexballon, -/turf/open/floor/plating, -/area/maintenance/aft) -"cno" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnr" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cns" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnu" = ( -/obj/structure/rack, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnv" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnw" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnx" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Starboard Quarter Maintenance APC"; - areastring = "/area/maintenance/starboard/aft"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/camera{ - c_tag = "Aft Starboard Solar Access"; - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cny" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnz" = ( -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cnA" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"cnB" = ( -/obj/machinery/power/solar_control{ - dir = 4; - id = "portsolar"; - name = "Port Quarter Solar Control"; - track = 0 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cnC" = ( -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cnD" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "Port Quarter Solar APC"; - areastring = "/area/maintenance/solars/port/aft"; - pixel_x = 23; - pixel_y = 2 - }, -/obj/machinery/camera{ - c_tag = "Aft Port Solar Control"; - dir = 1 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"cnE" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cnF" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cnG" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cnH" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cnI" = ( -/turf/open/floor/plating, -/area/engine/engineering) -"cnJ" = ( -/obj/machinery/door/poddoor{ - id = "Secure Storage"; - name = "secure storage" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cnK" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - name = "floor" - }, -/area/engine/engineering) -"cnL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnQ" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Engineering Power Storage" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cnS" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cnT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cnU" = ( -/obj/machinery/computer/card/minor/ce{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cnV" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cnW" = ( -/obj/structure/table/reinforced, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/event_spawn, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cnX" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"cnY" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/shower{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cnZ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Engineering"; - name = "engineering security door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/shower{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cob" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/space, -/area/space/nearstation) -"coc" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space, -/area/space/nearstation) -"cod" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/engine/atmos) -"coe" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/space, -/area/space/nearstation) -"cof" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4; - name = "input gas connector port" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cog" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "input port pump" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"coh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"coi" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"coj" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cok" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Incinerator to Output" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"col" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/disposal/incinerator) -"com" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/aft) -"con" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/maintenance/aft) -"coo" = ( -/obj/structure/disposalpipe/segment, -/obj/item/shard, -/turf/open/floor/plating, -/area/maintenance/aft) -"cop" = ( -/obj/structure/disposalpipe/segment, -/obj/item/cigbutt/roach, -/turf/open/floor/plating, -/area/maintenance/aft) -"coq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cor" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cos" = ( -/obj/structure/chair, -/obj/item/storage/fancy/cigarettes, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cot" = ( -/obj/structure/chair, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cou" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cov" = ( -/obj/structure/closet, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cow" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cox" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"coy" = ( -/obj/structure/rack, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"coz" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"coA" = ( -/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) -"coB" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/aft) -"coC" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"coD" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"coE" = ( -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"coF" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"coG" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Secure Storage"; - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"coH" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/engine/engineering) -"coI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coK" = ( -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coN" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"coP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"coQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"coR" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"coS" = ( -/obj/machinery/keycard_auth{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"coT" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"coU" = ( -/obj/structure/table/reinforced, -/obj/item/cartridge/engineering{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/cartridge/engineering{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, -/obj/item/cartridge/atmos, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"coV" = ( -/obj/machinery/light_switch{ - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"coW" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"coX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/engineering{ - name = "Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"coY" = ( -/obj/machinery/atmospherics/pipe/simple, -/obj/structure/grille, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"coZ" = ( -/obj/machinery/atmospherics/pipe/simple, -/obj/structure/grille, -/obj/machinery/meter{ - name = "Mixed Air Tank In" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cpa" = ( -/obj/machinery/atmospherics/pipe/simple, -/obj/structure/grille, -/obj/machinery/meter{ - name = "Mixed Air Tank Out" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"cpb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"cpc" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpd" = ( -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpe" = ( -/obj/machinery/atmospherics/components/binary/valve{ - name = "Mix to Space" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpg" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cph" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpi" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpj" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/aft) -"cpk" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - name = "Biohazard Disposals"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"cpl" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"cpm" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cpn" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cpo" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "Starboard Quarter Solar APC"; - areastring = "/area/maintenance/solars/starboard/aft"; - pixel_x = -26; - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cpp" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cpq" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cpr" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cps" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cpt" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cpu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cpv" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cpw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cpx" = ( -/obj/machinery/field/generator, -/turf/open/floor/plating, -/area/engine/engineering) -"cpy" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plating, -/area/engine/engineering) -"cpz" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/obj/item/storage/box/lights/mixed, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpA" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/closet/crate/solarpanel_small, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpC" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpD" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/table, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/electronics/apc, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/twohanded/rcl/pre_loaded, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpE" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpF" = ( -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpG" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"cpH" = ( -/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/crew_quarters/heads/chief) -"cpI" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"cpJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpL" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cpM" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cpN" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cpO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 1 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cpP" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cpQ" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cpR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 1 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cpS" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cpT" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cpU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 1 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cpV" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"cpW" = ( -/obj/machinery/light/small, -/obj/structure/extinguisher_cabinet{ - pixel_y = -31 - }, -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "incineratorturbine" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpX" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/turbine{ - dir = 1; - pixel_y = -30 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cpZ" = ( -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = 6; - pixel_y = -24 - }, -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cqa" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Incinerator to Space" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cqb" = ( -/obj/machinery/button/ignition{ - id = "Incinerator"; - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cqc" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqd" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/hidden{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqe" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqf" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqh" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqi" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cqj" = ( -/obj/structure/rack, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqk" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cql" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"cqm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqn" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cqo" = ( -/obj/structure/chair/stool, -/obj/machinery/camera{ - c_tag = "Aft Starboard Solar Control"; - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cqp" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cqq" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cqr" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqs" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqu" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cqv" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cqw" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cqx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cqy" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cqz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cqA" = ( -/obj/effect/spawner/structure/window, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/engineering) -"cqC" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Power Storage"; - req_access_txt = "11" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqD" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering) -"cqE" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cqF" = ( -/obj/structure/table, -/obj/item/crowbar/large, -/obj/item/storage/box/lights/mixed, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/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/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqG" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqI" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqK" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cqN" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cqO" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"cqP" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cqQ" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"cqR" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cqS" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/landmark/event_spawn, -/turf/open/floor/engine/air, -/area/engine/atmos) -"cqT" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"cqU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"cqV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cqW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cqX" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ - pixel_x = 38; - pixel_y = 6 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"cqY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cqZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cra" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"crb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/maintenance/aft) -"crc" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 2 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"crd" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"cre" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"crf" = ( -/obj/effect/landmark/xeno_spawn, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard/aft) -"crg" = ( -/obj/structure/closet/toolcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"crh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cri" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"crj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"crk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall, -/area/maintenance/starboard/aft) -"crl" = ( -/obj/machinery/power/solar_control{ - dir = 1; - id = "starboardsolar"; - name = "Starboard Quarter Solar Control"; - track = 0 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"crm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"crn" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cro" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"crp" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"crq" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"crr" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"crs" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Engineering" - }, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cru" = ( -/obj/structure/sign/warning/radiation/rad_area{ - pixel_x = -32 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"crv" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crw" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cry" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/requests_console{ - announcementConsole = 0; - department = "Engineering"; - departmentType = 4; - name = "Engineering RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crB" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crE" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crF" = ( -/turf/open/floor/plasteel, -/area/engine/engineering) -"crG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crH" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"crI" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"crJ" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"crK" = ( -/obj/machinery/light/small, -/turf/open/floor/engine/air, -/area/engine/atmos) -"crL" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 5 - }, -/turf/open/space, -/area/space/nearstation) -"crM" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/turf/open/space, -/area/space/nearstation) -"crN" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "Incinerator Output Pump" - }, -/turf/open/space, -/area/maintenance/disposal/incinerator) -"crO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"crP" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/sign/warning/fire{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airlock_sensor/incinerator_atmos{ - pixel_x = 8; - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"crQ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ - dir = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"crR" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1 - }, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"crS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"crT" = ( -/obj/machinery/light/small, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"crU" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"crV" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"crW" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"crX" = ( -/obj/machinery/light/small, -/obj/structure/table, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/item/clipboard, -/turf/open/floor/plating, -/area/maintenance/aft) -"crY" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"crZ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csa" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"csb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"csc" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/port/aft) -"csd" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cse" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "SMES Room"; - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csg" = ( -/obj/machinery/door/window/southleft{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Engineering Delivery"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csh" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Engineering Maintenance"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"csi" = ( -/obj/machinery/camera{ - c_tag = "Engineering West"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csk" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csl" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csm" = ( -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csn" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cso" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/space, -/area/maintenance/disposal/incinerator) -"csp" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"csq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 2 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"csr" = ( -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"css" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/closed/wall, -/area/maintenance/aft) -"cst" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 2; - name = "Waste Out" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"csu" = ( -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"csv" = ( -/obj/structure/closet/emcloset, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"csw" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"csx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"csy" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csz" = ( -/obj/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csA" = ( -/obj/machinery/door/window{ - name = "SMES Chamber"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csB" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csC" = ( -/obj/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"csD" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"csE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"csF" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"csG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csH" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csI" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csJ" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csO" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csP" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csQ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 1 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"csR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"csS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"csT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"csU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"csV" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"csW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csX" = ( -/obj/machinery/camera{ - c_tag = "Engineering East"; - dir = 8 - }, -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"csY" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"csZ" = ( -/obj/machinery/igniter{ - id = "Incinerator" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/air_sensor{ - pixel_x = -32; - pixel_y = -32 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cta" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ - dir = 1 - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_y = -32 - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"ctb" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"ctc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/aft) -"ctd" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cte" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ctf" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ctg" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cth" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/aft) -"cti" = ( -/obj/machinery/power/port_gen/pacman, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctn" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cto" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctq" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctr" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cts" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctt" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctu" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctv" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctw" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cty" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"ctz" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctC" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/pipe_dispenser, -/turf/open/floor/engine, -/area/engine/engineering) -"ctD" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctF" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/geiger_counter, -/obj/item/geiger_counter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctG" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/suit/radiation, -/obj/item/clothing/head/radiation, -/obj/item/clothing/glasses/meson, -/obj/item/clothing/glasses/meson, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctH" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"ctJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"ctK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"ctL" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/vending/tool, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/vending/engivend, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/structure/closet/secure_closet/engineering_electrical, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/closet/secure_closet/engineering_welding, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ctR" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"ctS" = ( -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; - dir = 1; - luminosity = 2 - }, -/obj/structure/cable/yellow, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/camera{ - c_tag = "Turbine Chamber"; - dir = 4; - network = list("turbine") - }, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"ctT" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/space, -/area/maintenance/aft) -"ctU" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ctV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"ctW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctX" = ( -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"ctZ" = ( -/obj/machinery/light, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cua" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cub" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cuc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cud" = ( -/obj/structure/sign/warning/electricshock{ - pixel_x = -32 - }, -/obj/machinery/computer/rdconsole/production{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cue" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cug" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuh" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/storage/toolbox/electrical{ - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cui" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cul" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cum" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cun" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cup" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cur" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cus" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cut" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cux" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuy" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Four" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cuz" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Pod Four"; - shuttledocked = 1 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cuA" = ( -/obj/docking_port/stationary/random{ - dir = 4; - id = "pod_lavaland4"; - name = "lavaland" - }, -/turf/open/space, -/area/space/nearstation) -"cuB" = ( -/obj/machinery/power/turbine{ - luminosity = 2 - }, -/obj/structure/cable/yellow, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cuC" = ( -/obj/item/wrench, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/space/nearstation) -"cuD" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/maintenance/aft) -"cuE" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/table_frame, -/obj/item/wirerod, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cuF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cuG" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cuH" = ( -/obj/machinery/door/airlock/abandoned{ - name = "Observatory Access" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cuI" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 2; - name = "SMES room APC"; - areastring = "/area/engine/engine_smes"; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cuJ" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cuK" = ( -/obj/structure/table, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -35 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"cuL" = ( -/obj/machinery/camera{ - c_tag = "Engineering Storage"; - dir = 4 - }, -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuM" = ( -/obj/structure/table, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuN" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cuO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuQ" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuT" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuU" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -26 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Fore"; - dir = 1; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Filter" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuW" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/button/door{ - id = "engsm"; - name = "Radiation Shutters Control"; - pixel_y = -24; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cuZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cva" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cvc" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cvd" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cve" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvf" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvg" = ( -/obj/structure/sign/warning/pods{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvh" = ( -/obj/machinery/camera{ - c_tag = "Engineering Escape Pod"; - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cvi" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/maintenance/disposal/incinerator) -"cvj" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"cvk" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"cvl" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cvm" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cvn" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvq" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvr" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvs" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cvt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cvu" = ( -/obj/item/wrench, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cvv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cvw" = ( -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cvx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cvy" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/engine, -/area/engine/supermatter) -"cvz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cvA" = ( -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cvB" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cvC" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "External Gas to Loop" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cvD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cvE" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas{ - pixel_x = -3; - pixel_y = -3 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvF" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvI" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cvJ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/engineering) -"cvK" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cvL" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/space, -/area/space/nearstation) -"cvM" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "13" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cvN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"cvO" = ( -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cvP" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cvQ" = ( -/obj/structure/chair, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cvR" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cvS" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvT" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvU" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvV" = ( -/obj/structure/table, -/obj/item/folder/yellow, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvW" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvX" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cvY" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/closet/emcloset/anchored, -/turf/open/floor/plating, -/area/engine/engineering) -"cvZ" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cwa" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cwb" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Gas to Filter" - }, -/obj/machinery/airalarm/engine{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cwc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/engine, -/area/engine/supermatter) -"cwd" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Gas to Chamber" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cwe" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwf" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cwg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cwh" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Supermatter Engine Room"; - req_access_txt = "10" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cwi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwj" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cwk" = ( -/obj/machinery/camera{ - c_tag = "Engineering MiniSat Access"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwl" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cwn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cwo" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "starboardsolar"; - name = "Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cwp" = ( -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwq" = ( -/obj/structure/table, -/obj/item/taperecorder, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cwr" = ( -/obj/structure/table, -/obj/item/storage/box/matches, -/obj/item/storage/fancy/cigarettes, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cws" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cwt" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cwu" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cwv" = ( -/obj/structure/cable, -/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/engine/engineering) -"cww" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"cwx" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cwy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Port"; - dir = 4; - network = list("ss13","engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cwz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cwA" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwB" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwC" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwD" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - heat_proof = 1; - name = "Supermatter Chamber"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cwE" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwF" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwG" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cwH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cwI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Starboard"; - dir = 8; - network = list("ss13","engine") - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cwJ" = ( -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cwK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwL" = ( -/obj/machinery/light, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwM" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "MiniSat Access"; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cwO" = ( -/obj/structure/transit_tube_pod, -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cwP" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwQ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwR" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwS" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"cwV" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cwW" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cwX" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cwY" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cwZ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cxa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Gas to Cooling Loop" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxd" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"cxe" = ( -/obj/machinery/camera{ - c_tag = "Supermatter Chamber"; - dir = 2; - network = list("engine"); - pixel_x = 23 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxf" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxh" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "trim"; - name = "trim" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxj" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxl" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"cxm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix to Gas" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cxq" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cxr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cxs" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxt" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxu" = ( -/obj/machinery/light, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cxv" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cxw" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "starboardsolar"; - name = "Starboard Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cxx" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/turf/open/space, -/area/space/nearstation) -"cxy" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cxz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/space, -/area/space/nearstation) -"cxA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cxB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cxD" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/item/tank/internals/plasma, -/turf/open/floor/plating, -/area/engine/supermatter) -"cxE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxF" = ( -/obj/machinery/power/supermatter_crystal/engine, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxH" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/decal/cleanable/oil, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"cxI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cxJ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cxK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cxL" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cxM" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/obj/structure/closet/emcloset/anchored, -/turf/open/floor/plating, -/area/engine/engineering) -"cxN" = ( -/obj/structure/window/reinforced/fulltile, -/obj/structure/transit_tube, -/turf/open/floor/plating, -/area/engine/engineering) -"cxO" = ( -/turf/closed/wall/r_wall, -/area/space/nearstation) -"cxP" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 - }, -/turf/open/space, -/area/space/nearstation) -"cxQ" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/engine/engineering) -"cxR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Cooling Loop Bypass" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cxT" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"cxU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/window/plasma/reinforced{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxW" = ( -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 2 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxX" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - name = "trim"; - icon_state = "trim"; - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/power/rad_collector/anchored, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/structure/window/plasma/reinforced{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/supermatter) -"cxZ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "engsm"; - name = "Radiation Chamber Shutters" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/supermatter) -"cya" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix Bypass" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyb" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cyc" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall, -/area/engine/engineering) -"cyd" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cye" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyf" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cyg" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/turf/open/space, -/area/space/nearstation) -"cyh" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cyi" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"cyj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"cyk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Cooling Loop to Gas" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cym" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/engine/supermatter) -"cyn" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/supermatter) -"cyo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Gas to Mix" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyq" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cys" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cyt" = ( -/obj/structure/transit_tube/curved{ - dir = 4 - }, -/turf/open/space, -/area/space/nearstation) -"cyu" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/space, -/area/space/nearstation) -"cyv" = ( -/obj/structure/transit_tube/horizontal, -/turf/open/space, -/area/space/nearstation) -"cyw" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/transit_tube/crossing/horizontal, -/turf/open/space, -/area/space/nearstation) -"cyx" = ( -/obj/structure/window/reinforced/fulltile, -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyy" = ( -/obj/structure/transit_tube/horizontal, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyz" = ( -/obj/structure/transit_tube/station/reverse, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyA" = ( -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyB" = ( -/obj/structure/lattice, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space, -/area/space/nearstation) -"cyC" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/turf/open/space, -/area/space/nearstation) -"cyD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyE" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/engine, -/area/engine/engineering) -"cyF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Supermatter Aft"; - dir = 2; - network = list("ss13","engine"); - pixel_x = 23 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cyK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyP" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cyQ" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cyR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cyT" = ( -/obj/structure/closet/crate/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyU" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 5 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyW" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyX" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8; - filter_type = "n2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cyZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cza" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czc" = ( -/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czd" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"cze" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czf" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/engine, -/area/engine/engineering) -"czg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/engine, -/area/engine/engineering) -"czh" = ( -/obj/structure/table, -/obj/item/pipe_dispenser, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czi" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czj" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czk" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65;13" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czl" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czm" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65;13" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czo" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"czp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"czq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"czr" = ( -/obj/structure/closet/wardrobe/engineering_yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czs" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czu" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Output to Waste" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czy" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering) -"czz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/binary/valve/digital/on{ - dir = 4; - name = "Output Release" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"czB" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"czC" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/space, -/area/space/nearstation) -"czD" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czF" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czG" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Pod Access"; - dir = 1; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on, -/obj/machinery/light/small, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"czH" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"czI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/engineering/glass{ - name = "Laser Room"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering) -"czJ" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"czK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"czL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"czM" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"czN" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Foyer"; - req_one_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"czO" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"czP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"czQ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/ai_monitored/turret_protected/aisat_interior) -"czR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"czS" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/structure/lattice/catwalk, -/turf/open/space, -/area/solar/starboard/aft) -"czT" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"czU" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = -7 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"czX" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czY" = ( -/obj/structure/reflector/double/anchored{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"czZ" = ( -/obj/structure/reflector/box/anchored{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAb" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAc" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering) -"cAd" = ( -/obj/structure/table, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/item/folder{ - pixel_x = 3 - }, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAf" = ( -/obj/structure/rack, -/obj/machinery/light/small{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/item/radio/off{ - pixel_y = 4 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAg" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAh" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAi" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAj" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAk" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAl" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAn" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAp" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teledoor"; - name = "MiniSat Teleport Access" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAq" = ( -/obj/machinery/button/door{ - id = "teledoor"; - name = "MiniSat Teleport Shutters Control"; - pixel_y = 25; - req_access_txt = "17;65" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAr" = ( -/obj/machinery/teleport/hub, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cAs" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAu" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAv" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/emitter/anchored{ - dir = 4; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAw" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/emitter/anchored{ - dir = 8; - state = 2 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAy" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = -31 - }, -/obj/machinery/computer/monitor, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAz" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAA" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/landmark/start/cyborg, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAC" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAD" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter"; - req_access_txt = "17;65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAE" = ( -/obj/machinery/bluespace_beacon, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAF" = ( -/obj/machinery/teleport/station, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cAG" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAH" = ( -/obj/structure/reflector/single/anchored{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAI" = ( -/obj/structure/girder, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAJ" = ( -/obj/structure/reflector/single/anchored{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAK" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"cAL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 10 - }, -/obj/structure/lattice, -/turf/open/space, -/area/space/nearstation) -"cAM" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAN" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAO" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"cAQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - dir = 4; - name = "MiniSat Foyer APC"; - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - pixel_x = 27 - }, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat_interior) -"cAS" = ( -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter"; - dir = 1; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cAT" = ( -/obj/machinery/computer/teleporter, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"cAU" = ( -/obj/structure/cable, -/obj/machinery/power/tracker, -/turf/open/floor/plasteel/airless/solarpanel, -/area/solar/starboard/aft) -"cAV" = ( -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/rack, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAW" = ( -/obj/machinery/light, -/turf/open/floor/plating, -/area/engine/engineering) -"cAX" = ( -/obj/item/crowbar/large, -/obj/structure/rack, -/obj/item/flashlight, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"cAY" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/atmos) -"cAZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBa" = ( -/obj/structure/rack, -/obj/machinery/status_display{ - pixel_y = -32 - }, -/obj/item/storage/box/donkpockets, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBb" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/light/small, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBd" = ( -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - enabled = 1; - icon_state = "control_standby"; - name = "Antechamber Turret Control"; - pixel_y = -24; - req_access = null; - req_access_txt = "65" - }, -/obj/machinery/light/small, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Foyer"; - dir = 1; - network = list("minisat") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBe" = ( -/obj/machinery/status_display/ai{ - pixel_y = -32 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBf" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/service) -"cBg" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/space/basic, -/area/space/nearstation) -"cBh" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/space/basic, -/area/space/nearstation) -"cBi" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/space/nearstation) -"cBj" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/structure/rack, -/obj/item/wrench, -/obj/item/crowbar/red, -/obj/item/clothing/head/welding, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBk" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBl" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"cBm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"cBo" = ( -/obj/machinery/recharge_station, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"cBp" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 2 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBq" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 2; - name = "Mix to MiniSat" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air Out" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBs" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBt" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBv" = ( -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBw" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"cBx" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"cBy" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Atmospherics"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBA" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBB" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"cBD" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Antechamber"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat/atmos"; - enabled = 1; - icon_state = "control_standby"; - name = "Atmospherics Turret Control"; - pixel_x = -27; - req_access = null; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBF" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat/service"; - enabled = 1; - icon_state = "control_standby"; - name = "Service Bay Turret Control"; - pixel_x = 27; - req_access = null; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBH" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBJ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Service Bay"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/rack, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"cBK" = ( -/obj/machinery/power/apc{ - dir = 8; - name = "MiniSat Atmospherics APC"; - areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; - pixel_x = -27 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBM" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Atmospherics"; - req_one_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/mob/living/simple_animal/bot/secbot/pingsky, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBS" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Service Bay"; - req_one_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cBT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cBW" = ( -/obj/machinery/power/apc{ - dir = 4; - name = "MiniSat Service Bay APC"; - areastring = "/area/ai_monitored/turret_protected/aisat/service"; - pixel_x = 27 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"cBX" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/mob/living/simple_animal/bot/floorbot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"cBZ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = -29 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cCa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; - enabled = 1; - icon_state = "control_standby"; - name = "Chamber Hallway Turret Control"; - pixel_x = 32; - pixel_y = -24; - req_access = null; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cCb" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"cCc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/mob/living/simple_animal/bot/cleanbot, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cCd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cCe" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"cCf" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCg" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCh" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway"; - req_one_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCk" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCl" = ( -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCn" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCs" = ( -/obj/structure/rack, -/obj/item/crowbar/red, -/obj/item/wrench, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCt" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCu" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCv" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "MiniSat External NorthWest"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cCw" = ( -/obj/machinery/porta_turret/ai{ - dir = 4; - installation = /obj/item/gun/energy/e_gun - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCz" = ( -/obj/machinery/porta_turret/ai{ - dir = 4; - installation = /obj/item/gun/energy/e_gun - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCA" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "MiniSat External NorthEast"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cCB" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCC" = ( -/obj/machinery/camera/motion{ - c_tag = "MiniSat Core Hallway"; - dir = 4; - network = list("aicore") - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCD" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = -32 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCF" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCJ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCK" = ( -/obj/machinery/door/airlock/maintenance_hatch{ - name = "MiniSat Maintenance"; - req_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCL" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCM" = ( -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCN" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCQ" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 4; - name = "MiniSat Chamber Hallway APC"; - areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; - pixel_x = 27 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCT" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_x = -28; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"cCU" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"cCV" = ( -/obj/machinery/status_display, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"cCW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Observation"; - req_one_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cCX" = ( -/obj/structure/sign/warning/securearea, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"cCY" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"cCZ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDa" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDc" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDd" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDh" = ( -/obj/structure/chair/office/dark, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDi" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"cDj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"cDk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "AI Core"; - req_access_txt = "65" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/ai) -"cDm" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDn" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDp" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDq" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDs" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDv" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDw" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDx" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 5; - pixel_y = -24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDy" = ( -/obj/machinery/door/window{ - dir = 1; - name = "AI Core Door"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDz" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc/highcap/five_k{ - dir = 2; - name = "AI Chamber APC"; - areastring = "/area/ai_monitored/turret_protected/ai"; - pixel_y = -24 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -11; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber North"; - dir = 1; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDA" = ( -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"cDB" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 1; - listening = 1; - name = "Common Channel"; - pixel_x = -27; - pixel_y = -9 - }, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -31 - }, -/obj/item/radio/intercom{ - anyai = 1; - broadcasting = 0; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 27; - pixel_y = -9 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28; - pixel_y = -28 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = -28 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDC" = ( -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDD" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "MiniSat External SouthWest"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cDE" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = 28 - }, -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 1; - listening = 1; - name = "Common Channel"; - pixel_x = -27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - anyai = 1; - broadcasting = 0; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/showcase/cyborg/old{ - dir = 8; - pixel_x = 9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDG" = ( -/obj/structure/showcase/cyborg/old{ - dir = 4; - pixel_x = -9; - pixel_y = 2 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDH" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - anyai = 1; - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = 28 - }, -/obj/item/radio/intercom{ - broadcasting = 0; - freerange = 1; - listening = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - anyai = 1; - broadcasting = 0; - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDI" = ( -/obj/structure/lattice, -/obj/machinery/camera{ - c_tag = "MiniSat External SouthEast"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/turf/open/space, -/area/space/nearstation) -"cDJ" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/ai_monitored/turret_protected/ai) -"cDL" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDM" = ( -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber South"; - dir = 2; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDN" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"cDO" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDP" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"cDQ" = ( -/obj/machinery/camera{ - c_tag = "MiniSat External South"; - dir = 2; - network = list("minisat"); - start_active = 1 - }, -/turf/open/space, -/area/space/nearstation) - -(1,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(2,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(3,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(4,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(5,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(6,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(7,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(8,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(9,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(10,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(11,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(12,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(13,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(14,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(15,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(16,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(17,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(18,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(19,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(20,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(21,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(22,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(23,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(24,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(25,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(26,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(27,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(28,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(29,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -axv -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aQo -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(30,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aad -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(31,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(32,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(33,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -axw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -axw -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(34,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aaa -aad -auS -awe -aXf -awe -auS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -auS -awe -aXf -awe -auS -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(35,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -awf -axy -ayT -aAa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aAa -awf -axy -aRJ -auS -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aAa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(36,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awg -axz -awe -auS -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -auS -awe -axz -awg -auS -aaa -aaa -aaa -aaa -aaa -auS -ayU -ayU -awe -auS -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(37,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awh -axA -ayU -aAb -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -ayU -ayU -aQp -aRK -auS -aaa -aaa -aaa -aaa -aaa -auS -awh -axA -ayU -aAb -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(38,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awi -axB -ayV -axy -aBc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayV -axy -aBc -axB -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -axB -bex -axy -bhJ -bkA -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(39,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awi -axA -ayU -ayU -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -ayU -ayU -aQq -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -axA -ayU -ayU -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(40,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -anj -anj -anj -anj -aqh -anj -anj -anj -anj -amJ -awi -axC -ayW -aAc -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -aNN -ayW -aPe -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -aza -ayW -aAc -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(41,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awi -axD -axB -aAd -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -aNO -axB -axB -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -axB -axB -aAd -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(42,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -aLL -axD -axB -aAe -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -aNP -axB -axB -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -axB -axB -bfX -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(43,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -amJ -anj -anj -anj -anj -anj -anj -anj -anj -anj -amJ -awi -axE -ayX -aAf -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -aNQ -ayX -aQr -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -bdq -ayX -bfY -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(44,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -anj -anj -anj -anj -aqi -anj -anj -anj -anj -amJ -awi -axF -ayU -ayU -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -ayU -ayU -aQq -aRL -ayU -aaa -aaa -aaa -aaa -aaa -ayU -awi -axA -ayU -ayU -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(45,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -amJ -amJ -aot -anM -aqj -anM -anM -anM -anM -amJ -awj -axD -ayV -axy -aBc -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayV -axy -aBc -axB -aRL -ayU -aaa -aaa -aXe -aaa -aaa -ayU -awi -axB -bey -axy -bhK -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(46,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -amJ -aou -apj -apj -aqW -arW -arW -atV -auT -awk -axG -ayU -aAb -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ayU -ayU -ayU -aQp -aRK -auS -aaa -aVD -aXg -ayU -aaa -auS -awh -axA -ayU -aAb -ayU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(47,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anM -aov -apk -apk -apk -apk -asY -atW -auU -awl -axH -ayY -ayU -aaa -aaa -aaa -aaa -aGQ -aaa -aaa -aaa -aaa -ayU -aPc -aPe -aRL -auS -ayU -ayU -axy -ayU -ayU -auS -awi -aza -ayY -ayU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(48,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -aow -apl -aqk -aqX -arX -asZ -atX -amJ -awm -axD -ayZ -auS -auS -auS -ayU -ayU -ayU -ayU -ayU -auS -auS -auS -aPd -axB -aRM -awe -aAc -ayU -bha -ayU -ban -awe -bcl -axB -bez -auS -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(49,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -amJ -awn -axD -aza -aAg -aBd -ayW -ayW -ayW -ayW -ayW -ayW -aKT -aBd -ayW -aPe -axB -axB -aIk -aza -ayW -axB -ayW -aPe -axB -axD -axB -beA -aAa -aad -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(50,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -alz -arY -ami -atY -auV -awo -axI -azb -aAh -azb -aCx -aEc -aFi -aGR -axB -axB -axB -aMA -axB -axB -axB -axB -aTb -aUt -axB -axB -aYO -bao -axB -axD -axB -beA -awe -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(51,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aae -alz -alz -alz -arZ -ami -atZ -alz -alz -ave -alz -alz -aBe -aBe -aBe -aBe -aBe -aIk -aJG -aKU -aKU -aKU -aKU -aQs -aIk -aTc -aTc -aTc -aTc -aYP -aTc -aTc -bcm -bdr -bdr -bdr -bdr -bdr -bdr -bdr -bdr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(52,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -apm -ami -aqY -asa -ata -aua -ata -ata -axJ -ata -aAi -aBf -aCy -aEd -aFj -aBe -aIl -aJH -aKV -aMB -aNR -aPf -aQt -axB -aTc -aUu -aVE -aXh -aYQ -aUw -aTc -bcn -bds -beB -bfZ -bhL -bkB -blZ -bnB -bpj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(53,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -alz -alz -alz -asb -atb -aub -auW -auW -auW -auW -aAj -aBg -aCz -aEe -aFk -aGS -aIm -aJI -aKW -aMC -aNS -aPg -aQu -aRN -aTd -aUv -aVF -aXi -aYR -aVF -aTd -bco -bdr -beC -bga -bdr -bkC -bdr -bkC -bkC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(54,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -apn -aql -alz -asb -atc -anR -ami -awp -axK -alz -aAk -aBe -aCA -aEf -aFl -aGT -aIl -aJH -aKX -aMD -aMD -aKX -aQv -aRO -aTc -aUw -aVG -aXj -aYS -aUw -aTc -bcp -bdr -beD -bga -bhM -bkD -bma -bnC -bkC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(55,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -alz -alz -apo -aqm -alz -asb -atc -auc -auX -ami -ami -alz -aAk -aBe -aCB -aEg -aFm -aGU -aIn -aJJ -aKY -aME -aME -aPh -aQw -axB -aTc -aUx -aUu -aXk -aYS -aUu -aTc -bcp -bdr -beE -bga -bga -bkE -bmb -bmb -bkC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(56,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaY -aaQ -aaQ -aad -aad -aad -aaa -aaa -aaa -alz -aox -ami -anQ -amP -asb -atc -aud -auY -awq -ami -alz -aAk -aBe -aCC -aEh -aFn -aGT -axB -aJH -aKZ -aMF -aMF -aKZ -aQx -aRP -aTc -aUw -aVH -aXk -aYS -bap -aTc -bcp -bdr -beF -bgb -bhN -bkE -bmb -bnD -bdr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -cmj -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(57,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -aad -aaa -aad -aaa -aad -aaa -acf -aaa -aad -aaa -aiG -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -alz -aoy -app -aqn -aqZ -asb -atc -aue -ami -ami -axL -alz -aAl -aBh -aCD -aEi -aFo -aBe -aIo -aJH -awe -awe -awe -awe -aQx -axB -aTc -aUy -aVI -aXl -aYS -aUw -aTc -bcq -bdt -bdt -bgc -bhO -bkF -bmc -bnE -bdr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aad -aad -aaa -cmk -aaa -aad -aad -aaQ -aaQ -aaY -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(58,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -acI -adh -adT -aaa -acI -adh -adT -aaa -acI -adh -adT -aaa -aaQ -aad -aad -aad -aaa -aaa -aaa -alz -aoz -ami -aqo -ara -asb -atc -auf -ami -awr -axM -azc -azc -azc -azc -azc -azc -azc -aIp -aJH -aLa -aMG -aNT -aPi -aQy -aRQ -aTe -aUz -aUz -aXm -aYT -baq -aTe -bcr -bdu -beG -bgd -bdr -bkG -bdr -bdr -bdr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aaa -aad -aaa -aad -aaa -aaa -cmk -aaa -aaa -aad -aaa -aad -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(59,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -abj -aad -acI -adi -adT -aaa -acI -adi -adT -aaa -acI -adi -adT -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -alz -alz -alz -alz -ara -asc -atc -alz -alz -alz -alz -azc -aAm -aAm -aAm -aEj -aFp -azc -aIq -aJK -aLb -aLb -aLb -aLb -aQz -aRR -aTc -aUw -aUw -aXn -aUu -aUw -aTc -bcs -aPj -beH -bge -aRT -bkH -bmd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -cfu -cfu -cfu -cfu -cfu -aaa -cml -aaa -cfu -cfu -cfu -cfu -cfu -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(60,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abj -aaa -acI -adi -adT -aad -acI -adi -adT -aad -acI -adi -adT -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -akT -aoE -arb -asd -atd -aug -aug -aug -axN -azd -aAn -aBi -aCE -aCF -aCF -azc -aIr -axB -axB -aMH -axB -axB -axB -aRS -aTc -aTc -aTc -aTc -aTc -aTc -aTc -aPj -aPj -beI -beO -aTf -bkI -bmd -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -cfv -cgA -cgA -cgA -cgA -ckX -cmm -cnA -coC -coC -coC -coC -csc -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(61,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -acI -adi -adT -aaa -acI -adi -adT -aaa -acI -adi -adT -aad -aad -aad -aad -aad -aaa -aaa -aaa -aad -aaa -akT -ami -arc -ase -ate -ate -ate -aws -axO -aze -aAo -aBj -aCF -aCF -aCF -azc -azc -azc -aLj -aIk -aIk -aPj -aPj -aPj -aPj -aRT -aVJ -aXo -aYU -bar -bbm -bct -aPj -beI -beO -bhP -aPj -aPj -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -aad -cfw -cfw -cfw -cfw -cfw -aaa -cmm -aaa -cfw -cfw -cfw -cfw -cfw -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(62,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aad -aaa -acI -adi -adT -aaa -acI -adi -adT -aaa -acI -adi -adT -aaa -aad -aaa -ajJ -alv -alv -alv -alv -alz -alz -alz -aqp -ard -alz -atf -aaF -auZ -ave -atZ -azc -aAp -aBk -aCG -aCF -aCF -aGV -aIs -aJL -aLd -aLd -aLd -aPj -aQA -aRT -aRT -aRT -aVK -aRT -aYV -bas -bbn -bcu -bdv -beJ -bgf -bhQ -bkJ -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -aaa -aaa -aaa -aad -aaa -aaa -aaa -cmm -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(63,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aaa -aaa -adj -aaa -aaa -aaa -adj -aaa -aaa -aaa -adj -aaa -aaa -ajJ -ajJ -ajJ -alw -amd -amK -alv -anN -ami -apq -ami -arc -alz -aaF -auh -aad -ave -atZ -azc -aAq -aBl -aCF -aCF -aCF -aCF -aCF -aJM -aLe -aMI -aLe -aPj -aPj -aPj -aTf -aUA -aVL -aVL -aVL -bat -bbo -bcv -aVL -beK -bgg -bhR -bkK -bmf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -aad -cfu -cfu -cfu -cfu -cfu -aaa -cmm -aaa -cfu -cfu -cfu -cfu -cfu -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(64,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -abo -abM -abM -acJ -adk -adk -adk -adk -adk -adk -adk -adk -adk -adk -aje -ajK -akp -akS -alx -ame -amL -ank -anO -anO -anO -anO -are -alz -atg -atf -auZ -ave -atZ -azc -aAr -aBm -aCF -aCF -aCF -aGW -aCF -aJL -aLe -aMJ -aNU -aPk -aQB -aQB -aTg -aUB -aPj -aXp -aXp -aXp -aXp -aXp -aXp -aXp -aXp -bhS -bkL -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -aaa -cfv -cgA -cgA -cgA -cgA -ckX -cmm -cnA -coC -coC -coC -coC -csc -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(65,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aaa -aaa -adl -aaa -aaa -aaa -adl -aaa -aaa -aaa -adl -aaa -aaa -ajJ -ajJ -ajJ -aly -amf -amM -anl -anP -anm -anm -aqq -arf -alz -alz -akT -alz -ave -atZ -azc -aAm -aAm -aAm -aCF -aFq -aGX -aIt -azc -aLf -aMK -aNV -aPl -aPl -aPl -aPl -aPl -aPl -aXp -aYW -aXp -aYW -aXp -aYW -aXp -aYW -bhS -bkL -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -acf -cfw -cfw -cfw -cfw -cfw -aaa -cmm -aaa -cfw -cfw -cfw -cfw -cfw -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(66,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaY -aaQ -aad -aaa -acI -adm -adT -aaa -acI -adm -adT -aaa -acI -adm -adT -aaa -aad -aaa -ajJ -alv -alv -alv -alv -anQ -ami -apq -ami -arg -ami -ami -ami -ami -awt -atZ -azc -azc -azc -azc -aEk -azc -azc -azc -azc -aLe -aML -aNV -aPl -aQC -aRU -aTh -aUC -aVM -aXp -baK -aXp -bbp -aXp -bdw -aXp -bgh -bhS -bkL -bme -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaY -aaa -aaa -aaa -aad -aaa -aaa -aaa -cmm -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(67,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -acI -adm -adT -aaa -acI -adm -adT -aaa -acI -adm -adT -aad -aad -aaa -aaa -alz -amg -amN -anm -amO -aoA -alz -ami -arh -alz -ath -asf -ava -ave -axP -aug -aAs -aBn -aCH -aEl -aFr -aGY -aIu -aJN -aLe -aML -aNV -aPl -biK -aQD -aQD -aUD -aVN -aXq -aYY -bau -bau -bcw -bdx -beL -beL -bhS -bkM -bmf -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaQ -aad -cfu -cfu -cfu -cfu -cfu -aaa -cmm -aaa -cfu -cfu -cfu -cfu -cfu -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(68,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -acI -adm -adT -aad -acI -adm -adT -aad -acI -adm -adT -aaa -aad -aad -aad -alz -amg -amO -ami -alz -alz -alz -ami -alz -alz -apq -alz -alz -ase -ate -aws -aAt -aBo -aCI -aCI -aFs -aCI -aCI -aJO -aLg -aMM -aNW -aPl -aQE -aQD -aTi -aUE -aVO -aXr -aYZ -bav -bbq -bcx -bbq -beM -bgi -bhS -bkM -bme -aaa -aaa -aaa -aaa -aaa -aaa -bwx -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aoB -bXz -aoB -aoB -aoB -aaa -aaQ -aaa -cfv -cgA -cgA -cgA -cgA -ckX -cmm -cnA -coC -coC -coC -coC -csc -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(69,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -acI -adm -adT -aaa -acI -adm -adT -aaa -acI -adm -adT -aad -aad -aaa -aaa -alz -alz -azi -alz -alz -aoB -alz -ami -ami -ami -arg -alz -avb -ami -axQ -ave -aAu -aBn -aCJ -aEl -aFt -aEl -aEl -aJN -aLe -aLe -aNX -aPl -aQF -aQD -aTj -aUF -aVP -aXp -aXp -aXp -aXp -aXp -aXp -aXp -aXp -bhS -bkM -aPj -aaa -aaa -bqF -bsf -btC -bqF -btC -bxK -bqF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aoB -bXA -aad -aad -cbb -aaa -aaQ -aad -cfw -cfw -cfw -cfw -cfw -aaa -cmm -aaa -cfw -cfw -cfw -cfw -cfw -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(70,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -acI -adn -adT -aaa -acI -adn -adT -aaa -acI -adn -adT -aaa -aaQ -aaa -aaa -alz -amh -amQ -ami -akT -aoB -akT -ami -alz -asf -ati -alz -avc -awq -ami -ave -aAv -aBn -aCK -aEm -aFu -aEl -aIv -aBn -aLe -aLe -aNY -aPl -aQG -aQD -aTk -aUG -aVQ -aXs -aZa -aZb -bbr -aPl -bdy -aPj -bgj -bhT -bkM -aPj -aaa -aaa -bnF -bsg -btD -bnF -btD -bxL -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aae -bXA -aae -aae -aoB -aaa -aaQ -aaa -aaa -aad -aaa -aad -aaa -aaa -cmm -aaa -aaa -aad -aaa -aad -aaa -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(71,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaQ -aad -aad -alz -ami -ami -ami -akT -aad -akT -ami -alz -alz -alz -alz -alz -awu -alz -ave -aAv -aBn -aCL -aEl -aEl -aEl -aIw -aBn -aLe -aLe -aNV -aPm -aQD -aQD -aTl -aUH -aVQ -aXt -aZb -baw -bbs -aPl -bdz -aPj -bgj -bhU -bkM -bhY -bnF -bnF -bnF -bsf -btE -bnF -btE -bxK -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aad -bXA -aoB -aae -aoB -aaa -aaQ -aaQ -aaQ -aad -aad -aad -aad -aad -cmn -aad -aad -aad -aad -aad -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(72,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aaY -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaa -aaa -alz -amj -amR -ami -alz -aoB -akT -ami -alz -arg -atj -alz -atj -ami -arY -ave -aAv -aBn -aCM -aEl -aEl -aGZ -aIx -aBn -aLe -aLe -aNZ -aPn -aQH -aQH -aTm -aUI -aVR -aXu -aZc -aZb -bbr -aPl -bdy -aPj -aRT -bhV -bkM -bhY -bnG -bpk -bqG -bsh -btF -bvf -bpk -bxM -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aad -bXA -aad -aae -aoB -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -cjR -cmo -cjR -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(73,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -alz -alz -azi -alz -aoB -alz -ami -ami -ami -ami -alz -aqo -ami -arY -ave -aAv -aBn -aCN -aEl -aEl -aEl -aIy -aBn -aLe -aLe -aNV -aPl -aQI -aQD -aTn -aUJ -aVQ -aXv -aPl -aPl -aPl -aPl -aPl -aPj -bgk -bhW -bkN -bmg -bnH -bpl -bpl -bsi -bmi -bmi -bwy -bxN -bhY -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aaa -aae -aaa -bWx -bXB -aoB -aae -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -cjR -cmp -cjR -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(74,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -amk -alz -ami -alz -aad -alz -alz -alz -alz -ami -alz -avd -awv -ate -azf -aAv -aBn -aCO -aEl -aFv -aEl -aIz -aJN -aLe -aLe -aNV -aPo -aQJ -aQD -aTo -aUK -aVQ -aXw -aZd -aZd -aZd -aZd -aPl -beN -bgl -bhX -bkO -bmh -bnI -bpm -bkV -bsj -bkV -bkV -bmj -bxM -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bEy -bEy -bNF -bEy -aoB -bXC -aoB -aae -aad -aad -bEy -bEy -bEy -bEy -bEy -bEy -cjR -cjR -cmq -cjR -cjR -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(75,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -alz -alz -ami -alz -aad -aaF -alz -ari -alz -ami -aui -ave -aww -axR -axR -aAw -aBp -aCP -aCP -aFw -aCP -aIA -aJP -aLh -aLe -aNV -aPl -aQK -aQD -aQD -aUL -aVQ -aXw -aZe -aZe -aZe -aZe -aPl -beO -bgm -bhY -bhY -bhY -bnJ -bpn -bmi -bsk -bmi -bmi -bwz -bxM -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bSh -bEy -bUD -bEy -bEy -bXC -bNF -bZM -bNF -aad -bEy -cev -cfx -cgB -chL -cjc -cjS -ckY -cmr -cnB -cjS -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(76,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -ann -akT -aaF -apr -alz -alz -alz -atk -atk -ave -aDV -alz -aoE -arY -aBn -aCQ -aEl -aFx -aHa -aIB -aJQ -aLi -aLi -aOa -aPl -aQL -aQD -aQD -aUM -aVS -aXx -aZf -aZf -aZf -bcy -bdA -beP -bgn -bhY -bkP -bmi -bnK -bpn -bqH -bsl -bqH -bmi -bnK -bxM -bnF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bJI -bSh -bJI -bSh -bEy -bXD -bNF -bJI -bNF -aad -bEy -cew -bJI -bJI -cgC -cjd -cjS -ckZ -cms -cnC -cjS -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(77,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alz -ami -alz -aaF -aad -aad -aaF -alz -akT -akT -ave -awy -axS -axS -axS -aBq -aBq -aBq -aBq -aBq -aBq -aBq -aLq -aLe -aNV -aPl -aQM -aQM -aTp -aQM -aVT -aXy -aZg -aZg -aZg -bcz -bdB -beQ -bgm -bhY -bkQ -bmi -bmi -bpn -bqH -bmi -bqH -bmi -bmi -bxM -bzp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bJI -bJI -bJI -bJI -bEy -bXE -bNF -bZN -bNF -bNF -bEy -bJI -cfy -cgC -chM -cje -cjS -cla -cmt -cnD -cjS -aae -aae -aae -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(78,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -alB -akT -aoC -aad -aaF -aad -aoB -aoB -aad -avf -awz -axT -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aJR -aLk -aLd -aOb -aPp -aPp -aPp -aPp -aPp -aPl -aPl -aPl -aPl -aPl -aPl -aPl -beO -bgm -bhY -bkR -bmi -bmi -bpn -bqH -bmi -btG -bmi -bwy -bxM -bzp -bzp -bzr -bzp -bzp -bFh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bJI -bSk -bJI -bJI -bEy -bXF -bJI -bJI -cbc -cce -bEy -cex -bEy -bEy -bEy -bEy -cjS -clb -cmu -cjS -cjS -bEy -cqr -bEy -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(79,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aad -akT -ami -akT -aoC -aaF -aad -aoB -aoB -aoB -aoB -avf -awz -axU -aad -aAx -aAx -aAx -aAx -aAx -aAx -aad -aJS -aLl -aMN -aNV -aPq -aQN -aRV -aTq -aPp -aVU -aXz -aZh -aZh -bbt -aZh -aZh -beR -bgo -bhY -bkS -bmi -bmi -bpn -bqH -bmi -bqH -bmi -bmi -bxO -bzp -bAu -bBP -bCW -bzp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bEy -bJI -bJI -bUE -bJI -bEy -bXG -bYD -bZO -cbd -ccf -bEy -bJI -bEy -bUG -chN -cjf -bEy -clc -bWA -bJI -coD -bEy -cqs -bEy -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(80,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -alz -alz -ami -alz -alz -alz -aaF -aad -aoB -aad -aad -avf -awz -axU -aaa -aAx -aBr -aCR -aEn -aFy -aAx -aaa -aJS -aLm -aLe -aNV -aPr -aQO -aQO -aTr -aPp -aVV -aXA -aZi -aZi -aZi -aZi -aZi -aZi -bgp -bhY -bkT -bmi -bnL -bpn -bmi -bmi -bmi -bmi -bmi -bxP -bzp -bAv -bBQ -bCX -bzr -aaa -aaa -aaa -aaa -bLd -aaa -aaa -aaa -aaa -bEy -bSi -bEy -bEy -bVF -bEy -bXH -bYE -bZP -cbe -ccf -cdl -bJI -cfz -bJI -bWA -cjg -bEy -bJI -bWA -bJI -bNE -bEy -cqt -bEy -aaa -aaa -aad -aaa -bEy -bEy -bNF -bNF -bNF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(81,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -alA -aml -amS -ami -anR -aoD -alz -aqr -aqr -aqr -aqr -aqr -avg -awA -axV -azg -aAy -aBs -aCS -aEo -aFz -aHb -aIC -aJT -aLm -aLe -aNV -aPq -aQP -aQO -aTs -aPp -aVW -aXB -aZj -bax -aZj -aZj -bdC -beS -bgq -aZm -bkU -bmi -bmi -bpn -bmi -bmi -bmi -bmi -bmi -bmi -bzq -bAw -bBR -bCY -bzr -aaa -aaa -bIf -bIf -bLe -bIf -bIf -aoB -aoB -bEy -bSj -bJI -bUF -bJI -bEy -bXI -bYF -bYE -cbf -ccg -bEy -bJI -bEy -cgD -chO -bEy -cjT -cld -cmv -bJI -bJI -cpr -bJI -bEy -bNF -bNF -bNF -bNF -bEy -cnE -cvP -cwq -bNF -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(82,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -alB -ami -amT -ami -ami -ami -amP -aqs -aqs -asg -aqs -aqs -avh -awz -axU -aaa -aAx -aBt -aCT -aEo -aFA -aHc -aID -aJU -aLn -aMO -aOc -aPs -aPs -aPs -aPs -aPs -aVX -aXC -aZk -bay -bbu -bcA -bdD -beT -aZk -bhZ -bkV -bmj -bmi -bpn -bmi -bsm -btH -btH -btH -btH -bzr -bAx -bBS -bCZ -bzr -aad -aad -bIf -bJB -bIh -bMk -bIf -aoB -aoB -bEy -bSk -bEy -bEy -bTu -bEy -bXJ -bYG -bZQ -cbg -bYH -bEy -bJI -bEy -bSn -chP -cjh -cjU -cle -bSn -bJI -bJI -bJI -bJI -bJI -bJI -bJI -bJI -bJI -cuH -bJI -cvQ -cwr -bNF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(83,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -alC -amm -amS -ano -anS -aoE -alz -aqr -aqr -aqr -aqr -aqr -avi -awB -axW -azh -aAz -aBu -aCU -aEp -aFB -aHb -aIC -aJV -aLm -aMP -aOd -aPt -aQQ -aQQ -aQQ -aQQ -aVY -aXD -aZj -aZj -bbv -bcB -bdE -aZj -bgr -aZi -bkW -bmk -bnM -bpn -bmi -bhY -btI -bvg -bwA -bxQ -bzr -bAy -bBT -bDa -bzr -aaa -aaa -bIf -bJC -bIh -bMl -bIf -aoB -aoB -bEy -bJI -bJI -bUG -bVG -bEy -bXK -bYH -bJI -bJI -bNE -bEy -bNE -bEy -bVG -bUH -bEy -bEy -clf -bEy -bEy -bEy -bEy -bVF -bEy -bNF -bNF -bNF -bNF -bEy -cvm -cvR -bLh -bNF -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(84,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -akT -akT -alz -alz -akT -alz -alz -alz -aaa -aaa -aaa -aaa -aae -avf -awz -axU -aaa -aAx -aBv -aCV -aEq -aFC -aAx -aaa -aJS -aLm -aMQ -aOe -aPu -aPu -aPu -aPu -aPu -aVZ -aXE -aZl -baz -bbw -bcC -bdF -aZl -bgs -aZm -bhY -bml -bnN -bpo -bqI -bhY -bhY -bhY -bhY -bhY -bzp -bAz -bBU -bDb -bzp -aaa -bzs -bzs -bzs -bLf -bMm -bzs -aad -aad -bEy -bSl -bTu -bEy -bEy -bEy -bEy -bEy -bZR -bEy -bEy -bEy -bEy -bEy -bEy -bEy -bEy -bEy -bWA -bNF -aaa -bEy -cpr -bJI -bEy -aaa -aaa -aad -aaa -bEy -bEy -bEy -bEy -bEy -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(85,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -avf -awz -axU -aad -aAx -aAx -aAx -aAx -aAx -aAx -aad -aJS -aLm -aMQ -aOf -aLe -aPu -aRW -aTt -aPu -aWa -aXB -aZm -aZm -aZm -bcD -aZm -aZm -aZm -bhY -bkX -bmm -bnO -bpp -bqJ -bsn -btJ -bvh -bwB -bxR -bzp -bzr -bBV -bDc -bzp -bzs -bzs -bIg -bJD -bJD -bMn -bzs -aaF -aaF -bEy -bSm -bTv -bTv -bEy -bJI -bXL -bJI -bJI -bEy -cch -cdm -cey -bZS -cgE -chQ -cji -bEy -bWA -bNF -aaa -bNF -bLi -cqu -bEy -aaa -aaa -aad -aaa -aaa -aad -aad -cmC -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(86,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -avf -awC -axX -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aJW -aLm -aMQ -aOf -aLe -aQR -aRX -aTu -aPu -aWb -aXF -aZn -aZn -aZn -bcE -aPj -beU -aRT -bhY -bkY -bmn -bnP -bpq -bqK -bpw -bpw -bvi -bpw -bxS -bzs -bAA -bBW -bDd -bEv -bFi -bGJ -bIh -bIh -bIh -bIh -bIf -aad -aad -bNF -bSn -bJI -bJI -bEy -bJI -bEy -bEy -bEy -cbh -cci -cdn -cez -cfA -cgF -cgF -cjj -bEy -bWA -bNF -aad -coE -coE -coE -coE -coE -coE -coE -coE -coE -coE -aaa -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(87,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -arj -auj -avg -awD -axY -axY -axY -axY -axY -axY -axY -axY -axY -axY -aLo -aMR -aOf -aPv -aPu -aRX -aTv -aPu -aWc -aXG -aWd -aWd -bjq -bcF -aWd -beV -bgt -bia -bkZ -bmo -bnQ -bpr -bqL -bso -bso -bvj -bso -bxT -bzt -bAB -bBX -bDe -bEw -bFj -bGK -bEw -bJE -bLg -bMo -bIf -aoB -aoB -bNF -bSo -bJI -bJI -bVH -bJI -bEy -bYI -bYI -bYI -bYI -bYI -ceA -bZS -cgG -chR -cjk -bEy -bWA -bNF -aaa -coE -cps -cqv -cro -csd -csy -cti -ctW -cuI -coE -aaa -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(88,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -arj -auk -avi -awE -axZ -axZ -axZ -axZ -axZ -axZ -aFD -axZ -axZ -aJX -aLp -aMS -aOg -aPw -aPu -aRY -aTw -aPu -aWd -aXG -aZo -baA -aZs -bcG -aWd -beW -bgu -bib -beV -bmp -bnR -bps -bqM -bsp -bsp -bvk -bwC -bxU -bzu -bAC -bBY -bDf -bAC -bFk -bGL -bIi -bIh -bIh -bMp -bIf -aad -aad -bNF -bJI -bJI -bUH -bEy -bJI -bEy -bYJ -bZS -cbi -ccj -ccj -ccj -bZS -bZS -bZS -bZS -bEy -bWA -bNF -aaa -coE -cpt -cqw -crp -cqw -csz -ctj -ctX -cuJ -coE -aad -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(89,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ado -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arj -arj -arj -aul -avg -awF -aya -aya -aya -aya -aya -aya -aya -aya -aya -aya -aLx -aMQ -aOh -aPx -aPA -aPA -aPA -aPA -aWd -aXH -aZp -aZp -bby -bcG -aWd -beX -beV -bic -beV -bmq -bnS -bpt -bqN -bsq -bpw -bvl -bwD -bxV -bzv -bAD -bBZ -bDd -aTR -bFl -bDd -bIh -bJF -bIh -bMq -bzs -aaF -aaF -bEy -bJI -bTw -bNE -bEy -bJI -bEy -bYI -bYI -cbj -cck -cbj -cbj -bYI -cgH -cgH -bYI -bNF -bWA -bNF -aad -coE -cpu -cqx -crq -cse -csA -ctk -ctY -cuK -coE -aaa -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(90,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaZ -aaZ -aaZ -afq -aaZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -anp -aaa -aaa -aaa -aaa -arj -ash -aqs -aqs -avg -awF -aya -aAA -aCX -aCX -aCZ -aEr -aFE -aHd -aIE -aJY -aLr -aMT -aOi -aLe -aPA -aRZ -aTx -aUN -aWd -aXI -aZp -aZp -baZ -bcG -aWd -beX -bgv -bid -bla -bmr -bnT -bpu -bqO -bpu -btK -bvm -bwE -bxW -bxW -bxX -bCa -bDg -bxW -bFl -bGM -bIj -bIj -bIj -bMr -bzs -aad -aad -bEy -bQW -bEy -bEy -bEy -bWy -bEy -bYK -bZT -bYI -ccl -cdo -bYI -cbk -ccj -ccj -ceC -bNF -bWA -bNF -aaa -coE -cpt -cqy -crr -cqy -csB -ctl -ctZ -coE -coE -aaa -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(91,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaZ -adU -aeE -afr -aaZ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aiI -akU -aiI -aaa -aiI -anq -aiI -aaa -aaa -aaa -arj -asi -aqs -aqs -avh -awF -aya -azj -aAB -aBw -aDa -aEs -aFF -aHe -aIF -aya -aLm -aMQ -aOj -aPy -aQS -aSa -aTy -aUO -aWd -aXJ -aZq -aZG -bba -bcH -aWd -beX -bgw -bie -blb -bmq -bih -bpv -bqP -bsr -bpw -bvn -bpw -bxX -bzw -bAE -bCb -bDh -bxW -bFm -bGN -bzs -bzs -bzs -bzs -bzs -bNF -bNF -bEy -bJI -bNF -aaa -bNF -bWz -bXM -bYL -bZU -cbk -ccj -ccj -ceB -cbk -ccj -chS -ceC -bNF -bWA -bNF -aaa -coE -cpv -cqz -cro -csf -csC -ctm -cua -coE -aad -aad -cws -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abi -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(92,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaZ -abp -abp -abp -aaZ -aaZ -adV -aeF -afs -aaZ -aaZ -aad -aaa -aad -aad -aad -aad -aiI -akV -aiI -aaa -aiI -akV -aiI -aad -aad -aad -arj -arj -arj -arj -avg -awF -aya -azk -aAC -aBx -biy -aEt -aEt -aHf -aIG -aJZ -aLs -aMU -aOk -aPz -aQT -aSb -aSb -aUP -aWd -aXK -aZr -baB -bbA -bcI -aWd -beX -bgx -bif -blc -bms -bnU -bpw -bqQ -bpw -bpw -bvo -bpw -bxX -bzx -bAF -bAG -bDi -bxW -bFn -bGO -bEy -bJG -bLh -bEy -bNE -bJI -bJI -bJI -bJI -bNF -aad -bNF -bWA -bEy -bYI -bYI -cbl -ccj -ccj -ceC -bYI -ccm -ccm -bYI -bNF -bWA -bNF -aad -coE -coE -coE -coE -coE -csD -ctn -coE -coE -aaa -aaa -cws -aad -abi -abi -abi -abi -abi -abi -abi -abi -abi -aaa -aad -cxO -abi -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(93,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aba -abq -abN -acg -acK -adp -adW -aeG -aft -afZ -aaZ -aad -aaa -aaa -aiH -aiH -ajL -akq -akW -aiI -amn -aiI -anr -anT -ajL -aiH -aiH -arj -asj -aqs -arj -avj -awF -aya -azl -aAD -aBy -biz -aEu -aFG -aHg -aFG -aKa -aLm -aMQ -aOl -aLe -aPA -aSc -aTz -aTz -aWd -aXL -aZs -aZp -aZp -aZs -aWd -beY -bgy -bie -blb -bmt -beV -bpw -bpw -bss -btL -bpw -bpw -bxX -bzy -bAG -bCc -bDj -bxW -bFo -bGO -bIk -bJH -bJI -bEy -bEy -bNF -bNF -bJI -bNF -bEy -aaa -bNF -bWA -bEy -bYM -bZV -bYI -ccm -ccm -bYI -bYI -bYI -chT -cjl -bEy -bWA -bEy -aaa -aad -aaa -aaa -aad -coE -csE -cto -cub -coE -aaa -aaa -cws -aad -abi -cxO -cxO -cxO -cxO -cxO -cxO -cxO -abi -aaa -aad -cxO -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(94,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abb -abr -abO -ach -acL -adq -adX -aeH -afu -aga -aaZ -aad -aaa -aad -aiH -ajf -ajM -akr -akr -alD -aiH -amU -akr -anU -aiH -aps -aqt -arj -ask -aqs -aum -avh -awF -aya -aCW -aCY -aCY -biA -aEv -aEN -aHh -aIH -aKb -aLt -aMV -aOm -aPA -aPA -aSd -aTA -aUQ -aWd -aXM -aZt -baD -baD -bcJ -bdG -beZ -aPN -big -bld -bmu -beV -bpy -bpw -bpw -bpw -bvp -bwF -bxW -bzz -bAH -bCd -bDk -bxW -bFp -bGP -bEy -bJI -bLi -bEy -aaa -aad -bNF -bJI -bNF -aaa -aaa -bVI -bWB -bMs -bMs -bMs -bMs -bIm -bIm -bIm -bIm -bMs -bMs -bMs -cjV -bWA -bEy -bEy -bEy -bEy -bEy -bEy -coE -csF -ctp -cuc -coE -aad -aad -cmC -aad -abi -abi -abi -abi -abi -abi -abi -abi -abi -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(95,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abc -abs -abP -aci -acM -adr -adY -aeI -afv -agb -aaZ -aad -aaa -aaa -aiI -ajg -ajN -aks -akX -alE -aiI -amV -akX -anV -aoF -akV -aqu -arj -asl -aqs -arj -avk -awG -aya -aya -aya -aya -aya -aya -aya -aya -aya -aya -aMW -aOn -aWU -aPA -aPA -aSe -aSe -aSe -aWd -aWd -aWd -bbx -bbC -aWd -aWd -beV -bgA -bih -ble -bih -beV -bpz -bpz -bst -bst -bpz -bpz -bxW -bxW -bxW -bxW -bxW -bxW -bFq -bGQ -bEy -bEy -bEy -bEy -bNF -bNF -bNF -bQW -bNF -bNF -bNF -bVJ -bWC -bNG -bNG -bNG -bNG -bNG -bNG -bNG -bNG -bNG -bNG -bNG -cjW -clg -cmw -cnE -bEy -bUH -cjg -cfW -cfW -csD -ctq -coE -cfW -cfW -cfW -cfW -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(96,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaF -aag -aag -abd -abt -abt -abt -abt -abt -adZ -aeJ -afw -afw -afw -aad -aaa -aaa -aiI -ajh -ajO -akt -akY -alF -amo -amW -akY -anW -aiH -aiH -aiH -arj -arj -arj -arj -avl -awH -ayb -ayb -aAE -aqs -aqs -aqs -aqs -aqs -aqs -arj -aLu -aMX -aOo -aPM -aQU -aIP -aIP -aIP -bbV -bbV -bbY -aIP -aIP -aQU -bfP -bjC -bjJ -bfa -blf -bfa -bnV -bfa -bqR -bsu -bsu -bvq -bvq -bxY -bzA -bzA -bzA -bDl -bEx -bFr -bGR -bIl -bIl -bIl -bIl -bNG -bIl -bIl -bIl -bNG -bIl -bIl -bVK -bWD -bXN -bXN -bXN -bXN -bXN -bXN -bXN -bXN -bXN -bXN -bXN -bVJ -bWH -cmx -bEy -bEy -bJI -bJI -crs -csg -csG -ctr -cud -cuL -cvn -cvS -cwt -aaa -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -abi -abi -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(97,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aag -aag -aag -aaR -abe -abu -abQ -acj -acN -ads -aea -aeK -afx -aag -aag -aag -aag -aag -aag -aji -ajP -aku -akZ -alG -amp -amX -akX -anX -aoG -apt -aqv -apt -apt -apt -apt -avm -awI -ayc -azn -aAF -aBz -aDb -aEw -aFI -aHi -apy -aoJ -aLv -aMY -aOp -aRg -biL -biL -aPB -aIP -aIP -aIP -aLz -aIP -aIP -aNh -aIP -aIP -bgC -aIP -blg -bmv -bnW -bpA -bqS -bpA -bpA -bpA -bpA -bpA -bpA -bpA -bCe -bDm -bEy -bEy -bGS -bIm -bIm -bIm -bMs -bIm -bIm -bIm -bIm -bIm -bIm -bMs -bVL -bFn -bXN -bYN -bYN -cbm -cbm -cdp -ceD -cbm -bYN -bYN -bXN -cjX -clh -cmy -cnF -coF -cpw -cpw -crt -crt -csH -cts -cue -crF -crF -cvT -cwu -cwV -cxx -cwV -cyf -cyB -cyf -cyf -cyB -czT -aaa -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(98,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaf -aag -aag -aag -aag -aaG -aaK -aaq -aaq -aaq -abR -aaq -aaq -adt -abw -aeL -afy -abQ -agy -agC -agC -ain -aag -ajj -ajQ -aiU -aiU -aiU -aiU -ajL -ans -aiH -aoH -aoH -aoH -aoH -aoH -aoH -aoH -avn -awJ -ayd -azo -aAG -ayd -ayd -ayd -ayq -ayq -ayq -ayq -aLw -aMZ -aIP -aRm -bbe -bbe -bbe -aLy -aIP -aXN -aZu -bbZ -aXN -aXN -aXN -bbZ -bjK -bjT -bbZ -bmw -aLz -bpB -bqT -bsv -aIP -aIP -aXN -aKe -bbe -aIP -aIP -bDn -aIT -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -bEy -bVM -bFn -bXN -bYO -bZW -cbn -cbm -cdq -ceE -cfB -cgI -chU -bXN -cjY -cli -cmz -cnG -bUI -bUI -bUI -cru -csh -csI -ctt -cuf -cuf -cvo -cvU -cwv -cwW -cxy -cwW -cyg -cyC -cyB -cyB -cyC -cxP -aad -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(99,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aag -aal -aau -aaz -aaq -aaH -aaq -abf -aaq -abQ -ack -acO -adu -aeb -aeL -afz -agc -agz -ahg -ahg -aio -abQ -ajk -ajR -agd -ala -alH -amq -aiU -anb -anY -aoH -apu -aqw -ark -apx -apx -aoH -avn -awJ -aye -azp -aAH -aBA -aDc -ayd -aFJ -aHj -aII -ayq -aLR -aIP -aOq -aIL -aIL -aIL -aIL -aIR -aIP -aXO -aZv -aZv -bbD -bcK -bcK -aZv -aZv -aZv -blh -bmx -blh -blh -bqU -bsw -bsw -bsw -bsw -bxZ -aTB -aLP -aIP -aKl -aIT -aaa -bGT -bIn -bIn -bIn -bMt -aaa -aad -aaa -aaa -aad -aad -bEy -bGO -bFn -bXN -bYP -bZX -cbo -ccn -cdr -bYN -cfC -cgJ -chV -bXN -cjZ -cfW -cfW -cfW -cfW -cfW -cfW -cfW -cfW -csJ -ctu -csk -crF -cvp -cvV -cww -cwX -cxy -cwX -cyh -cyC -cyf -cyf -cyC -czT -aaa -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(100,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aah -aam -aav -aaA -aaq -aaq -aaq -aaq -abv -abQ -abQ -abQ -abQ -aec -aeM -afz -abQ -agA -ahh -ahI -aio -abQ -ajl -ajS -akv -aiM -ald -amr -aiU -anb -anY -aoH -apv -aqx -arl -asm -atl -aun -avo -awJ -ayf -azp -aAI -aBB -aDd -aDi -ayo -ayo -ayo -ayq -aEE -aIP -aOq -aIL -aaa -aaa -aIL -aIR -aIP -aXP -aZv -baF -bbE -bcL -bdI -baJ -bgE -bij -bli -bmy -bnX -blh -bqV -bsx -btM -bsx -bwG -bsx -aTB -bAI -aIP -bDn -aIT -aad -bGU -bIo -bJJ -bLj -bGU -aad -aad -aaa -aaa -bSp -bTx -bMs -bVN -bFn -bXN -bYQ -bZY -bZY -cco -cds -bYN -bYN -bYN -chW -bXN -cjZ -cfW -cmA -cnH -coG -cpx -cpx -cpx -cfW -csK -ctu -crF -crF -cvq -cvW -cwt -cwW -cxy -cwW -cyg -cyC -cyB -cyB -cyC -cxP -aad -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(101,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aai -aan -aaw -aaB -aaq -aaq -aaS -aaq -abw -abQ -acl -acP -ads -aed -aeN -afA -abQ -agB -ahi -ahi -aip -ads -ajm -ajT -agd -alb -alI -ams -aiU -anb -anY -aoI -apw -aqy -arm -apx -atm -aoH -avn -awJ -ayg -azq -aAJ -aBC -aDe -aEx -aFK -aHk -aFL -aAQ -aIR -aIP -aOq -aIL -aaa -aaa -aTB -aUR -aWe -aXQ -aZv -baG -baJ -baJ -baJ -bfb -aZy -aZy -blj -bmz -bnY -bob -bqW -bsy -btN -bob -bob -bob -bob -bAJ -aIP -bDo -aIT -aaa -bGV -bIp -bJK -bLk -bMu -aaa -aad -aad -aad -bSq -bTy -bUI -bUI -bWE -bXN -bYR -bZZ -cbp -ccp -bYN -bYN -cfD -cgK -chX -bXN -cjZ -cfW -cmA -cnI -coH -cpx -cpx -cpy -cfW -csL -ctu -cug -cuM -cvr -cvX -cfW -cwY -cxy -cwX -cyh -cyC -cyf -cyf -cyC -czT -aaa -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(102,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaj -aao -aav -aaC -aaq -aaL -aaT -aaq -abx -abS -acm -acQ -adv -aee -aeL -afB -abQ -agC -agC -ahJ -aiq -aiJ -ajn -ajU -agd -agd -agd -aiU -aiU -ant -anY -aoH -apx -apw -apw -asn -atn -auo -avp -awK -ayh -azr -aAK -aBD -ayo -aEy -aFL -aFL -aFL -aKc -aIR -aIP -aOr -aIL -aaa -aaa -aPC -aUS -aWf -aXR -aZv -baH -bbF -bcM -bcM -bfc -bgF -aZy -blk -bmA -bnY -bpC -bqX -bsz -btO -bvr -bwH -bya -bob -bAK -aIP -bDn -bEz -bEz -bGW -bIq -bJL -bLl -bGW -bEz -bEz -bPN -bPN -bSr -bTz -bPN -bPN -bWF -bXN -bYS -caa -cbm -ccq -bYN -cbm -cbm -cgL -chY -bXN -cjZ -cfW -cmB -cnI -cnI -cpy -cpy -cpy -cfW -csM -ctv -cqB -cqB -cmC -cmC -cfW -cwW -cxy -cwW -cyg -cyC -cyB -cyB -cyC -cxP -aad -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(103,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aai -aap -aav -aaD -aaH -aaM -aaU -aaq -aaq -abQ -acn -acR -abQ -aef -aeL -afC -agd -agd -agd -agd -agd -agd -ajo -ajV -akw -alc -alJ -amt -amY -anb -anY -aoH -apw -apw -arn -apw -apx -aoH -avn -awJ -ayi -azp -aAL -aBE -aDf -aEz -aFM -aHl -aFL -aAQ -aIR -aIP -aOq -aIL -aaa -aaa -aPC -aZQ -aWg -aXS -aZv -baI -bbG -bcN -bdJ -bfd -bgG -aZy -bll -bmB -bnY -bpD -bpL -bra -brg -bvs -bwI -byb -bob -aLP -aIP -bDn -bEz -bFs -bGX -bFz -bJM -bFz -bMv -bNH -bEz -bPO -bQX -bSs -bTA -bUJ -bPN -bWF -bXN -bYN -bYN -cbm -ccr -cdt -ceF -cbm -bYN -bYN -bXN -cjZ -cfW -cfW -cnJ -cnJ -cfW -cfW -cfW -cfW -csN -ctu -cuh -cuN -cmC -cvY -cfW -cwY -cxy -cwX -cyh -cyC -cyf -cyf -cyC -czT -aaa -aaa -abi -cxO -abi -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(104,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaj -aaq -aav -aaq -aaq -aaH -aaq -aaq -aby -abQ -abQ -abQ -abQ -aeg -aeL -afD -agd -agD -ahj -ahK -air -agd -ajp -ajW -akx -ald -ald -amu -amY -anb -anZ -aoH -aoH -aoH -aoH -aoH -aoH -aoH -avn -awJ -ayj -azp -aAM -aAP -aDg -aEA -ayo -ayo -aIJ -ayq -aLN -aIP -aOq -aIL -aaa -aPC -aPC -aPC -aWh -aPC -aZv -baJ -bbG -bcO -bdK -bfe -bgH -aZy -aZy -aZy -bnY -bpE -bpM -brf -brg -bvt -bwJ -byc -bob -biF -bCf -bDp -bEz -bFt -bFz -bFz -bJN -bFz -bFz -bNI -bEz -bPO -bPP -bSs -bTB -bUK -bPN -bWF -bXO -bYT -cab -cab -ccs -cdu -ceG -cab -cab -chZ -bXO -cjZ -cfW -cmC -cnK -cnK -cmC -cmC -crv -csi -csO -ctw -cui -crF -cvs -cvZ -cwx -cwW -cxz -cxP -cyg -cyC -cyB -cyB -cyC -cxP -aad -aad -abi -abi -abi -atJ -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(105,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aai -aar -aax -aaq -aaq -aaq -aaq -aaq -abz -abQ -aco -acS -abQ -aeh -aeO -afD -agd -agE -ahk -ahL -ais -agd -ajq -ajX -aky -ale -alK -amu -amY -anu -aoa -aoJ -apy -apy -apy -aso -apy -aup -avq -awK -ayk -azp -aAN -aBF -aDh -ayd -aFN -aHm -aIK -ayq -aLP -aIP -aOq -aIL -aaa -aPC -aTC -aUU -aWi -aXT -aZw -bce -bbH -bcP -bcP -bff -bgI -bgI -blm -bgI -bnZ -bpF -bpN -bpN -brh -bvu -bwK -byd -bob -bAL -aIP -bDn -bEz -bFu -bGY -bIr -bJM -bLm -bMw -bNJ -bEz -bPP -bPP -bSt -bTC -bUL -bPN -bWF -bXO -bYU -cac -cbq -cct -cdv -ceH -cfE -cgM -cia -bXO -cjZ -cfW -cmD -cnL -coI -cpz -cqA -crw -csj -csP -ctx -cuj -csV -cfW -cfW -cfW -cwZ -cxA -cxQ -cyi -cxQ -cxQ -czp -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(106,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aak -aas -aas -aas -aaI -aaN -aaV -aas -abA -abT -acp -acT -adw -aei -aeP -afD -agd -agF -ahl -ahl -ait -agd -ajr -ajY -akz -agd -agd -amv -amZ -anb -anY -aoK -aoK -aoK -aro -asp -ato -auq -avr -awJ -ayl -azs -aAO -aBG -aDi -ayd -ayq -ayq -ayq -ayq -aLP -aIP -aOq -aIL -aaa -aPC -aTD -aUV -aWj -aXU -aZx -baL -bbI -bcQ -bcQ -bcQ -bcQ -bcQ -bcQ -bcQ -boa -bpG -brb -bsC -btR -bvv -bpG -bye -bzB -bAM -bpA -bDq -bEz -bFv -bFz -bFz -bJM -bFz -bFz -bFz -bEz -bPQ -bPP -bSs -bTC -bUM -bPN -bWF -bXO -bYV -cad -cbr -ccu -cdw -ceI -cae -cgN -cib -bXO -cjZ -cfW -cmE -cnM -coJ -cpA -cqB -cqH -crF -csQ -cty -cuk -cuO -cuO -cuO -cwy -cxa -cxB -cxR -cyj -cyD -cyT -czq -czp -cfW -cfW -cfW -cfW -cfW -cfW -aaa -cBg -abi -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(107,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aag -aat -aay -aaE -aaJ -aaO -aaW -aaq -aaq -abQ -acq -acO -adu -aej -aeQ -abQ -agd -agG -ahm -ahM -aiu -agd -ajs -ajZ -akA -alf -alL -amu -amY -anb -anY -aoK -apz -aqz -arp -asq -aoK -aoK -avn -awL -aym -azt -aAP -ayo -aDj -ayo -aFO -aAQ -aaa -aIL -biF -aLz -aOs -aPC -aPC -aPC -aTE -aUW -aWk -aXV -aZy -baM -bbJ -bcR -baJ -bfg -bgJ -bik -aZv -aZv -bob -bob -bob -bob -bob -bob -bob -bob -bob -bAN -aIP -bfQ -bEz -bFw -bGZ -bIs -bJO -bLn -bFz -bNK -bEz -bPR -bQY -bSu -bTD -bUN -bPN -bWG -bXO -bYW -cae -cbs -ccv -cdx -ceJ -cfF -cgO -cic -bXO -cjZ -cfW -cmF -cnN -coK -cpB -cqC -cqI -crF -csR -ctz -cul -cuP -cuP -cuP -cuP -cxb -cuP -cuP -cyk -cuP -cyU -czr -csR -czU -cwJ -cAs -cwJ -cAV -cfW -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(108,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aag -aag -aag -aag -aag -aag -aag -abg -abB -abQ -abQ -abQ -abQ -aek -aeR -afE -age -agH -agH -agH -agH -aiK -ajt -ajW -akB -ald -ald -amu -amY -anb -anY -aoK -apA -apB -arq -apB -atp -aoK -avn -awL -ayn -azt -ayo -ayo -aAQ -ayo -aFP -aAQ -aaa -aIL -aLP -aIP -aOq -aPD -aKn -aSg -aTF -aUX -aWl -aXW -aXX -baN -baN -baN -baN -bfh -aZv -aZv -aZv -aad -aad -aaa -aad -aaa -aad -aaa -aaa -aaa -aIL -aWD -aIP -bDr -bEz -bFx -bFz -bIt -bJP -bLo -bFz -bNL -bEz -bPR -bPR -bSv -bTC -bUO -bPN -bWH -bXO -bXO -caf -cbt -ccw -cdy -ceK -cfG -cgP -cid -bXO -cjZ -cfW -cmG -cnO -coL -cpC -cqD -crx -crx -csS -ctA -cum -cuQ -cvt -cvt -cwz -cxc -cxC -cxS -cyl -cyE -cyV -czs -czH -czV -czV -cAt -cwJ -cwJ -cfW -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(109,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aad -aag -abh -abC -abU -acr -acU -abQ -ael -aeS -afF -agf -agI -agI -agI -agI -aiL -aju -aka -aky -ale -alM -amu -amY -anb -anY -aoL -apB -aqA -arr -asr -atq -aoK -avn -awL -ayo -azu -ayo -aBH -ayq -ayq -ayq -ayq -aIL -aIL -aLP -aIP -aOq -aPE -aQV -aSh -aTG -aUY -aWm -aXX -aXZ -baO -bbK -bcS -bdL -aXY -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aIL -aWD -aIP -bDs -bEz -bFy -bFz -bIu -bJQ -bLp -bMx -bNM -bEz -bPS -bPR -bSw -bTC -bUP -bPN -bWH -bNE -bXO -bXO -bXO -bXO -bXO -bXO -cfH -cgQ -bXO -bXO -cjZ -cfW -cmH -cnP -coM -cpD -cqE -cry -cqM -csT -ctB -cun -cuR -cvu -cwa -cwA -cxd -cxD -cxT -cwG -cyF -cyW -czt -czI -czW -cAg -cAu -cAG -cAW -cfW -aad -abi -cxO -abi -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(110,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aaP -aaX -aaX -aaX -aaX -aaX -aaX -aaX -aaX -aaX -aaX -agg -agJ -agg -agJ -agg -aiM -ajv -akb -akz -agd -agd -amv -ana -anb -anY -aoK -apC -aqB -ars -apB -atr -aoK -avn -awL -ayp -azv -ayo -ayo -aDk -aEB -aFL -aHn -aIM -aKd -aLA -aNa -aOq -aPF -aQW -aSi -aTH -aUX -aWn -aXY -aZz -aZA -aZA -baP -bdM -bfi -bgK -bgK -bgK -bmC -bgK -bgK -bgK -bgK -btS -aad -aad -aad -aIL -aWD -aIP -bfQ -bEz -bFz -bFz -bFz -bJQ -bLq -bMy -bNN -bEz -bPS -bQZ -bSw -bTE -bUQ -bPN -bWI -bXP -bXP -bXP -bXP -bXP -cdz -bEy -cfI -cgR -cie -bEy -cjZ -cfW -cmC -cnQ -coN -cmC -cmC -crz -crF -cfW -ctC -cuo -cuS -cvv -cwa -cvA -cxe -cxk -cxk -cvA -cyG -cyX -czu -csV -cnI -cAh -cAv -cAv -cnI -cfW -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(111,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abi -aad -aaX -acs -acV -adx -aem -aem -aaX -agh -agK -ahn -ahN -aiv -aiN -ajw -ajZ -akA -alf -alN -amu -amY -anb -anY -aoK -aoK -aqC -aqC -aqC -aoK -aoK -avs -awL -ayq -ayq -aAQ -aAQ -ayq -ayq -ayq -ayq -aIN -aIP -aLB -aNb -aOq -aPE -aQX -aSj -aTI -aUZ -aWo -aXY -aZA -aZA -aZA -aZA -aZA -bfj -bjL -bjU -bjU -bmD -boc -bpH -brc -bsD -btT -bgK -bwL -byf -btS -bAO -aIP -bDt -bEz -bEz -bEz -bEz -bJR -bEz -bMz -bEz -bEz -bPN -bPN -bSx -bTF -bPN -bPN -bEy -bEy -bEy -bEy -bEy -bEy -cdA -bEy -cfJ -cgS -cif -cjm -cka -cfW -cmI -cnR -coO -cpE -cqB -crA -csk -cfW -ctD -cun -cuT -cvw -cvA -cwB -cxf -cxf -cxU -cvA -cyH -cyY -czu -cfW -czX -cwJ -cwJ -cwJ -cwJ -cfW -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(112,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abi -aaa -aaX -act -acW -ady -aen -aem -aaX -agi -agL -aho -ahO -aiw -aiM -ajv -ajW -akC -alg -ald -amu -amY -anb -anY -aoM -amY -amY -amY -amY -ats -aur -avt -awM -ayr -azw -azw -azw -azw -azw -aFQ -aHo -aIO -aIP -aLC -aNc -aOq -aPE -aQY -aSk -aTJ -aVa -aWp -aXZ -aZA -baP -baP -bcT -bdN -bfk -bjM -bil -bim -bin -bod -bpI -brd -bsE -btU -bvw -bwM -byg -bzC -bAP -bCg -bDu -bEA -bFA -bHa -bHa -bJS -bLr -bMA -bNO -bOM -bHa -bRa -bSy -bTG -bUR -bVO -bUR -bUR -bYX -bUR -bUR -ccx -cdB -ceL -cfK -cgT -cig -bEy -bJI -cfW -cmJ -cnS -coP -cpF -cqB -crA -crF -csU -ctE -cun -cuU -cvx -cwb -cwC -cxg -cxE -cxV -cym -cyI -cyZ -czv -csV -czY -cwJ -cwJ -cAH -cwJ -cfW -aaa -abi -cxO -abi -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(113,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abj -aaa -aaX -acu -acX -adz -aeo -aeT -afG -agj -agM -agK -ahP -aix -aiM -ajv -ajX -akD -ale -alO -amu -amY -anv -aob -aoN -anb -anb -anb -anb -anb -anb -avu -awN -anb -anb -anb -anb -anb -anb -aoN -aHp -aIP -aIP -aLD -aNd -aOq -aPE -aQZ -aSl -aTH -aVb -aWq -aYa -aZB -baQ -bbL -bcU -bdO -bfk -bjM -bim -bgL -bmE -bod -bpJ -brd -bsF -btV -bvx -brd -btV -bzD -bAQ -bCh -bDv -aHp -bFB -bHb -bHb -bJT -bLs -bMB -bNP -bNP -bNP -bNP -bNP -bTH -bUS -bVP -bWJ -bWJ -bWJ -bWJ -bWJ -ccy -cdC -ceM -cfL -cgU -cih -bEy -cjf -cfW -cmK -cnT -coQ -cpE -cqB -crA -csl -csV -ctE -cun -cuV -cvy -cwc -cwD -cxh -cxF -cxW -cyn -cyJ -cza -cza -csV -czZ -cwJ -czZ -cAI -cwJ -cfW -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(114,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abi -aaa -aaX -acv -acX -adA -aep -aeU -afH -agk -agN -ahp -ahQ -aiy -aiM -ajv -akc -akz -agd -agd -amv -amZ -anb -aoc -aoO -apD -and -art -ass -and -aus -avu -awO -ays -azx -aAR -azx -azx -azx -aFR -aHq -aIQ -aIP -aLE -aNe -aOt -aPG -aRa -aSm -aTK -aVc -aWr -aYb -aZA -baP -baP -bcT -bdP -bfk -bjM -bin -bim -bil -bod -bpI -brd -bsE -btW -bvw -bwN -byh -bzE -bAR -bCi -bDw -bEB -bFC -bHc -aTW -bJU -bLt -bMC -bNQ -bON -bON -bRb -bHb -bHb -bHb -bHb -bHb -bHb -bHb -bHb -aYn -ccz -cdD -ceN -cfM -cgV -cii -cjn -cjn -cjn -cjn -cjn -cjn -cjn -cfW -crB -crF -csU -ctE -cun -cuW -cvz -cwd -cwE -cxi -cxG -cxX -cwe -cyK -czb -czw -csV -cwJ -cwJ -cwJ -cAJ -cwJ -cfW -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(115,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abi -aaa -aaX -acw -acX -adB -aeq -aeV -afI -agl -agl -ahq -ahR -aiz -aiM -ajv -akd -akE -alh -alP -amw -amY -anb -aoc -aoP -apE -apE -apE -apE -apE -apE -avv -awP -ahf -ahf -ahf -ahf -ahf -ahf -ahf -ahf -aIR -aIP -aLF -aNf -aOq -aPE -aRb -aSn -aTH -aVd -aWs -aYc -aZA -aZA -aZA -aZA -aZA -bfl -bjN -bjV -bjV -bmF -boe -bpK -bre -bsG -btX -bgM -bwO -byi -btY -bAS -aIP -bDx -bEC -bEC -bEC -bEC -bEC -bLu -bMD -bNR -bOO -bPT -bRc -bSz -bOO -bOO -bVQ -bWK -bWK -bYY -cag -cbu -cbu -cbu -cbu -cfN -cgW -cij -cjn -ckb -cjn -cmL -cnU -coR -cjn -cqF -crC -crF -cfW -ctF -cun -cuX -cvA -cwe -cwF -cxj -cxj -cxY -cvA -cyH -cyY -czu -cfW -czX -cwJ -cwJ -cwJ -cwJ -cfW -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(116,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abj -aaa -aaX -acx -acX -adC -aer -aeW -afJ -agm -agO -ahr -ahS -aiA -aiM -ajv -akd -akF -ali -alQ -amx -amY -anb -aoc -anG -apF -aiE -aiE -aiE -aiE -aiE -avw -awQ -afm -afm -afm -afm -afm -afm -afm -anD -aIS -aKe -aLG -aNg -aOq -aPH -aRc -aSo -aTL -aVe -aWt -aYd -aZC -aZA -aZA -baP -bdQ -bfm -bgM -bgM -bgM -bmG -bgM -bgM -bgM -bgM -btY -aad -aad -aad -aIL -aIP -aIP -bDy -bEC -bFD -bHd -bIv -bEC -bLv -bME -bNS -bNS -bNS -bRd -bSA -bTI -bUT -bNS -bWL -bXQ -bYZ -cah -cbu -ccA -cdE -cbu -cfO -cgX -cik -cjn -ckc -clj -cmM -cmM -coS -cjn -cqG -crD -crF -cfW -ctG -cup -cuY -cvB -cwf -cvA -cxk -cxk -cxk -cvA -cyL -czc -czu -csV -cnI -cAi -cAw -cAi -cnI -cfW -aaa -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(117,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abj -aaa -aaX -acy -acX -adD -aes -aeX -afK -agn -agl -ahs -ahT -aiB -aiM -ajv -akd -akz -alj -alR -amy -amY -anw -aod -aoQ -apG -aqD -aqD -aqD -aqD -aqD -aqD -aqD -aqD -aqD -aAS -aAS -aAS -aAS -aAS -aAS -aIL -aIL -aLP -aIP -aOq -aPE -aRd -aSp -aTM -aVf -aWu -aYe -aYb -baR -bbM -aZC -bdR -aYd -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aIL -aIP -aIP -bDz -bEC -bFE -bHe -bIw -bEC -bLv -bME -bNT -bNT -bPU -bRe -bSB -bTJ -bUU -bVR -bWM -bXR -bZa -bNS -cbv -ccB -cdF -ceO -cfP -cgY -cil -cjo -ckd -clk -cmN -cnV -coT -cpG -cqH -crD -crF -csV -ctE -cuq -cuY -cvC -cwf -cwG -cxl -cxH -cxZ -cwA -cyM -czd -czx -czI -czW -cAj -cAj -cAK -cAW -cfW -aad -abi -cxO -abi -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(118,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aad -abi -aad -aaX -acz -acY -adE -aet -aeY -afL -ago -agP -aht -ahU -agg -aiO -ajx -ake -akG -ald -ald -amz -anb -anb -aoe -anG -apG -aqD -aru -ast -aqD -aru -ast -aqD -aru -ast -aAS -aBI -aDl -aDl -aDl -aAS -aaa -aIL -aLP -aIP -aOq -aPI -aRe -aSv -aTN -aVd -aWv -aYf -aYe -baS -baS -baS -baS -bfn -aZD -aZD -aZD -aad -aad -aaa -aad -aaa -aad -aaa -aaa -aaa -aIL -aIP -aIP -bDA -bEC -bFF -bHf -bIx -bEC -bLv -bME -bNU -bNU -bPV -bRf -bSC -bTK -bUV -bVS -bWN -bXS -bZa -cai -cbw -ccC -cdG -ceP -cfQ -cgZ -cim -cjp -cke -cll -cmO -cnW -coU -cpH -cqI -crD -crF -csV -ctH -cur -cuZ -cvD -cvD -cwH -cxm -cxI -cya -cyo -cyN -cze -czy -czJ -cAa -cAa -cAx -cwJ -cwJ -cfW -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(119,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aaa -abk -abl -aaX -aaX -aaX -adF -aeu -aaX -aaX -agg -agQ -ahu -ahV -agg -aiP -ajv -akf -akH -ald -alk -amA -anb -anb -aoc -anG -apG -aqD -arv -asu -aqD -arv -asv -aqD -arv -asv -aAS -aBJ -aDm -aEC -aFS -aAS -aaa -aIL -biF -aLz -aPP -aPC -aPC -aPC -aTO -aVg -aWk -aXV -aZD -baC -bbB -bbP -bbQ -bdT -bfq -bgO -aZD -aZD -bof -bof -bof -bsH -btZ -btZ -btZ -btZ -bsH -aIP -aIP -bDA -bEC -bFG -bHg -bIy -bEC -bLv -bME -bNV -bNV -bPV -bRg -bSD -bPd -bPd -bTN -bQi -bXT -bZb -caj -cbx -ccD -cdH -ceQ -cfR -cha -ceQ -cjq -ckf -clm -cmP -cnX -coV -cpI -cqJ -crE -csm -cfW -ctI -cus -cva -cuP -cuP -cuP -cxn -cuP -cuP -cyp -cuP -czf -czz -cir -cAb -cwJ -aZJ -cwJ -cAX -cfW -aad -abi -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(120,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -abk -abD -abV -acA -acZ -abE -abE -aeZ -afM -agp -agR -ahv -ahW -abk -aiQ -ajv -akg -akz -agd -agd -aiU -anc -anb -aof -anG -apG -aqD -arw -asv -aqD -aut -asv -aqD -ayt -asv -aAS -aBK -aDn -aED -aFT -aAS -aIT -aIT -aLH -aIP -aOq -aIL -aaa -aPC -aTP -aVh -aWw -aYg -aZE -baT -bbN -bbN -bbT -bdU -bfr -bbN -bip -bmH -bnt -boi -bqx -bsI -bua -bvy -bwP -byj -bsH -aLO -aIP -bDB -bED -bFH -bHh -bIz -bJV -bLw -bMF -bNW -bNW -bPW -bRh -bSE -bTL -bPd -bVT -bQi -bTS -bZc -bZc -cby -ccE -cdI -ceR -cfS -chb -cin -cjn -cjn -cln -cmQ -cjn -cjn -cjn -cqK -crF -crF -csV -ctJ -cut -cvb -aZI -cwg -cwI -cxo -cwg -cwg -cyq -cyO -czg -czA -czK -cfW -cfW -cfW -cfW -cfW -cfW -aaa -abi -abi -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(121,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -abl -abE -abE -abE -abE -abE -abE -afa -abl -aff -agS -ahw -ahX -aiC -aiR -ajy -akh -akI -ald -alT -aiU -and -anb -aog -anG -apG -aqD -arx -asw -aqD -arx -avx -aqD -arx -azy -aAS -aBL -aDo -alS -aFU -aAS -aIU -aKf -aLI -aNh -aOq -aIL -aaa -aPC -aTQ -aVi -aWx -aXT -aZF -baU -bpd -bpd -bcV -bdY -bfs -bgP -bpd -bmI -bnu -bpd -bqy -bsJ -bub -bvz -bwQ -byk -bsH -aIP -aIP -bDA -bEC -bFI -bHi -bIA -bJW -bLx -bME -bNS -bOP -bPX -bRi -bSF -bTM -bUW -bTN -bWO -bXU -bZc -cak -cbz -ccF -cdJ -ceR -cfT -chc -cio -cjr -ckg -clo -cmR -cnY -coW -cpJ -cqL -crG -crx -csW -ctK -cuu -cvc -cmC -cfW -cfW -cxp -cwJ -cwJ -cyr -cyP -czh -czB -czL -cAc -aae -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(122,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -abk -abE -abW -abW -abW -abW -aev -afb -afN -agq -agT -ahx -ahY -aiD -aiS -ajw -aki -akJ -all -alU -aiU -and -anb -aoh -aoR -apH -aqE -ary -asx -att -auu -asx -att -ayu -asx -aAT -ayu -asx -aEF -att -aHr -aIV -aIV -aLJ -aIP -aOq -aIL -aaa -aPC -aPC -aPC -aWy -aPC -aZD -baX -bbR -bbR -bdW -bpx -bft -bgQ -biq -aZD -bnv -bpx -bqz -bsH -buc -bvA -bwR -byl -bsH -aLz -aLz -bDC -bEC -bFJ -bHj -bIB -bEC -bLv -bMG -bNS -bOP -bOP -bRj -bSG -bTN -bOP -bOP -bWP -bXV -bZc -cal -cbA -ccG -cdK -ceR -cfU -ceP -cip -cjs -ckh -clp -cmS -cnZ -coX -cpK -cqM -clp -cqM -cqM -ctL -cuv -cvd -cvE -csV -cwJ -cxq -cxJ -cxJ -cys -cwJ -czi -cfW -aae -aae -aae -aad -aad -aad -aad -atJ -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(123,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -abl -abE -abX -acB -acB -acB -aew -afc -afO -agr -agU -ahy -ahZ -abk -aiT -ajz -akj -akK -alm -alV -aiU -and -anb -aoi -anG -apI -aqF -arz -asy -atu -auv -avy -awR -ayv -azz -atu -atu -aDp -aEG -atu -aHs -aIW -aKg -aLK -aIP -aOq -aIL -aaa -aaa -aPC -aZR -aWz -aXS -aZD -baY -bbS -bdV -bdX -bfo -baW -baW -baW -aZD -boj -bof -bof -bsH -bud -bvB -bwS -bym -bsH -bAT -aIP -bDD -bEC -bFK -bEC -bEC -bEC -bLv -bMH -bNS -bOQ -bPY -bRf -bSD -bTO -bUX -bPd -bQi -bTS -bZc -cam -cbB -ccH -cdL -ceR -cfV -chd -ciq -cjt -cki -clq -cmT -coa -cfW -cpL -aZH -crH -csn -csX -ctM -cuv -cve -crF -cwh -aZJ -cxr -cxK -cyb -cyb -cyQ -czj -cfW -aaa -aaa -aad -aaa -aad -cxO -abi -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(124,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abk -abF -abD -abD -abD -abD -abk -abk -abk -ags -afR -ahz -aia -abk -aiU -ajA -akk -aiU -aiU -aiU -aiU -ane -anx -ane -aoS -apG -aqD -aqD -aqD -aqD -auw -avz -awS -awS -azA -azF -azF -aDq -aEH -azF -azF -azF -azF -aPJ -aIP -aOq -aIL -aaa -aaa -aPC -aUS -aWA -aXR -aZD -bbz -bcW -bcW -bjd -bjd -bfu -bjd -bje -aZD -bok -bpO -bri -bsH -bue -bvC -bwT -bwT -bsH -aIP -aIP -bDA -bEC -bFL -bEC -bCw -bJX -bLy -bMI -bNS -bOR -bPZ -bRf -bSH -bTP -bUY -bPd -bQi -bTS -bZc -bZc -bZc -bZc -cdM -bZc -cfW -cfW -cir -cfW -cfW -cfW -cfW -cfW -cfW -cfW -cfW -cfW -cfW -cfW -ctN -cuv -cvf -cvF -cfW -cfW -cfW -cfW -cfW -csV -csV -csV -cfW -aad -aad -aad -aad -aad -cxO -abi -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(125,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -abm -abm -abm -abn -abn -abm -abm -afd -afP -agt -agS -ahz -aib -acG -aiV -ajB -akl -akL -aln -alW -amB -amB -ajc -aoj -aoS -apG -aqD -arA -asz -aqD -aux -avA -awT -awS -azB -azF -aBM -aDr -aEI -aFV -aHt -aIX -aLM -bcX -aIP -aOq -aIL -aaa -aaa -aTB -aVk -aWB -aYh -aZD -baV -baW -baW -baW -baW -baW -baW -bjf -aZD -aZD -aZD -aZD -bsH -buf -bvC -bwU -bwU -bsH -aIP -aIP -bDE -bEE -bFM -bHk -bIC -bJY -bLz -bMJ -bNS -bOS -bPd -bRf -bSD -bTQ -bUZ -bPd -bWQ -bXW -bZd -can -bPd -ccI -bRp -bPd -cfX -che -cis -bPd -ckj -ckj -bNS -aad -bQk -bQk -bQk -bQk -bQk -cfW -ctO -cuw -crx -cvG -crx -cwK -cxs -cxL -cwx -aae -aaa -aaa -aaa -aaa -aaa -aaa -cxO -cxO -cxO -abi -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(126,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abm -abG -abY -acC -ada -adG -aex -afe -afQ -agu -agV -ahy -aic -acG -aiW -ajC -akm -akM -alo -alX -amC -amC -any -aok -aoS -apG -aqD -arB -asA -atv -auy -avB -awU -awS -azC -azF -aBN -aDs -aEJ -aFW -aHu -aHu -azF -aNK -aIP -aOt -aIL -aaa -aaa -aIL -aVl -aWC -aYi -aZD -baW -bbO -baW -bdS -bfp -bgN -baW -bjg -bmJ -bol -bpP -bol -bsK -bug -bvD -bwV -bwV -bsH -bAU -aIP -bDF -bEF -bFN -bHl -bID -bJZ -bLA -bMK -bNX -bOT -bQa -bRk -bSI -bTR -bVa -bVa -bWR -bXX -bZe -bVa -bVa -ccJ -cdN -ceS -cfY -bPd -bPd -bSO -ckk -clr -cmU -cob -coY -cpM -cqN -cqN -bQk -cfW -ctP -cqM -cqM -cvH -cwi -cwL -cfW -cxM -cyc -aae -aaa -aaa -aaa -aaa -aaa -aaa -abi -abi -abi -abi -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(127,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -abn -abH -abZ -acD -adb -adH -abm -aff -afR -afR -agW -ahA -aid -acG -aiX -ajD -akl -ako -alp -alW -amB -amB -anz -ajd -aoS -apG -aqD -arC -asB -aqF -auz -avC -awV -awT -azD -azF -aBO -aDt -aEK -azF -azF -aHu -azF -biG -aIP -aOq -aIL -aIL -aIL -aIL -aIR -aWD -aXO -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -aZD -bsH -bsH -bvE -bsH -bsH -bsH -aIP -aNh -bDG -bEE -bEE -bHm -bIE -bKa -bLB -bML -bNY -bOU -bQb -bRl -bSJ -bTS -bPd -bVU -bWS -bXY -bOP -cao -cbC -cao -bOP -ceT -cfZ -ceS -ceS -cju -bTX -cls -bOW -aad -bST -cpN -cqO -crI -bQk -cfW -ctQ -cux -cvg -cvI -cwj -cwM -cfW -cfW -cmC -aae -aae -aae -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(128,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abn -abI -aca -acE -adc -adI -aey -afg -afS -agv -agX -ahB -aie -acG -aiY -ajE -akl -akN -alq -alY -ajc -ajc -anA -ajd -aoT -apG -aqD -aqD -aqD -aqD -auA -avD -awW -ayw -azE -azF -aBO -aDt -aEK -aFX -aHv -aHu -azF -aLP -aIP -aIP -aPM -aIO -aIO -aLz -aIO -aWE -aYj -bji -bjo -bjo -bjr -bjo -bjo -bjo -bjo -bjo -bmK -bji -bji -bji -bsL -buh -bvF -bwW -byn -bzF -bAV -bAV -bDH -aIU -bEE -bHn -bID -bJZ -bLC -bMM -bNS -bOV -bQc -bRm -bSK -bTS -bPd -bQi -bPd -bXZ -bOP -bOP -cbD -bOP -bOP -ceU -bTS -bVU -cit -cit -ckl -clt -cmV -coc -coY -cpO -cqN -cqN -bQk -cfW -cfW -cuy -cfW -cvI -cwk -cwN -cxt -cmC -aad -aad -aad -aad -aae -aaa -aaa -aac -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(129,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aad -aad -aad -aad -aad -abn -abJ -acb -aca -aca -adJ -abm -afh -afT -afT -agY -ahC -aif -acG -aiZ -ajF -akl -ako -alp -alW -amB -amB -anB -ajd -aoU -apJ -aqD -arD -asC -aqD -auB -avE -awX -ayx -azF -azF -azF -aDu -aEK -azF -azF -aHu -azF -biH -aNi -aIP -aTS -aIP -aIP -aLz -aIP -aIP -aIP -aIP -aIP -bbU -aIP -bea -aIP -aIP -aIP -aIP -aIP -aIP -aIP -aIP -aLz -aIP -bvG -aIP -aIP -aIP -aIP -bCj -bfQ -aKf -bEE -bHo -bIF -bKb -bLD -bMN -bNS -bOW -bQd -bRn -bOW -bTT -bOW -bQi -bWT -bYa -bOP -cap -cap -cap -bOP -ceV -cga -chf -ciu -ceW -ckm -clu -cmW -cod -bQk -bQk -bQk -bQk -bQk -cmC -ctR -cnI -cvh -cvJ -cwl -crF -cxu -cmC -aaa -aaa -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(130,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abm -abK -acc -acF -add -adK -aez -afi -afU -agw -agZ -ahD -aig -acG -aja -ajG -akn -akO -alr -alZ -amD -amD -anC -ajd -aoV -apK -aqD -arB -asD -atw -auC -avF -awY -ayy -azF -aAU -aBS -aDv -aEK -aFZ -aHx -aHu -azF -biI -aIP -aIP -aUT -aIP -aIP -bbf -axx -aIP -aIP -aIP -aIP -aIP -aIP -aIP -bjD -bjO -bjD -bjD -bmL -bom -bpQ -bpQ -bsM -bui -aMX -bjD -bjD -bzG -bAW -bjD -bDI -bEG -bEE -bHp -bIG -bKc -bLE -bMO -bNZ -bOX -bQe -bRo -bSL -bTU -bVb -bVV -bWU -bYb -bZf -caq -cbE -ccK -cdO -ceW -cgb -chg -bPd -bTQ -ckn -clv -cmX -cob -coY -cpP -cqP -cqP -bQk -cmC -cmC -cuz -cmC -cvJ -cwm -cwO -cxv -cxN -cyd -aaa -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(131,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -abm -abm -abm -abm -abm -abm -abm -aff -afV -afV -aha -ahE -aih -acG -ajb -ajH -ako -akP -als -alW -amB -amB -anz -ajd -aoW -apL -aqD -arE -asE -aqF -auD -avG -awZ -ayz -azG -aAV -aBP -aDw -aEK -azF -azF -azF -aJd -aOC -aOC -aJd -aJd -biM -aSq -aJd -aJd -bbX -beb -bgT -bgT -aIP -aIP -bed -bfv -bfv -bfv -bfv -bfv -bfv -bpR -bfv -bfv -buj -bvH -bjE -byo -bxa -bxa -bxa -bxa -bxa -bxa -bHq -bHA -bxa -bFT -bMP -bNS -bOY -bQf -bRp -bSM -bRq -bVc -bVW -bWV -bYc -bPd -car -car -car -bPd -ceX -bVU -chh -bPd -bPd -cko -clw -bOW -aad -bST -cpQ -cqQ -crJ -bQk -cmC -aaa -afo -aaa -cvJ -cwn -cwn -cwn -cmC -aaa -cyt -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(132,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -abl -aeA -afj -afW -agx -ahb -ahF -aii -acG -ajc -ajI -ako -akQ -ako -alW -ajc -ajc -ajc -ajd -aoX -apM -aqG -aqG -aqG -aqG -auE -avH -axa -auE -azF -aAW -aAW -aDB -aEL -aFY -aGd -aJa -aGa -aLV -aNo -aPL -aVj -aKs -aKs -aKs -aSy -biZ -bbX -bjj -bgT -baa -baa -bgB -bfv -bjP -bir -bls -bmM -bon -bpS -brj -bfv -buk -bvI -bjE -byp -bxa -bAX -bCk -bDJ -bEH -bFO -bHr -bIH -bKd -bFT -bMQ -bOa -bOZ -bPd -bRq -bSN -bTV -bVd -bVX -bWW -bYd -bWV -cas -cas -cbE -cdP -ceY -cgc -chi -cit -bQh -ckl -clx -cmV -coc -coY -cpR -cqP -cqP -bQk -cmC -aaa -aaa -aaa -cvJ -aaa -aaa -aaa -aad -aad -cyu -aad -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -atJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(133,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -abl -aeB -afk -afX -acG -ahc -acG -aij -acG -ajd -ajd -ajd -ajd -ajd -ajd -ajd -ajd -apa -ajd -aoX -apN -aqH -arF -asF -atx -auF -avI -axb -ayA -aqG -azF -azF -aDx -azF -aZM -aGh -aJb -aKs -aKs -aNp -aSt -aRi -aKs -aKs -aKs -aKs -aKs -biZ -bbX -bjp -baa -baa -bgB -bfv -bgV -bis -bis -bmN -boo -boo -boo -bsN -bul -bvJ -bwX -byq -bzH -bAY -bCl -bDK -bEI -bFP -bHs -bII -bKe -bFT -bMP -bNS -bPa -bQg -bRr -bSO -bTW -bVc -bRr -bPd -bPd -bZg -cat -cbF -ccL -cdQ -ceZ -bVY -chj -cit -bWS -cko -bPd -bOW -aad -bQk -bQk -bQk -bQk -bQk -cfW -aaa -aaa -aaa -cvI -aad -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(134,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -acd -acG -acG -abk -acG -afl -acG -abk -ahd -ahG -aik -aiE -aiE -aiE -aiE -aiE -aiE -aiE -amE -aiE -anE -aiE -aoY -apO -aqG -arG -asG -aty -aty -avJ -axc -ayB -azH -aqG -aBQ -aBU -aEM -aZM -aHJ -aJd -biE -aLW -aNq -aSt -aRi -aKs -aSs -aSs -aSs -aKs -aKs -biZ -bbX -baa -baa -bgB -bfv -bgW -bit -blt -bmO -bop -bpT -brk -bsO -bum -bvK -bwY -bwY -bzI -bAZ -bCm -bDL -bEJ -bFQ -bHt -bIJ -bKf -bFT -bMP -bNS -bPb -bPd -bRs -bSP -bTX -bVd -bVY -bWX -bWX -bZh -cau -cbG -bWX -bWX -cau -bTV -bPc -cit -cit -ckl -cly -bSS -coe -coZ -cpS -cqR -cqT -bQk -aaa -aaa -aaa -aaa -cvK -aad -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(135,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aae -acH -ade -adL -aeC -afm -afY -acG -ahe -ahH -ail -aiF -aiF -aiF -aiF -aiF -aiF -aiF -amF -aiF -anF -aol -aoZ -apP -aqI -arH -asH -atz -auG -auG -axd -ayC -azI -aqG -aZM -aDy -aEO -aWI -aGh -aJe -aKt -aWH -aNr -aSt -aRi -aRl -aSt -aVm -biU -aKs -aKs -bjk -aJd -bec -baa -bii -bfv -bgX -bit -blu -bit -boq -bit -brl -bsP -bun -bvL -bsW -byr -bxa -bBa -bCn -bxb -bEK -bFR -bHu -byu -bKg -bFT -bMP -bNS -bPc -bQh -bRt -bSQ -bTY -bVe -bVZ -bWY -bYe -bZi -bVZ -bVZ -ccM -bWY -bVZ -bWY -chk -bWY -bWY -ckp -clz -bOW -aad -bST -cpT -cqS -crK -bQk -aaa -aaa -cuA -aaa -cvK -aad -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(136,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aae -aae -aae -aaa -aaa -aae -acG -acG -acG -acG -afn -acG -acG -ahf -ahf -aim -aim -aim -ahf -aim -aim -aim -ahf -amG -afm -anG -ahf -azm -ahf -aqG -arI -asH -atA -auH -avK -axe -ayD -azJ -aqG -aBR -aDz -aFH -aGb -aHA -aJd -bgU -aLX -aSt -aSt -aRi -aKs -aSw -aSw -aSw -aKs -aKs -aSw -aJd -bGk -bHG -bHH -bfv -bgY -biu -blv -biu -bor -bpU -brm -bfv -buo -bvM -bwZ -bys -bxa -bBb -bCo -bxb -bEL -bFS -bHv -bIK -bKh -bFT -bMP -bNS -bPd -bQi -bRu -bSR -bTZ -bVd -bWa -bWZ -bYf -bZj -cav -cbH -ccN -bPd -cfa -cgd -chl -civ -cit -cit -clA -cmY -coe -cpa -cpU -cqT -cqT -bQk -aaa -aaa -aaa -aaa -cvK -aad -aaa -aaa -aad -aad -cyu -aad -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(137,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aad -aad -aad -aad -acG -aaa -afo -aaa -acG -aaa -aaa -aaa -aad -aad -aad -aaa -aad -aad -ahf -ahf -anf -anG -aom -apb -apQ -aqG -arJ -asH -atA -auH -auH -axe -ayE -azK -aqG -aqG -aDA -aqG -aGc -aHG -aJd -aKo -aLY -aNs -aRi -aKs -aKs -biP -biS -aKs -bja -aKs -bjl -aJd -beh -bbW -bjt -bfv -bfv -biv -blw -bmP -bfv -bfv -bfv -bfv -bup -bvN -bxa -bxa -bxa -bxa -bxa -bxa -bxa -bFT -bHw -bxa -bxa -bFT -bMP -bNS -bNS -bQj -bRv -bSS -bUa -bVf -bRv -bSS -bUa -bZk -bRv -cbI -bUa -bSS -bRv -bSS -bUa -ciw -bNS -bNS -clB -bNS -aad -bQk -bQk -bQk -bQk -bQk -aaa -aaa -aaa -aaa -cvK -aad -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(138,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -abk -aaa -aaa -aaa -abk -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aad -ahf -ang -anH -aon -apc -apR -aqG -arK -asH -atB -auI -auI -axf -ayF -azL -aJg -aAX -aDC -aHC -aGe -biB -aNt -aMc -aOv -biJ -aMc -aMc -aRf -aSz -aWI -aZM -aZM -aKs -aKs -bbb -baa -baa -bee -bfw -bhf -bhc -bhc -bhc -bos -bjE -brn -bhc -buq -bvM -bxb -byt -bzJ -bBc -bCp -bxb -bEM -bFU -bHx -bIL -bKi -bFT -bMP -bEE -aad -aad -bRw -aad -bUb -aad -bRw -aad -bUb -bZl -caw -cbJ -ccO -cdR -caw -cdR -ccO -cdR -cjv -ckq -clC -cmZ -aad -aoB -aoB -aad -aad -aad -aoB -aoB -aoB -aoB -cvK -aoB -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(139,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -ahf -anh -ahf -ahf -ahf -ahf -aqG -arL -asI -atC -auJ -auJ -auJ -ayG -azM -aJh -auJ -aDD -aHD -aGf -biC -aPQ -aLQ -aNj -aOw -aLQ -aLQ -aSf -aSA -aTV -aZM -aZM -aKs -aKs -aSq -baa -baa -bee -bfx -bjQ -biw -blx -blx -blx -bpV -blx -bsQ -bur -bvM -bxc -byu -byu -byu -byu -bDM -byu -bFV -bHy -bIM -bKj -bFT -bMP -bEE -aad -bQk -bRx -bST -bRx -bQk -bRx -bST -bRx -bQk -bRx -cbK -ccP -cdS -ccP -cge -ccP -cdS -cjw -ckr -clD -cmZ -aoB -aoB -aoB -aad -aad -aoB -aoB -aoB -aoB -aoB -cvK -aoB -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBg -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(140,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aae -aae -aaa -aaa -aad -aqG -arM -asJ -atD -arM -avL -axg -ayH -azN -alt -alt -alt -alt -aGg -aHE -biD -aLc -aNl -aOx -aPO -aRj -aRj -aRj -aKq -aKs -aKs -aKs -aKs -bbb -baa -baa -bee -bfx -bjQ -bhc -bly -bmQ -bmQ -bpW -bro -bsR -bus -bvO -bxc -byv -bzK -bBd -byv -bxb -bEN -bFW -bHz -bIN -bKk -bFT -bMP -bEE -aad -bQk -bRy -bSU -bUc -bQk -bWb -bXa -bYg -bQk -cax -cbL -ccQ -bQk -cfb -cgf -chm -bQk -bZl -cks -clE -cna -cdR -cdR -cdR -cdR -cdR -cdR -cdR -cdR -cdR -cdR -cvL -aad -aad -aad -aad -aad -cyu -aad -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(141,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -afp -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apS -aqJ -aqJ -asK -atE -atI -atI -atE -ayI -ayJ -ayJ -aBV -aHw -alt -aHH -aHF -aBT -aLT -aNn -aOy -aNn -aKs -aKs -aSs -aSs -aSs -aSs -aRl -aWG -aJd -bei -baa -bfA -bfx -bjQ -bhc -blz -bmR -bot -bpX -bpX -bsS -but -bvP -bxb -byw -byu -byu -bCq -bxa -bEO -bFX -bHA -bxa -bxa -bLF -bMP -bEE -aad -bQk -bRz -bRA -bRA -bQk -bWc -bXb -bWc -bQk -cay -cbM -cay -bQk -cfc -cgg -cfc -bQk -aad -ckt -clF -cnb -aoB -aoB -aoB -aad -aoB -aoB -aoB -aoB -aoB -aoB -aad -aoB -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -cBh -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(142,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apT -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aBW -alt -alt -aGi -aHI -aBT -aBT -aBT -aBT -aBT -aRs -aSr -aTT -biT -aSt -aSt -bjb -aKs -bbc -bem -bcY -bef -bfy -bhb -bhb -blA -bmS -bou -bpY -bjE -bsT -but -bvQ -bxa -byx -bzL -bzL -bxa -bxa -bEP -bFV -bHB -bIO -bKl -bLF -bMP -bEE -aad -bQk -bRA -bSV -bRA -bQk -bWc -bXc -bWc -bQk -caz -cbN -cay -bQk -cfc -cgh -cfc -bQk -aad -cku -clG -cnc -aad -aoB -aoB -aad -aoB -aoB -aoB -aoB -aoB -aac -aad -aoB -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aaa -aaa -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 -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(143,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apT -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aBW -aHw -alt -aGi -aHI -aJf -aKp -aLZ -aNu -aBT -aKs -aKs -aSw -aSw -aSw -aSw -aKs -aKs -aJd -bem -baa -bee -bfz -bhc -bjW -blB -bmT -bhc -bhc -brp -bsS -but -bvR -bxb -bjc -bzM -bzM -bCr -bxa -bEQ -bFV -bHC -byu -bKm -bLF -bMP -bEE -aad -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -bQk -aad -ckv -clH -cnd -coc -coc -coc -coc -crL -aoB -aoB -aoB -aoB -aoB -aad -aoB -aaa -aaa -aad -aaa -cyv -aaa -aad -aae -aaa -aaa -aaa -aaa -aad -aad -cAY -cAY -cAY -cAY -cAY -aad -aaa -aad -cCv -aad -aaa -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -cDD -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(144,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apT -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aBW -alt -alt -aGj -aIY -aKh -aKr -aMa -aOu -aPK -aKs -aKs -aKs -aKs -aKs -aKs -aKs -bjm -aJd -bem -baa -bee -bfz -bhc -bhc -blC -bmU -bov -bpZ -bjE -bsU -but -bvR -bxa -byz -bzN -bzM -bCs -bxa -bER -bFV -byu -byu -bKn -bLF -bMP -bEE -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -cjy -clI -cjC -cjC -cpb -cjC -cjC -crM -coc -coc -coc -coc -coc -coc -coc -coc -coc -coc -coc -cyw -coc -coc -czC -coc -coc -coc -coc -crL -cAY -cAY -cBp -cBy -cBK -cAY -cCf -cCf -cCf -cCf -aad -aad -aad -aad -cCf -cCf -cCf -cCf -cCf -cCf -cCf -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(145,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -apT -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aBW -aHw -alt -aGk -aIZ -aKi -aKr -aMb -aOu -aBT -aVn -aKs -aTU -aKs -aKs -aKs -aKs -aYk -aJd -bem -baa -bju -bfw -bhd -bhc -blC -bmV -bot -bpX -bpX -bsS -but -bvR -bxb -byA -bzO -bBe -bCt -bxa -bES -bFY -byu -byu -bKo -bLF -bMP -bEE -bEE -bEE -bRB -bRB -bRB -bEE -bEE -bRB -bRB -bRB -bEE -bEE -bRB -bRB -bRB -bEE -bEE -bEE -cjx -ckw -clJ -cne -cof -cpc -cpV -cjC -aoB -aoB -aoB -aoB -aoB -aoB -aoB -aoB -aaa -aaa -aad -aaa -cyv -aae -aae -aae -aae -aaa -aaa -aaa -cAL -cAZ -cBj -cBq -cBz -cBL -cBX -cCg -cCl -cCt -cCf -cCf -cCf -cCf -cCf -cCf -cCM -cCM -cCM -cCM -cDi -cDi -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(146,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apT -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aqK -aBW -alt -alt -aHy -aJc -aKj -aKj -aNk -aHB -aBT -aJi -baE -aJi -aVo -aVo -aVo -aJi -aJi -aJi -beo -baa -bgB -bjE -bhe -bhc -blD -bmW -bmW -bqa -brq -bsW -buu -bvS -bxa -byz -bzP -bBf -bCu -bxa -bET -byu -byu -byu -bKp -bLF -bMR -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bXd -bYh -bYh -bYh -bYh -bYh -cdT -bCw -bEE -bCw -cdV -cjy -ckx -clK -cnf -cog -cpd -cpW -cjC -aoB -aoB -aoB -aoB -aoB -aoB -aoB -aoB -aaa -aaa -aad -aaa -cyv -cye -czk -cye -czM -aaa -aaa -aaa -aad -cAY -cBk -cBr -cBA -cBM -cBz -cCh -cCm -cCm -cCm -cCB -cCE -cCM -cCM -cCM -cCM -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cDE -cCU -cCU -cCU -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(147,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apU -aqJ -aqJ -aqJ -atF -atI -atI -axh -ayJ -ayJ -ayJ -aBX -aHw -alt -aHz -aKm -aKk -aLS -aNm -aOz -aBT -aRn -aSB -aWK -aSB -aSB -aSB -aYp -bjn -bcb -baa -baa -bgB -bjE -bjR -bhc -bhc -bmX -bow -bqb -brr -bqb -buv -bvT -bxb -byB -bzQ -bBg -bCv -bxa -bEU -bFZ -bHD -bIP -bKq -bLG -bMS -bEZ -bPe -bQl -bPe -bPe -bPe -bPe -bWd -bMP -bEE -bZm -bEE -bEE -ccR -cdU -bYh -bYh -chn -cix -cjz -cky -clL -cng -clL -cpe -cpX -cqU -crN -cso -cso -cso -cso -cvi -aad -aoB -aaa -aaa -aad -aaa -cyv -cye -czl -czD -czM -czM -czM -czM -czM -cAY -cAY -cBs -cBB -cBN -cBY -cCg -cCg -cCg -cCg -cCg -cCF -cCg -cCg -cCg -cCg -cCU -cCU -cCU -cCU -cDm -cDp -cDw -cDm -cDn -cDw -cDp -cDm -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(148,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aqG -aqG -aqG -atG -auK -avM -axi -aqG -alt -alt -alt -alt -alt -aGk -aHI -aJi -aJi -aJi -aJi -aJi -aJi -aRo -aSC -aSB -aSB -aSB -aYq -aJi -bdZ -baa -bcZ -bgB -bjE -bhg -bix -bix -bix -box -bjE -brs -bhc -but -bhc -bxa -bxa -bzL -bzL -bxa -bxa -bEO -bGa -bjE -bjE -bjE -bLH -bLH -bLH -bPf -bQm -bRC -bSW -bUd -bQt -bWe -bMP -bEE -bCw -caA -bJZ -bEE -bEE -bEE -cgi -cho -ciy -cjA -ckz -clM -cnh -coh -cpf -cpY -cqV -crO -csp -csp -csp -aae -aae -aae -aae -aaa -aaa -aad -cye -cyx -cye -czm -czE -czM -czM -cAk -cAy -cAM -cBa -cBl -cBl -cBC -cBO -cBl -cCf -cCn -cCn -cCw -cCC -cCG -cCN -cCw -cCn -cCn -cCV -cCZ -cDd -cDj -cDm -cDq -cDb -cDo -cDF -cDJ -cDn -cDn -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(149,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -aqG -atH -auL -auL -axj -aqG -apZ -alt -alt -alt -alt -aGl -aHK -aJi -aLU -aMd -aNv -aOA -aJi -aRp -aSD -aWJ -bgZ -aSB -aSB -aZS -bbd -baa -aYz -bgB -ber -bfD -bfD -bfD -ber -ber -ber -brt -bhc -but -bhc -bfz -bhc -bhc -bhc -bhc -bhc -blD -bGb -bjE -bIQ -bgz -bjE -bMT -bOb -bPf -bQn -bQt -bSX -bUe -bVg -bWe -bMP -bEE -bCw -caB -bJZ -ccS -cdV -bEE -cgj -chp -ciz -cjB -ckA -clN -cni -coi -cpg -cpZ -cqW -crP -csq -csY -csp -csp -cvj -aaa -aae -aaa -aaa -aad -cye -cyy -cyR -cyA -czF -czM -cAd -cAl -cAz -cAN -cBb -cBl -cBt -cBD -cBP -cBZ -cCf -cCo -cCo -cCo -cCo -cCH -cCO -cCR -cCo -cCo -cCU -cDa -cDe -cDj -cDn -cDr -cDx -cDA -cDA -cDK -cDM -cDO -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(150,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aad -aqG -atI -atI -aqG -axk -aqG -amI -amI -aBY -aBY -alt -aGm -aHL -aJj -aKu -aKu -aKu -aOB -aPR -aRq -aSE -aTX -biV -aSB -aSB -aYl -bbd -baa -aYz -bgB -ber -bfE -bjX -blE -bmY -boy -ber -bru -bhc -but -bvU -bfz -byC -byC -bBh -byC -bhc -bhc -bGc -bjE -bIR -bKr -bjE -bMU -bOc -bPf -bQo -bQt -bQt -aYm -bVh -bWe -bXe -bCx -bCx -bCx -bCx -bCx -cdW -cfd -cfd -chq -ciA -cjC -ckB -clO -cnj -coj -cph -cqa -cqX -crQ -csr -csZ -ctS -cuB -cvk -aaa -aae -aaa -aaa -aad -cye -cyz -cyS -czn -czn -czN -cAe -cAm -cAA -cAO -cBc -cBm -cBu -cBE -cBQ -cCa -cCi -cCp -cCp -cCx -cCp -cCI -cCP -cCS -cCp -cCT -cCW -cDb -cDf -cDk -cDo -cDs -cDy -cDB -cDA -cDL -cDN -cDP -cCU -cCU -cCU -cDQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(151,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aad -aaa -atJ -aoB -alt -amI -amI -amI -amI -aBZ -aDE -alt -aGk -aHM -aJk -aKv -aMe -aNw -aOD -aJk -aRr -aSF -aTY -aVp -aSB -aYr -aZT -bbd -baa -aYz -bjv -ber -bfF -bjY -blF -bmZ -boz -bqc -brv -bqb -buw -bvV -bvV -bvV -bvV -bvV -bvV -bDN -bhc -bGc -bjE -bIS -bKs -bjE -bMV -bOd -bPf -bQp -bRD -bSY -bPg -bVi -bWf -bPe -bPe -bQl -bPe -bPe -ccT -cdX -bBr -cgk -chr -ciB -cjC -ckC -clP -cnk -cok -cpi -cqb -cqY -crR -cqY -cta -csp -csp -cvj -aaa -aae -aaa -aaa -aad -cye -cyA -cyR -cyA -czG -czO -cAf -cAn -cAB -cAP -cBd -cBn -cBv -cBF -cBR -cCb -cCj -cCq -cCq -cCy -cCq -cCq -cCq -cCq -cCq -cCq -cCX -cDc -cDg -cDl -cDg -cDt -cDz -cDA -cDA -cDA -cDm -cDn -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(152,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -atJ -aoB -alt -asL -amI -amI -amI -aCa -aDF -alt -aGk -axp -aJl -aKw -aMf -aNx -aWF -aJi -aRt -aSG -aTZ -aVp -aSB -aSB -aZT -bbd -baa -aYz -bjw -ber -bhh -bjZ -blG -bna -boA -ber -brw -bhc -blC -bvV -bxd -byD -bzR -buB -bvV -bDO -bhc -bGd -bjE -bIT -bKt -bjE -bMW -bOe -bPf -bPf -bPf -bPf -bPf -bVj -bWg -bXf -bYi -bZn -caC -bPf -bWe -bMP -bEE -bEE -bEE -bEE -cjC -cjC -cjC -cjC -col -cjA -cjA -cqZ -crS -csp -ctb -csp -cuC -aae -aae -aae -aaa -aaa -aad -cye -cye -cye -cye -czE -czP -czM -cAo -cAC -cAQ -cBe -cBl -cBl -cBC -cBS -cBl -cCf -cCn -cCn -cCz -cCn -cCJ -cCQ -cCz -cCn -cCn -cCY -aZL -cDh -cDj -cDm -cDu -cDg -cDC -cDG -cDn -cDn -cDn -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(153,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaY -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aad -aad -alu -alu -alu -alt -alt -alt -alt -alt -alt -alt -aDG -aEP -aGn -axp -aJi -aJi -aJi -aNy -aOE -aJi -aRu -aSH -aUa -aUa -aUa -aYX -aJi -bcf -baa -bda -bej -ber -ber -ber -ber -ber -boB -bqd -brx -bhb -bux -bvW -buB -buB -bzS -bBi -bvV -bDP -bhc -bGe -bHE -bIU -bKs -bLI -bIU -bKs -bPg -bQq -bRE -bSZ -bPf -bVk -bQt -bQt -bQt -bZo -caD -cbO -bWe -cdY -cfe -cfe -chs -bEE -cjD -ckD -bCw -cnl -com -cpj -cqc -cqc -bCw -bEE -aad -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -czQ -czM -cAp -cAD -cAR -cBf -cBf -cBw -cBG -cBT -cCc -cCg -cCg -cCg -cCg -cCg -cCK -cCg -cCg -cCg -cCg -cCU -cCU -cCU -cCU -cDm -cDv -cDw -cDm -cDn -cDw -cDv -cDm -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(154,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaQ -aad -aad -aaa -aaa -aaa -aaa -aaa -aae -alu -aqL -alu -asL -amI -amI -asL -amI -aor -alt -aAY -alt -aDH -alt -aGi -axp -aJm -aKx -aJi -aJi -aJi -aJi -aSu -aSB -aSB -aWL -aYo -bhy -aJi -bdH -baa -baa -bjx -bfB -bhl -bka -bka -bka -boC -bqe -bry -bry -buy -brz -bxe -byE -bzT -bBj -bvV -bwZ -bhc -bGf -bHF -bIV -bKu -bLJ -bIV -bOf -bPh -bQr -bRF -bTa -bUf -bVl -bWh -bXg -bQt -bZp -caE -cbP -ccU -cdZ -cff -cgl -cht -ciC -cjE -bCw -bCw -bCw -con -ciE -cqd -cra -crT -css -bEE -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -czM -cAq -cAE -cAS -cBf -cBo -cBx -cBH -cBU -cCd -cCk -cCr -cCr -cCr -cCD -cCL -cCM -cCM -cCM -cCM -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cDH -cCU -cCU -cCU -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(155,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -adf -adM -aeD -aaa -adf -adM -aeD -aaa -adf -adM -aeD -aaa -aaQ -aad -aaa -aaa -aaa -aaa -aaa -aaa -aae -apV -amI -arN -amI -amI -amI -aqc -amI -ayK -ayK -ayK -ayK -ayK -ayK -aGo -aHN -aHS -aKy -aMg -aHS -aHS -aJi -aJi -aSI -aUb -aJi -aJi -aJi -aJi -aJi -beh -bbW -bjt -bfB -bhi -bhi -bhi -bhi -boC -bqf -brz -brz -brz -brz -bxf -byF -bzU -bBk -bvV -bDQ -bsW -bGg -bwY -bIW -bKv -blx -bMX -bOg -bPi -bQs -bRG -bTb -bPf -bVm -bVh -bXh -bYj -bZq -caF -bPf -bPf -bEE -bEE -bOi -chu -ciD -cjF -ckE -ciE -cgq -coo -ciE -cqe -cgq -crU -chv -ciC -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -czM -cAr -cAF -cAT -cBf -cBo -cBx -cBI -cBV -cCe -cCg -cCs -cCu -cCf -cCf -cCf -cCf -cCf -cCf -cCM -cCM -cCM -cCM -cDi -cDi -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(156,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaQ -aad -adf -adN -aeD -aaa -adf -adN -aeD -aaa -adf -adN -aeD -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -alu -alu -alu -amI -atK -alt -amI -amI -ayK -azO -aAZ -aCb -aDI -aEQ -aGp -aHO -aHS -aKz -aMh -aHS -aOF -aOH -aOH -aSJ -aUc -aVr -aOH -aYs -aZU -aZW -baa -baa -bgB -bfB -bhj -bhi -bhi -bhi -boD -bqf -brA -bsX -buz -brz -brz -byG -bzV -bBl -brG -bDR -bEV -bEV -bEV -bIX -bKw -bDR -bMY -bOh -bPf -bPf -bPf -bPf -bPf -bVn -bWi -bXi -bYk -bZr -caG -cbQ -ccV -cea -bEE -cgm -cgq -ciE -ciE -ckF -ciE -cgq -cgq -ciE -cqf -crb -bJc -cst -ctc -ctT -cuD -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -czM -czM -czM -czM -cBf -cBf -aZK -cBJ -cBW -cBf -cCf -cCf -cCf -cCf -aad -aad -aad -aad -cCf -cCf -cCf -cCf -cCf -cCf -cCf -cCU -cCU -cCU -cCU -cCU -cCU -cCU -cCU -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(157,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -adf -adN -aeD -aad -adf -adN -aeD -aad -adf -adN -aeD -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alu -apY -amI -alt -avN -amI -ayK -azP -aBa -aCc -aDJ -aER -aCn -aHP -aJn -aKA -aMi -aNz -aOG -aPS -aRv -aSK -aUd -aUd -aUd -aYt -aRw -bbg -baa -baa -bgB -bfC -bhk -bkb -bkb -bkb -boE -bqf -brB -bsY -buA -bvX -bvX -byH -bzW -bBm -brG -bAj -bCR -bDU -bEn -bEq -bEY -bDR -bMZ -bOi -bPf -bQt -bQu -bQt -bUg -bQt -bVh -bXj -bYl -bZs -caD -bPf -ccW -ceb -cfg -cgn -bEZ -bEZ -cjG -ckG -bBr -cnm -bEZ -cpk -cqg -crc -crV -csu -bRB -aoB -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -cBf -cBf -cBf -cBf -cBf -aad -aaa -aad -cCA -aad -aaa -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -cDI -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(158,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adf -adN -aeD -aaa -adf -adN -aeD -aaa -adf -adN -aeD -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -apg -apg -apg -apg -apg -apg -alt -amI -ayK -ayK -ayK -ayK -ayK -aES -aGq -aHQ -aHT -aKB -aMj -aHS -aOH -aPT -aVs -biQ -biQ -biW -aRw -aRw -aRw -bbg -baa -baa -baa -bfB -bhi -bka -bka -bka -boF -bqg -brC -bsZ -buB -bvY -bxg -byI -bzX -bBn -brG -bAk -bDS -bDV -bEo -bCR -bGh -bDR -bMZ -bOi -bPf -bQu -bQt -bQt -bUg -bQt -bVh -bXk -bQp -bZt -caH -bPf -ccX -cec -bEE -cgo -cgq -ciF -ciE -ckH -ciE -ciE -cgq -ciE -cqh -crd -crW -chv -bRB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(159,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aad -aaa -adf -adN -aeD -aaa -adf -adN -aeD -aaa -adf -adN -aeD -aaa -aad -aaa -aaa -aaa -aaa -ama -anI -anI -anI -anI -aqM -arO -asM -atL -apg -avO -amI -alt -apZ -amI -aCd -arP -aET -aGr -aHR -aHS -aKC -aMk -aHS -aOI -aPT -biN -aSL -aUe -biX -aRw -aYu -aZV -aZW -baa -baa -baa -bfB -bhm -bkc -bkc -bnb -boG -bqh -brD -bta -buB -bvZ -bxh -byJ -bzU -bBo -brG -bAl -bCR -bEl -bCR -bEW -bGi -bDR -bNa -bOj -bPf -bQv -bQu -bTc -bUh -bQt -bVh -bXk -bXk -bXk -bXk -bPf -bEE -bEE -bEE -bOi -cfh -ciG -ciE -ckI -cgq -cgq -cop -ciE -cgq -chw -cfh -csv -bEE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(160,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aaa -aaa -adO -aaa -aaa -aaa -adO -aaa -aaa -aaa -adO -aaa -aaa -aad -aaa -aaa -ama -ama -ama -anJ -aoo -apd -anI -aqN -amI -aqT -amI -apg -aos -axl -arP -arP -arP -aCe -amI -aEU -aGs -amI -aHS -aKD -aMl -aHS -aOH -aPT -biN -aSM -aUf -biX -aRw -aYu -aZW -baa -baa -baa -baa -bfB -bhn -bhi -blH -bnc -boH -bqi -brE -btb -buC -btb -bxi -byJ -bzU -bBp -brG -bBF -bDT -bEm -bEp -bEX -bGj -bDR -bNb -bOi -bPf -bQu -bRH -bQt -bUg -bQt -bVh -bXk -bQp -bZt -caH -bPf -ccY -ced -cff -cgp -chv -bEE -bEE -bNb -bCw -bCw -cfh -ciE -cgq -cgq -crX -bEE -bEE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(161,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -abL -ace -ace -adg -adP -adP -adP -adP -adP -adP -adP -adP -adP -adP -adP -adP -akR -ace -amb -amH -ani -anK -aop -ape -apW -aqO -arP -arP -atM -apg -avP -atN -alt -alt -alt -alt -alt -aEV -aGt -aHS -aHS -aKE -aMm -aNA -aOH -aPT -biO -biR -biR -biY -aRw -aYv -aZX -baa -baa -baa -bel -bfB -bfB -bfB -bfB -bfB -boI -bqi -brF -btc -buD -buD -bxj -byK -bzY -brG -brG -bDR -bDR -bDR -bDR -bJb -bDR -bDR -bMJ -bOi -bPf -bQt -bRI -bQt -bUg -bVo -bWj -bXl -bYm -bZu -bRH -bPf -ccZ -bOi -cfh -cgq -chw -bEE -cjH -bNb -bCw -cnn -chv -bEE -bCw -cre -crY -bEE -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(162,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aaa -aaa -adQ -aaa -aaa -aaa -adQ -aaa -aaa -aaa -adQ -aaa -aaa -aad -aaa -aaa -ama -ama -ama -anL -aoq -apf -apX -aqP -amI -amI -atN -apg -avQ -atN -alt -azQ -amI -alt -aaa -aEW -aGu -aHS -aJo -aKF -aMn -aNB -aOJ -aPU -aRx -aSN -aUg -aUg -aUg -aYt -aZY -baa -baa -bdb -bjy -bfB -bfB -bkd -blI -bnd -boJ -bqi -brG -brG -brG -brG -brG -byL -bzZ -brG -bCw -bDW -bEZ -bEZ -bEZ -bJc -bEZ -bEZ -bMK -bOk -bPe -bQl -bRJ -bPe -bPe -bPe -bPe -bPe -bPe -bPe -bRJ -bPe -bEZ -bOk -bJc -bNt -bNt -bNt -bNt -ckJ -bNt -bNt -coq -bEE -cqi -bEE -bEE -bEE -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(163,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaY -aaQ -acf -aaa -adf -adR -aeD -aaa -adf -adR -aeD -aaa -adf -adR -aeD -aaa -aad -aaa -aaa -aaa -aaa -ama -anI -anI -anI -anI -amI -aor -asN -atN -apg -aor -atN -ayL -amI -asN -alt -alt -aEV -aGt -aHS -aJp -aKG -aMo -aNA -aOK -aOH -aOH -aOH -aUh -aVt -aOH -aYw -aZW -baa -bca -bdc -ben -bfG -bho -bke -blJ -blJ -boK -bqj -blJ -btd -blJ -bwa -bxk -byM -bAa -bBq -bCx -bDX -bCx -bCx -bCx -bJd -bCx -bCx -bNc -bOl -bPj -bQw -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bCx -bCx -cee -cfi -cgr -chx -chx -chx -ckK -clQ -cno -cor -bNr -bCw -bCw -cqi -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(164,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -adf -adR -aeD -aaa -adf -adR -aeD -aaa -adf -adR -aeD -aad -aad -aad -aad -aad -aad -aad -aad -aad -apg -apY -amI -amI -asO -atN -apg -alt -atN -alt -alt -alt -alt -aDK -aEX -aGv -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aHT -aYx -aHT -aHT -bep -bdd -bjz -bfH -bhp -bfH -bfH -bfH -bfH -bqk -brH -bte -brH -brH -bxl -byN -bAb -bBr -bCy -bDY -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bPk -bQx -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bFa -bNr -bNr -cnp -cor -bNr -bRB -bRB -bRB -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(165,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -adf -adR -aeD -aad -adf -adR -aeD -aad -adf -adR -aeD -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -apg -amI -amI -alt -asP -atN -apg -atL -atN -alt -azR -amI -alt -aDL -aEY -aGw -aHU -aHU -aHU -aHU -aHU -aHU -aHU -aRy -aHU -aHU -aVu -aWM -aYy -aZZ -aZZ -bcc -bde -bjA -bfI -bhq -bkf -blK -bne -boL -bfI -brI -btf -buE -bfL -bxm -byO -bAc -bAc -bAc -bAc -bFa -bGl -bGl -bGl -bFa -bLK -bNd -bOm -bPl -bQy -bRK -bLR -bUi -bGl -bGl -bLR -bUi -bGl -bGl -bLR -bUi -bGl -bGl -bFa -chy -ciH -bFa -aaa -bNr -cnp -cor -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(166,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aad -adf -adR -aeD -aaa -adf -adR -aeD -aaa -adf -adR -aeD -aad -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -apg -amI -alt -alt -api -avX -apg -aor -atN -api -amI -amI -alt -aDL -aDO -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aFb -aWN -aYz -baa -baa -bcd -bdf -beq -bfJ -bhr -bkg -blL -bkg -boM -bfI -brJ -btg -buF -bql -bxn -byP -bAc -bBs -bCz -bBs -bFa -bGl -bGl -bGl -bKB -bLL -bNe -bOn -bPm -bQz -bRL -bLR -bUj -bGl -bGl -bLR -bUj -bZv -bGl -bLR -bUj -bGl -bGl -bFa -chz -ciI -cjI -aaa -bPI -cnp -cor -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(167,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -adf -adS -aeD -aaa -adf -adS -aeD -aaa -adf -adS -aeD -aaa -aaQ -aad -aad -aad -aad -aad -aad -aad -apg -apZ -amI -arQ -amI -atN -alt -alt -atN -alt -alt -alt -aCf -aDM -aEZ -aGx -aHV -aJq -aKH -aMp -aNC -aOL -aPV -aRz -aMp -aUi -aFb -aWO -aYz -bab -bab -baa -bdf -beq -bfJ -bhs -bkh -blM -bnf -boN -bfI -brK -btg -buG -bql -bxo -byQ -bAc -bBt -bCA -bDZ -bFa -bGl -bGl -bJe -bGl -bLM -bNf -bOo -bPn -bQy -bRM -bLR -bUj -bGl -bGl -bLR -bUj -bGl -bGl -bLR -bUj -bGl -bJe -bFa -chz -ciI -cjI -aaa -bPI -cnp -cor -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(168,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aiG -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -apg -alt -alt -alt -amI -atP -auM -avR -axm -arP -azS -arP -aCg -aDN -aFa -aGy -aHW -aJr -aKI -aMp -aMp -aOL -aMp -aRz -aMp -aUi -aFb -aWP -aYA -aFb -aFb -bes -bdf -beq -bfJ -bht -bki -blN -bki -boO -bfI -brL -btg -buH -bql -bwg -byR -bAc -bBu -bCB -bEa -bFa -bGm -bGl -bGl -bGl -bLN -bNg -bOn -bPm -bQA -bRL -bLR -bUk -bVp -bWk -bLR -bYn -bZw -caI -bLR -cda -cef -cfj -bFa -chA -ciJ -bFa -aaa -bNr -cnp -cor -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(169,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaY -aaQ -aaQ -aad -aaa -aaa -aad -aad -aad -aad -alu -aqa -aqQ -alt -amI -amI -auN -amI -amI -asL -azT -asO -aCh -aDO -aFb -aFb -aHX -aJs -aKJ -aMq -aMp -aOM -aOM -aOM -aOM -aOM -aOM -aWQ -aYB -bac -aFb -bem -bdg -baa -bfK -bhu -bkj -blK -bng -boP -bfI -brM -bth -buI -bql -bwg -byS -bAd -bBv -bCC -bEb -bFa -bGl -bGl -bGl -bKC -bLO -bNh -bOn -bPo -bQB -bRN -bNk -bUl -bVq -bWl -bXm -bUl -bVq -caJ -bXm -bUl -bVq -cfk -bFa -chB -ciK -bFa -aaa -bNr -cnq -cor -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(170,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -alu -amI -amI -arR -amI -amI -alt -alt -amI -alt -alt -alt -aCi -aDO -aFb -aGz -aHY -aJt -aJt -aMr -aND -aON -aON -aON -aON -aON -aON -aWR -aYC -bad -aFb -bem -bdf -bgB -bfL -bhv -bkk -bkk -bkk -boQ -bql -brN -bti -buJ -bql -bxp -byR -bAc -bBw -bCD -bEc -bFa -bGl -bGl -bGl -bKB -bLP -bNi -bOn -bPm -bQy -bRO -bTd -bOn -bOn -bUn -bXn -bOn -bOn -bUn -cbR -bOn -bOn -bUn -cgs -chC -ciL -cjI -aad -bPI -cnp -cos -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(171,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aad -aad -alu -aqb -amI -alt -amI -amI -alt -avS -amI -alt -azU -amI -aCi -aDO -aFb -aGA -aHZ -aJu -aJu -aMp -aMp -aOO -aMp -aRA -aRA -aUj -aVv -aWS -aOM -bae -bbh -baa -bdf -bgD -bfL -bhw -bkl -blO -bnh -boR -bqm -brO -btj -buK -bql -bwg -byR -bAc -bBx -bCE -bEd -bFa -bGl -bGl -bGl -bFa -bLQ -bNj -bOp -bPp -bQC -bRP -bTe -bUm -bVr -bWm -bVr -bYo -bVr -bWm -bVr -bYo -bVr -cfl -cgt -cgt -ciM -cjJ -ckL -clR -cnr -cot -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(172,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -alt -alt -alt -alt -alt -amI -amI -alt -amI -amI -api -amI -amI -aCi -aDO -aFb -aGB -aIa -aJv -aKK -aMp -aNE -aOO -aMp -aRA -aRA -aMp -aVw -aWS -aOM -aVw -aFb -bem -bdf -bjB -bfL -bhx -bkm -blP -bni -boS -bkm -brP -btk -bkm -bql -bwg -byT -bAc -bAc -bAc -bAc -bFa -bFa -bFa -bFa -bFa -bLR -bLR -bOq -bPq -bQy -bOn -bTf -bUn -bOn -bOn -bXo -bUn -bOn -bOn -cbS -bUn -bOn -bOn -cgu -chD -ciN -cjI -aad -bPI -ckO -cor -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(173,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -alu -aph -aqc -amI -aqT -amI -amI -alt -alt -asR -alt -alt -alt -aCj -aDO -aFc -aFc -aFc -aFc -aFc -aFc -aFc -aOP -aPW -aRB -aMp -aMp -aMp -aWT -aYD -aMp -bbh -baa -bdf -bgB -bfL -bjS -bkn -bkm -bnj -boT -bqn -brQ -btl -buL -bql -bxq -byR -bAe -bBy -bCF -bEe -bFb -bGn -bHJ -bJf -bKD -bKD -bLR -bOr -bPr -bQD -bRQ -bNk -bUo -bVs -bWn -bXm -bYp -bVs -bWn -bXm -cdb -bVs -bWn -bFa -bFa -bFa -bFa -aaa -bNr -ckO -cor -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(174,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -alt -amI -amI -aqR -arS -arS -amI -alt -avT -amI -amI -api -aBb -aCk -aDP -aFd -aGC -aIb -aJw -aKL -aMs -aFc -aFb -aFb -aFb -aSO -aUk -aVx -aOM -aOM -baf -aFb -bem -bdf -bgB -bfL -bfL -bko -bkm -bnk -boU -boW -brR -btm -bkm -bql -bxr -byR -bAe -bBz -bCG -bEf -bFb -bGn -bHK -bJg -bKE -bKE -bLR -bOs -bPq -bQy -bRR -bLR -bUp -bVt -bWo -bLR -bYq -bZx -caK -bLR -cdc -ceg -cfm -bFa -aad -aad -aaa -aaa -bNr -ckO -cor -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bPI -bPI -bPI -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(175,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -alu -aos -amI -aqS -arT -asQ -amI -alt -avU -amI -asL -api -amI -aCl -aDQ -aFe -aGD -aIc -aJx -aKM -aMt -aFc -aOQ -aPX -aFb -aSP -aMp -aVy -aOM -aOM -aUk -bbh -baa -bdf -baa -bfM -bhz -bkp -bkm -bnl -boV -boW -brS -btn -bkm -bwb -bxs -byU -bAf -bBA -bCH -bEg -bFb -bGo -bHL -bJg -bKF -bKF -bLR -bOt -bPq -bQE -bRS -bLR -bGl -bGl -bUj -bLR -bGl -bGl -bUj -bLR -bGl -bGl -bUj -bFa -aad -aaa -aaa -aaa -bPI -ckO -cor -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bPI -bQO -cvM -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(176,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alt -alt -alt -aqd -aqT -amI -amI -amI -alt -avV -axn -axn -axn -axn -aCm -aDR -aFc -aFc -aFc -aJy -aKN -aFc -aFc -aOR -aPY -aRC -aMp -aUl -aKJ -aOM -aOM -aVw -aFb -bem -bdf -baa -bfN -bhA -bkq -bkm -bnm -boW -bqo -boW -bto -bkm -bwc -bxt -byV -bAg -bBB -bCI -bEh -bFb -bGn -bHM -bJh -bKF -bKF -bLR -bOu -bPq -bQy -bRT -bLR -bGl -bGl -bUj -bLR -bGl -bZv -bUj -bLR -bGl -bGl -bUj -bFa -aad -aaa -aaa -aaa -bPI -ckO -cor -bPI -aad -aad -aad -aad -aad -bNr -bNr -bPI -cvM -bPI -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(177,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alt -aor -alt -alt -api -alt -atO -alt -alt -avW -axo -ayM -azV -ayM -aCn -aDS -aFc -aGE -aId -aJz -aKO -aMu -aFc -aOS -aPZ -aFb -aSQ -aUm -aVz -aOM -aOM -bag -aFb -bek -bdf -baa -bfN -bhz -bkr -blQ -bnn -aRh -bqp -brT -btp -buM -bwb -bxu -byR -bAh -bBC -bCJ -bEi -bFb -bGn -bHN -bJi -bKG -bKG -bLR -bOv -bPq -bQy -bRU -bLR -bGl -bGl -bWp -bLR -bGl -bGl -bWp -bLR -bGl -bGl -bWp -bFa -aad -aad -aaa -aaa -bPI -ckO -cor -bPI -aaa -aaa -aaa -aad -aad -bNr -cuE -cuF -cuF -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(178,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -alt -alt -alt -alt -alt -amI -amI -amI -amI -amI -amI -asO -amI -avW -axp -arS -api -aqT -aCo -aDT -aFc -aGF -aIe -aJA -aKP -aKR -aFc -aCw -aCw -aCw -aCw -aCw -aCw -beg -beg -aCw -aCw -beo -bdf -baa -bjF -bfL -bfL -bfL -bfL -bfL -bql -brU -btq -bql -bql -bwg -byR -bAh -bAh -bAh -bAh -bFb -bFb -bHO -bJj -bFb -bFb -bNk -bOw -bPs -bQF -bLR -bLR -bLR -bLR -bLR -bLR -bLR -bLR -bFa -bFa -bFa -bFa -bFa -bFa -bNr -bNr -bNr -bNr -bNr -cns -cou -bNr -bNr -bNr -bNr -bNr -bNr -bNr -cuF -cuF -cuF -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(179,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alu -amc -amI -amI -amI -amI -alt -alt -alt -arU -arU -arU -auO -avW -axq -arU -arU -arU -aCp -aDT -aFc -aGG -aIf -aJB -aKQ -aKR -aFc -aFf -aFf -aRD -aKS -aUn -aFf -aRE -aYE -bah -aCw -bfO -bdf -baa -bjG -bhB -bks -blR -bno -boX -bqq -brV -btr -buN -bwd -bxv -byW -btr -btr -btr -btr -bFc -bGp -bHP -bJk -bKH -bLS -bNl -bOx -bPt -bQG -bRV -bTg -bUq -bVu -bWq -bXp -bYr -bZy -caL -bVw -cdd -ceh -bVw -caL -chE -bQO -bNr -ckM -clS -cnt -cov -cpl -cqj -crf -crZ -csw -ctd -ctU -cuF -cvl -cvN -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(180,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -alt -alt -alt -alt -alt -amI -alt -aqe -aqU -arU -asS -atQ -arU -awx -axr -ayN -azW -arU -aCq -aDT -aFc -aGH -aIg -aJC -aKR -aKR -aNF -aGN -aIi -aGN -aSR -aUo -aSR -aRE -aYF -aFf -bbi -baa -bdf -baa -bfN -bhC -bkt -blS -blS -boY -bqr -brW -blS -buO -bwe -bxw -byX -bAi -bAi -bCK -bEj -bFd -bGq -bHQ -bJl -bKI -bLT -bNm -bKI -bPu -bQH -bRW -bTh -bTh -bTh -bWr -bXq -bYs -bZz -caM -cbT -bVw -bVw -bVw -caL -bPG -ciO -cjK -ckN -clT -bPE -cow -bNr -chJ -ckW -bQO -bQO -cte -bNr -bNr -bNr -bNr -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(181,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aad -alt -amI -alt -aqf -aqV -arU -asT -atR -atR -avY -axs -ayO -ayO -arU -aCr -aDU -aFc -aGI -aGI -aJD -aFc -aFc -aFc -aOT -aQa -aOT -aSS -aUp -aSS -aRE -aYF -bai -bbi -baa -bdf -baa -bjH -bhB -bku -blT -bnp -boZ -bqs -aSx -bts -buP -bwf -bxx -byY -bts -bBD -bCL -bEk -bFe -bGr -bGr -bGr -bGr -bGr -bNn -bGr -bGr -bQI -bRV -bTh -bTh -bTh -bTh -bTh -bYt -bZA -caN -bVw -bVw -cei -cfn -caL -chF -ciP -cjL -ckO -clU -bNr -bNr -bNr -bNr -bNr -bNr -bQO -ctf -cpl -cuG -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(182,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -alt -amI -alt -alt -alt -arU -asU -atR -atR -avZ -axt -ayP -azX -arU -aCs -aVq -aFc -aGJ -aIh -aIh -aFc -aMv -aFf -aFf -aQb -aRE -aRE -aRE -aRE -aRE -aYF -aRE -bbi -baa -bdf -baa -bjI -bfS -bfS -bfS -bfS -bfS -bqt -bqt -bqt -buQ -bwg -bxy -bxy -bxy -bBE -bCM -bxz -bxz -bGs -bHR -bJm -bKJ -bLU -bNo -bOy -bOy -bOy -bRX -bTi -bUr -bTh -bTh -bTh -bTh -bZB -caO -cbU -bVw -cej -bVw -caL -chG -ciQ -bNr -ckO -clV -cnu -cox -cpm -cqk -crg -bNr -bQO -chI -bNr -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(183,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -alt -amI -api -amI -amI -arU -arU -arU -auP -awa -atR -ayQ -azY -arU -aCt -aDW -aFf -aGK -aFf -aFf -aKS -aMw -aFf -aFf -aQb -aRF -aRE -aRE -aRE -aRE -aYF -aRE -bbi -baa -bdf -baa -bfN -bhD -bgR -bkv -bnq -bpa -blU -bqu -bqt -buR -bwg -bxy -brX -bsa -bsB -btQ -bBG -bxz -bGt -bHS -bJn -bHS -bGt -bGt -aad -aad -aad -bRX -bTj -bUs -bVv -bWs -bXr -bYu -bZC -caL -bVw -bVw -cek -bVw -caL -chG -ciR -bNr -ckP -clW -cdk -bSe -bSe -ccc -crh -bNr -bQO -ctg -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(184,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -alt -aos -alt -aqg -apZ -arU -asV -atS -auQ -awb -atR -ayR -azX -arU -aCu -aDX -aFg -aGL -aFg -aJE -aFg -aMx -aFg -aOU -aQc -aOU -aST -aUq -aVA -aWV -aYF -bai -bbi -baa -bdf -baa -bfN -bhE -bgS -bgR -bnr -bpb -blV -bqv -btt -buS -bwg -bxy -brY -bsb -bsV -byy -bBH -bxz -bGu -bHT -bHT -bHT -bLV -bGD -bOz -bOz -bOz -bGD -bTk -bTk -bVw -bTk -bXs -bTh -bZD -caL -caL -caL -cel -caL -caL -caL -caL -caL -ciW -clX -bNr -bNr -bNr -ccd -crh -bNr -bQO -bOH -bPI -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(185,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -alt -alt -alt -alt -alt -arU -asW -atT -atQ -awc -atR -ayO -ayO -arU -aCv -aDY -aFh -aGM -aDY -aDY -aDY -aDY -aDY -aOV -aQd -aOV -aSU -aUr -aSU -aWW -aYG -aFf -bbi -baa -bdh -baa -bfR -bhD -bgR -bgR -bns -bpc -blW -bqw -btu -buT -bwh -bxz -brZ -bsA -btP -byy -bCN -bxz -bGv -bHT -bHT -bHT -bLW -bGD -bOA -bPv -bPv -bGD -bTl -bUt -bVx -bWt -bXs -bTh -bZE -caP -caP -cde -cem -cde -cgv -chH -ciS -caL -ckQ -clX -bNr -aaa -bNr -ciW -cri -bNr -bQO -bPD -bNr -aad -aad -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(186,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -arU -asX -atU -auR -awd -axu -ayS -azZ -arU -aCw -aDZ -aCw -aGN -aIi -aGN -aIi -aCw -aNG -aCw -aQe -aCw -aSV -aFf -aVB -aWX -aYH -baj -aCw -bbW -bdi -bbW -bfS -bfS -bio -bkw -bln -blq -blX -bqY -btv -buU -bwi -bxz -bzc -bAm -bBI -byZ -bCO -bxz -bGw -bHT -bHT -bKK -bLX -bGD -bOB -bPw -bQJ -bGD -bTm -bUu -bVy -bVz -bXs -bTh -bZE -caQ -caQ -cde -cen -cde -cgv -chH -ciS -caL -ckR -clX -bPI -aaa -bPI -ccd -crh -bQO -bQO -bNr -bNr -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(187,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -arU -arU -arU -arU -arU -arU -arU -arU -arU -aCw -aEa -aCw -aGO -aIj -aJF -aIj -aCw -aNH -aOW -aQf -aCw -aCw -aCw -aCw -aYI -bjs -aCw -aCw -bcg -bdj -bet -bfS -bhF -bgR -bkx -blo -bgR -bog -bgR -btt -buV -bwj -bxz -bzd -bAn -bBJ -bza -bCP -bxz -bGx -bHT -bJo -bKL -bLY -bGD -bOC -bPx -bOC -bGD -bTl -bUv -bVz -bVw -bXs -bYv -bZF -caR -cbV -cdf -ceo -cfo -cgw -cgw -cgw -cjM -ckS -clY -bPI -aaa -bPI -ccd -clU -bNr -bNr -bNr -aaa -aaa -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaY -aaQ -aaQ -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(188,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -arV -aad -aoB -aoB -arV -aad -aad -aad -arV -aCw -aEb -aCw -aGP -aGP -aGP -aGP -aCw -aCw -aCw -aCw -aCw -aSW -aUs -aVC -aWZ -aYJ -bak -bbj -aSX -bdk -beu -bfS -bhG -bgR -bky -blp -blr -boh -bqZ -bqt -buW -bwk -bxz -bze -bAo -bBK -bzb -bCQ -bxz -bGy -bHT -bJp -bKM -bLZ -bNp -bOD -bPy -bQK -bRY -bTn -bUw -bVA -bWu -bXt -bYw -bZG -caS -cbW -cdg -cdg -cfp -cgx -cdg -cdg -cjN -ckT -clZ -bNr -aaa -bNr -ccd -clU -aad -aad -aad -aad -aad -aaQ -aaa -aad -aaa -acf -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(189,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arV -aoB -aoB -aoB -arV -aoB -aoB -aad -arV -aad -aaa -aad -aaa -aaa -aaa -aaa -aMy -aNI -aOX -aQg -aMz -aSX -aQj -aQj -aXa -aYK -bal -aQj -aQj -bdk -bev -bfS -bfS -bfS -bfS -bfS -bfS -bfS -bsc -bfS -buX -bwl -bxz -bxz -bAp -bAp -bAp -bAp -bAp -bGz -bHT -bJq -bHT -bMa -bGD -bOC -bPz -bOC -bRZ -bSb -bSb -bSb -bSb -bSb -bYx -bZH -caT -cbX -bYx -bSb -bSb -bSc -caL -caL -caL -bNr -cma -bNr -bNr -bNr -ccd -clU -aaa -aaa -aaa -aaa -aaa -aaQ -aaa -cwo -cwP -cxw -aaa -cwo -cwP -cxw -aaa -cwo -cwP -cxw -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(190,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arV -aoB -aoB -aoB -aaF -aoB -aoB -aad -arV -aad -aaa -aad -aaa -aaa -aaa -aad -aMy -aNJ -aOY -aQh -aRG -aQh -aQh -aQh -aXb -aYL -bam -bbk -bch -bdl -bew -bfT -bhH -bkz -bkz -bkz -bpe -bqA -bsd -bfS -buY -bwm -bxA -bzf -bse -bBL -bBL -bBL -bse -bGA -bHU -bJq -bKN -bHT -bNq -bOE -bPA -bQL -bSa -bTo -bUx -bVB -bWv -bXu -bYy -bZI -caU -cbY -cdh -cep -cfq -bSc -chI -bNr -chJ -bNr -cmb -cnv -bQO -bQO -cql -crj -aaa -aaa -aaa -aaa -aaa -aaY -aad -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(191,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arV -aoB -aoB -aoB -aaF -aoB -aoB -aoB -arV -aad -aaa -aad -aaa -aaa -aaa -aad -aMy -aRk -aOZ -aQi -aRH -aQi -aQi -aQi -aXc -aYM -aQi -aQi -bci -aQi -aQi -bfU -bhI -bhI -bhI -bnw -bpf -bqB -bfS -bfS -buZ -bwn -bxB -bzg -bse -bBL -bBL -bBL -bse -bGB -bHV -bJq -bKO -bHT -bHT -bOF -bPB -bQM -bSb -bTp -bUy -bUA -bUA -bXv -bYz -bYz -caV -cbZ -bUA -ceq -cfr -bSc -bQO -bNr -bNr -bNr -cmc -bSe -bSe -bSe -cqm -crj -aaa -aaa -aaa -aaa -aaa -aad -aaa -cwo -cwQ -cxw -aad -cwo -cwQ -cxw -aad -cwo -cwQ -cxw -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(192,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaF -aoB -aoB -aoB -arV -aoB -aoB -aoB -arV -aad -aaa -aad -aaa -aaa -aaa -aad -aMz -aNL -aPa -aQj -aMz -aQj -aQj -aQj -aPa -aQj -aQj -aQj -bcj -bdm -aQj -bfV -aMz -aaa -blY -bnx -bpg -bqC -bse -btw -bva -bwo -bxC -bzh -bAq -bBL -bCS -bBL -bse -bGC -bHW -bJq -bKP -bMb -bHT -bOG -bPC -bQN -bSb -bTq -bUz -bVC -bWw -bXw -bYA -bZJ -caW -cca -cdi -bUz -cfs -bSc -bQO -ciT -cjO -bNr -cmd -cnw -coy -cpn -cqn -crk -aad -aad -aad -aad -aad -aad -aad -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(193,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -arV -aoB -aoB -aoB -arV -aoB -aoB -aoB -aad -aad -aaa -aad -aaa -aaa -aaa -aad -aMz -aNM -aPb -aQj -aMz -aQj -aPb -aPb -aXd -aYN -aPb -aQj -bck -aQj -aPb -bfW -aMz -aad -blY -bny -bph -bqD -bse -btx -bvb -bwp -bxD -bzi -bAq -bBL -bCT -bEr -bse -bGD -bGD -bJr -bKQ -bGD -bGD -bGD -bGD -bGD -bSc -bTr -bUA -bUA -bUA -bXx -bYB -bZK -caX -bUA -bUA -bUA -bUA -bSc -bQO -ciU -bSe -ckU -cme -clU -coz -coz -coz -coz -csa -aaa -aaa -aaa -aaa -aad -aaa -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aaa -cwo -cwQ -cxw -aaa -aad -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(194,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -arV -aoB -aoB -aoB -arV -aoB -aoB -aoB -aoB -aad -aaa -aad -aad -aad -aad -aad -aMz -aMz -aMz -aQk -aMz -aSY -aMz -aMz -aMz -aMz -aMz -bbl -aMz -bdn -aMz -aMz -aMz -aaa -blY -bnz -bph -bqD -bse -bty -bvb -bwq -bxC -bzj -bAq -bBL -bBL -bBL -bse -bGE -blY -bJs -bKR -bMc -bNr -bOH -bPD -bQO -bSc -bTs -bUB -bVD -bUA -bXy -bYC -bZL -caY -ccb -bVD -cer -cft -bSc -chJ -ciV -cjP -bNr -cmf -cnx -coz -cpo -cqo -crl -csa -csa -csa -aaa -aaa -aad -aaa -aaa -cwR -aaa -aaa -aaa -cwR -aaa -aaa -aaa -czR -aaa -aaa -aaa -aad -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(195,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aoB -aoB -aoB -arV -aoB -aoB -aoB -aoB -aad -aaa -aad -aaa -aaa -aaa -aad -aad -aad -aMz -aQl -aMz -aQl -aMz -aZN -aZP -bjh -aMz -aQl -aMz -aQl -aMz -aad -aad -aad -blY -bnA -bph -bqD -bse -btz -bvb -bwr -bxE -bzg -bse -bBL -bBL -bBL -bse -bGF -bHX -bJt -bKS -bMd -bNs -bOI -bOI -bQP -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bSc -bNr -ciW -bNr -bNr -cmg -cny -coA -cpp -cqp -crm -csb -csx -cth -ctV -ctV -ctV -cvO -cwp -cwp -cwp -cwp -cwp -cwp -cwp -czo -ctV -czS -ctV -ctV -ctV -cAU -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(196,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aoB -aoB -aoB -aad -aoB -aoB -aoB -aoB -aad -aaa -aad -aaa -aaa -aaa -aad -aad -aaa -aMz -aQl -aMz -aQl -aMz -aZO -aZO -aZO -aMz -aQl -aMz -aQl -aMz -aaa -aad -aaa -aad -aaa -bph -bqD -bse -btA -bvc -bws -bxC -bzk -bAr -bBL -bBL -bBL -bse -bGG -bHY -bJu -bKT -bMe -bNt -bOJ -bPE -bQQ -bSd -bTt -bUC -bVE -bVE -bVE -bVE -bVE -bVE -bVE -bVE -ces -bVE -bVE -bVE -ciX -ces -bVE -cmh -cnz -coB -cpq -cqq -crn -csa -csa -csa -aaa -aaa -aad -aaa -aaa -cwS -aaa -aaa -aaa -cwS -aaa -aaa -aaa -czR -aaa -aaa -aaa -aad -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(197,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aoB -aoB -aoB -aad -aoB -aoB -aoB -aoB -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aMz -aQm -aMz -aQl -aMz -aZP -aZO -aZN -aMz -aQl -aMz -bdo -aMz -aaa -aaa -aaa -aad -aaa -bph -bqD -bse -bse -bvd -bwt -bse -bse -bse -bse -bse -bse -bse -bGG -bHZ -bJv -bKU -bGt -bGt -bGt -bNr -bQR -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -ccd -bNr -bNr -bNr -bNr -coz -coz -coz -coz -csa -aaa -aaa -aaa -aaa -aad -aaa -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aaa -aad -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(198,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aMz -aQl -aMz -aQl -aMz -aMz -aMz -aMz -aMz -aQl -aMz -aQl -aMz -aaa -aaa -aaa -aad -aad -bph -bqE -bkz -btB -bve -bwu -bxF -bxF -bxF -bxF -bxF -bEs -bxF -bGH -bHZ -bJw -bKV -bMf -bNu -bGt -bPF -bQS -bSe -bSe -bSe -bSe -bSe -bSe -bSe -bSe -caZ -ccc -cdj -cet -bNr -cgy -chK -ccd -bNr -ckV -cgz -bNr -aaa -aaa -aad -aad -aad -aad -aad -aad -aad -aad -aad -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(199,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aab -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aMz -aQn -aRI -aSZ -aMz -aaa -aaa -aaa -aMz -aSZ -aRI -bdp -aMz -aaa -aaa -aad -aad -aad -bpi -bhI -bhI -bhI -bhI -bwv -bxG -bhI -bhI -bhI -bhI -bEt -bhI -bGI -bIa -bJx -bKW -bMg -bNv -bGt -bPG -bQT -bSf -bNr -bNr -bNr -bNr -bNr -bNr -bNr -bNr -ccd -bQT -ceu -bNr -cgz -bQO -ccd -cjQ -ckW -bQO -bNr -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -cwo -cwT -cxw -aad -cwo -cwT -cxw -aad -cwo -cwT -cxw -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(200,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aTa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -blY -bxH -bzl -bAs -bBM -bCU -bEu -bFf -bGt -bIb -bJy -bKX -bMg -bNw -bGt -bPH -bQU -bSg -bNr -aaa -aaa -aad -aaa -aad -bNr -cba -bQS -cdk -bSe -bSe -bSe -bSe -ciY -bNr -bQO -cmi -bNr -aad -aad -aaa -aad -aad -aad -aad -aad -aad -aad -aad -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aaa -cwo -cwT -cxw -aad -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(201,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bww -bxI -bzm -bzm -bBN -bzm -bzm -bFg -bGt -bIc -bJz -bKY -bGt -bNx -bGt -bPI -bPI -bPI -bNr -aaa -aaa -aad -aaa -aad -bNr -bNr -bPI -bPI -bPI -bNr -bNr -bNr -ciZ -bNr -bNr -bNr -bNr -aad -aad -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaY -aaa -cwo -cwU -cxw -aaa -cwo -cwU -cxw -aaa -cwo -cwU -cxw -aaa -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(202,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bww -bxJ -bzn -bAt -bBO -bCV -bzn -blY -blY -bGt -bHS -bHS -bGt -bNy -bGt -aad -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aae -aad -aaa -aaa -aaa -aad -aad -bNr -cja -bNr -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaQ -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aad -aaa -aaY -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(203,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -blY -blY -blY -blY -blY -blY -blY -blY -aad -atJ -atJ -atJ -aad -aaa -aad -atJ -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aae -aad -aaa -aaa -aaa -aaa -aad -bNr -cjb -bNr -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aad -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaQ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(204,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aad -aad -aad -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aad -aae -aae -aae -aad -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(205,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(206,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(207,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(208,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(209,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(210,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(211,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(212,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -bzo -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(213,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(214,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aae -aaa -aaa -aaa -aaa -aad -aaa -aad -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(215,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(216,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(217,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(218,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(219,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(220,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(221,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(222,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -atJ -aaa -atJ -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(223,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(224,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aaa -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(225,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bIe -bNz -bIe -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(226,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bKZ -bIe -bNA -bIe -bKZ -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(227,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bIe -bIe -bMh -bNz -bOK -bIe -bIe -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(228,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -bId -bId -bLa -bMi -bMi -bMi -bPJ -bId -bId -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(229,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -bIe -bJA -bLb -bMi -bNB -bMi -bPK -bQV -bIe -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(230,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -bId -bId -bLc -bMi -bMi -bMi -bPL -bId -bId -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(231,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bIe -bIe -bMj -bNC -bOL -bPM -bPM -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(232,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bKZ -bIe -bND -bIe -bKZ -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(233,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -bIe -bId -bIe -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aac -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(234,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(235,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aad -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(236,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(237,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aad -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(238,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(239,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(240,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(241,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(242,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(243,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(244,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(245,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(246,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(247,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(248,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aoB -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(249,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(250,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(251,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(252,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(253,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(254,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} -(255,1,1) = {" -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -aaa -"} +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/open/space/basic, +/area/space) +"aab" = ( +/obj/docking_port/stationary{ + dheight = 1; + dir = 8; + dwidth = 12; + height = 17; + id = "syndicate_ne"; + name = "northeast of station"; + width = 23 + }, +/turf/open/space, +/area/space/nearstation) +"aac" = ( +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space) +"aad" = ( +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aae" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"aaf" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aag" = ( +/turf/closed/wall/r_wall, +/area/security/prison) +"aah" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/prison) +"aaj" = ( +/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/security/prison) +"aak" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aal" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/ambrosia, +/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/security/prison) +"aam" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/carrot, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aan" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/security/prison) +"aao" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/glowshroom, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aap" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/hydroponics/soil, +/obj/item/plant_analyzer, +/obj/machinery/camera{ + c_tag = "Prison Common Room"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaq" = ( +/turf/open/floor/plasteel, +/area/security/prison) +"aar" = ( +/obj/structure/sink{ + pixel_y = 20 + }, +/turf/open/floor/plating, +/area/security/prison) +"aas" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aat" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/security/prison) +"aau" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/prison) +"aav" = ( +/turf/open/floor/plating, +/area/security/prison) +"aaw" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/open/floor/plating, +/area/security/prison) +"aax" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plating, +/area/security/prison) +"aay" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/security/prison) +"aaz" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/potato, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaA" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/seeds/grass, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaB" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/prison) +"aaC" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaD" = ( +/obj/structure/window/reinforced, +/obj/machinery/hydroponics/soil, +/obj/item/cultivator, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaF" = ( +/turf/open/floor/plating/airless, +/area/space/nearstation) +"aaG" = ( +/obj/structure/bookcase, +/turf/open/floor/plasteel, +/area/security/prison) +"aaH" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/security/prison) +"aaI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaJ" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaK" = ( +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/structure/table, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aaL" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/security/prison) +"aaM" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaO" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/cryopod{ + dir = 8; + pixel_x = 26 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaP" = ( +/obj/structure/lattice, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/space, +/area/space/nearstation) +"aaQ" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aaR" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/plasteel, +/area/security/prison) +"aaS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/prison) +"aaT" = ( +/obj/structure/table, +/obj/item/toy/cards/deck, +/turf/open/floor/plasteel, +/area/security/prison) +"aaU" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"aaV" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaW" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"aaX" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"aaY" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space, +/area/space/nearstation) +"aaZ" = ( +/turf/closed/wall, +/area/security/execution/transfer) +"aba" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/security/execution/transfer) +"abd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abe" = ( +/obj/machinery/vending/sustenance, +/turf/open/floor/plasteel, +/area/security/prison) +"abf" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/security/prison) +"abg" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abh" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abi" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abj" = ( +/obj/structure/grille, +/turf/open/space, +/area/space/nearstation) +"abk" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"abl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"abm" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"abn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"abo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"abp" = ( +/obj/machinery/door/poddoor{ + id = "executionspaceblast" + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"abq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abr" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "executionflash"; + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"abu" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/security/prison) +"abv" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aby" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"abB" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + icon_state = "right"; + name = "Unisex Showers" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abC" = ( +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abD" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abE" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abF" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abG" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Security's Desk"; + departmentType = 5; + name = "Head of Security RC"; + pixel_y = 30 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -31 + }, +/obj/structure/table/wood, +/obj/item/storage/box/seccarts{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/deputy, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abH" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abI" = ( +/obj/machinery/computer/security/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abJ" = ( +/obj/machinery/computer/card/minor/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abL" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"abM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"abN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abO" = ( +/obj/structure/bed, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abP" = ( +/obj/machinery/sparker{ + id = "executionburn"; + pixel_x = 25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"abQ" = ( +/turf/closed/wall, +/area/security/prison) +"abR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell3"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt3"; + name = "Cell 3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "permacell2"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "permacell1"; + name = "cell blast door" + }, +/obj/machinery/door/airlock/public/glass{ + id_tag = "permabolt1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/security/prison) +"abU" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"abV" = ( +/obj/structure/closet/bombcloset/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abW" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"abY" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office"; + dir = 4 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"abZ" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aca" = ( +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acb" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acc" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24; + pixel_y = 10 + }, +/obj/structure/table/wood, +/obj/item/radio/off, +/obj/item/taperecorder, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acd" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"ace" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"acf" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/open/space, +/area/space/nearstation) +"acg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ach" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aci" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acj" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 3"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ack" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt3"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acl" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 2"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acn" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt2"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aco" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Cell 1"; + network = list("ss13","prison") + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_y = 24; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acq" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "permabolt1"; + name = "Cell Bolt Control"; + normaldoorcontrol = 1; + pixel_y = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/prison) +"acr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acs" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/item/key/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"act" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 6 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -3 + }, +/obj/item/storage/lockbox/loyalty, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acu" = ( +/obj/structure/rack, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/gun/energy/e_gun/dragnet, +/obj/item/gun/energy/e_gun/dragnet, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acv" = ( +/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 + }, +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acw" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/riot, +/obj/item/clothing/suit/armor/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/head/helmet/riot, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/shield/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acx" = ( +/obj/structure/rack, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/armor/laserproof, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acy" = ( +/obj/structure/closet/secure_closet/lethalshots, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acz" = ( +/obj/vehicle/ridden/secway, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acA" = ( +/obj/structure/closet/l3closet/security, +/obj/machinery/camera{ + c_tag = "Brig Equipment Room"; + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"acC" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acD" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/stamp/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acE" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acF" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"acG" = ( +/turf/closed/wall, +/area/security/main) +"acH" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"acI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"acJ" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"acK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/execution/transfer) +"acM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "executionfireblast"; + name = "blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Transfer Room"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"acN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acO" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/flasher{ + id = "PCell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"acR" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/prison) +"acS" = ( +/obj/machinery/flasher{ + id = "PCell 1"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"acU" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"acV" = ( +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"acW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acY" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/security/armory"; + dir = 4; + name = "Armory APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"acZ" = ( +/obj/machinery/vending/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"ada" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adb" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"add" = ( +/obj/item/storage/secure/safe/HoS{ + pixel_x = 35 + }, +/obj/structure/closet/secure_closet/hos, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"ade" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"adg" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adk" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adl" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"adn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ado" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/turf/open/space, +/area/space/nearstation) +"adp" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/item/hemostat, +/obj/item/retractor, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adq" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/assembly/flash/handheld, +/obj/item/reagent_containers/spray/pepper, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adr" = ( +/obj/machinery/button/flasher{ + id = "executionflash"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionspaceblast"; + name = "Vent to Space"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"ads" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/prison) +"adt" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 3"; + req_access_txt = "2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/prison) +"adv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 2"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adw" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 1"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"adx" = ( +/obj/structure/closet/secure_closet/contraband/armory, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"ady" = ( +/obj/item/storage/toolbox/drone, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adz" = ( +/obj/structure/rack, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adA" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adB" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adC" = ( +/obj/structure/rack, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun/advtaser, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adD" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adF" = ( +/obj/machinery/door/window/eastleft{ + name = "armoury desk"; + req_access_txt = "1" + }, +/obj/machinery/door/window/westleft{ + name = "armoury desk"; + req_access_txt = "3" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"adG" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hos"; + dir = 8; + name = "Head of Security's Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -25 + }, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adJ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"adL" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"adM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adP" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adQ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"adT" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/fore) +"adU" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"adW" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adX" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/button/ignition{ + id = "executionburn"; + pixel_x = 24; + pixel_y = 5 + }, +/obj/machinery/button/door{ + id = "executionfireblast"; + name = "Transfer Area Lockdown"; + pixel_x = 25; + pixel_y = -5; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"adZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"aea" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeb" = ( +/obj/machinery/button/door{ + id = "permacell3"; + name = "Cell 3 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 3"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aec" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aed" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aee" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aef" = ( +/obj/machinery/button/door{ + id = "permacell2"; + name = "Cell 2 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 2"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeg" = ( +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Prison Hallway"; + network = list("ss13","prison") + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aei" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aej" = ( +/obj/machinery/button/door{ + id = "permacell1"; + name = "Cell 1 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" + }, +/obj/machinery/button/flasher{ + id = "PCell 1"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aek" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ael" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/prison"; + dir = 4; + name = "Prison Wing APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aem" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aen" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aep" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aer" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aes" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aet" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeu" = ( +/obj/machinery/door/poddoor/shutters{ + id = "armory"; + name = "Armoury Shutter" + }, +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_y = -26; + req_access_txt = "3" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aev" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aew" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"aex" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aey" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/hos) +"aez" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"aeA" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"aeB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aeC" = ( +/obj/machinery/camera{ + c_tag = "Security Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aeD" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/fore) +"aeE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aeG" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/tank/internals/oxygen/red{ + pixel_x = 3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + aiControlDisabled = 1; + dir = 4; + name = "Prisoner Transfer Centre"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aeK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/prison) +"aeS" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeT" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeU" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/flashbangs{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"aeV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"aeZ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afa" = ( +/obj/machinery/recharger, +/obj/structure/table, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afc" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afd" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afe" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aff" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afi" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afj" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afk" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afm" = ( +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afn" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Pod Three" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afo" = ( +/obj/docking_port/stationary{ + dir = 4; + 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) +"afp" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland3"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"afq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/security/execution/transfer) +"afs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + layer = 2.4 + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Armory"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/security/execution/transfer) +"aft" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afv" = ( +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"afw" = ( +/turf/closed/wall/r_wall, +/area/security/execution/transfer) +"afx" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afy" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 1; + pixel_y = -27 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afz" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afA" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/storage/box/hug, +/obj/item/razor{ + pixel_x = -6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afC" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afD" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Prison Wing"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"afG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"afK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/security/armory) +"afL" = ( +/obj/structure/reagent_dispensers/peppertank, +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"afM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/security/main) +"afN" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/main) +"afO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"afP" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afQ" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afR" = ( +/turf/open/floor/plasteel, +/area/security/main) +"afS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/head_of_security, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"afT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/main) +"afU" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afV" = ( +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afX" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"afY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"afZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"aga" = ( +/obj/structure/table, +/obj/item/electropack, +/obj/item/screwdriver, +/obj/item/wrench, +/obj/item/clothing/head/helmet, +/obj/item/assembly/signaler, +/obj/machinery/light/small, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agb" = ( +/obj/structure/closet/secure_closet/injection, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/security/execution/transfer"; + name = "Prisoner Transfer Centre"; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"agc" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agd" = ( +/turf/closed/wall, +/area/security/brig) +"age" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Prison Gate"; + name = "prison blast door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/brig) +"agg" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"agh" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Brig Control Room"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agi" = ( +/obj/machinery/computer/prisoner, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agj" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agk" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agl" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agn" = ( +/obj/structure/table, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ago" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agp" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agr" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ags" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agt" = ( +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agu" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agv" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agw" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"agx" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agB" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agC" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) +"agD" = ( +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agE" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 24 + }, +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"agH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"agJ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agN" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agP" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"agQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"agR" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agS" = ( +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"agT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agV" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agW" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"agY" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"agZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aha" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahb" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/security/main) +"ahd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/main) +"ahe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahf" = ( +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahg" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahh" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahi" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahj" = ( +/obj/item/storage/box/bodybags, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/item/reagent_containers/syringe{ + name = "steel point" + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahl" = ( +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahm" = ( +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahn" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/warden"; + dir = 8; + name = "Brig Control APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aht" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahu" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahw" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"ahy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahA" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"ahC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahF" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/main"; + dir = 4; + name = "Security Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"ahH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ahI" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahJ" = ( +/obj/machinery/camera{ + c_tag = "Brig Interrogation"; + dir = 8; + network = list("interrogation") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ahK" = ( +/obj/structure/bodycontainer/morgue, +/obj/machinery/camera{ + c_tag = "Brig Infirmary"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ahL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahM" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ahN" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahO" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahP" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/warden, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -27; + pixel_y = 8; + req_access_txt = "2" + }, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -27; + pixel_y = -2 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/machinery/computer/crew{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahR" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/hand_labeler, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahU" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ahV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"ahW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahY" = ( +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"ahZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aia" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aib" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aic" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/rnd/production/techfab/department/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aid" = ( +/obj/machinery/camera{ + c_tag = "Security Office"; + dir = 1 + }, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aie" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aif" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aig" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aih" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aii" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"aij" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aik" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ail" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aim" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ain" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aip" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"air" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ais" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"ait" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/brig) +"aiv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aix" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/window/brigdoor{ + dir = 1; + name = "Armory Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southleft{ + name = "Reception Desk"; + req_access_txt = "63" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiy" = ( +/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/security/warden) +"aiz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"aiA" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"aiB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"aiC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + name = "Security Office"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/main) +"aiD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/security/main) +"aiE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aiG" = ( +/obj/item/stack/rods, +/turf/open/space, +/area/space/nearstation) +"aiH" = ( +/turf/closed/wall, +/area/security/processing) +"aiI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"aiJ" = ( +/obj/machinery/door/airlock/security{ + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aiK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/machinery/firealarm{ + 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/brig) +"aiP" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiQ" = ( +/obj/machinery/camera{ + c_tag = "Brig East" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiT" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aiU" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"aiV" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/closet/secure_closet/courtroom, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/item/gavelhammer, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiW" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiX" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiY" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aiZ" = ( +/obj/structure/chair{ + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"aja" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajc" = ( +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajd" = ( +/turf/closed/wall, +/area/security/courtroom) +"aje" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/fore) +"ajf" = ( +/obj/machinery/gulag_teleporter, +/turf/open/floor/plasteel, +/area/security/processing) +"ajg" = ( +/obj/machinery/computer/gulag_teleporter_computer, +/turf/open/floor/plasteel, +/area/security/processing) +"ajh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/machinery/computer/security/labor, +/turf/open/floor/plasteel, +/area/security/processing) +"aji" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"ajk" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajl" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/brig"; + dir = 1; + name = "Brig APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajm" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajn" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/interrogation{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"aju" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajw" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"ajx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Brig"; + req_access_txt = "63; 42" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajD" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajE" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajF" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ajH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajI" = ( +/obj/machinery/door/window/southleft{ + name = "Court Cell"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ajJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajK" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ajL" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"ajM" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajO" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ajP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ajQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Labor Shuttle"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + 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) +"ajS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"ajU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"ajY" = ( +/obj/machinery/light, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ajZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aka" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"akb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akc" = ( +/obj/machinery/camera{ + c_tag = "Brig Central"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ake" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akg" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aki" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"akj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"akl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"ako" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"akp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akq" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"akr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"aks" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"aku" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"akv" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akx" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aky" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/security/brig) +"akA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akB" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akC" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akE" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"akF" = ( +/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/security/brig) +"akG" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "innerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akJ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"akK" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"akL" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akM" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akN" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akP" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"akR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/fore) +"akS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"akT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"akU" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"akV" = ( +/turf/open/floor/plating, +/area/security/processing) +"akW" = ( +/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/plating, +/area/security/processing) +"akX" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"akY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"akZ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"ala" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alb" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ald" = ( +/turf/open/floor/plasteel, +/area/security/brig) +"ale" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/brig) +"alh" = ( +/obj/machinery/button/door{ + id = "briggate"; + name = "Desk Shutters"; + pixel_x = -26; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/button/flasher{ + id = "brigentry"; + pixel_x = -28; + pixel_y = -8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ali" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alk" = ( +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"all" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/brig) +"alm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"aln" = ( +/obj/structure/chair{ + dir = 4; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alo" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alq" = ( +/obj/item/beacon, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alr" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"als" = ( +/obj/structure/chair{ + dir = 8; + name = "Defense" + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"alt" = ( +/turf/closed/wall, +/area/maintenance/starboard/fore) +"alu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"alv" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"alw" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"aly" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"alz" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"alA" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alC" = ( +/obj/item/cigbutt/cigarbutt, +/obj/effect/decal/cleanable/blood/old, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"alD" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"alG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"alH" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alI" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alJ" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alK" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alL" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alM" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alN" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alO" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alP" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "outerbrig"; + name = "Brig Exterior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = -5; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "innerbrig"; + name = "Brig Interior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 5; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alQ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastright{ + name = "Brig Desk"; + req_access_txt = "2" + }, +/obj/item/restraints/handcuffs, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"alS" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"alT" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alV" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = 25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"alW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"alY" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "42" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"alZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/security/courtroom) +"ama" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amc" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amd" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ame" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amf" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amg" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amh" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ami" = ( +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amj" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/obj/item/bedsheet, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amk" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aml" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/toy/sword, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/obj/item/trash/plate, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amn" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/security/processing) +"amo" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/processing) +"amp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"amq" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amr" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ams" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig) +"amw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"amy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "briggate"; + name = "security blast door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"amz" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/security/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; + id_tag = "outerbrig"; + name = "Brig"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "63" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amA" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"amB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amD" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"amE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/security/courtroom"; + dir = 8; + name = "Courtroom APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amG" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"amH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amI" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"amJ" = ( +/turf/closed/wall, +/area/construction/mining/aux_base) +"amK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/fore"; + dir = 8; + name = "Port Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amM" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"amN" = ( +/obj/machinery/atmospherics/pipe/manifold/supplymain/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amO" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amP" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amQ" = ( +/obj/item/trash/sosjerky, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amR" = ( +/obj/item/electronics/airalarm, +/obj/item/circuitboard/machine/seed_extractor, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amT" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"amU" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"amW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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/processing) +"amX" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the exit."; + id = "laborexit"; + name = "exit button"; + normaldoorcontrol = 1; + pixel_x = 26; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/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/processing) +"amY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"amZ" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ana" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"and" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ane" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"anf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ang" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anh" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ani" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anj" = ( +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"ank" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"anl" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"anm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ann" = ( +/obj/effect/decal/cleanable/egg_smudge, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ano" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anp" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/box; + width = 9 + }, +/turf/open/space/basic, +/area/space) +"anq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/security/processing) +"anr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plating, +/area/security/processing) +"ans" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"ant" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anv" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Courtroom" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"any" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anz" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anA" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"anD" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"anG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"anI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"anJ" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Starboard Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anL" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"anN" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anP" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anQ" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anR" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anS" = ( +/obj/structure/rack, +/obj/item/circuitboard/machine/monkey_recycler, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"anT" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"anU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"anY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"anZ" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway West"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aob" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoc" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aod" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoe" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aof" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway East"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aog" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoh" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoi" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoj" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aok" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aom" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aon" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aop" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aoq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aor" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aos" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aot" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aou" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aov" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aox" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoy" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoz" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoA" = ( +/obj/structure/bed, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoB" = ( +/turf/open/space, +/area/space) +"aoC" = ( +/turf/open/floor/plasteel/airless, +/area/space/nearstation) +"aoD" = ( +/obj/structure/table, +/obj/item/stamp, +/obj/item/poster/random_official, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aoF" = ( +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/security/processing) +"aoG" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoH" = ( +/turf/closed/wall, +/area/security/vacantoffice/b) +"aoI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/abandoned{ + name = "Vacant Office B"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aoJ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aoK" = ( +/turf/closed/wall, +/area/lawoffice) +"aoL" = ( +/obj/machinery/door/airlock{ + name = "Law Office"; + req_access_txt = "38" + }, +/turf/open/floor/plasteel, +/area/lawoffice) +"aoM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoN" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aoP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"aoS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/courtroom) +"aoT" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore/secondary"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aoZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apa" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Air In" + }, +/obj/effect/landmark/blobstart, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apc" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apd" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/starboard/fore"; + dir = 8; + name = "Starboard Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ape" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apf" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apg" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/fore) +"aph" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"api" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apk" = ( +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apl" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"apm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apn" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"apo" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"app" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"apr" = ( +/obj/effect/landmark/carpspawn, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"aps" = ( +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/turf/open/floor/plating, +/area/security/processing) +"apt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"apu" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apw" = ( +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"apx" = ( +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"apy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"apz" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apA" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/lawoffice) +"apB" = ( +/turf/open/floor/wood, +/area/lawoffice) +"apC" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood, +/area/lawoffice) +"apD" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"apE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"apF" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apK" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms"; + name = "Dormitory APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apN" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apP" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness"; + name = "Fitness Room APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apQ" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"apS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"apV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering{ + name = "Starboard Bow Solar Access"; + req_access_txt = "10" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"apX" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"apY" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"apZ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqa" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqb" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqd" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqe" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/coin/gold, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqf" = ( +/obj/machinery/computer/slot_machine{ + balance = 15; + money = 500 + }, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqg" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqh" = ( +/obj/docking_port/stationary{ + area_type = /area/construction/mining/aux_base; + dheight = 4; + dir = 8; + dwidth = 4; + height = 9; + id = "aux_base_zone"; + name = "aux base zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/default; + width = 9 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqi" = ( +/obj/docking_port/stationary/public_mining_dock{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqj" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"aqk" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Auxillary Base Construction"; + dir = 8 + }, +/obj/machinery/computer/camera_advanced/base_construction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aql" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/port/fore) +"aqm" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqn" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqo" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqp" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/fore"; + dir = 1; + name = "Port Bow Maintenance APC"; + pixel_x = -1; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqq" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqs" = ( +/turf/open/floor/plating, +/area/maintenance/fore) +"aqt" = ( +/obj/item/bedsheet/red, +/mob/living/simple_animal/bot/secbot/beepsky{ + name = "Officer Beepsky" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + name = "\improper Beepsky's emergency battery" + }, +/turf/open/floor/plating, +/area/security/processing) +"aqv" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/processing"; + dir = 8; + name = "Labor Shuttle Dock APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqw" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqy" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aqz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Law office"; + pixel_x = -32 + }, +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/wood, +/area/lawoffice) +"aqA" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/lawoffice) +"aqB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/lawoffice) +"aqC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "lawyer_blast"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/lawoffice) +"aqD" = ( +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqE" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Dormitories Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/dorms) +"aqG" = ( +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqH" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Fitness Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"aqI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aqJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aqK" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"aqL" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqM" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqN" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/fore"; + dir = 1; + name = "Starboard Bow Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqP" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqQ" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqR" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqS" = ( +/obj/structure/table, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqU" = ( +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqV" = ( +/obj/structure/closet, +/obj/item/coin/iron, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aqW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqX" = ( +/obj/structure/rack, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/item/assault_pod/mining, +/obj/machinery/computer/security/telescreen/auxbase{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"aqY" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ara" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"arb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ard" = ( +/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/plating, +/area/maintenance/port/fore) +"are" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arf" = ( +/obj/machinery/atmospherics/pipe/simple/supplymain/hidden{ + dir = 9 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/fore) +"arg" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arh" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ari" = ( +/obj/machinery/monkey_recycler, +/obj/item/reagent_containers/food/snacks/monkeycube, +/obj/item/reagent_containers/food/snacks/monkeycube, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arj" = ( +/turf/closed/wall, +/area/maintenance/fore) +"ark" = ( +/obj/structure/rack, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"arl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arm" = ( +/obj/structure/table/wood, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"arn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aro" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/lawoffice) +"arp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/filingcabinet/employment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"arr" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ars" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/lawyer, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"art" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aru" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arv" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arw" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm4"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/dorms) +"ary" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arz" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"arA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/semen, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arB" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arC" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arD" = ( +/obj/structure/dresser, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arE" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"arF" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arG" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arH" = ( +/obj/structure/closet/athletic_mixed, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arI" = ( +/obj/structure/closet/boxinggloves, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arJ" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room" + }, +/obj/structure/closet/masks, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arK" = ( +/obj/structure/closet/lasertag/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arL" = ( +/obj/structure/closet/lasertag/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arM" = ( +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"arN" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arO" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arQ" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arS" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arT" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"arU" = ( +/turf/closed/wall, +/area/maintenance/department/electrical) +"arV" = ( +/turf/closed/wall, +/area/space/nearstation) +"arW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arX" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"arY" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"arZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ase" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"asf" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"asg" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/fore) +"ash" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"asi" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"asj" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"ask" = ( +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plating, +/area/maintenance/fore) +"asl" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plating, +/area/maintenance/fore) +"asm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"asn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"aso" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Law Office Maintenance"; + req_access_txt = "38" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"asq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"asr" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"ass" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ast" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asu" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asw" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm4"; + name = "Dorm 4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"asz" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asB" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm5"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asC" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asE" = ( +/obj/structure/bed, +/obj/machinery/button/door{ + id = "Dorm6"; + name = "Cabin Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"asF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asG" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"asK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"asL" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asM" = ( +/obj/structure/table, +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asO" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"asP" = ( +/obj/machinery/button/door{ + id = "maint3"; + name = "Blast Door Control C"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"asS" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asT" = ( +/obj/item/stack/rods/fifty, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"asU" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asV" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"asW" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/maintenance/department/electrical) +"asX" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit, +/area/maintenance/department/electrical) +"asY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"asZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"ata" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"atd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ate" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"atf" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged3" + }, +/area/space/nearstation) +"atg" = ( +/obj/item/paper/crumpled, +/turf/open/floor/plasteel/airless{ + icon_state = "damaged2" + }, +/area/space/nearstation) +"ath" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"ati" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atk" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atl" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"atm" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office B"; + dir = 1 + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel, +/area/security/vacantoffice/b) +"atn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/vacantoffice/b) +"ato" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/lawoffice) +"atp" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/cartridge/lawyer, +/turf/open/floor/wood, +/area/lawoffice) +"atq" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 1 + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/computer/security/telescreen/prison{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/wood, +/area/lawoffice) +"atr" = ( +/obj/machinery/photocopier, +/obj/machinery/button/door{ + id = "lawyer_blast"; + name = "Privacy Shutters"; + pixel_x = 25; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/lawoffice) +"ats" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/fore"; + dir = 8; + name = "Fore Primary Hallway APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway"; + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"att" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"atv" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm5"; + name = "Cabin 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atw" = ( +/obj/machinery/door/airlock{ + id_tag = "Dorm6"; + name = "Cabin 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/dorms) +"atx" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aty" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atz" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atA" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"atC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atD" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atH" = ( +/obj/machinery/camera{ + c_tag = "Holodeck" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"atI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"atJ" = ( +/obj/structure/lattice, +/turf/open/space/basic, +/area/space/nearstation) +"atK" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atO" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"atQ" = ( +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atR" = ( +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"atS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"atV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atX" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, +/obj/machinery/button/door{ + id = "aux_base_shutters"; + name = "Public Shutters Control"; + pixel_x = 24; + req_one_access_txt = "32;47;48" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"atY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/construction/mining/aux_base"; + dir = 8; + name = "Auxillary Base Construction APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"atZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aua" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aub" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"auc" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/machinery/iv_drip, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aud" = ( +/obj/structure/frame/computer, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aue" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/computer/operating, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auf" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/chair, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aug" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auh" = ( +/obj/item/airlock_painter, +/obj/structure/lattice, +/obj/structure/closet, +/turf/open/space, +/area/space/nearstation) +"aui" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auj" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auk" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"aul" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aum" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Chemical Storage"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aun" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"auo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice/b) +"aup" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/power/apc{ + areastring = "/area/security/vacantoffice/b"; + dir = 8; + name = "Vacant Office B APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"auq" = ( +/obj/machinery/power/apc{ + areastring = "/area/lawoffice"; + dir = 1; + name = "Law Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/lawoffice) +"aur" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aus" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aut" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"auu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auw" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aux" = ( +/obj/machinery/requests_console{ + department = "Crew Quarters"; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Dormitory North" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auB" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"auE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"auF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"auJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auK" = ( +/obj/machinery/computer/holodeck{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auL" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"auM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"auO" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/maintenance/department/electrical) +"auP" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/electrical"; + dir = 1; + name = "Electrical Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"auR" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"auS" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"auT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auU" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxillary Base Construction"; + req_one_access_txt = "32;47;48" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"auV" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/fore) +"auX" = ( +/obj/item/wrench, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auY" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/item/surgical_drapes, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"auZ" = ( +/turf/open/floor/plasteel/airless{ + icon_state = "damaged5" + }, +/area/space/nearstation) +"ava" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avb" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"avd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"ave" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"avf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"avg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/fore) +"avj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avk" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avl" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avq" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"avs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"avt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"avv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"avx" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm3"; + name = "Dorm 3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avA" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avB" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avC" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avD" = ( +/obj/structure/table/wood, +/obj/item/coin/silver, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"avH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avI" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avK" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"avL" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avM" = ( +/obj/structure/table, +/obj/item/paper/fluff/holodeck/disclaimer, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"avN" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avP" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avQ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avR" = ( +/obj/machinery/button/door{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_x = -28; + pixel_y = 4 + }, +/obj/machinery/button/door{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_x = -28; + pixel_y = -6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avS" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avT" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avU" = ( +/obj/structure/table/glass, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avX" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"avY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"avZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awc" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awd" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/wallframe/camera, +/obj/item/wallframe/camera, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/department/electrical) +"awe" = ( +/turf/closed/wall, +/area/hallway/secondary/entry) +"awf" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"awg" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/hallway/secondary/entry) +"awh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"awn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"awo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/entry) +"awp" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awq" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awr" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aws" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"awt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awu" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aww" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"awx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Electrical Maintenance"; + req_access_txt = "11" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"awy" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awD" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awG" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awH" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"awI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"awJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"awL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"awM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"awP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/fore/secondary) +"awQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"awR" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awS" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awT" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awU" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awV" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awW" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awX" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"awZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"axa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Fitness" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axe" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axf" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + icon_state = "left"; + name = "Fitness Ring" + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"axg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"axk" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"axl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"axq" = ( +/obj/structure/sign/warning/electricshock, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"axs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axu" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"axv" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland2"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"axw" = ( +/obj/docking_port/stationary{ + dir = 8; + 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) +"axx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"axy" = ( +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axz" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"axA" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axB" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"axI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"axJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axK" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axL" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axM" = ( +/obj/structure/table/glass, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"axS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"axT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axU" = ( +/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/maintenance/fore) +"axV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axX" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"axY" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"axZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aya" = ( +/turf/closed/wall/r_wall, +/area/gateway) +"ayb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"ayd" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aye" = ( +/obj/structure/closet/crate/rcd, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayf" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/hand_labeler, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayg" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayh" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + dir = 1; + name = "EVA Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayi" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/obj/item/assembly/timer, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayj" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"ayl" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aym" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayo" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayp" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ayq" = ( +/turf/closed/wall, +/area/ai_monitored/storage/eva) +"ayr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ays" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"ayt" = ( +/obj/structure/bed, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/button/door{ + id = "Dorm2"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"ayu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayw" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayx" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayy" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"ayA" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayD" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayE" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"ayI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"ayK" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"ayL" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"ayN" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayR" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayS" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"ayT" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayV" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"ayW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"ayZ" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aza" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"azb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"azc" = ( +/turf/closed/wall, +/area/hydroponics/garden) +"azd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics/garden) +"aze" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Garden Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/fore) +"azg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/space, +/area/space/nearstation) +"azh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/space, +/area/space/nearstation) +"azi" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"azj" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azk" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azl" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"azm" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"azn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"azo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "EVA Maintenance"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"azp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azv" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"azw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azx" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"azy" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "Dorm2"; + name = "Dorm 2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azB" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azC" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azD" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"azE" = ( +/obj/structure/closet/wardrobe/pjs, +/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/crew_quarters/dorms) +"azF" = ( +/turf/closed/wall, +/area/crew_quarters/toilet) +"azG" = ( +/obj/machinery/door/airlock{ + name = "Unisex Showers" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"azH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azK" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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/crew_quarters/fitness) +"azN" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room South"; + dir = 1 + }, +/obj/machinery/vr_sleeper, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"azO" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/service"; + dir = 1; + name = "Service Hall APC"; + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azP" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"azQ" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azR" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azU" = ( +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azV" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"azW" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/maintenance/department/electrical) +"azY" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "backup power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"azZ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/electrical) +"aAa" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry) +"aAb" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aAc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAd" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAe" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 North"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAf" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAg" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aAh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aAi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/auxiliary"; + name = "Security Checkpoint APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAl" = ( +/obj/machinery/power/apc{ + areastring = "/area/hydroponics/garden"; + dir = 4; + name = "Garden APC"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAm" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/grass, +/area/hydroponics/garden) +"aAn" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAp" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAr" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aAs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAu" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/primary"; + name = "Primary Tool Storage APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aAx" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aAA" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAB" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAC" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAD" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aAE" = ( +/obj/machinery/power/apc{ + areastring = "/area/gateway"; + dir = 8; + name = "Gateway APC"; + pixel_x = -24; + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAF" = ( +/obj/machinery/camera{ + c_tag = "EVA Maintenance"; + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aAG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aAH" = ( +/obj/structure/rack, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAI" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/carbondioxide/eva, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAK" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAN" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAO" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aAQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aAR" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aAS" = ( +/turf/closed/wall, +/area/crew_quarters/cryopod) +"aAT" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aAU" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAW" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aAX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aAY" = ( +/obj/item/clothing/under/rank/mailman, +/obj/item/clothing/head/mailman, +/obj/structure/closet, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aAZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBa" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aBb" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBc" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aBd" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aBe" = ( +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"aBh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBj" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBk" = ( +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/structure/table/glass, +/obj/item/seeds/tower, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aBn" = ( +/turf/closed/wall, +/area/storage/primary) +"aBo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Tool Storage Maintenance"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aBp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/storage/primary) +"aBq" = ( +/turf/closed/wall/r_wall, +/area/storage/primary) +"aBr" = ( +/obj/machinery/computer/bank_machine, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBs" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBu" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/nuke_storage"; + dir = 1; + name = "Vault APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aBv" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aBw" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBx" = ( +/obj/machinery/gateway, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBy" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aBz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/fore) +"aBA" = ( +/obj/machinery/requests_console{ + department = "EVA"; + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/pen{ + desc = "Writes upside down!"; + name = "astronaut pen" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBG" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aBH" = ( +/obj/machinery/camera{ + c_tag = "EVA East"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aBI" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBJ" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBK" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/cryopod, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aBL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aBM" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBO" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBP" = ( +/obj/effect/landmark/xeno_spawn, +/obj/item/bikehorn/rubberducky, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBQ" = ( +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/gun/ballistic/revolver/doublebarrel, +/obj/structure/table/wood, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c100, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBR" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBS" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aBT" = ( +/turf/closed/wall, +/area/crew_quarters/theatre) +"aBU" = ( +/obj/machinery/reagentgrinder, +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aBV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"aBY" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCa" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aCd" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCe" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/starboard/fore) +"aCf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCg" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCh" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aCj" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCk" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCo" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCq" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aCs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/main) +"aCt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aCw" = ( +/turf/closed/wall, +/area/chapel/main) +"aCx" = ( +/obj/machinery/camera{ + c_tag = "Arrivals North"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aCy" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCA" = ( +/obj/machinery/computer/security{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCB" = ( +/obj/machinery/computer/card{ + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCC" = ( +/obj/machinery/computer/secure_data{ + pixel_y = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aCE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCF" = ( +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCG" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aCH" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCJ" = ( +/obj/structure/table, +/obj/item/wirecutters, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCK" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCL" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/machinery/requests_console{ + department = "Tool Storage"; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCM" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCN" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCO" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCQ" = ( +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/storage/primary) +"aCR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCT" = ( +/obj/machinery/nuclearbomb/selfdestruct, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aCV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aCW" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aCZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDa" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"aDb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aDc" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDd" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDg" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "EVA Storage"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDh" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDi" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aDj" = ( +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aDk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aDl" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aDo" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cryogenics " + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/cryopod) +"aDp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitory South"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aDq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDr" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDs" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDu" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Showers" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDw" = ( +/obj/machinery/light/small, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aDA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aDB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aDC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 2; + sortType = 18 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aDE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDH" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/table, +/obj/item/shovel/spade, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"aDK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/chapel/main"; + name = "Chapel APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aDV" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"aDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aDZ" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Mass Driver"; + req_access_txt = "22" + }, +/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) +"aEa" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/chapel/main) +"aEb" = ( +/obj/machinery/door/poddoor{ + id = "chapelgun"; + name = "Chapel Launcher Door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/chapel/main) +"aEc" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/entry"; + dir = 4; + name = "Entry Hall APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aEd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEg" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aEj" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEk" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aEl" = ( +/turf/open/floor/plasteel, +/area/storage/primary) +"aEm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/primary) +"aEn" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEo" = ( +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"aEq" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aEr" = ( +/obj/machinery/camera{ + c_tag = "Gateway"; + dir = 4 + }, +/obj/structure/table, +/obj/structure/sign/warning/biohazard{ + pixel_x = -32 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEs" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel, +/area/gateway) +"aEt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aEu" = ( +/obj/structure/table, +/obj/item/radio/off{ + pixel_y = 6 + }, +/obj/item/radio/off{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/radio/off{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel, +/area/gateway) +"aEv" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/structure/sign/warning/biohazard{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEw" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEx" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aEz" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aEA" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"aEB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aEC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aED" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aEE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aEF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aEH" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet"; + dir = 4; + name = "Dormitory Bathrooms APC"; + pixel_x = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aEK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/crew_quarters/toilet) +"aEM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEN" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aEO" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aEP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEQ" = ( +/obj/machinery/door/airlock{ + name = "Service Hall"; + req_one_access_txt = "25;26;35;28" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"aER" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hallway/secondary/service) +"aES" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/hallway/secondary/service) +"aET" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aEZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFb" = ( +/turf/closed/wall, +/area/library) +"aFc" = ( +/turf/closed/wall, +/area/chapel/office) +"aFd" = ( +/obj/machinery/power/apc{ + areastring = "/area/chapel/office"; + name = "Chapel Office APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/chapel/office) +"aFe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aFf" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aFi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aFj" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light_switch{ + pixel_x = 6; + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFl" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFm" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFn" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFo" = ( +/obj/item/radio/off, +/obj/item/crowbar, +/obj/item/assembly/flash/handheld, +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aFp" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFq" = ( +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aFr" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFu" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFv" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aFy" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/ore_silo, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFz" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 1; + network = list("vault") + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFC" = ( +/obj/structure/safe, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aFD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFE" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aFF" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/gateway) +"aFG" = ( +/turf/open/floor/plasteel, +/area/gateway) +"aFH" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFL" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aFN" = ( +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFP" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aFQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aFS" = ( +/obj/machinery/power/apc/auto_name/south, +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFT" = ( +/obj/machinery/cryopod{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/cryopod) +"aFU" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/cryopod) +"aFV" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFW" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFX" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aFY" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aFZ" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/recharge_station, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aGa" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aGb" = ( +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil, +/obj/item/flashlight/lamp, +/obj/item/flashlight/lamp/green, +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aGd" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar"; + name = "Bar APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGe" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"aGg" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGj" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 19 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 20 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"aGv" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 17 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/library) +"aGy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Library Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGz" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood, +/area/library) +"aGA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/wood, +/area/library) +"aGB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/wood, +/area/library) +"aGC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/chapel/office) +"aGD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Crematorium Maintenance"; + req_access_txt = "27" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aGE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/vending/wardrobe/chap_wardrobe, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Chapel"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGG" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Chapel Office" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGH" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aGI" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGJ" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aGK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aGN" = ( +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aGO" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aGP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/chapel/main) +"aGQ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"aGR" = ( +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/entry) +"aGS" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/auxiliary) +"aGT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"aGU" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/paper, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aGV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGW" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aGX" = ( +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 4 + }, +/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/garden) +"aGY" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"aGZ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHa" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel, +/area/storage/primary) +"aHb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"aHc" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault{ + req_access_txt = "53" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"aHd" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/gateway) +"aHg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHh" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aHi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aHj" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/crowbar, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHm" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aHn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/command{ + name = "Command Tool Storage"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"aHo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aHr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"aHt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHu" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHv" = ( +/obj/machinery/door/airlock{ + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHw" = ( +/obj/structure/lattice, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHx" = ( +/obj/machinery/door/airlock{ + name = "Unit B" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aHy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHA" = ( +/obj/machinery/vending/cola/random, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aHC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aHE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHF" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"aHH" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aHJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Bar Storeage"; + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aHK" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen"; + name = "Kitchen APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHM" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 21 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHR" = ( +/obj/machinery/power/apc{ + areastring = "/area/hydroponics"; + name = "Hydroponics APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHS" = ( +/turf/closed/wall, +/area/hydroponics) +"aHT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/hydroponics) +"aHU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aHV" = ( +/obj/structure/filingcabinet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/library) +"aHW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/wood, +/area/library) +"aHX" = ( +/obj/structure/chair/office/dark, +/obj/machinery/camera{ + c_tag = "Library North" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHY" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aHZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aIa" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/wood, +/area/library) +"aIb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aId" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIe" = ( +/obj/effect/landmark/start/chaplain, +/obj/structure/chair, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/crayons, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aIh" = ( +/obj/structure/closet/crate/coffin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aIi" = ( +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aIj" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aIk" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIl" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIo" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Lounge" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIq" = ( +/obj/structure/sign/map/left{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIr" = ( +/obj/structure/sign/map/right{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aIs" = ( +/obj/structure/table/glass, +/obj/item/hatchet, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/reagent_containers/glass/bucket, +/obj/item/plant_analyzer, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIt" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -25 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aIu" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/analyzer, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIv" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIw" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIx" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIz" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + freq = 1400; + location = "Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIB" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel, +/area/storage/primary) +"aIC" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aID" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aIE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIF" = ( +/obj/machinery/button/door{ + id = "stationawaygate"; + name = "Gateway Access Shutter Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aIG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aIH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/gateway) +"aII" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/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/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIJ" = ( +/obj/machinery/camera{ + c_tag = "EVA South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIK" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aIL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/central) +"aIM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIP" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIQ" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = 32; + pixel_y = 32 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIT" = ( +/turf/closed/wall, +/area/hallway/primary/central) +"aIU" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aIV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIW" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aIX" = ( +/obj/machinery/camera{ + c_tag = "Dormitory Toilets"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"aIY" = ( +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aIZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJa" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJb" = ( +/obj/machinery/door/airlock{ + name = "Bar Storage"; + req_access_txt = "25" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aJc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aJd" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"aJe" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall, +/area/crew_quarters/bar) +"aJf" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aJg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"aJi" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJj" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Kitchen Maintenance"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aJl" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Kitchen" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aJm" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Hydroponics" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Hydroponics Maintenance"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aJo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJp" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/guides/jobs/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aJq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJr" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aJs" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"aJt" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aJu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aJv" = ( +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aJw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = 25 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/chapel/office) +"aJz" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJA" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJB" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aJD" = ( +/obj/structure/closet/crate/coffin, +/obj/machinery/door/window/eastleft{ + dir = 8; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aJE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/xmastree, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aJF" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aJG" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJH" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aJL" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics/garden) +"aJM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"aJN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Primary Tool Storage" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/primary) +"aJQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/primary) +"aJR" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJS" = ( +/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/hallway/primary/port) +"aJT" = ( +/obj/structure/cable, +/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/hallway/primary/port) +"aJU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"aJV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/primary/port) +"aJX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/fore) +"aJY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aJZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/gateway) +"aKa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/turf/open/floor/plasteel, +/area/gateway) +"aKb" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/gateway) +"aKc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"aKd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKe" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKf" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"aKg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKh" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"aKi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/vending/autodrobe, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aKm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall, +/area/maintenance/starboard/fore) +"aKn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/plasteel, +/area/bridge) +"aKo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKp" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/dresser, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKr" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aKs" = ( +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aKu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKv" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aKw" = ( +/obj/machinery/door/window/southleft{ + name = "Kitchen Delivery"; + req_access_txt = "28" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aKx" = ( +/obj/machinery/door/window/eastright{ + name = "Hydroponics Delivery"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKy" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKz" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKC" = ( +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKD" = ( +/obj/machinery/smartfridge/disks{ + pixel_y = 2 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKE" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKG" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/watertank, +/turf/open/floor/plasteel, +/area/hydroponics) +"aKH" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/library) +"aKI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood, +/area/library) +"aKJ" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aKK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aKL" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock{ + dir = 4; + name = "Crematorium"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aKO" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKR" = ( +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aKS" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aKT" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aKU" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aKV" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKW" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKX" = ( +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKY" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aKZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aLa" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aLb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLc" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLd" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLe" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLf" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port"; + dir = 1; + name = "Port Hall APC"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aLk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLl" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLo" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLw" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aLy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLA" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L1" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLB" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L3" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLC" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L5" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLD" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L7" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLE" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L9" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLF" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L11" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLG" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L13" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/entry) +"aLM" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet) +"aLN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLO" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLR" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aLS" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aLT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLU" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aLV" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 4 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLW" = ( +/mob/living/carbon/monkey/punpun, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aLZ" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMa" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aMc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aMd" = ( +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMe" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMf" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aMg" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/glass/bucket, +/obj/item/wirecutters, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMh" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMi" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = -31 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMo" = ( +/obj/machinery/chem_master/condimaster, +/turf/open/floor/plasteel, +/area/hydroponics) +"aMp" = ( +/turf/open/floor/wood, +/area/library) +"aMq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"aMr" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aMs" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aMu" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aMv" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aMy" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"aMz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aMA" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aMB" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/chips, +/obj/item/reagent_containers/food/drinks/soda_cans/cola, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMD" = ( +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aME" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aMF" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aMG" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aMH" = ( +/turf/open/floor/goonplaque, +/area/hallway/secondary/entry) +"aMI" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aML" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMN" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aMW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aMZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNa" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNb" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNc" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "EVA" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L6" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNd" = ( +/obj/effect/landmark/observer_start, +/obj/effect/turf_decal/plaque{ + icon_state = "L8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "EVA2" + }, +/obj/effect/turf_decal/plaque{ + icon_state = "L10" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNf" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L12" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNg" = ( +/obj/effect/turf_decal/plaque{ + icon_state = "L14" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNh" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA2"; + location = "Dorm" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNk" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNl" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNm" = ( +/obj/structure/closet/secure_closet/freezer/cream_pie, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNn" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNo" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/start/bartender, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aNt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/bar) +"aNu" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre"; + dir = 8; + name = "Theatre APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aNv" = ( +/obj/structure/kitchenspike, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNy" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aNz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/hydroponics) +"aNA" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"aNB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hydroponics) +"aNC" = ( +/obj/machinery/bookbinder, +/turf/open/floor/wood, +/area/library) +"aND" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/library) +"aNE" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/library) +"aNF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/office) +"aNG" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNH" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aNI" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNJ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aNL" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNM" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aNN" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNO" = ( +/obj/item/beacon, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 South" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNP" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aNR" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter/greyscale{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aNS" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/hallway/secondary/entry) +"aNT" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aNU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNX" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNY" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aNZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOa" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOl" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_x = 32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = 32; + pixel_y = -40 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aOn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOp" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "CHW" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOr" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOs" = ( +/obj/machinery/light, +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aOu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aOv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOx" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOy" = ( +/obj/machinery/computer/slot_machine, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aOz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall, +/area/crew_quarters/theatre) +"aOA" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOC" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aOD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOE" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aOF" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOG" = ( +/obj/machinery/requests_console{ + department = "Hydroponics"; + departmentType = 2; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOH" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOI" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/camera{ + c_tag = "Hydroponics North" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aOL" = ( +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood, +/area/library) +"aOM" = ( +/turf/open/floor/carpet, +/area/library) +"aON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/library) +"aOO" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/library) +"aOP" = ( +/obj/machinery/computer/libraryconsole, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"aOQ" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/open/floor/engine/cult, +/area/library) +"aOR" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/engine/cult, +/area/library) +"aOS" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/turf/open/floor/engine/cult, +/area/library) +"aOT" = ( +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aOV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aOW" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aOX" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Holding Area"; + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aOZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aPc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPd" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aPf" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPg" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPh" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/hallway/secondary/entry) +"aPi" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"aPj" = ( +/turf/closed/wall, +/area/maintenance/port) +"aPk" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aPl" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"aPm" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aPo" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/crew_quarters/locker) +"aPp" = ( +/turf/closed/wall, +/area/storage/art) +"aPq" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/storage/art) +"aPr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aPs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/storage/art) +"aPt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aPu" = ( +/turf/closed/wall, +/area/storage/emergency/port) +"aPv" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPw" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aPA" = ( +/turf/closed/wall, +/area/storage/tools) +"aPB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPC" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"aPD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aPE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPF" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/status_display, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/turf/open/floor/plating, +/area/bridge) +"aPJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/airlock{ + name = "Entertainment"; + req_access_txt = "46" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"aPL" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/window, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPM" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/central) +"aPN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/table/reinforced, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"aPO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aPP" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aPQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/bar) +"aPR" = ( +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aPS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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) +"aPT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aPV" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aPW" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"aPX" = ( +/obj/machinery/light/small, +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/engine/cult, +/area/library) +"aPY" = ( +/obj/effect/landmark/blobstart, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/engine/cult, +/area/library) +"aPZ" = ( +/obj/structure/destructible/cult/tome, +/obj/item/clothing/under/suit_jacket/red, +/obj/item/book/codex_gigas, +/turf/open/floor/engine/cult, +/area/library) +"aQa" = ( +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQb" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aQe" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQf" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aQg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQj" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aQk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQl" = ( +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQm" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aQo" = ( +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland1"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"aQp" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQy" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aQA" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"aQB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"aQC" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQD" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQF" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQG" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQI" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQJ" = ( +/obj/machinery/vending/clothing, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQK" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQL" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQM" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aQN" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/turf/open/floor/plasteel, +/area/storage/art) +"aQO" = ( +/turf/open/floor/plasteel, +/area/storage/art) +"aQP" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/storage/art) +"aQQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"aQR" = ( +/obj/machinery/door/airlock{ + name = "Port Emergency Storage" + }, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aQS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/storage/tools) +"aQT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Auxiliary Tool Storage"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aQU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aQV" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQW" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQX" = ( +/obj/machinery/computer/monitor{ + name = "bridge power monitoring console" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQY" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aQZ" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRb" = ( +/obj/machinery/modular_computer/console/preset/command, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRc" = ( +/obj/machinery/computer/crew, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRd" = ( +/obj/machinery/computer/med_data, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aRe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/bridge) +"aRf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aRg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aRh" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/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/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"aRi" = ( +/obj/structure/chair/stool, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRk" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/chair, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRl" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRm" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aRn" = ( +/obj/machinery/vending/dinnerware, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRo" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRr" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/camera{ + c_tag = "Kitchen" + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRs" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aRt" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRu" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aRv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRw" = ( +/turf/open/floor/plasteel, +/area/hydroponics) +"aRx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aRy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/library"; + dir = 4; + name = "Library APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aRz" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/library) +"aRA" = ( +/obj/structure/displaycase/trophy, +/turf/open/floor/wood, +/area/library) +"aRB" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aRC" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/turf/open/floor/engine/cult, +/area/library) +"aRD" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aRE" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"aRF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet, +/area/chapel/main) +"aRG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRH" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aRI" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aRJ" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 8 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aRK" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/entry) +"aRM" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/entry) +"aRN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRO" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRP" = ( +/obj/machinery/firealarm{ + pixel_y = -24 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRR" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRS" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aRT" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"aRU" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aRV" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil, +/obj/item/paper_bin/construction, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/storage/art) +"aRW" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRX" = ( +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRY" = ( +/obj/item/extinguisher, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aRZ" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/tools"; + dir = 1; + name = "Auxiliary Tool Storage APC"; + pixel_y = 24 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSc" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage" + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSd" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/storage/tools) +"aSe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tools) +"aSf" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSg" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel, +/area/bridge) +"aSh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSi" = ( +/obj/structure/chair{ + dir = 1; + name = "Engineering Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSk" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/multitool, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSl" = ( +/obj/structure/chair{ + dir = 1; + name = "Command Station" + }, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 28; + pixel_y = -2; + req_access_txt = "19" + }, +/obj/machinery/keycard_auth{ + pixel_x = 29; + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSm" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSn" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSo" = ( +/obj/structure/chair{ + dir = 1; + name = "Crew Station" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aSq" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "barShutters"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"aSr" = ( +/obj/structure/chair/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSs" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSt" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSu" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/bridge) +"aSw" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSx" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"aSy" = ( +/obj/structure/table/wood, +/obj/item/instrument/guitar{ + pixel_x = -7 + }, +/obj/item/instrument/eguitar{ + pixel_x = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aSz" = ( +/obj/structure/cable, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSA" = ( +/obj/effect/landmark/xmastree, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aSB" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSD" = ( +/obj/effect/landmark/start/cook, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSE" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSH" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aSI" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"aSJ" = ( +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aSK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSL" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSM" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aSO" = ( +/obj/machinery/door/window/northright{ + dir = 8; + name = "Library Desk Door"; + req_access_txt = "37" + }, +/turf/open/floor/wood, +/area/library) +"aSP" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/library) +"aSQ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/library) +"aSR" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSS" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aST" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aSU" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"aSV" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aSW" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aSX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aSY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aSZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"aTa" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + id = "emergency_home"; + name = "BoxStation emergency evac bay"; + width = 32 + }, +/turf/open/space/basic, +/area/space) +"aTb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aTc" = ( +/turf/closed/wall, +/area/security/vacantoffice) +"aTd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/security/vacantoffice) +"aTf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aTh" = ( +/obj/structure/closet/wardrobe/green, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTj" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTl" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTm" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTn" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTp" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aTq" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/storage/art) +"aTr" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/turf/open/floor/plasteel, +/area/storage/art) +"aTs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/turf/open/floor/plasteel, +/area/storage/art) +"aTt" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTu" = ( +/obj/machinery/light/small, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTv" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTw" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/storage/emergency/port) +"aTx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTz" = ( +/turf/open/floor/plasteel, +/area/storage/tools) +"aTA" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/storage/tools) +"aTB" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/central) +"aTC" = ( +/obj/machinery/computer/prisoner, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTD" = ( +/obj/machinery/computer/security, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTE" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTF" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/bridge) +"aTG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTH" = ( +/turf/open/floor/plasteel, +/area/bridge) +"aTI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aTM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/bridge) +"aTN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/bridge) +"aTO" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTP" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTQ" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aTR" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"aTS" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/central) +"aTT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aTV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aTW" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aTX" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTY" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aTZ" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUa" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aUb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"aUc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUe" = ( +/obj/machinery/vending/hydronutrients, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUf" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUg" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aUh" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aUi" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/wood, +/area/library) +"aUj" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"aUk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aUl" = ( +/obj/effect/landmark/start/librarian, +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/library) +"aUm" = ( +/obj/machinery/libraryscanner, +/turf/open/floor/wood, +/area/library) +"aUn" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aUo" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUp" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUq" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"aUr" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aUs" = ( +/obj/machinery/computer/arcade, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aUt" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aUu" = ( +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUw" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUx" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUy" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aUA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aUC" = ( +/obj/structure/closet/wardrobe/grey, +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUF" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUG" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUH" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUI" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUJ" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aUN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUO" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/storage/tools) +"aUR" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aUS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aUT" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/central) +"aUU" = ( +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUV" = ( +/obj/structure/chair{ + dir = 1; + name = "Security Station" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aUY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/bridge) +"aUZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVb" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVe" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVh" = ( +/obj/structure/chair{ + dir = 1; + name = "Logistics Station" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVi" = ( +/obj/machinery/camera{ + c_tag = "Bridge East"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aVj" = ( +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVk" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVl" = ( +/obj/machinery/camera{ + c_tag = "Bridge East Entrance" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aVm" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVn" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aVo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen2"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVp" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aVq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVr" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aVt" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"aVu" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/fore) +"aVv" = ( +/obj/structure/table/wood, +/obj/item/paper, +/turf/open/floor/wood, +/area/library) +"aVw" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood, +/area/library) +"aVx" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/wood, +/area/library) +"aVy" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/library) +"aVz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/library) +"aVA" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"aVB" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"aVC" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aVD" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aVE" = ( +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVF" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVI" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aVJ" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"aVK" = ( +/obj/structure/grille, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVM" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVP" = ( +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aVU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVV" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/art"; + dir = 1; + name = "Art Storage"; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVX" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aVZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWa" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/emergency/port"; + dir = 1; + name = "Port Emergency Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aWc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"aWd" = ( +/turf/closed/wall, +/area/security/detectives_office) +"aWe" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWf" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/bridge) +"aWm" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/light, +/obj/machinery/light_switch{ + pixel_x = -6; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWn" = ( +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWp" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWr" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = -25 + }, +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWt" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWu" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/bridge) +"aWy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aWA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWF" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/kitchen) +"aWG" = ( +/obj/machinery/light, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aWI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aWJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWK" = ( +/obj/machinery/button/door{ + id = "kitchen2"; + name = "Kitchen Shutters Control"; + pixel_x = -24; + req_access_txt = "28" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWL" = ( +/obj/machinery/processor, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aWM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aWP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWR" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aWT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aWU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aWV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aWX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aWZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aXa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXc" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aXe" = ( +/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) +"aXf" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXg" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"aXh" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -28 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXk" = ( +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aXm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXn" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aXo" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port) +"aXp" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"aXr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aXs" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXv" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXw" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXy" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aXz" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port"; + dir = 8; + name = "Port Maintenance APC"; + pixel_x = -27; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXH" = ( +/obj/structure/closet/secure_closet/detective, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXI" = ( +/obj/machinery/computer/med_data, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXJ" = ( +/obj/machinery/computer/secure_data, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"aXL" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXM" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aXN" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXO" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXP" = ( +/obj/machinery/camera{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aXR" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"aXS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge) +"aXT" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXW" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aXX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aXZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aYb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYc" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"aYf" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aYh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYi" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/central"; + name = "Central Hall APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aYk" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-24" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"aYl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/item/reagent_containers/food/snacks/pie/cream, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYm" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aYn" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aYo" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYp" = ( +/obj/machinery/food_cart, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYq" = ( +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "28" + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYr" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYs" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYt" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYu" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYv" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYw" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics) +"aYx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/hydroponics) +"aYy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aYA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Library" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aYC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/library) +"aYD" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet, +/area/library) +"aYE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/chapel/main) +"aYI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"aYK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYM" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYN" = ( +/obj/machinery/camera{ + c_tag = "Escape Arm Airlocks"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aYO" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"aYP" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Vacant Office A"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYR" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/security/vacantoffice) +"aYT" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"aYU" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYV" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aYW" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aYY" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aYZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"aZa" = ( +/obj/structure/table, +/obj/item/razor, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZc" = ( +/obj/structure/closet, +/obj/item/clothing/under/suit_jacket/female{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/item/clothing/under/suit_jacket/really_black{ + pixel_x = -2 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"aZd" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZe" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"aZh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZj" = ( +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"aZm" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"aZn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"aZo" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/briefcase, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZp" = ( +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Detective's Office" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZs" = ( +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZt" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"aZu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"aZv" = ( +/turf/closed/wall/r_wall, +/area/bridge/meeting_room) +"aZw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/bridge/meeting_room) +"aZx" = ( +/obj/machinery/door/airlock/command{ + name = "Conference Room"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"aZy" = ( +/turf/closed/wall, +/area/bridge/meeting_room) +"aZz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZA" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"aZB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZC" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"aZD" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZE" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Office"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"aZF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"aZG" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"aZH" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aZI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"aZJ" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"aZK" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/head/welding, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"aZL" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aZM" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"aZN" = ( +/obj/structure/flora/bush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZO" = ( +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZP" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"aZQ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZR" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"aZS" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"aZU" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/hydroponics) +"aZW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics) +"aZX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"aZZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"baa" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bab" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bac" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/wood, +/area/library) +"bad" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/library) +"bae" = ( +/obj/structure/table/wood, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"baf" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"bag" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/library) +"bah" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bai" = ( +/turf/open/floor/carpet{ + icon_state = "carpetsymbol" + }, +/area/chapel/main) +"baj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bak" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/exit"; + dir = 8; + name = "Escape Hallway APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bal" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bam" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ban" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bao" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bap" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/wood, +/area/security/vacantoffice) +"baq" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/security/vacantoffice) +"bar" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bas" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bat" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/locker"; + dir = 4; + name = "Locker Restrooms APC"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bau" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bav" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baw" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bax" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bay" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baz" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"baA" = ( +/obj/item/storage/secure/safe{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baB" = ( +/obj/structure/table/wood, +/obj/item/camera/detective, +/turf/open/floor/carpet, +/area/security/detectives_office) +"baC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"baE" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"baF" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baG" = ( +/obj/machinery/button/door{ + id = "heads_meeting"; + name = "Security Shutters"; + pixel_y = 24 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baH" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baI" = ( +/obj/machinery/camera{ + c_tag = "Conference Room" + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baJ" = ( +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baK" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"baL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"baN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baO" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baP" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baQ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baR" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"baS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"baT" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baU" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baV" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/captain"; + dir = 1; + name = "Captain's Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baW" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baX" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"baZ" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bba" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes, +/obj/item/clothing/glasses/sunglasses, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbc" = ( +/obj/structure/sign/barsign, +/turf/closed/wall, +/area/crew_quarters/bar) +"bbd" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bbe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hydroponics"; + req_access_txt = "35" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"bbh" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/library) +"bbi" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"bbj" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"bbk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bbl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bbm" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/vacantoffice"; + dir = 8; + name = "Vacant Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bbo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbp" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbq" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bbr" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbs" = ( +/obj/machinery/washing_machine, +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"bbt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; + dir = 4; + name = "Cargo Warehouse APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bbu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbw" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bbx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Detective's Office"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bby" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3 + }, +/obj/item/lighter, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbz" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbA" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet, +/area/security/detectives_office) +"bbB" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"bbD" = ( +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bbE" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbG" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bbI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbJ" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bbK" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/quarantine, +/obj/machinery/camera/motion{ + dir = 4; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbL" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbM" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/freeform, +/obj/structure/sign/plaques/kiddie{ + pixel_x = 32 + }, +/obj/machinery/camera/motion{ + dir = 8; + network = list("aiupload") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bbN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbO" = ( +/obj/structure/displaycase/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbP" = ( +/obj/machinery/computer/arcade, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbQ" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbT" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bbU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbW" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bbX" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bbY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bbZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bca" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bce" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcf" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bcg" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit) +"bch" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bci" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bck" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bcl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bcm" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bco" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcr" = ( +/obj/effect/landmark/blobstart, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcs" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"bct" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bcu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bcv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bcw" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcx" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bcy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcz" = ( +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"bcA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bcD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bcE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/detectives_office"; + dir = 4; + name = "Detective's Office APC"; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port) +"bcF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/security/detectives_office) +"bcG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcI" = ( +/obj/machinery/light/small, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcJ" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/filingcabinet, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy, +/area/security/detectives_office) +"bcK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "heads_meeting"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/bridge/meeting_room) +"bcL" = ( +/obj/item/hand_labeler, +/obj/item/assembly/timer, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcM" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcN" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)" + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcO" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcP" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bcQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcR" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bcS" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcT" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bcU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bcV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bcX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bcY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bcZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bda" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bde" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bdj" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdm" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bdn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdo" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdp" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"bdq" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bdr" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"bds" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"bdt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal) +"bdu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdw" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 3" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdx" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bdy" = ( +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/port) +"bdz" = ( +/obj/effect/landmark/blobstart, +/obj/item/clothing/suit/ianshirt, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/port) +"bdA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/locker) +"bdB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Locker Room Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bdC" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdF" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bdG" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/security/detectives_office) +"bdH" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bdI" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bdJ" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdK" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bdL" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/item/aiModule/core/freeformcore, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/aiModule/core/full/custom, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdN" = ( +/obj/machinery/computer/upload/ai{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdO" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + name = "Upload APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdP" = ( +/obj/machinery/computer/upload/borg{ + dir = 1 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"bdQ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdR" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/zeroth/oneHuman, +/obj/machinery/door/window{ + dir = 8; + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/item/aiModule/reset/purge, +/obj/structure/window/reinforced, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/aiModule/supplied/protectStation, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"bdS" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/obj/item/storage/lockbox/medal, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdU" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdV" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdY" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bdZ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"bea" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Stbd"; + location = "HOP" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"beb" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bec" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = 32; + pixel_y = 28 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 36 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bed" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bee" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bef" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"beh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bei" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bej" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side, +/area/hallway/primary/starboard) +"bek" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bel" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bem" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ben" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beo" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bep" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"beq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"ber" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"bes" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bet" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"beu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bev" = ( +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bew" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/exit) +"bex" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bey" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bez" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"beB" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beC" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beD" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/recycler, +/obj/structure/sign/warning/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beF" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"beG" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beL" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beM" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"beN" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/locker"; + dir = 1; + name = "Locker Room APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"beR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"beS" = ( +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"beU" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/head/soft/rainbow, +/obj/item/clothing/shoes/sneakers/rainbow, +/obj/item/clothing/under/color/rainbow, +/turf/open/floor/plating, +/area/maintenance/port) +"beV" = ( +/turf/closed/wall, +/area/quartermaster/sorting) +"beW" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beX" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beY" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"beZ" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bfa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/light, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfc" = ( +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfd" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfe" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bff" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/bridge/meeting_room) +"bfg" = ( +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 27 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bfh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfj" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfk" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfl" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfm" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"bfo" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfp" = ( +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/disk/nuclear, +/obj/item/storage/secure/safe{ + pixel_x = 35; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfq" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Captain's Desk"; + departmentType = 5; + name = "Captain RC"; + pixel_x = -30 + }, +/obj/structure/filingcabinet, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfr" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfs" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bft" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bfv" = ( +/turf/closed/wall, +/area/medical/chemistry) +"bfw" = ( +/obj/structure/sign/departments/medbay/alt, +/turf/closed/wall, +/area/medical/medbay/central) +"bfx" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bfy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfz" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bfA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfB" = ( +/turf/closed/wall, +/area/medical/morgue) +"bfC" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bfD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"bfE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_y = 26; + req_access_txt = "5" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Medbay" + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bfG" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bfH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfI" = ( +/turf/closed/wall, +/area/science/robotics/mechbay) +"bfJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id = "Skynet_launch"; + name = "mech bay" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + name = "Mech Bay"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bfL" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"bfM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfN" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfO" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bfP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfQ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bfR" = ( +/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/hallway/primary/starboard) +"bfS" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"bfT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/hallway/secondary/exit) +"bfU" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/secondary/exit) +"bfV" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"bfX" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 3 & 4"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfY" = ( +/obj/machinery/vending/cigarette, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry) +"bfZ" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bga" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgb" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bgc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bgd" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; + dir = 8; + name = "Disposal APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bge" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgh" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit 4" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgi" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/locker) +"bgj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"bgk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgl" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bgo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/storage"; + name = "Cargo Bay APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bgp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/warehouse) +"bgq" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgr" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bgt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgv" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/destTagger, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bgz" = ( +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bgA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bgB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bgD" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgE" = ( +/obj/machinery/door/window/eastright{ + dir = 1; + name = "Bridge Delivery"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bgF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgG" = ( +/obj/machinery/computer/slot_machine, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgH" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -32 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgJ" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bgK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgL" = ( +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bgM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bgN" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/item/camera, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgO" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Command)"; + pixel_x = -28 + }, +/obj/machinery/suit_storage_unit/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgP" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgQ" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/melee/chainofcommand, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bgR" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgS" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bgT" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bgU" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bgV" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/chemistry"; + dir = 1; + name = "Chemistry APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgW" = ( +/obj/machinery/camera{ + c_tag = "Chemistry" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgX" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgY" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bgZ" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bha" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Port Docking Bay 2" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhc" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhd" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhe" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhf" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + pixel_y = 18 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bhh" = ( +/obj/structure/filingcabinet, +/obj/machinery/newscaster{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bhi" = ( +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhl" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhm" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/morgue"; + dir = 1; + name = "Morgue APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bhn" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bho" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 14 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bhp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Mech Bay Maintenance"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bhq" = ( +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = 6; + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bht" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bhv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhw" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhx" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bhy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bhz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bhB" = ( +/turf/closed/wall, +/area/science/research) +"bhC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bhD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/lab) +"bhE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + name = "Research and Development Desk"; + req_one_access_txt = "7;29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/lab) +"bhF" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/clothing/glasses/welding, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhG" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bhH" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bhI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard) +"bhJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 4" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/turf/open/floor/plating, +/area/hallway/secondary/entry) +"bhL" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhN" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bhO" = ( +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"bhP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port) +"bhQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"bhT" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhU" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhV" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/plating, +/area/maintenance/port) +"bhW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bhX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bhY" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"bhZ" = ( +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/warehouse) +"bia" = ( +/obj/structure/disposalpipe/sorting/wrap{ + dir = 1 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"bib" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bic" = ( +/obj/machinery/door/window/eastleft{ + icon_state = "right"; + name = "Incoming Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bid" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bie" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bif" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"big" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/storage/box, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bih" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bii" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bij" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + freq = 1400; + location = "Bridge" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/bridge/meeting_room) +"bik" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bil" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bim" = ( +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bin" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bio" = ( +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/button/door{ + id = "rnd"; + name = "Shutters Control Button"; + pixel_x = -6; + pixel_y = 24; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bip" = ( +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"biq" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bir" = ( +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -30; + receive_ore_updates = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/closet/secure_closet/chemical, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bis" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bit" = ( +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biu" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"biv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"biw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bix" = ( +/obj/structure/bed/roller, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"biy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window{ + name = "Gateway Chamber"; + req_access_txt = "62" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biz" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biA" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"biB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/crew_quarters/bar) +"biE" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biG" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Central Hallway North-East" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biH" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biK" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"biL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"biM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Diner" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"biN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biP" = ( +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biS" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/wood/airless, +/area/crew_quarters/bar) +"biT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 5; + pixel_y = -2 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"biV" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"biW" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"biZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bja" = ( +/turf/open/floor/wood/cold, +/area/crew_quarters/bar) +"bjb" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjc" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bjd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bje" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjg" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bjh" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"bji" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjj" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjk" = ( +/obj/structure/piano{ + icon_state = "piano" + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjl" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjm" = ( +/obj/machinery/light, +/obj/machinery/newscaster{ + pixel_y = -28 + }, +/turf/open/floor/wood, +/area/crew_quarters/bar) +"bjn" = ( +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"bjo" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjp" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"bjq" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Detective Maintenance"; + req_access_txt = "4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bjr" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Chapel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/chapel/main) +"bjt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bju" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjv" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjw" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner, +/area/hallway/primary/starboard) +"bjx" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/primary/starboard) +"bjy" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjB" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjE" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"bjF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjG" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjH" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjI" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bjJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjK" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjO" = ( +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjP" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bjQ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjR" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjS" = ( +/obj/machinery/computer/rdconsole/robotics, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bjT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bjU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bjW" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bjX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/depsec/medical, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjY" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bjZ" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bka" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bkd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bke" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/mechbay"; + dir = 4; + name = "Mech Bay APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bkf" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bki" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"bkj" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/robotics/mechbay) +"bkk" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bkl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkm" = ( +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkn" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bko" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + network = list("ss13","rd") + }, +/obj/machinery/button/door{ + id = "robotics"; + name = "Shutters Control Button"; + pixel_x = 6; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkq" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bkr" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bks" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/research) +"bku" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access" + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bkv" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkw" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bky" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bkz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bkA" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/space/basic, +/area/space) +"bkB" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkD" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkG" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Disposal Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bkH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkI" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkK" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bkO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"bkP" = ( +/obj/structure/table, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkQ" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkS" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkW" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bkX" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom{ + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkY" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bkZ" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/quartermaster/office) +"bla" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bld" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ble" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Delivery Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"blf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"blh" = ( +/turf/closed/wall/r_wall, +/area/maintenance/central) +"bli" = ( +/turf/open/floor/plating, +/area/maintenance/central) +"blj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"blk" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central"; + dir = 1; + name = "Central Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bll" = ( +/obj/structure/closet/wardrobe/black, +/turf/open/floor/plating, +/area/maintenance/central) +"blm" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/wood, +/area/bridge/meeting_room) +"bln" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blr" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bls" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blt" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blu" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blv" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"blw" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/medical/chemistry) +"blx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bly" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"blE" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"blH" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"blI" = ( +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"blK" = ( +/turf/open/floor/mech_bay_recharge_floor, +/area/science/robotics/mechbay) +"blL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blN" = ( +/turf/open/floor/circuit, +/area/science/robotics/mechbay) +"blO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"blR" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"blT" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"blU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"blY" = ( +/turf/closed/wall, +/area/maintenance/starboard) +"blZ" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Disposal Exit"; + name = "disposal exit vent" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bma" = ( +/obj/machinery/button/door{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_x = -25; + pixel_y = 4; + req_access_txt = "12" + }, +/obj/machinery/button/massdriver{ + id = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmb" = ( +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmc" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/light_switch{ + pixel_x = 25 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bmd" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port) +"bme" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmf" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/maintenance/port) +"bmg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/storage) +"bmh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port) +"bmi" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bmk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bml" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bmm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmn" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmo" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 2 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bmp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bms" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmt" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/sorting"; + name = "Delivery Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmu" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_y = -26 + }, +/obj/item/paper_bin{ + pixel_x = -3 + }, +/obj/item/pen{ + pixel_x = -3 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bmv" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmx" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hop"; + name = "Head of Personnel APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmA" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmB" = ( +/obj/machinery/power/apc{ + areastring = "/area/bridge/meeting_room"; + dir = 4; + name = "Conference Room APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/central) +"bmC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmE" = ( +/obj/machinery/gravity_generator/main/station, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmF" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bmG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bmH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"bmI" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet, +/area/crew_quarters/heads/captain) +"bmJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Captain's Office Maintenance"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bmK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bmM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmO" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bmP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bmQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmS" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmT" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmU" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmV" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmW" = ( +/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) +"bmX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bmY" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/medical"; + dir = 8; + name = "Medbay Security APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bmZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bna" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"bnb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnc" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/medical/morgue"; + dir = 4; + name = "Morgue Maintenance APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bnd" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bne" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bng" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"bnh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bni" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bnj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bnn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/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, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 29 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bno" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnp" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bnq" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bnr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bns" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bnt" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/dresser, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/item/card/id/captains_spare, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnv" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bnw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnx" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bny" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnz" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bnB" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/mass_driver{ + id = "trash" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnC" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnD" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnE" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bnF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bnG" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnH" = ( +/obj/structure/closet/emcloset, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnJ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnL" = ( +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnN" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bnO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + 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) +"bnP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bnR" = ( +/obj/machinery/status_display/supply, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/quartermaster/sorting) +"bnS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"bnU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + name = "Delivery Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"bnV" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/status_display/supply{ + pixel_x = -28; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bnX" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/central) +"bnY" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"bnZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/crew_quarters/heads/hop) +"boa" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/wood, +/area/crew_quarters/heads/hop) +"bob" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"boc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bod" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"boe" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bof" = ( +/turf/closed/wall, +/area/crew_quarters/heads/captain) +"bog" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boh" = ( +/obj/item/stack/sheet/glass, +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module, +/obj/machinery/power/apc{ + areastring = "/area/science/lab"; + dir = 4; + name = "Research Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"boi" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"boj" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Private Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bok" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bol" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bom" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bon" = ( +/obj/structure/table/glass, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bop" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"boq" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bor" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bos" = ( +/obj/machinery/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bot" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bou" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + req_access_txt = "5" + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bov" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = 26; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bow" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"box" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 4; + name = "Medbay APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"boy" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boA" = ( +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/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 = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/medical) +"boB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"boC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/medical/morgue) +"boG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"boI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/morgue) +"boJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"boL" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boP" = ( +/obj/machinery/recharge_station, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/robotics/mechbay) +"boQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/robotics/lab) +"boR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"boT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boU" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "robo1" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boV" = ( +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boW" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"boX" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"boY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"boZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/research) +"bpa" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/lab) +"bpb" = ( +/turf/open/floor/plasteel, +/area/science/lab) +"bpc" = ( +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel, +/area/science/lab) +"bpd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bpg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bph" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bpj" = ( +/obj/machinery/door/poddoor{ + id = "trash"; + name = "disposal bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/disposal) +"bpk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpo" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Bay"; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bpp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bps" = ( +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpt" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpv" = ( +/obj/machinery/computer/cargo/request, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpw" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bpy" = ( +/obj/machinery/firealarm{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bpz" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/office) +"bpA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpB" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpC" = ( +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 6; + pixel_y = 36 + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/button/door{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "57" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 36 + }, +/obj/machinery/pdapainter, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpD" = ( +/obj/machinery/newscaster/security_unit{ + pixel_y = 32 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpE" = ( +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/bed/dogbed/ian, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/mob/living/simple_animal/pet/dog/corgi/Ian{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bpH" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpI" = ( +/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/engine/gravity_generator) +"bpJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel/dark, +/area/engine/gravity_generator) +"bpK" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/gravity_generator) +"bpL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpM" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bpO" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"bpP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/central/secondary"; + dir = 8; + name = "Central Maintenance APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bpQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bpR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/chemistry) +"bpS" = ( +/obj/structure/table/glass, +/obj/item/grenade/chem_grenade, +/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/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpU" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/radio/headset/headset_med, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bpV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/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, +/area/medical/medbay/central) +"bpX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bpY" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bpZ" = ( +/obj/machinery/light, +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqa" = ( +/obj/machinery/door/airlock/medical/glass{ + bound_width = 64; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer2"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5" + }, +/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) +"bqb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bqc" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/medical) +"bqd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/security/checkpoint/medical) +"bqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/morgue) +"bqf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/genetics) +"bqh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bqj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bqk" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/mechbay) +"bql" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"bqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/lab"; + dir = 8; + name = "Robotics Lab APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bqn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqo" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqp" = ( +/obj/structure/table, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/crowbar, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = -3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bqq" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqr" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqs" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bqt" = ( +/turf/closed/wall, +/area/science/lab) +"bqu" = ( +/obj/item/folder/white, +/obj/structure/table, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqv" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqx" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqy" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqz" = ( +/obj/structure/table/wood, +/obj/item/storage/box/matches, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/reagent_containers/food/drinks/flask/gold, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"bqA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/science/lab) +"bqB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/lab) +"bqC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqE" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bqF" = ( +/obj/structure/sign/warning/vacuum/external, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqG" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqH" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bqI" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bqJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqL" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqM" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqN" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bqR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bqW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 8; + name = "Reception Window" + }, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 4; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access_txt = "57" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 28 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bqX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + 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/heads/hop) +"bqY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bqZ" = ( +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bra" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"brc" = ( +/obj/structure/chair/office/light, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bre" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"brf" = ( +/obj/machinery/holopad, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"brh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"bri" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky, +/obj/structure/curtain, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/heads/captain) +"brj" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/table, +/obj/item/book/manual/wiki/chemistry, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brl" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brm" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"brn" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bro" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brq" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/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) +"brr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brt" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bru" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bry" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"brz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/genetics) +"brA" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/radio/headset/headset_medsci, +/obj/machinery/requests_console{ + department = "Genetics"; + name = "Genetics Requests Console"; + pixel_y = 30 + }, +/obj/item/storage/pill_bottle/mutadone, +/obj/item/storage/pill_bottle/mannitol, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brB" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics"; + dir = 1; + name = "Genetics APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brC" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brD" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"brE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"brG" = ( +/turf/closed/wall/r_wall, +/area/medical/genetics) +"brH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"brI" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/surgical_drapes, +/obj/item/razor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brJ" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brK" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brL" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brM" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"brN" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brP" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "robo2" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"brQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/mecha_part_fabricator, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brR" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brS" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brT" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"brU" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"brV" = ( +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"brW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"brX" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brY" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"brZ" = ( +/obj/machinery/computer/aifixer{ + dir = 8 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = -2; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsa" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "47" + }, +/obj/machinery/button/door{ + id = "rnd2"; + name = "Research Lab Shutter Control"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "47" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsb" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsc" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/lab) +"bsd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/lab) +"bse" = ( +/turf/closed/wall/r_wall, +/area/science/explab) +"bsf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsg" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsh" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bsi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsm" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bsn" = ( +/obj/machinery/autolathe, +/obj/machinery/light_switch{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bso" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsq" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bss" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bst" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bsu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/central) +"bsx" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"bsz" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsA" = ( +/obj/machinery/computer/robotics{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/folder/white, +/obj/item/stamp/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsC" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bsD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/gravity_generator"; + dir = 8; + name = "Gravity Generator APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/paper/guides/jobs/engi/gravity_gen, +/obj/item/pen/blue, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bsH" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"bsI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/teleporter) +"bsK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Teleporter Maintenance"; + req_access_txt = "17" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/central/secondary) +"bsL" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bsN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"bsO" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"bsQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/mob/living/simple_animal/bot/cleanbot{ + name = "C.L.E.A.N." + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bsW" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bsX" = ( +/obj/structure/table/glass, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bsZ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bta" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"btb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"btd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bte" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"btf" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"btg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bth" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/window/eastright{ + name = "Robotics Surgery"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"bti" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btj" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"btl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/conveyor{ + dir = 4; + id = "robo2" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/bot, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"bto" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "robotics2"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"btq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/science/robotics/lab) +"btr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bts" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"btt" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/lab) +"btu" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/lab) +"btw" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/explab) +"btx" = ( +/obj/structure/table, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Experimentor Lab"; + network = list("ss13","rd") + }, +/obj/item/hand_labeler, +/obj/item/stack/packageWrap, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"bty" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"btz" = ( +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plasteel/white/side, +/area/science/explab) +"btA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/explab) +"btB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"btC" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btD" = ( +/turf/open/floor/plating, +/area/quartermaster/storage) +"btE" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"btF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btG" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btH" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btI" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #1" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + beacon_freq = 1400; + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"btJ" = ( +/obj/structure/table, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btL" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"btM" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"btN" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"btO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/vending/cart, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btP" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"btR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"btS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btV" = ( +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"btX" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"btZ" = ( +/turf/closed/wall, +/area/teleporter) +"bua" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/structure/table, +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bub" = ( +/obj/structure/table, +/obj/item/hand_tele, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"buc" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/structure/closet/crate, +/obj/item/crowbar, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bud" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bue" = ( +/obj/machinery/camera{ + c_tag = "Teleporter" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bug" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"buh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bui" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"buj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"buk" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/clothing/neck/stethoscope, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bul" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bum" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bup" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Medbay West"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bur" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bus" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"but" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bux" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buy" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"buz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buB" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"buC" = ( +/obj/machinery/door/window/westleft{ + name = "Monkey Pen"; + req_access_txt = "9" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"buE" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buF" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buG" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buH" = ( +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"buJ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buK" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buL" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buM" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"buN" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"buO" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"buQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Division North" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"buT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buU" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"buV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"buW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"buX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/explab) +"buY" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"buZ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bva" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvc" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bvd" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Experimentation Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bve" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bvf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Receiving Dock"; + dir = 4 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = -8 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -24; + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvg" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/obj/effect/turf_decal/bot, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bvh" = ( +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/folder/yellow, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/computer/bounty{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/office) +"bvn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvp" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bvq" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvr" = ( +/obj/machinery/computer/bounty{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvs" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvt" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/stamp/hop, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bvw" = ( +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bvx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bvy" = ( +/obj/machinery/power/apc{ + areastring = "/area/teleporter"; + dir = 8; + name = "Teleporter APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/teleporter) +"bvA" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/bluespace_beacon, +/turf/open/floor/plasteel, +/area/teleporter) +"bvC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bvF" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bvH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bvI" = ( +/obj/structure/table, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvJ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvS" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvU" = ( +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Medbay East"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bvV" = ( +/turf/closed/wall, +/area/medical/genetics) +"bvW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "5; 68" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bvZ" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bwa" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/department/medical/morgue) +"bwb" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/robotics/lab) +"bwc" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"bwd" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bwe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwf" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bwg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwj" = ( +/obj/machinery/light, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bwl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Experimentation Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwr" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bws" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/explab"; + dir = 4; + name = "Experimentation Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bwt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/explab) +"bwu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bww" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bwx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 + }, +/turf/open/space/basic, +/area/space) +"bwy" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwA" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #3" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bwB" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwD" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bwG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwH" = ( +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/computer/cargo{ + 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/heads/hop) +"bwI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwJ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwK" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bwL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwM" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bwO" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/gravity_generator) +"bwP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"bwS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"bwT" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwU" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/teleporter) +"bwV" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/teleporter) +"bwW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bwX" = ( +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = -30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bwZ" = ( +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bxa" = ( +/turf/closed/wall, +/area/medical/sleeper) +"bxb" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bxc" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bxd" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the genetics doors."; + id = "GeneticsDoor"; + name = "Genetics Exit Button"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = 24 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxe" = ( +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxh" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxj" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel, +/area/medical/genetics) +"bxk" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 12 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxl" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bxm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/research) +"bxn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"bxo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxp" = ( +/obj/machinery/camera{ + c_tag = "Research Division West" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxr" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"bxt" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"bxv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bxw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/science/research) +"bxx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bxy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bxz" = ( +/turf/closed/wall, +/area/crew_quarters/heads/hor) +"bxA" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxB" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxC" = ( +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxD" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxE" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bxF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxG" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxH" = ( +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bxK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxL" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxM" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxN" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "QMLoad" + }, +/obj/machinery/light, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"bxO" = ( +/obj/machinery/light, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxP" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #4" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"bxR" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxS" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxT" = ( +/obj/machinery/light, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/office"; + name = "Cargo Office APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"bxW" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"bxX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bxY" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bya" = ( +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/structure/closet/secure_closet/hop, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byb" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Head of Personnel's Desk"; + departmentType = 5; + name = "Head of Personnel RC"; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byc" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bye" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"byf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byg" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byh" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"byi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/gravity_generator) +"byj" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/open/floor/plating, +/area/teleporter) +"byk" = ( +/obj/machinery/teleport/station, +/turf/open/floor/plating, +/area/teleporter) +"byl" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/teleporter) +"bym" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/open/floor/plating, +/area/teleporter) +"byn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"byo" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Medbay" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byp" = ( +/obj/machinery/door/window/eastleft{ + name = "Medical Delivery"; + req_access_txt = "5" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/medbay/central) +"byq" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byr" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bys" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byt" = ( +/obj/machinery/computer/med_data{ + dir = 3 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byu" = ( +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"byv" = ( +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"byw" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byx" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/medical/sleeper) +"byy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"byz" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byB" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + network = list("ss13","medbay") + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"byC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"byD" = ( +/obj/machinery/camera{ + c_tag = "Genetics Cloning"; + dir = 4; + network = list("ss13","medbay") + }, +/obj/structure/table, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/storage/box/rxglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byE" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/genetics) +"byH" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "9" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byM" = ( +/obj/structure/disposalpipe/sorting/mail{ + sortType = 23 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"byO" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "47" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/research) +"byQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byS" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"byX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"byY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"byZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bza" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzb" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bzc" = ( +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzd" = ( +/obj/machinery/status_display/ai{ + pixel_y = 32 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bze" = ( +/obj/effect/landmark/xmastree/rdrod, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bzf" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/explab) +"bzg" = ( +/turf/closed/wall, +/area/science/explab) +"bzh" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/book/manual/wiki/experimentor, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/explab) +"bzi" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/explab) +"bzj" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/explab) +"bzk" = ( +/obj/machinery/button/door{ + id = "telelab"; + name = "Test Chamber Blast Doors"; + pixel_x = 25; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/explab) +"bzl" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzm" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzn" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bzo" = ( +/obj/structure/lattice, +/obj/effect/landmark/carpspawn, +/turf/open/space, +/area/space/nearstation) +"bzp" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"bzq" = ( +/obj/machinery/door/airlock/mining/glass{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bzr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bzs" = ( +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bzu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzv" = ( +/obj/machinery/mineral/ore_redemption{ + input_dir = 2; + output_dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bzw" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzx" = ( +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzy" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzz" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bzA" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzB" = ( +/obj/machinery/door/airlock/command{ + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/hop) +"bzC" = ( +/obj/machinery/status_display/ai, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering{ + name = "Gravity Generator"; + req_access_txt = "11" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/gravity_generator) +"bzE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/gravity_generator) +"bzF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzG" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South-East"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bzH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/medical/sleeper) +"bzI" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Surgery Observation" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bzJ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzK" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bzL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzM" = ( +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bzR" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzT" = ( +/obj/structure/chair, +/obj/effect/landmark/start/geneticist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzV" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzY" = ( +/obj/machinery/camera{ + c_tag = "Genetics Research"; + dir = 1; + network = list("ss13","medbay") + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bzZ" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bAa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAb" = ( +/obj/machinery/camera{ + c_tag = "Genetics Access"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bAc" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"bAd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bAe" = ( +/turf/closed/wall, +/area/security/checkpoint/science) +"bAf" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/security/checkpoint/science) +"bAg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"bAi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bAj" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAk" = ( +/obj/machinery/computer/crew, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAl" = ( +/obj/machinery/computer/med_data, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bAm" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAn" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAo" = ( +/obj/structure/displaycase/labcage, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bAp" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"bAq" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/explab) +"bAs" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAt" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bAu" = ( +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/obj/machinery/computer/bounty{ + dir = 4 + }, +/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/keycard_auth{ + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAv" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/qm"; + dir = 1; + name = "Quartermaster APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAx" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAy" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAz" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bAA" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/miningdock"; + dir = 1; + name = "Mining Dock APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAD" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bAE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAG" = ( +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAH" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bAI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAJ" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAK" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAL" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAU" = ( +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAW" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bAX" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAY" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Surgery Observation"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBa" = ( +/obj/structure/chair, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBb" = ( +/obj/structure/chair, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bBc" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBd" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bBe" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bBh" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bBi" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBj" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBk" = ( +/obj/machinery/clonepod, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/medical/genetics) +"bBm" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBn" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBo" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBp" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/vending/wardrobe/gene_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bBq" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bBr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"bBs" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bBu" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = 32 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bBv" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBw" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/server"; + dir = 1; + name = "Server Room APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBx" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bBy" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/closet/secure_closet/security/science, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBz" = ( +/obj/machinery/light_switch{ + pixel_x = 8; + pixel_y = 28 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -5; + pixel_y = 28; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBB" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/computer/security/telescreen/circuitry, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBC" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bBD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bBE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"bBF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bBG" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hor"; + dir = 8; + name = "RD Office APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/machinery/light_switch{ + pixel_y = -23 + }, +/obj/item/twohanded/required/kirbyplants/dead, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBH" = ( +/obj/machinery/keycard_auth{ + pixel_y = -24 + }, +/obj/machinery/light, +/obj/machinery/computer/card/minor/rd{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bBI" = ( +/obj/structure/rack, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBJ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBK" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"bBL" = ( +/turf/open/floor/engine, +/area/science/explab) +"bBM" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBO" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard"; + dir = 4; + name = "Starboard Maintenance APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bBP" = ( +/obj/machinery/computer/cargo{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBS" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBV" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bBW" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 3 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bCa" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCc" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCd" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bCe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "QM" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCf" = ( +/obj/machinery/door/firedoor, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCh" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "AIE" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bCk" = ( +/obj/structure/chair, +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCl" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCm" = ( +/obj/machinery/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCn" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCo" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"bCp" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bCq" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCr" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCs" = ( +/obj/structure/table/reinforced, +/obj/item/wrench/medical, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCv" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bCw" = ( +/turf/open/floor/plating, +/area/maintenance/aft) +"bCx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCy" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bCz" = ( +/obj/machinery/airalarm/server{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCA" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/dark/telecomms, +/area/science/server) +"bCB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Server Room"; + req_access_txt = "30" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCC" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCD" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCE" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bCF" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Science"; + dir = 4; + network = list("ss13","rd") + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/depsec/science, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCJ" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bCK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"bCL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bCM" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Research Director"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCN" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 1; + network = list("ss13","rd") + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCO" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCQ" = ( +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/hor) +"bCR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bCS" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/explab) +"bCT" = ( +/obj/effect/landmark/blobstart, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine, +/area/science/explab) +"bCU" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCV" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bCW" = ( +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/status_display/supply{ + pixel_x = -32 + }, +/obj/machinery/computer/security/qm{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCY" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/stamp/qm, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bCZ" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDa" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/quartermaster, +/obj/item/coin/silver, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDb" = ( +/obj/structure/filingcabinet, +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/qm) +"bDc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/qm) +"bDd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDe" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bDg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"bDh" = ( +/obj/machinery/light_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDj" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDk" = ( +/obj/structure/filingcabinet, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/supply) +"bDl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDo" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDp" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDr" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDs" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/sign/directions/engineering{ + pixel_x = -32; + pixel_y = -40 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = -32; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDB" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 22 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDD" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDE" = ( +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bDJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/sleeper) +"bDM" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Recovery Room" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bDN" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDO" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDP" = ( +/obj/structure/table, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDQ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bDR" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bDS" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/chief_medical_officer, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDT" = ( +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDU" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDV" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/stamp/cmo, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bDW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDY" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bDZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"bEa" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"bEb" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 9 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEc" = ( +/obj/machinery/computer/rdservercontrol{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEd" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bEe" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEf" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/science"; + name = "Science Security APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEg" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEh" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEi" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/science) +"bEj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bEk" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bEl" = ( +/obj/structure/table/glass, +/obj/item/pen, +/obj/item/clothing/neck/stethoscope, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEm" = ( +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Office"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEo" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEr" = ( +/obj/machinery/camera{ + c_tag = "Experimentor Lab Chamber"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/light, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/turf/open/floor/engine, +/area/science/explab) +"bEs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEt" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_one_access_txt = "8;12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bEv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bEx" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bEy" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"bEz" = ( +/turf/closed/wall, +/area/storage/tech) +"bEA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Central Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"bEC" = ( +/turf/closed/wall, +/area/janitor) +"bED" = ( +/obj/machinery/door/airlock{ + name = "Custodial Closet"; + req_access_txt = "26" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/janitor) +"bEE" = ( +/turf/closed/wall, +/area/maintenance/aft) +"bEF" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bEG" = ( +/obj/machinery/vending/cigarette, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"bEH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/surgicaldrill, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEI" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white/side, +/area/medical/sleeper) +"bEJ" = ( +/obj/structure/table, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/circular_saw, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEK" = ( +/obj/structure/table, +/obj/item/retractor, +/turf/open/floor/plasteel/white/side, +/area/medical/sleeper) +"bEL" = ( +/obj/structure/table, +/obj/item/cautery{ + pixel_x = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bEM" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/gun/syringe, +/obj/item/reagent_containers/dropper, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/sleeper) +"bEP" = ( +/obj/structure/closet/l3closet, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEQ" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bER" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bES" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bET" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/rxglasses, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEU" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bEV" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bEW" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEX" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEY" = ( +/obj/structure/table, +/obj/item/cartridge/medical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/cartridge/medical{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/cartridge/medical, +/obj/item/cartridge/chemistry{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bEZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFa" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bFb" = ( +/turf/closed/wall, +/area/science/storage) +"bFc" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bFd" = ( +/obj/machinery/door/firedoor/heavy, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"bFe" = ( +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bFf" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bFh" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 32 + }, +/turf/open/space, +/area/space/nearstation) +"bFi" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/requests_console{ + department = "Mining"; + pixel_x = -30 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFj" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFk" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bFm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/supply"; + dir = 1; + name = "Cargo Security APC"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bFs" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/status_display/ai{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFt" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFu" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/turf/open/floor/plating, +/area/storage/tech) +"bFv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFw" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFx" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bFy" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bFz" = ( +/turf/open/floor/plating, +/area/storage/tech) +"bFA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFB" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bFD" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/turf/open/floor/plasteel, +/area/janitor) +"bFE" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bFF" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet" + }, +/obj/vehicle/ridden/janicart, +/turf/open/floor/plasteel, +/area/janitor) +"bFG" = ( +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/open/floor/plasteel, +/area/janitor) +"bFH" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/janitor) +"bFI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/janitor) +"bFJ" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/turf/open/floor/plasteel, +/area/janitor) +"bFK" = ( +/obj/machinery/door/window/westleft{ + name = "Janitorial Delivery"; + req_access_txt = "26" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/janitor) +"bFL" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 1; + freq = 1400; + location = "Janitor" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/janitor) +"bFM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bFO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bFP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFQ" = ( +/obj/effect/landmark/start/medical_doctor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFS" = ( +/obj/structure/table, +/obj/item/surgical_drapes, +/obj/item/razor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bFT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bFU" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFX" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bFZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Medbay Storage"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bGb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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) +"bGc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGf" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bGh" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/cmo{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGj" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bGk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bGl" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"bGm" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Test Chamber"; + network = list("xeno","rd") + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bGn" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGo" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/storage) +"bGp" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 8; + name = "Misc Research APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bGq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGr" = ( +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bGs" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/white, +/area/science/research) +"bGt" = ( +/turf/closed/wall, +/area/science/mixing) +"bGu" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGv" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGw" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab West"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGx" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGy" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm/unlocked{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGz" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGA" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bGD" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"bGE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 4; + name = "4maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bGI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/science/mixing) +"bGJ" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/obj/machinery/computer/security/mining, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGM" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/wardrobe/miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bGN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bGO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGQ" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 15 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bGS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bGT" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGU" = ( +/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/storage/tech) +"bGV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGW" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bGX" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/aiModule/reset, +/turf/open/floor/plating, +/area/storage/tech) +"bGY" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/storage/tech) +"bGZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bHa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHb" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHc" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bHd" = ( +/turf/open/floor/plasteel, +/area/janitor) +"bHe" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bHf" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/mob/living/simple_animal/hostile/lizard{ + name = "Wags-His-Tail"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/plasteel, +/area/janitor) +"bHj" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/open/floor/plasteel, +/area/janitor) +"bHk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/janitor"; + dir = 8; + name = "Custodial Closet APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHm" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 6 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHo" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Surgery Maintenance"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHt" = ( +/obj/structure/table/optable, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bHx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHy" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHz" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/sleeper) +"bHB" = ( +/obj/structure/table, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHD" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bHE" = ( +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Medbay South"; + dir = 4; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bHG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHH" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bHJ" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHK" = ( +/turf/open/floor/plasteel, +/area/science/storage) +"bHL" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/cigbutt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHN" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bHO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/storage) +"bHP" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bHQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bHS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"bHT" = ( +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHV" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bHX" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/starboard) +"bHY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/starboard) +"bHZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/science/mixing) +"bIb" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/suit_storage_unit/rd, +/turf/open/floor/plasteel, +/area/science/mixing) +"bIc" = ( +/obj/machinery/doppler_array/research/science{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/mixing) +"bId" = ( +/turf/closed/wall, +/area/science/test_area) +"bIe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bIf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bIg" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIh" = ( +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIj" = ( +/obj/structure/closet/secure_closet/miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bIk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bIn" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bIo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIp" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bIq" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bIr" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bIs" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plating, +/area/storage/tech) +"bIt" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plating, +/area/storage/tech) +"bIu" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plating, +/area/storage/tech) +"bIv" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/key/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bIw" = ( +/obj/structure/table, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/machinery/requests_console{ + department = "Janitorial"; + departmentType = 1; + pixel_y = -29 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel, +/area/janitor) +"bIx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/janitor) +"bIy" = ( +/obj/structure/janitorialcart, +/turf/open/floor/plasteel, +/area/janitor) +"bIz" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/janitor) +"bIB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/janitor) +"bIC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bID" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/medical/sleeper"; + dir = 4; + name = "Treatment Center APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bIH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"bII" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIJ" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIK" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/sleeper) +"bIL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIN" = ( +/obj/machinery/vending/wallmed{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Medbay Recovery Room"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIO" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/gun/syringe, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIP" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_x = 30 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bIQ" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/vending/wallmed{ + pixel_y = 28 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIR" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIS" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/button/door{ + id = "medpriv4"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "medpriv4"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bIU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bIX" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/heads/cmo) +"bJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"bJc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJe" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine, +/area/science/xenobiology) +"bJf" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/storage"; + dir = 8; + name = "Toxins Storage APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Toxins Storage"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel, +/area/science/storage) +"bJi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/storage) +"bJk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bJl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bJn" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Lab"; + req_access_txt = "7" + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bJr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bJs" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJu" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/science/mixing) +"bJw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJx" = ( +/obj/machinery/button/massdriver{ + id = "toxinsdriver"; + pixel_y = 24 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bJA" = ( +/obj/item/target, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/test_area) +"bJB" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJC" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJD" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJE" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJF" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bJG" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJI" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bJJ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/techstorage/command, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/storage/tech) +"bJL" = ( +/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) +"bJM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating, +/area/storage/tech) +"bJO" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJR" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bJS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bJV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/janitor) +"bJW" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJX" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/aft"; + dir = 8; + name = "Aft Maintenance APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/aft) +"bJZ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKa" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKb" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bKd" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKe" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKf" = ( +/obj/machinery/vending/wallmed{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Surgery Operating"; + dir = 1; + network = list("ss13","medbay"); + pixel_x = 22 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKg" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/sleeper) +"bKh" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood/AMinus, +/obj/item/reagent_containers/blood/BMinus{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/blood/BPlus{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/random, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bKi" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKj" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKk" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKl" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKm" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKn" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northleft{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKo" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northright{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKp" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKq" = ( +/obj/machinery/light, +/obj/machinery/rnd/production/techfab/department/medical, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bKr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKt" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKv" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bKw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"bKB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bKC" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/engine, +/area/science/xenobiology) +"bKD" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKE" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKF" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/storage) +"bKG" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/plasteel, +/area/science/storage) +"bKH" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bKI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bKK" = ( +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKL" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKM" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKO" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room Access"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bKR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKT" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKU" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room"; + req_access_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/computer/security/telescreen/toxins{ + dir = 1; + network = list("toxins"); + pixel_y = -28 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bKZ" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/wall, +/area/science/test_area) +"bLa" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLc" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bLd" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/box; + width = 7 + }, +/turf/open/space/basic, +/area/space) +"bLe" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"bLf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Mining Dock"; + req_access_txt = "48" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bLh" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bLj" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"bLl" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/storage/tech) +"bLm" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plating, +/area/storage/tech) +"bLn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plating, +/area/storage/tech) +"bLo" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plating, +/area/storage/tech) +"bLp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/turf/open/floor/plating, +/area/storage/tech) +"bLq" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bLr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bLu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLC" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plating, +/area/maintenance/aft) +"bLF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"bLH" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/central) +"bLI" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bLK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLL" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLM" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLN" = ( +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLP" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "misclab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bLQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bLR" = ( +/turf/closed/wall, +/area/science/xenobiology) +"bLS" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bLT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLU" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/white, +/area/science/research) +"bLV" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLW" = ( +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLX" = ( +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLY" = ( +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bLZ" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMa" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMb" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/mixing"; + dir = 4; + name = "Toxins Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bMc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMe" = ( +/obj/machinery/camera{ + c_tag = "Toxins Launch Room Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMf" = ( +/obj/machinery/door/window/southleft{ + name = "Mass Driver Door"; + req_access_txt = "7" + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/science/mixing) +"bMg" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/mixing) +"bMh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMi" = ( +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bMk" = ( +/obj/item/stack/ore/silver, +/obj/item/stack/ore/silver, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMl" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 8 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMm" = ( +/obj/structure/sign/warning/vacuum/external, +/turf/closed/wall, +/area/quartermaster/miningdock) +"bMn" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMo" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMp" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMq" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMr" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bMs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bMt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"bMv" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/turf/open/floor/plating, +/area/storage/tech) +"bMw" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/turf/open/floor/plating, +/area/storage/tech) +"bMx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bMz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/storage/tech) +"bMA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bMD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"bME" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"bMG" = ( +/obj/structure/closet, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMJ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bML" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMN" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMO" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 11 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMS" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 4; + name = "Medbay APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bMT" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMW" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Apothecary"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMX" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bMY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/medbay/central) +"bMZ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNa" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/cmo"; + dir = 1; + name = "CM Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNd" = ( +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNe" = ( +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNf" = ( +/obj/machinery/button/door{ + id = "misclab"; + name = "Test Chamber Blast Doors"; + pixel_y = -2; + req_access_txt = "55" + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNg" = ( +/obj/machinery/door/window/southleft{ + name = "Test Chamber"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNh" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNi" = ( +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bNk" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/science/xenobiology) +"bNl" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bNm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/research) +"bNn" = ( +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"bNo" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall, +/area/science/research) +"bNp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bNq" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bNr" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNs" = ( +/obj/machinery/door/airlock/maintenance{ + req_one_access_txt = "8;12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"bNu" = ( +/obj/machinery/mass_driver{ + dir = 4; + id = "toxinsdriver" + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNv" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNw" = ( +/turf/open/floor/plating, +/area/science/mixing) +"bNx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/mixing) +"bNy" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"bNz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNB" = ( +/obj/item/beacon, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bNC" = ( +/obj/item/target/alien/anchored, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera/preset/toxins{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=0.01;n2=0.01"; + luminosity = 2 + }, +/area/science/test_area) +"bND" = ( +/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) +"bNE" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bNH" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plating, +/area/storage/tech) +"bNI" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/item/stock_parts/subspace/filter, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNJ" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/ansible, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/obj/item/stock_parts/subspace/crystal, +/turf/open/floor/plating, +/area/storage/tech) +"bNK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/turf/open/floor/plating, +/area/storage/tech) +"bNL" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/storage/tech) +"bNM" = ( +/obj/machinery/requests_console{ + department = "Tech storage"; + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/storage/tech) +"bNN" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plating, +/area/storage/tech) +"bNO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bNR" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bNS" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNT" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNU" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNV" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNW" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bNX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bNZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bOb" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/chem_dispenser, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOc" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/chem_heater, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOe" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/central) +"bOf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"bOh" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOj" = ( +/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/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"bOm" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/xenobiology"; + dir = 8; + name = "Xenobiology APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOn" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOo" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bOq" = ( +/obj/machinery/monkey_recycler, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOr" = ( +/obj/machinery/processor/slime, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOs" = ( +/obj/machinery/smartfridge/extract/preloaded, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOt" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOu" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOv" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/item/extinguisher, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bOw" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/xenobiology) +"bOx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bOy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) +"bOz" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOA" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOB" = ( +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxins_mixing_output{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bOC" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bOD" = ( +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bOE" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOF" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "mix to port" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bOG" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bOH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOJ" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bOK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bOM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bON" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bOO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bOP" = ( +/turf/closed/wall, +/area/engine/atmos) +"bOQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOR" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOS" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOT" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOV" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bOX" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/meter/atmos/atmos_waste_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North East" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bOZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/obj/machinery/meter/atmos/distro_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPa" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPb" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPd" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPf" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"bPg" = ( +/turf/closed/wall, +/area/medical/virology) +"bPh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bPi" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/medical/virology) +"bPj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 13 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bPl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPn" = ( +/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/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Xenobiology Lab"; + req_access_txt = "55" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"bPu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"bPv" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPw" = ( +/obj/effect/landmark/event_spawn, +/obj/machinery/air_sensor/atmos/toxins_mixing_tank, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bPx" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPy" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix, +/turf/open/floor/engine, +/area/science/mixing) +"bPz" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/mixing) +"bPA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bPC" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Toxins Lab East"; + dir = 8; + network = list("ss13","rd"); + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bPD" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPF" = ( +/obj/structure/closet/wardrobe/grey, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPG" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPH" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bPJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPL" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/airless, +/area/science/test_area) +"bPM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/test_area) +"bPN" = ( +/turf/closed/wall, +/area/construction) +"bPO" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/construction) +"bPP" = ( +/turf/open/floor/plating, +/area/construction) +"bPQ" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plating, +/area/construction) +"bPR" = ( +/turf/open/floor/plasteel, +/area/construction) +"bPS" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plasteel, +/area/construction) +"bPT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bPU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring" + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"bPY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics North West"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bPZ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQc" = ( +/obj/machinery/pipedispenser/disposal, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bQj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bQk" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bQl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bQm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQn" = ( +/obj/item/storage/secure/safe{ + pixel_x = 5; + pixel_y = 29 + }, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + network = list("ss13","medbay") + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQr" = ( +/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) +"bQs" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQt" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQu" = ( +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQv" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bQw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bQx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bQy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQA" = ( +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQB" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQE" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bQF" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/sign/departments/xenobio{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"bQG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQI" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"bQJ" = ( +/obj/machinery/sparker/toxmix{ + pixel_x = 25 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"bQK" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/mixing) +"bQL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_x = -25; + pixel_y = 5 + }, +/obj/machinery/button/ignition/incinerator/toxmix{ + pixel_x = -25; + pixel_y = -5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQM" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "port to mix" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/mixing) +"bQN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"bQO" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQP" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQT" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQU" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bQV" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/science/test_area) +"bQW" = ( +/obj/structure/barricade/wooden, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bQX" = ( +/obj/structure/light_construct{ + dir = 8 + }, +/turf/open/floor/plating, +/area/construction) +"bQY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plating, +/area/construction) +"bQZ" = ( +/obj/structure/light_construct{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bRa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27; + pixel_y = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bRd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/plasticflaps/opaque, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Atmospherics" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRg" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRi" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/atmos) +"bRk" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRm" = ( +/obj/machinery/pipedispenser/disposal/transit_tube, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRo" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste In" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRq" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRr" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRs" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRt" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRu" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bRv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bRw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bRx" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bRy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRz" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRA" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bRB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"bRC" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRD" = ( +/obj/machinery/iv_drip, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRE" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/closet/l3closet, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bRJ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bRK" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRL" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRM" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/box/monkeycubes, +/obj/machinery/light, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRP" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bRQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRR" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/slime_scanner, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRS" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRT" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bRV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/misc_lab) +"bRW" = ( +/obj/machinery/door/airlock/research{ + name = "Testing Lab"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bRX" = ( +/turf/closed/wall, +/area/science/misc_lab) +"bRY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"bRZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/science/circuit) +"bSb" = ( +/turf/closed/wall, +/area/science/circuit) +"bSc" = ( +/turf/closed/wall/r_wall, +/area/science/circuit) +"bSd" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSf" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSg" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bSh" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSi" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Maint Bar Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSj" = ( +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSk" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSl" = ( +/obj/structure/girder, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSm" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSn" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSo" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bSr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bSs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSt" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plating, +/area/construction) +"bSv" = ( +/obj/effect/landmark/xeno_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bSx" = ( +/obj/machinery/door/airlock/engineering/abandoned{ + dir = 4; + name = "Construction Area"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bSy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bSz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft) +"bSA" = ( +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bSB" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSF" = ( +/obj/machinery/computer/atmos_control{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bSG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bSH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSK" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSM" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSN" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSP" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSQ" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSR" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bST" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"bSU" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSV" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bSW" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSX" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSY" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bSZ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "39" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTb" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTc" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bTd" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTe" = ( +/obj/machinery/door/firedoor, +/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, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology North"; + dir = 8; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bTg" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTh" = ( +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTi" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTj" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/ears/earmuffs, +/obj/machinery/camera{ + c_tag = "Testing Lab North"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bTk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTl" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTm" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTn" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bTo" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTp" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/camera{ + c_tag = "Circuitry Lab North"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTq" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTr" = ( +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTs" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bTt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bTu" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTv" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTw" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTy" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Construction Area Maintenance"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bTA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/construction) +"bTC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/construction) +"bTD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bTE" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/construction) +"bTF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/construction) +"bTG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bTI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTM" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bTN" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/atmos) +"bTO" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTP" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTQ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + dir = 4; + name = "Distribution Loop"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTY" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bUb" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"bUc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bUd" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/reagentgrinder, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/virology) +"bUh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Monkey Pen"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bUi" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUl" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bUo" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bUp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bUq" = ( +/obj/structure/closet/l3closet/scientist{ + pixel_x = -2 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUr" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUs" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/electropack, +/obj/item/healthanalyzer, +/obj/item/assembly/signaler, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bUt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUv" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUw" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bUx" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUy" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUz" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/item/integrated_electronics/debugger, +/obj/item/integrated_electronics/wirer, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUA" = ( +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bUC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"bUD" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUE" = ( +/obj/effect/spawner/lootdrop/grille_or_trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUF" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUG" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bUJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/construction) +"bUL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUM" = ( +/obj/machinery/power/apc{ + areastring = "/area/construction"; + name = "Construction Area APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/construction) +"bUN" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plating, +/area/construction) +"bUO" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/turf/open/floor/plating, +/area/construction) +"bUP" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/construction) +"bUQ" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/construction) +"bUR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bUT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bUU" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUV" = ( +/obj/structure/sign/plaques/atmos{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUW" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = 24; + pixel_y = 4; + req_access_txt = "24" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bUX" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUY" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVb" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVe" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVf" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bVg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology{ + dir = 4; + name = "Break Room"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVk" = ( +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "virology_airlock_exterior"; + idInterior = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Console"; + pixel_x = 8; + pixel_y = 22; + req_access_txt = "39" + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVn" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/medical/virology"; + dir = 1; + name = "Virology APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/camera{ + c_tag = "Virology Module"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVo" = ( +/obj/machinery/vending/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bVp" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bVq" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bVs" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bVt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bVu" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bVw" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"bVx" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVy" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVA" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/assembly/igniter{ + pixel_x = 2; + pixel_y = -1 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"bVB" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVC" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVD" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bVE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bVF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVG" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVH" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVM" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bVN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"bVO" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/aft"; + dir = 8; + name = "Aft Hall APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bVQ" = ( +/obj/item/crowbar, +/obj/item/wrench, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft) +"bVR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/engine/atmos) +"bVT" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos/glass{ + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVV" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVW" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVY" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bVZ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"bWb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWc" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bWd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"bWf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/medical/virology) +"bWg" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWh" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bWk" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWl" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bWn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bWo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWp" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bWq" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bWt" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWu" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/turf/open/floor/engine, +/area/science/misc_lab) +"bWv" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bWx" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bWy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWC" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWD" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWE" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWG" = ( +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Monitoring APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bWJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bWK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWL" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bWM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bWN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bWP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWQ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to External" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWT" = ( +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWX" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWY" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bWZ" = ( +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bXa" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXb" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXc" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bXd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXe" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bXf" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXg" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXh" = ( +/obj/machinery/computer/pandemic, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXi" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/medical/virology) +"bXj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation A"; + req_access_txt = "39" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXk" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bXl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass{ + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bXm" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall, +/area/science/xenobiology) +"bXn" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXo" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bXp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/mineral/plasma, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bXu" = ( +/obj/machinery/light_switch{ + pixel_x = -20 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bXv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXy" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/target_stake, +/turf/open/floor/plasteel, +/area/science/circuit) +"bXz" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"bXB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plating/airless, +/area/maintenance/port/aft) +"bXE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXH" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXI" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXK" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXL" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/port/aft) +"bXN" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"bXO" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"bXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bXQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bXR" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Access"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bXS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bXV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/atmos) +"bXW" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "External to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXY" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bXZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYa" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYb" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYc" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYd" = ( +/obj/machinery/atmospherics/pipe/manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYe" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bYf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"bYg" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"bYh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bYi" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_x = -32 + }, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYj" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/radio/headset/headset_med, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYk" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"bYl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bYp" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio7"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"bYq" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYr" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYs" = ( +/obj/machinery/atmospherics/components/binary/pump, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYt" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bYx" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/science/circuit) +"bYy" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bYz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYC" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/circuit"; + name = "Circuitry Lab APC"; + pixel_x = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bYD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYE" = ( +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bYF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYG" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYH" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bYI" = ( +/turf/open/floor/wood, +/area/maintenance/bar) +"bYJ" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYK" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/art"; + dir = 1; + name = "Maint bar"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYM" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/maintenance/bar) +"bYN" = ( +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYO" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYP" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYQ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bYR" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYS" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bYT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"bYU" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYV" = ( +/obj/item/radio/intercom{ + dir = 8; + freerange = 1; + name = "Station Intercom (Telecomms)"; + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/announcement_system, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"bYX" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"bYY" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"bYZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bZa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZc" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"bZd" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZe" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZg" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZi" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZj" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bZl" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"bZm" = ( +/obj/structure/door_assembly/door_assembly_mai, +/turf/open/floor/plating, +/area/maintenance/aft) +"bZn" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZp" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZq" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"bZs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZt" = ( +/obj/structure/table, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZu" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bZv" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZw" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"bZx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bZy" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZz" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 2; + req_access_txt = "55" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZA" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/taperecorder, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZB" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZC" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("test"); + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZD" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"bZG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"bZH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/circuit) +"bZI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"bZJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"bZM" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZP" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZQ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"bZR" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bZS" = ( +/turf/closed/wall, +/area/maintenance/bar) +"bZT" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"bZU" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"bZV" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"bZW" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZX" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"bZY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"bZZ" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"caa" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cab" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cac" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cad" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cae" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"caf" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cag" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/light/small, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/atmos) +"cah" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cai" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/atmos{ + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caj" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cak" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/engineering"; + dir = 8; + name = "Engineering Security APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cal" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/structure/closet/secure_closet/security/engine, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cam" = ( +/obj/structure/filingcabinet, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"can" = ( +/obj/structure/fireaxecabinet{ + pixel_x = -32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cao" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cap" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"car" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cas" = ( +/obj/machinery/atmospherics/pipe/manifold4w, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cat" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cau" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cav" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cax" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cay" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caz" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"caA" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"caB" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"caC" = ( +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caF" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/virology) +"caH" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"caI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"caK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"caL" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"caM" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caN" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/misc_lab) +"caO" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/engine, +/area/science/misc_lab) +"caP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"caS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"caT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Circuitry Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"caV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Circuitry Lab"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"caZ" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cba" = ( +/obj/structure/closet/crate, +/obj/item/clothing/under/color/lightpurple, +/obj/item/stack/spacecash/c200, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cbb" = ( +/turf/open/floor/plating, +/area/space) +"cbc" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cbe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbg" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"cbh" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/closed/wall, +/area/maintenance/bar) +"cbi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbj" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbk" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood, +/area/maintenance/bar) +"cbl" = ( +/obj/structure/chair/wood/normal, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/bar) +"cbm" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbn" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbo" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbp" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cbq" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbt" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cbu" = ( +/turf/closed/wall, +/area/engine/break_room) +"cbv" = ( +/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/engine/break_room) +"cbw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/break_room) +"cbx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"cby" = ( +/turf/closed/wall, +/area/security/checkpoint/engineering) +"cbz" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -6; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/radio/off, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbA" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbB" = ( +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cbC" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbD" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/engine/atmos) +"cbE" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbF" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Turbine" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbG" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbH" = ( +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbI" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cbJ" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cbK" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cbL" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbM" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbN" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"cbO" = ( +/obj/structure/closet/l3closet/virology, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbP" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cbQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/medical/virology) +"cbR" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology South"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cbT" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cbV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cbW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"cbX" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/circuit) +"cbY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cbZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cca" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ccc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ccd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cce" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccf" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ccg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Port" + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cch" = ( +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cci" = ( +/obj/machinery/chem_dispenser/drinks, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccj" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/bar) +"cck" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"ccl" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ccm" = ( +/obj/structure/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ccn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cco" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ccq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ccr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cct" = ( +/obj/machinery/status_display, +/turf/closed/wall, +/area/tcommsat/computer) +"ccu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ccw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ccx" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccy" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ccA" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ccE" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccG" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/engineering, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccH" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"ccI" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/atmos"; + dir = 8; + name = "Atmospherics APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccK" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/item/wrench, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccL" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccM" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccN" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ccO" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"ccP" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"ccQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"ccR" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ccS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccT" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"ccV" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccW" = ( +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccX" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccY" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"ccZ" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cda" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdb" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cdc" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cdd" = ( +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cde" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab) +"cdf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cdh" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cdj" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cdk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cdl" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Incinerator Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + name = "wooden barricade (CLOSED)" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdm" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdn" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdo" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/wood, +/area/maintenance/bar) +"cdp" = ( +/obj/machinery/ntnet_relay, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdq" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cdr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cds" = ( +/obj/machinery/telecomms/hub/preset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cdt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering/glass{ + name = "Server Room"; + req_access_txt = "61" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"cdw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdy" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Telecomms Monitoring"; + dir = 8; + network = list("tcomms") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cdz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cdB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdD" = ( +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cdE" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdF" = ( +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdG" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cdI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"cdJ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdK" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/engineering) +"cdM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"cdN" = ( +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdO" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Central"; + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdP" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdQ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdR" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/space, +/area/space/nearstation) +"cdS" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cdT" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdU" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdV" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdW" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdY" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cdZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cea" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ceb" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"cec" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ced" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cee" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cef" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_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) +"ceg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ceh" = ( +/obj/machinery/sparker{ + id = "testigniter"; + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cei" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/misc_lab) +"cej" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cek" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cel" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"cem" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cen" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"ceo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cep" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ceq" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cer" = ( +/obj/structure/sign/poster/official/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ces" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cet" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ceu" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/folder/white, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cev" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cew" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cex" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cey" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/bar) +"cez" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/bar) +"ceA" = ( +/obj/structure/reagent_dispensers/keg/gargle, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceB" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/bar) +"ceC" = ( +/obj/structure/chair/wood/normal{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"ceD" = ( +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + dir = 4; + network = list("tcomms") + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceE" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ceF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ceH" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/closed/wall, +/area/tcommsat/computer) +"ceI" = ( +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceJ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceK" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Telecomms Admin"; + departmentType = 5; + name = "Telecomms RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"ceL" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceN" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 8; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ceO" = ( +/obj/machinery/power/apc{ + areastring = "/area/engine/break_room"; + dir = 8; + name = "Engineering Foyer APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ceR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"ceS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceT" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceU" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceV" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceX" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceY" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/item/cigbutt, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ceZ" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfa" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfc" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cfd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cff" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfg" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfh" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfi" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cfj" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfk" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cfl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cfm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"cfn" = ( +/obj/machinery/camera{ + c_tag = "Testing Chamber"; + dir = 1; + network = list("test","rd") + }, +/obj/machinery/light, +/turf/open/floor/engine, +/area/science/misc_lab) +"cfo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfp" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/misc_lab"; + dir = 4; + name = "Testing Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cfq" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/machinery/computer/security/telescreen/circuitry{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfr" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfs" = ( +/obj/structure/table/reinforced, +/obj/machinery/light, +/obj/item/stack/sheet/metal/ten, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cft" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"cfu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cfw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + id = "portsolar"; + name = "Port Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cfx" = ( +/obj/structure/table, +/obj/machinery/microwave, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfy" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 11 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfz" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cfA" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/bar) +"cfB" = ( +/obj/machinery/telecomms/message_server, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfC" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfD" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cfE" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfG" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cfH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"cfI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfN" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cfO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"cfP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfQ" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfV" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cfW" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cfX" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cfZ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cga" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgd" = ( +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cge" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cgf" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgg" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgh" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"cgi" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgj" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgl" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgm" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgp" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cgr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgs" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgt" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"cgu" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cgv" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgx" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"cgy" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgz" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cgA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cgB" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgC" = ( +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgD" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cgE" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgF" = ( +/turf/open/floor/plating, +/area/maintenance/bar) +"cgG" = ( +/obj/structure/reagent_dispensers/keg/aphro/strong, +/obj/item/reagent_containers/glass/beaker, +/turf/open/floor/plating, +/area/maintenance/bar) +"cgH" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"cgI" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgJ" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgK" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgL" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cgM" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgQ" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Telecommunications"; + req_access_txt = "61" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIE"; + location = "AftH" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cgX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Engineering"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cgZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cha" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"chd" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel, +/area/engine/break_room) +"che" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chf" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chh" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chi" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chj" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chk" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"chm" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"chn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cho" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chr" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"chs" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cht" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chw" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"chx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + external_pressure_bound = 140; + name = "killroom vent"; + pressure_checks = 0 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Kill Room"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chz" = ( +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + external_pressure_bound = 120; + name = "killroom vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"chB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/biohazard, +/turf/open/floor/plating, +/area/science/xenobiology) +"chC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"chD" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"chE" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chF" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chG" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chH" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"chI" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chJ" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chK" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"chL" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 2 + }, +/obj/item/reagent_containers/food/snacks/mint{ + pixel_y = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chN" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/aft"; + dir = 8; + name = "Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"chQ" = ( +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/obj/item/clothing/mask/muzzle, +/turf/open/floor/plating, +/area/maintenance/bar) +"chR" = ( +/obj/item/clothing/under/color/grey, +/turf/open/floor/plating, +/area/maintenance/bar) +"chS" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/bar) +"chT" = ( +/obj/machinery/vending/clothing, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/bar) +"chU" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chV" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chW" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/machinery/light, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"chX" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chY" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"chZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/tcommsat/computer) +"cia" = ( +/obj/structure/table, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cib" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cic" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cid" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"cie" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cif" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cig" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cih" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cii" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cij" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cik" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"cil" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cim" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cin" = ( +/obj/machinery/camera{ + c_tag = "Engineering Foyer"; + dir = 1 + }, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cio" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cip" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ciq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cir" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cis" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South West"; + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cit" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciu" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + name = "Waste Release" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"civ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ciw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cix" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal/incinerator"; + name = "Incinerator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciy" = ( +/obj/structure/sign/warning/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciB" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciC" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall, +/area/maintenance/aft) +"ciD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/aft) +"ciE" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/aft) +"ciF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/l3closet, +/turf/open/floor/plating, +/area/maintenance/aft) +"ciH" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciJ" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"ciK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Kill Chamber"; + req_access_txt = "55" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"ciL" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciM" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ciN" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"ciO" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciP" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciQ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciS" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"ciT" = ( +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciU" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciV" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"ciX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciY" = ( +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ciZ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cja" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjb" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjc" = ( +/obj/machinery/processor, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjd" = ( +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cje" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjf" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjg" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjh" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cji" = ( +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjj" = ( +/obj/structure/bed, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/semen, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjk" = ( +/obj/item/electropack/shockcollar, +/obj/item/assembly/signaler, +/turf/open/floor/plating, +/area/maintenance/bar) +"cjl" = ( +/obj/machinery/vending/autodrobe, +/turf/open/floor/wood, +/area/maintenance/bar) +"cjm" = ( +/obj/machinery/door/airlock/maintenance{ + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjn" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"cjo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cjr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cjt" = ( +/obj/machinery/light, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cju" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cjv" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cjw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cjx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjz" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/atmos{ + name = "Turbine Access"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cjC" = ( +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"cjD" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/toy/minimeteor, +/obj/item/poster/random_contraband, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjE" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/roller, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/reagent_containers/food/snacks/donkpocket, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/c_tube, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjH" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/open/floor/plating, +/area/maintenance/aft) +"cjI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/xenobiology) +"cjK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cjL" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Air Supply Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjM" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Testing Lab Maintenance"; + req_access_txt = "47" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"cjO" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cjP" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjQ" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Firefighting equipment"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cjR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/maintenance/solars/port/aft) +"cjS" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"cjT" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/port/aft) +"cjW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjX" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cjZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cka" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ckb" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/chief) +"ckc" = ( +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/machinery/holopad, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckd" = ( +/obj/structure/rack, +/obj/item/lighter, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cke" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckf" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/heads/chief"; + dir = 4; + name = "CE Office APC"; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"ckg" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall, +/area/engine/engineering) +"ckh" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cki" = ( +/obj/structure/sign/warning/radiation/rad_area, +/turf/closed/wall, +/area/engine/engineering) +"ckj" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckk" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckl" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckn" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cko" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ckq" = ( +/obj/structure/window/reinforced, +/turf/open/space/basic, +/area/space) +"ckr" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space/basic, +/area/space) +"cks" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckt" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cku" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckv" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"ckw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"ckx" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cky" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "atmospherics mix pump" + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/item/storage/toolbox/emergency, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckz" = ( +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"ckA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckB" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckC" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"ckD" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/aft) +"ckE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"ckJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckL" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"ckM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckQ" = ( +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckR" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckT" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Research Delivery access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckV" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckW" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ckX" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"ckY" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"ckZ" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cla" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"clb" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"clc" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Access"; + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cld" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cle" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cli" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"clj" = ( +/obj/machinery/button/door{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -24; + pixel_y = 10; + req_access_txt = "24" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_x = -24; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -24; + pixel_y = -10; + req_access_txt = "10" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cll" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"clm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cln" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"clo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clq" = ( +/obj/machinery/camera{ + c_tag = "Engineering Access" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clr" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cls" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clt" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clu" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clv" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clw" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"clx" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cly" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"clz" = ( +/obj/machinery/computer/atmos_control/tank/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clA" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics South East"; + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"clB" = ( +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clE" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clF" = ( +/turf/open/floor/plating, +/area/engine/atmos) +"clG" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/engine/atmos) +"clH" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"clI" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos{ + dir = 4; + name = "Atmospherics"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"clJ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clK" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to MiniSat" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clL" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/airalarm/all_access{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"clQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"clU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"clV" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"clZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cma" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmb" = ( +/obj/structure/rack, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cme" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmi" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cmj" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/port/aft) +"cmk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cml" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmm" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmn" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cmo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cms" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmu" = ( +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Port Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cmv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmy" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cmA" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engine/engineering) +"cmB" = ( +/obj/machinery/vending/engineering, +/turf/open/floor/plating, +/area/engine/engineering) +"cmC" = ( +/turf/closed/wall, +/area/engine/engineering) +"cmD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmE" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/engine/engineering"; + dir = 1; + name = "Engineering APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmF" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmG" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmH" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmI" = ( +/obj/machinery/computer/station_alert, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = 20 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmJ" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmK" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cmL" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmM" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmN" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/paper/monitorkey, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cmP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cmQ" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cmR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmT" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cmU" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmV" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cmX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"cmY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cmZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space/basic, +/area/space) +"cna" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cnb" = ( +/obj/machinery/door/window/northright{ + req_access_txt = "24" + }, +/obj/machinery/door/window/southleft{ + req_access_txt = "24" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cnc" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/space, +/area/space/nearstation) +"cnd" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cne" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "plasma tank pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cng" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general{ + level = 2 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnh" = ( +/obj/effect/landmark/blobstart, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Incinerator" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cni" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnk" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + name = "output gas connector port" + }, +/obj/machinery/portable_atmospherics/canister, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cnl" = ( +/obj/structure/table, +/obj/item/cartridge/medical, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/maintenance/aft) +"cnn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/latexballon, +/turf/open/floor/plating, +/area/maintenance/aft) +"cno" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cns" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnu" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnv" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnw" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnx" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/aft"; + dir = 8; + name = "Starboard Quarter Maintenance APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cny" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnz" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cnA" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"cnB" = ( +/obj/machinery/power/solar_control{ + dir = 4; + id = "portsolar"; + name = "Port Quarter Solar Control" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnC" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnD" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/aft"; + dir = 4; + name = "Port Quarter Solar APC"; + pixel_x = 23; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"cnE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnF" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cnH" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnI" = ( +/turf/open/floor/plating, +/area/engine/engineering) +"cnJ" = ( +/obj/machinery/door/poddoor{ + id = "Secure Storage"; + name = "secure storage" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cnK" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + name = "floor" + }, +/area/engine/engineering) +"cnL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Power Storage" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cnU" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnW" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cnX" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"cnY" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cnZ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coa" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "engineering security door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/shower{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cob" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/space, +/area/space/nearstation) +"coc" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"cod" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/engine/atmos) +"coe" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/space, +/area/space/nearstation) +"cof" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4; + name = "input gas connector port" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cog" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "input port pump" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coh" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"coj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cok" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Incinerator to Output" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"col" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/disposal/incinerator) +"com" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"con" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/maintenance/aft) +"coo" = ( +/obj/structure/disposalpipe/segment, +/obj/item/shard, +/turf/open/floor/plating, +/area/maintenance/aft) +"cop" = ( +/obj/structure/disposalpipe/segment, +/obj/item/cigbutt/roach, +/turf/open/floor/plating, +/area/maintenance/aft) +"coq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cor" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cos" = ( +/obj/structure/chair, +/obj/item/storage/fancy/cigarettes, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cot" = ( +/obj/structure/chair, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cou" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cov" = ( +/obj/structure/closet, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cow" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cox" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coy" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"coz" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coA" = ( +/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) +"coB" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/aft) +"coC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"coD" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coE" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"coF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"coG" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"coH" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/engine/engineering) +"coI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coK" = ( +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coN" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"coR" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coS" = ( +/obj/machinery/keycard_auth{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coU" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/atmos, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"coV" = ( +/obj/machinery/light_switch{ + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"coW" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"coX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/engineering{ + name = "Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"coY" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"coZ" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank In" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpa" = ( +/obj/machinery/atmospherics/pipe/simple, +/obj/structure/grille, +/obj/machinery/meter{ + name = "Mixed Air Tank Out" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cpb" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpc" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpd" = ( +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpe" = ( +/obj/machinery/atmospherics/components/binary/valve{ + name = "Mix to Space" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cph" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpi" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpj" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + name = "Biohazard Disposals"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"cpl" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"cpm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cpo" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/starboard/aft"; + dir = 8; + name = "Starboard Quarter Solar APC"; + pixel_x = -26; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cpr" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cps" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cpw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cpx" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engine/engineering) +"cpy" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/engine/engineering) +"cpz" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/storage/box/lights/mixed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpA" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpC" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpD" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/table, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/electronics/apc, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/twohanded/rcl/pre_loaded, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpE" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpF" = ( +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpG" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"cpH" = ( +/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/crew_quarters/heads/chief) +"cpI" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"cpJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cpM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpN" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpO" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 1 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cpP" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpQ" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 1 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cpS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpT" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 1 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cpV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cpW" = ( +/obj/machinery/light/small, +/obj/structure/extinguisher_cabinet{ + pixel_y = -31 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpX" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/turbine{ + dir = 1; + pixel_y = -30 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cpZ" = ( +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = 6; + pixel_y = -24 + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Incinerator to Space" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqb" = ( +/obj/machinery/button/ignition{ + id = "Incinerator"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"cqc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqd" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/general/hidden{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqe" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqi" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cqj" = ( +/obj/structure/rack, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cql" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"cqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqn" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cqo" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqq" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cqr" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqs" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqu" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cqv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cqA" = ( +/obj/effect/spawner/structure/window, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/engine/engineering) +"cqC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Power Storage"; + req_access_txt = "11" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cqE" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cqF" = ( +/obj/structure/table, +/obj/item/crowbar/large, +/obj/item/storage/box/lights/mixed, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/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/structure/medkit_cabinet{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqG" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_construction, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cqN" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqO" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"cqP" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"cqR" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqS" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/landmark/event_spawn, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqT" = ( +/turf/open/floor/engine/air, +/area/engine/atmos) +"cqU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"cqV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqW" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqX" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = 38; + pixel_y = 6 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"cqY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cqZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cra" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crb" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/maintenance/aft) +"crc" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cre" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crf" = ( +/obj/effect/landmark/xeno_spawn, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard/aft) +"crg" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cri" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"crk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"crl" = ( +/obj/machinery/power/solar_control{ + dir = 1; + id = "starboardsolar"; + name = "Starboard Quarter Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"crn" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cro" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crp" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crq" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crr" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"crs" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=2"; + freq = 1400; + location = "Engineering" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cru" = ( +/obj/structure/sign/warning/radiation/rad_area{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"crv" = ( +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/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/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cry" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/requests_console{ + department = "Engineering"; + departmentType = 4; + name = "Engineering RC"; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crB" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crF" = ( +/turf/open/floor/plasteel, +/area/engine/engineering) +"crG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crH" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"crI" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"crJ" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"crK" = ( +/obj/machinery/light/small, +/turf/open/floor/engine/air, +/area/engine/atmos) +"crL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"crM" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"crN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Incinerator Output Pump" + }, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"crO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crP" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/sign/warning/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crR" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32 + }, +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"crS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"crT" = ( +/obj/machinery/light/small, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crU" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"crW" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"crX" = ( +/obj/machinery/light/small, +/obj/structure/table, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/item/clipboard, +/turf/open/floor/plating, +/area/maintenance/aft) +"crY" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"crZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/port/aft) +"csd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cse" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csg" = ( +/obj/machinery/door/window/southleft{ + name = "Engineering Delivery"; + req_access_txt = "10" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"csi" = ( +/obj/machinery/camera{ + c_tag = "Engineering West"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csk" = ( +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csl" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csm" = ( +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csn" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cso" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/disposal/incinerator) +"csp" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"csq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/security/brig) +"csr" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"css" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/maintenance/aft) +"cst" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste Out" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csu" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csv" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"csw" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"csx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"csy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csz" = ( +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csA" = ( +/obj/machinery/door/window{ + name = "SMES Chamber"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csB" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csC" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"csD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"csE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csF" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"csG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csJ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"csS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"csV" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"csW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csX" = ( +/obj/machinery/camera{ + c_tag = "Engineering East"; + dir = 8 + }, +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"csY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"csZ" = ( +/obj/machinery/igniter{ + id = "Incinerator" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/air_sensor{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cta" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ + dir = 1 + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_y = -32 + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctb" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"ctd" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cte" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctf" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctg" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cth" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/aft) +"cti" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctn" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cto" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctq" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cts" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctv" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cty" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctC" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/pipe_dispenser, +/turf/open/floor/engine, +/area/engine/engineering) +"ctD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"ctJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"ctL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/tool, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/vending/engivend, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctQ" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ctR" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"ctS" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1; + luminosity = 2 + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Turbine Chamber"; + dir = 4; + network = list("turbine") + }, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"ctT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/space, +/area/maintenance/aft) +"ctU" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ctV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"ctW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctX" = ( +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctY" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"ctZ" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cua" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cub" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cud" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/machinery/computer/rdconsole/production{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cue" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cug" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuh" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cui" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cul" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cum" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cun" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cup" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cur" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cus" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cut" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cux" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuy" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Pod Four"; + shuttledocked = 1 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cuA" = ( +/obj/docking_port/stationary/random{ + dir = 4; + id = "pod_lavaland4"; + name = "lavaland" + }, +/turf/open/space, +/area/space/nearstation) +"cuB" = ( +/obj/machinery/power/turbine{ + luminosity = 2 + }, +/obj/structure/cable/yellow, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cuC" = ( +/obj/item/wrench, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/space/nearstation) +"cuD" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/aft) +"cuE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/wirerod, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cuG" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cuH" = ( +/obj/machinery/door/airlock/abandoned{ + name = "Observatory Access" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cuI" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + name = "SMES room APC"; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuJ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuK" = ( +/obj/structure/table, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -35 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"cuL" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 4 + }, +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuM" = ( +/obj/structure/table, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuN" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cuO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuQ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -26 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + dir = 1; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Filter" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "engsm"; + name = "Radiation Shutters Control"; + pixel_y = -24; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cuZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cva" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Atmos to Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cvc" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvd" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cve" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvf" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvg" = ( +/obj/structure/sign/warning/pods{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvh" = ( +/obj/machinery/camera{ + c_tag = "Engineering Escape Pod"; + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvi" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/maintenance/disposal/incinerator) +"cvj" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"cvk" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"cvl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvm" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvn" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvr" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cvt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvu" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvw" = ( +/obj/structure/sign/warning/radiation, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvx" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/engine, +/area/engine/supermatter) +"cvz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvA" = ( +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cvB" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cvD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cvE" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvF" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvI" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cvJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/closed/wall, +/area/engine/engineering) +"cvK" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cvL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cvM" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "13" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cvO" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cvP" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvQ" = ( +/obj/structure/chair, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvR" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cvS" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvT" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvV" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvW" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvX" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cvY" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cvZ" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwa" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/machinery/airalarm/engine{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwd" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Gas to Chamber" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwe" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwf" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Supermatter Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwj" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwk" = ( +/obj/machinery/camera{ + c_tag = "Engineering MiniSat Access"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cwp" = ( +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cwr" = ( +/obj/structure/table, +/obj/item/storage/box/matches, +/obj/item/storage/fancy/cigarettes, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cws" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cwt" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cwu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwv" = ( +/obj/structure/cable, +/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/engine/engineering) +"cww" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/engineering) +"cwx" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 4; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwA" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwC" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwD" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + heat_proof = 1; + name = "Supermatter Chamber"; + req_access_txt = "10" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cwE" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwG" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cwH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cwI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cwJ" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cwK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwL" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwM" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "MiniSat Access"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cwO" = ( +/obj/structure/transit_tube_pod, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cwP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwS" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"cwV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwX" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cwY" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cwZ" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Gas to Cooling Loop" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxd" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxe" = ( +/obj/machinery/camera{ + c_tag = "Supermatter Chamber"; + network = list("engine"); + pixel_x = 23 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxf" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxl" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxq" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxr" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxs" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Engineering External Access"; + req_access_txt = "10;13" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxt" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxu" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cxv" = ( +/obj/structure/transit_tube, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxw" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "starboardsolar"; + name = "Starboard Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cxx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/turf/open/space, +/area/space/nearstation) +"cxy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cxz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/turf/open/space, +/area/space/nearstation) +"cxA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cxB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/plasma, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxF" = ( +/obj/machinery/power/supermatter_crystal/engine, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxH" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cxJ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cxL" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cxM" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 + }, +/obj/structure/closet/emcloset/anchored, +/turf/open/floor/plating, +/area/engine/engineering) +"cxN" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube, +/turf/open/floor/plating, +/area/engine/engineering) +"cxO" = ( +/turf/closed/wall/r_wall, +/area/space/nearstation) +"cxP" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/space, +/area/space/nearstation) +"cxQ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/engine/engineering) +"cxR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Cooling Loop Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cxT" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cxU" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/window/plasma/reinforced{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxW" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxY" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/power/rad_collector/anchored, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/plasma/reinforced{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/supermatter) +"cxZ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/supermatter) +"cya" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix Bypass" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyb" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyc" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall, +/area/engine/engineering) +"cyd" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cye" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyf" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyg" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/turf/open/space, +/area/space/nearstation) +"cyh" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cyi" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"cyj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"cyk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Cooling Loop to Gas" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cym" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/engine/supermatter) +"cyn" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/supermatter) +"cyo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Gas to Mix" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyq" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cys" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyt" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/open/space, +/area/space/nearstation) +"cyu" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyv" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyw" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/transit_tube/crossing/horizontal, +/turf/open/space, +/area/space/nearstation) +"cyx" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyy" = ( +/obj/structure/transit_tube/horizontal, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyz" = ( +/obj/structure/transit_tube/station/reverse, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyA" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyB" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/turf/open/space, +/area/space/nearstation) +"cyD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/engine, +/area/engine/engineering) +"cyF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + network = list("ss13","engine"); + pixel_x = 23 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cyR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cyT" = ( +/obj/structure/closet/crate/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 5 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyX" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8; + filter_type = "n2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cyZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cza" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czc" = ( +/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"cze" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czf" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/engine, +/area/engine/engineering) +"czg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/engine, +/area/engine/engineering) +"czh" = ( +/obj/structure/table, +/obj/item/pipe_dispenser, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czi" = ( +/obj/machinery/light, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czj" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czk" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czl" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czm" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "MiniSat External Access"; + req_access_txt = "65;13" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czr" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering) +"czz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/components/binary/valve/digital/on{ + dir = 4; + name = "Output Release" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czB" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/space, +/area/space/nearstation) +"czD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czF" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czG" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Pod Access"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/light/small, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"czH" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + name = "Laser Room"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering) +"czJ" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"czL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"czM" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czN" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Foyer"; + req_one_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"czO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"czQ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/turf/open/floor/plating/airless, +/area/ai_monitored/turret_protected/aisat_interior) +"czR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/open/space, +/area/solar/starboard/aft) +"czT" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"czU" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"czX" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czY" = ( +/obj/structure/reflector/double/anchored{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"czZ" = ( +/obj/structure/reflector/box/anchored{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAb" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAc" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/engine/engineering) +"cAd" = ( +/obj/structure/table, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/item/folder{ + pixel_x = 3 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAf" = ( +/obj/structure/rack, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAh" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAi" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAk" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAp" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teledoor"; + name = "MiniSat Teleport Access" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAq" = ( +/obj/machinery/button/door{ + id = "teledoor"; + name = "MiniSat Teleport Shutters Control"; + pixel_y = 25; + req_access_txt = "17;65" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAr" = ( +/obj/machinery/teleport/hub, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAs" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAv" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/emitter/anchored{ + dir = 4; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/emitter/anchored{ + dir = 8; + state = 2 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAy" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/obj/machinery/computer/monitor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/cyborg, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAC" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAD" = ( +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Teleporter"; + req_access_txt = "17;65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAE" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAF" = ( +/obj/machinery/teleport/station, +/obj/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAH" = ( +/obj/structure/reflector/single/anchored{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAI" = ( +/obj/structure/girder, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAJ" = ( +/obj/structure/reflector/single/anchored{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"cAL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 10 + }, +/obj/structure/lattice, +/turf/open/space, +/area/space/nearstation) +"cAM" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 4 + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/grimy, +/area/ai_monitored/turret_protected/aisat_interior) +"cAQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Foyer APC"; + pixel_x = 27 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cAS" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Teleporter"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cAT" = ( +/obj/machinery/computer/teleporter, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cAU" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/turf/open/floor/plasteel/airless/solarpanel, +/area/solar/starboard/aft) +"cAV" = ( +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAW" = ( +/obj/machinery/light, +/turf/open/floor/plating, +/area/engine/engineering) +"cAX" = ( +/obj/item/crowbar/large, +/obj/structure/rack, +/obj/item/flashlight, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"cAY" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cAZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBa" = ( +/obj/structure/rack, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBb" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/light/small, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBd" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat_interior"; + name = "Antechamber Turret Control"; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/light/small, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Foyer"; + dir = 1; + network = list("minisat") + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBe" = ( +/obj/machinery/status_display/ai{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/service) +"cBg" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/open/space/basic, +/area/space/nearstation) +"cBh" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/open/space/basic, +/area/space/nearstation) +"cBi" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/space/nearstation) +"cBj" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/structure/rack, +/obj/item/wrench, +/obj/item/crowbar/red, +/obj/item/clothing/head/welding, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBk" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBl" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Antechamber"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBo" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBp" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBq" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to MiniSat" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBr" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBs" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBt" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBv" = ( +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBw" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBx" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBy" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Atmospherics"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBB" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"cBD" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Antechamber"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/atmos"; + name = "Atmospherics Turret Control"; + pixel_x = -27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBF" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/service"; + name = "Service Bay Turret Control"; + pixel_x = 27; + req_access = null; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBG" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBH" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBJ" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Service Bay"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBK" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; + dir = 8; + name = "MiniSat Atmospherics APC"; + pixel_x = -27 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Atmospherics"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Service Bay"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cBW" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/service"; + dir = 4; + name = "MiniSat Service Bay APC"; + pixel_x = 27 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cBX" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/mob/living/simple_animal/bot/floorbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/atmos) +"cBZ" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = -29 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; + name = "Chamber Hallway Turret Control"; + pixel_x = 32; + pixel_y = -24; + req_access = null; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCb" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"cCc" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/mob/living/simple_animal/bot/cleanbot, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCe" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"cCf" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCg" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCh" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Hallway"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCk" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCl" = ( +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCn" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCs" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCu" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCv" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCz" = ( +/obj/machinery/porta_turret/ai{ + dir = 4; + installation = /obj/item/gun/energy/e_gun + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCA" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External NorthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cCB" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCC" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat Core Hallway"; + dir = 4; + network = list("aicore") + }, +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCD" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCF" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCK" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "MiniSat Maintenance"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCM" = ( +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCN" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCQ" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; + dir = 4; + name = "MiniSat Chamber Hallway APC"; + pixel_x = 27 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_x = -28; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"cCU" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCV" = ( +/obj/machinery/status_display, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch{ + name = "MiniSat Chamber Observation"; + req_one_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cCX" = ( +/obj/structure/sign/warning/securearea, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCY" = ( +/obj/machinery/status_display/ai, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"cCZ" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDa" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDc" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDd" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDh" = ( +/obj/structure/chair/office/dark, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDi" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/hallway) +"cDj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"cDm" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDn" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDp" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDw" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDx" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 5; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDy" = ( +/obj/machinery/door/window{ + dir = 1; + name = "AI Core Door"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/turret_protected/ai"; + name = "AI Chamber APC"; + pixel_y = -24 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -11; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber North"; + dir = 1; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDA" = ( +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDB" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = -9 + }, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -31 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -9 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28; + pixel_y = -28 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = -28 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDC" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDD" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthWest"; + dir = 8; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDE" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/showcase/cyborg/old{ + dir = 8; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDG" = ( +/obj/structure/showcase/cyborg/old{ + dir = 4; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDH" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDI" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "MiniSat External SouthEast"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"cDJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/ai_monitored/turret_protected/ai) +"cDL" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDM" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber South"; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDN" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cDO" = ( +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDP" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cDQ" = ( +/obj/machinery/camera{ + c_tag = "MiniSat External South"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/space, +/area/space/nearstation) +"emi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"fns" = ( +/obj/machinery/light, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"iiO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"jtW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vId" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aad +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aad +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +aXf +awe +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awf +axy +ayT +aAa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAa +awf +axy +aRJ +auS +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aAa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awg +axz +awe +auS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +auS +awe +axz +awg +auS +aaa +aaa +aaa +aaa +aaa +auS +ayU +ayU +awe +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aaa +aaa +aaa +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axB +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +bex +axy +bhJ +bkA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqh +anj +anj +anj +anj +amJ +awi +axC +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNN +ayW +aPe +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +aza +ayW +aAc +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axD +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNO +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +aAd +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +aLL +axD +axB +aAe +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNP +axB +axB +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axB +axB +bfX +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +anj +anj +anj +anj +anj +anj +anj +anj +anj +amJ +awi +axE +ayX +aAf +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +aNQ +ayX +aQr +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +bdq +ayX +bfY +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +anj +anj +anj +anj +aqi +anj +anj +anj +anj +amJ +awi +axF +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQq +aRL +ayU +aaa +aaa +aaa +aaa +aaa +ayU +awi +axA +ayU +ayU +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +aot +anM +aqj +anM +anM +anM +anM +amJ +awj +axD +ayV +axy +aBc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayV +axy +aBc +axB +aRL +ayU +aaa +aaa +aXe +aaa +aaa +ayU +awi +axB +bey +axy +bhK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +amJ +aou +apj +apj +aqW +arW +arW +atV +auT +awk +axG +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ayU +ayU +ayU +aQp +aRK +auS +aaa +aVD +aXg +ayU +aaa +auS +awh +axA +ayU +aAb +ayU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anM +aov +apk +apk +apk +apk +asY +atW +auU +awl +axH +ayY +ayU +aaa +aaa +aaa +aaa +aGQ +aaa +aaa +aaa +aaa +ayU +aPc +aPe +aRL +auS +ayU +ayU +axy +ayU +ayU +auS +awi +aza +ayY +ayU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +aow +apl +aqk +aqX +arX +asZ +atX +amJ +awm +axD +ayZ +auS +auS +auS +ayU +ayU +ayU +ayU +ayU +auS +auS +auS +aPd +axB +aRM +awe +aAc +ayU +bha +ayU +ban +awe +bcl +axB +bez +auS +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +amJ +awn +axD +aza +aAg +aBd +ayW +ayW +ayW +ayW +ayW +ayW +aKT +aBd +ayW +aPe +axB +axB +aIk +aza +ayW +axB +ayW +aPe +axB +axD +axB +beA +aAa +aad +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alz +arY +ami +atY +auV +awo +axI +azb +aAh +azb +aCx +aEc +aFi +aGR +axB +axB +axB +aMA +axB +axB +axB +axB +aTb +aUt +axB +axB +aYO +bao +axB +axD +axB +beA +awe +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aae +alz +alz +alz +arZ +ami +atZ +alz +alz +ave +alz +alz +aBe +aBe +aBe +aBe +aBe +aIk +aJG +aKU +aKU +aKU +aKU +aQs +aIk +aTc +aTc +aTc +aTc +aYP +aTc +aTc +bcm +bdr +bdr +bdr +bdr +bdr +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +apm +ami +aqY +asa +ata +aua +ata +ata +axJ +ata +aAi +aBf +aCy +aEd +aFj +aBe +aIl +aJH +aKV +aMB +aNR +aPf +aQt +axB +aTc +aUu +aVE +aXh +aYQ +aUw +aTc +bcn +bds +beB +bfZ +bhL +bkB +blZ +bnB +bpj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +asb +atb +aub +auW +auW +auW +auW +aAj +aBg +aCz +aEe +aFk +aGS +aIm +aJI +aKW +aMC +aNS +aPg +aQu +aRN +aTd +aUv +aVF +aXi +aYR +aVF +aTd +bco +bdr +beC +bga +bdr +bkC +bdr +bkC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +apn +aql +alz +asb +atc +anR +ami +awp +axK +alz +aAk +aBe +aCA +aEf +aFl +aGT +aIl +aJH +aKX +aMD +aMD +aKX +aQv +aRO +aTc +aUw +aVG +aXj +aYS +aUw +aTc +bcp +bdr +beD +bga +bhM +bkD +bma +bnC +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alz +alz +apo +aqm +alz +asb +atc +auc +auX +ami +ami +alz +aAk +aBe +aCB +aEg +aFm +aGU +aIn +aJJ +aKY +aME +aME +aPh +aQw +axB +aTc +aUx +aUu +aXk +aYS +aUu +aTc +bcp +bdr +beE +bga +bga +bkE +bmb +bmb +bkC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aox +ami +anQ +amP +asb +atc +aud +auY +awq +ami +alz +aAk +aBe +aCC +aEh +aFn +aGT +axB +aJH +aKZ +aMF +aMF +aKZ +aQx +aRP +aTc +aUw +aVH +aXk +aYS +bap +aTc +bcp +bdr +beF +bgb +bhN +bkE +bmb +bnD +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cmj +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aad +aaa +aad +aaa +aad +aaa +acf +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +alz +aoy +app +aqn +aqZ +asb +atc +aue +ami +ami +axL +alz +aAl +aBh +aCD +aEi +aFo +aBe +aIo +aJH +awe +awe +awe +awe +aQx +axB +aTc +aUy +aVI +aXl +aYS +aUw +aTc +bcq +bdt +bdt +bgc +bhO +bkF +bmc +bnE +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aad +aad +aaa +cmk +aaa +aad +aad +aaQ +aaQ +aaY +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +acI +adh +adT +aaa +aaQ +aad +aad +aad +aaa +aaa +aaa +alz +aoz +ami +aqo +ara +asb +atc +auf +ami +awr +axM +azc +azc +azc +azc +azc +azc +azc +aIp +aJH +aLa +aMG +aNT +aPi +aQy +aRQ +aTe +aUz +aUz +aXm +aYT +baq +aTe +bcr +bdu +beG +bgd +bdr +bkG +bdr +bdr +bdr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmk +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +abj +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +alz +ara +asc +atc +alz +alz +alz +alz +azc +aAm +aAm +aAm +aEj +aFp +azc +aIq +aJK +aLb +aLb +aLb +aLb +aQz +aRR +aTc +aUw +aUw +aXn +aUu +aUw +aTc +bcs +aPj +beH +bge +aRT +bkH +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cml +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acI +adi +adT +aad +acI +adi +adT +aad +acI +adi +adT +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +akT +aoE +arb +asd +atd +aug +aug +aug +axN +azd +aAn +aBi +aCE +aCF +aCF +azc +aIr +axB +axB +aMH +axB +axB +axB +aRS +aTc +aTc +aTc +aTc +aTc +aTc +aTc +aPj +aPj +beI +beO +aTf +bkI +bmd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aad +aad +aad +aad +aad +aaa +aaa +aaa +aad +aaa +akT +ami +arc +ase +ate +ate +ate +aws +axO +aze +aAo +aBj +aCF +aCF +aCF +azc +azc +azc +aLj +aIk +aIk +aPj +aPj +aPj +aPj +aRT +aVJ +aXo +aYU +bar +bbm +bct +aPj +beI +beO +bhP +aPj +aPj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +acI +adi +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +alz +alz +alz +aqp +ard +alz +atf +aaF +auZ +ave +atZ +azc +aAp +aBk +aCG +aCF +aCF +aGV +aIs +aJL +aLd +aLd +aLd +aPj +aQA +aRT +aRT +aRT +aVK +aRT +aYV +bas +bbn +bcu +bdv +beJ +bgf +bhQ +bkJ +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +aaa +adj +aaa +aaa +ajJ +ajJ +ajJ +alw +amd +amK +alv +anN +ami +apq +ami +arc +alz +aaF +auh +aad +ave +atZ +azc +aAq +aBl +aCF +aCF +aCF +aCF +aCF +aJM +aLe +aMI +aLe +aPj +aPj +aPj +aTf +aUA +aVL +aVL +aVL +bat +bbo +bcv +aVL +beK +bgg +bhR +bkK +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abo +abM +abM +acJ +adk +adk +adk +adk +adk +adk +adk +adk +adk +adk +aje +ajK +akp +akS +alx +ame +amL +ank +anO +anO +anO +anO +are +alz +atg +atf +auZ +ave +atZ +azc +aAr +aBm +aCF +aCF +aCF +aGW +aCF +aJL +aLe +aMJ +aNU +aPk +aQB +aQB +aTg +aUB +aPj +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +aaa +adl +aaa +aaa +ajJ +ajJ +ajJ +aly +amf +amM +anl +anP +anm +anm +aqq +arf +alz +alz +akT +alz +ave +atZ +azc +aAm +aAm +aAm +aCF +aFq +aGX +aIt +azc +aLf +aMK +aNV +aPl +aPl +aPl +aPl +aPl +aPl +aXp +aYW +aXp +aYW +aXp +aYW +aXp +aYW +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +acf +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aad +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aaa +aad +aaa +ajJ +alv +alv +alv +alv +anQ +ami +apq +ami +arg +ami +ami +ami +ami +awt +atZ +azc +azc +azc +azc +aEk +azc +azc +azc +azc +aLe +aML +aNV +aPl +aQC +aRU +aTh +aUC +aVM +aXp +baK +aXp +bbp +aXp +bdw +aXp +bgh +bhS +bkL +bme +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaY +aaa +aaa +aaa +aad +aaa +aaa +aaa +cmm +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +amg +amN +anm +amO +aoA +alz +ami +arh +alz +ath +asf +ava +ave +axP +aug +aAs +aBn +aCH +aEl +aFr +aGY +aIu +aJN +aLe +aML +aNV +aPl +biK +aQD +aQD +aUD +aVN +aXq +aYY +bau +bau +bcw +bdx +beL +beL +bhS +bkM +bmf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaQ +aad +cfu +cfu +cfu +cfu +cfu +aaa +cmm +aaa +cfu +cfu +cfu +cfu +cfu +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adm +adT +aad +acI +adm +adT +aad +acI +adm +adT +aaa +aad +aad +aad +alz +amg +amO +ami +alz +alz +alz +ami +alz +alz +apq +alz +alz +ase +ate +aws +aAt +aBo +aCI +aCI +aFs +aCI +aCI +aJO +aLg +aMM +aNW +aPl +aQE +aQD +aTi +aUE +aVO +aXr +aYZ +bav +bbq +bcx +bbq +beM +bgi +bhS +bkM +bme +aaa +aaa +aaa +aaa +aaa +aaa +bwx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXz +aoB +aoB +aoB +aaa +aaQ +aaa +cfv +cgA +cgA +cgA +cgA +ckX +cmm +cnA +coC +coC +coC +coC +csc +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +acI +adm +adT +aaa +acI +adm +adT +aaa +acI +adm +adT +aad +aad +aaa +aaa +alz +alz +azi +alz +alz +aoB +alz +ami +ami +ami +arg +alz +avb +ami +axQ +ave +aAu +aBn +aCJ +aEl +aFt +aEl +aEl +aJN +aLe +aLe +aNX +aPl +aQF +aQD +aTj +aUF +aVP +aXp +aXp +aXp +aXp +aXp +aXp +aXp +aXp +bhS +bkM +aPj +aaa +aaa +bqF +bsf +btC +bqF +btC +bxK +bqF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aoB +bXA +aad +aad +cbb +aaa +aaQ +aad +cfw +cfw +cfw +cfw +cfw +aaa +cmm +aaa +cfw +cfw +cfw +cfw +cfw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +acI +adn +adT +aaa +aaQ +aaa +aaa +alz +amh +amQ +ami +akT +aoB +akT +ami +alz +asf +ati +alz +avc +awq +ami +ave +aAv +aBn +aCK +aEm +aFu +aEl +aIv +aBn +aLe +aLe +aNY +aPl +aQG +aQD +aTk +aUG +aVQ +aXs +aZa +aZb +bbr +aPl +bdy +aPj +bgj +bhT +bkM +aPj +aaa +aaa +bnF +bsg +btD +bnF +btD +bxL +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aae +bXA +aae +aae +aoB +aaa +aaQ +aaa +aaa +aad +aaa +aad +aaa +aaa +cmm +aaa +aaa +aad +aaa +aad +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +alz +ami +ami +ami +akT +aad +akT +ami +alz +alz +alz +alz +alz +awu +alz +ave +aAv +aBn +aCL +aEl +aEl +aEl +aIw +aBn +aLe +aLe +aNV +aPm +aQD +aQD +aTl +aUH +aVQ +aXt +aZb +baw +bbs +aPl +bdz +aPj +bgj +bhU +bkM +bhY +bnF +bnF +bnF +bsf +btE +bnF +btE +bxK +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aoB +aae +aoB +aaa +aaQ +aaQ +aaQ +aad +aad +aad +aad +aad +cmn +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +alz +amj +amR +ami +alz +aoB +akT +ami +alz +arg +atj +alz +atj +ami +arY +ave +aAv +aBn +aCM +aEl +aEl +aGZ +aIx +aBn +aLe +aLe +aNZ +aPn +aQH +aQH +aTm +aUI +aVR +aXu +aZc +aZb +bbr +aPl +bdy +aPj +aRT +bhV +bkM +bhY +bnG +bpk +bqG +bsh +btF +bvf +bpk +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aad +bXA +aad +aae +aoB +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmo +cjR +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +azi +alz +aoB +alz +ami +ami +ami +ami +alz +aqo +ami +arY +ave +aAv +aBn +aCN +aEl +aEl +aEl +aIy +aBn +aLe +aLe +aNV +aPl +aQI +aQD +aTn +aUJ +aVQ +aXv +aPl +aPl +aPl +aPl +aPl +aPj +bgk +bhW +bkN +bmg +bnH +bpl +bpl +bsi +bmi +bmi +bwy +bxN +bhY +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aae +aaa +bWx +bXB +aoB +aae +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +cjR +cmp +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +amk +alz +ami +alz +aad +alz +alz +alz +alz +ami +alz +avd +awv +ate +azf +aAv +aBn +aCO +aEl +aFv +aEl +aIz +aJN +aLe +aLe +aNV +aPo +aQJ +aQD +aTo +aUK +aVQ +aXw +aZd +aZd +aZd +aZd +aPl +beN +bgl +bhX +bkO +bmh +bnI +bpm +bkV +bsj +bkV +bkV +bmj +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bEy +bEy +bNF +bEy +aoB +bXC +aoB +aae +aad +aad +bEy +bEy +bEy +bEy +bEy +bEy +cjR +cjR +cmq +cjR +cjR +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +alz +alz +ami +alz +aad +aaF +alz +ari +alz +ami +aui +ave +aww +axR +axR +aAw +aBp +aCP +aCP +aFw +aCP +aIA +aJP +aLh +aLe +aNV +aPl +aQK +aQD +aQD +aUL +aVQ +aXw +aZe +aZe +aZe +aZe +aPl +beO +bgm +bhY +bhY +bhY +bnJ +bpn +bmi +bsk +bmi +bmi +bwz +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bSh +bEy +bUD +bEy +bEy +bXC +bNF +bZM +bNF +aad +bEy +cev +cfx +cgB +chL +cjc +cjS +ckY +cmr +cnB +cjS +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +ann +akT +aaF +apr +alz +alz +alz +atk +atk +ave +aDV +alz +aoE +arY +aBn +aCQ +aEl +aFx +aHa +aIB +aJQ +aLi +aLi +aOa +aPl +aQL +aQD +aQD +aUM +aVS +aXx +aZf +aZf +aZf +bcy +bdA +beP +bgn +bhY +bkP +bmi +bnK +bpn +bqH +bsl +bqH +bmi +bnK +bxM +bnF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSh +bJI +bSh +bEy +bXD +bNF +bJI +bNF +aad +bEy +cew +bJI +bJI +cgC +cjd +cjS +ckZ +cms +cnC +cjS +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alz +ami +alz +aaF +aad +aad +aaF +alz +akT +akT +ave +awy +axS +axS +axS +aBq +aBq +aBq +aBq +aBq +aBq +aBq +aLq +aLe +aNV +aPl +aQM +aQM +aTp +aQM +aVT +aXy +aZg +aZg +aZg +bcz +bdB +beQ +bgm +bhY +bkQ +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxM +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bJI +bJI +bEy +bXE +bNF +bZN +bNF +bNF +bEy +bJI +cfy +cgC +chM +cje +cjS +cla +cmt +cnD +cjS +aae +aae +aae +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +akT +aoC +aad +aaF +aad +aoB +aoB +aad +avf +awz +axT +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJR +aLk +aLd +aOb +aPp +aPp +aPp +aPp +aPp +aPl +aPl +aPl +aPl +aPl +aPl +aPl +beO +bgm +bhY +bkR +bmi +bmi +bpn +bqH +bmi +btG +bmi +bwy +bxM +bzp +bzp +bzr +bzp +bzp +bFh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bSk +bJI +bJI +bEy +bXF +bJI +bJI +cbc +cce +bEy +cex +bEy +bEy +bEy +bEy +cjS +clb +cmu +cjS +cjS +bEy +cqr +bEy +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aad +akT +ami +akT +aoC +aaF +aad +aoB +aoB +aoB +aoB +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLl +aMN +aNV +aPq +aQN +aRV +aTq +aPp +aVU +aXz +aZh +aZh +bbt +aZh +aZh +beR +bgo +bhY +bkS +bmi +bmi +bpn +bqH +bmi +bqH +bmi +bmi +bxO +bzp +bAu +bBP +bCW +bzp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEy +bJI +bJI +bUE +bJI +bEy +bXG +bYD +bZO +cbd +ccf +bEy +bJI +bEy +bUG +chN +cjf +bEy +clc +bWA +bJI +coD +bEy +cqs +bEy +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +ami +alz +alz +alz +aaF +aad +aoB +aad +aad +avf +awz +axU +aaa +aAx +aBr +aCR +aEn +aFy +aAx +aaa +aJS +aLm +aLe +aNV +aPr +aQO +aQO +aTr +aPp +aVV +aXA +aZi +aZi +aZi +aZi +aZi +aZi +bgp +bhY +bkT +bmi +bnL +bpn +bmi +bmi +bmi +bmi +bmi +bxP +bzp +bAv +bBQ +bCX +bzr +aaa +aaa +aaa +aaa +bLd +aaa +aaa +aaa +aaa +bEy +bSi +bEy +bEy +bVF +bEy +bXH +bYE +bZP +cbe +ccf +cdl +bJI +cfz +bJI +bWA +cjg +bEy +bJI +bWA +bJI +bNE +bEy +cqt +bEy +aaa +aaa +aad +aaa +bEy +bEy +bNF +bNF +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alA +aml +amS +ami +anR +aoD +alz +aqr +aqr +aqr +aqr +aqr +avg +awA +axV +azg +aAy +aBs +aCS +aEo +aFz +aHb +aIC +aJT +aLm +aLe +aNV +aPq +aQP +aQO +aTs +aPp +aVW +aXB +aZj +bax +aZj +aZj +bdC +beS +bgq +aZm +bkU +bmi +bmi +bpn +bmi +bmi +bmi +bmi +bmi +bmi +bzq +bAw +bBR +bCY +bzr +aaa +aaa +bIf +bIf +bLe +bIf +bIf +aoB +aoB +bEy +bSj +bJI +bUF +bJI +bEy +bXI +bYF +bYE +cbf +ccg +bEy +bJI +bEy +cgD +chO +bEy +cjT +cld +cmv +bJI +bJI +cpr +bJI +bEy +bNF +bNF +bNF +bNF +bEy +cnE +cvP +cwq +bNF +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alB +ami +amT +ami +ami +ami +amP +aqs +aqs +asg +aqs +aqs +avh +awz +axU +aaa +aAx +aBt +aCT +aEo +aFA +aHc +aID +aJU +aLn +aMO +aOc +aPs +aPs +aPs +aPs +aPs +aVX +aXC +aZk +bay +bbu +bcA +bdD +beT +aZk +bhZ +bkV +bmj +bmi +bpn +bmi +bsm +btH +btH +btH +btH +bzr +bAx +bBS +bCZ +bzr +aad +aad +bIf +bJB +bIh +bMk +bIf +aoB +aoB +bEy +bSk +bEy +bEy +bTu +bEy +bXJ +bYG +bZQ +cbg +bYH +bEy +bJI +bEy +bSn +chP +cjh +cjU +cle +bSn +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +bJI +cuH +bJI +cvQ +cwr +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +alC +amm +amS +ano +anS +aoE +alz +aqr +aqr +aqr +aqr +aqr +avi +awB +axW +azh +aAz +aBu +aCU +aEp +aFB +aHb +aIC +aJV +aLm +aMP +aOd +aPt +aQQ +aQQ +aQQ +aQQ +aVY +aXD +aZj +aZj +bbv +bcB +bdE +aZj +bgr +aZi +bkW +bmk +bnM +bpn +bmi +bhY +btI +bvg +bwA +bxQ +bzr +bAy +bBT +bDa +bzr +aaa +aaa +bIf +bJC +bIh +bMl +bIf +aoB +aoB +bEy +bJI +bJI +bUG +bVG +bEy +bXK +bYH +bJI +bJI +bNE +bEy +bNE +bEy +bVG +bUH +bEy +bEy +clf +bEy +bEy +bEy +bEy +bVF +bEy +bNF +bNF +bNF +bNF +bEy +cvm +cvR +bLh +bNF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akT +akT +alz +alz +akT +alz +alz +alz +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aaa +aAx +aBv +aCV +aEq +aFC +aAx +aaa +aJS +aLm +aMQ +aOe +aPu +aPu +aPu +aPu +aPu +aVZ +aXE +aZl +baz +bbw +bcC +bdF +aZl +bgs +aZm +bhY +bml +bnN +bpo +bqI +bhY +bhY +bhY +bhY +bhY +bzp +bAz +bBU +bDb +bzp +aaa +bzs +bzs +bzs +bLf +bMm +bzs +aad +aad +bEy +bSl +bTu +bEy +bEy +bEy +bEy +bEy +bZR +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bEy +bWA +bNF +aaa +bEy +cpr +bJI +bEy +aaa +aaa +aad +aaa +bEy +bEy +bEy +bEy +bEy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awz +axU +aad +aAx +aAx +aAx +aAx +aAx +aAx +aad +aJS +aLm +aMQ +aOf +aLe +aPu +aRW +aTt +aPu +aWa +aXB +aZm +aZm +aZm +bcD +aZm +aZm +aZm +bhY +bkX +bmm +bnO +bpp +bqJ +bsn +btJ +bvh +bwB +bxR +bzp +bzr +bBV +bDc +bzp +bzs +bzs +bIg +bJD +bJD +bMn +bzs +aaF +aaF +bEy +bSm +bTv +bTv +bEy +bJI +bXL +bJI +bJI +bEy +cch +cdm +cey +bZS +cgE +chQ +cji +bEy +bWA +bNF +aaa +bNF +bLi +cqu +bEy +aaa +aaa +aad +aaa +aaa +aad +aad +cmC +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +avf +awC +axX +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aJW +aLm +aMQ +aOf +aLe +aQR +aRX +aTu +aPu +aWb +aXF +aZn +aZn +aZn +bcE +aPj +beU +aRT +bhY +bkY +bmn +bnP +bpq +bqK +bpw +bpw +bvi +bpw +bxS +bzs +bAA +bBW +bDd +bEv +bFi +bGJ +bIh +bIh +bIh +bIh +bIf +aad +aad +bNF +bSn +bJI +bJI +bEy +bJI +bEy +bEy +bEy +cbh +cci +cdn +cez +cfA +cgF +cgF +cjj +bEy +bWA +bNF +aad +coE +coE +coE +coE +coE +coE +coE +coE +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auj +avg +awD +axY +axY +axY +axY +axY +axY +axY +axY +axY +axY +aLo +aMR +aOf +aPv +aPu +aRX +aTv +aPu +aWc +aXG +aWd +aWd +bjq +bcF +aWd +beV +bgt +bia +bkZ +bmo +bnQ +bpr +bqL +bso +bso +bvj +bso +bxT +bzt +bAB +bBX +bDe +bEw +bFj +bGK +bEw +bJE +bLg +bMo +bIf +aoB +aoB +bNF +bSo +bJI +bJI +bVH +bJI +bEy +bYI +bYI +bYI +bYI +bYI +ceA +bZS +cgG +chR +cjk +bEy +bWA +bNF +aaa +coE +cps +cqv +cro +csd +csy +cti +ctW +cuI +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +arj +auk +avi +awE +axZ +axZ +axZ +axZ +axZ +axZ +aFD +axZ +axZ +aJX +aLp +aMS +aOg +aPw +aPu +aRY +aTw +aPu +aWd +aXG +aZo +baA +aZs +bcG +aWd +beW +bgu +bib +beV +bmp +bnR +bps +bqM +bsp +bsp +bvk +bwC +bxU +bzu +bAC +bBY +bDf +bAC +bFk +bGL +bIi +bIh +bIh +bMp +bIf +aad +aad +bNF +bJI +bJI +bUH +bEy +bJI +bEy +bYJ +bZS +cbi +ccj +ccj +ccj +bZS +bZS +bZS +bZS +bEy +bWA +bNF +aaa +coE +cpt +cqw +crp +cqw +csz +ctj +ctX +cuJ +coE +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ado +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arj +arj +arj +aul +avg +awF +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aLx +aMQ +aOh +aPx +aPA +aPA +aPA +aPA +aWd +aXH +aZp +aZp +bby +bcG +aWd +beX +beV +bic +beV +bmq +bnS +bpt +bqN +bsq +bpw +bvl +bwD +bxV +bzv +bAD +bBZ +bDd +aTR +bFl +bDd +bIh +bJF +bIh +bMq +bzs +aaF +aaF +bEy +bJI +bTw +bNE +bEy +bJI +bEy +bYI +bYI +cbj +cck +cbj +cbj +bYI +cgH +cgH +bYI +bNF +bWA +bNF +aad +coE +cpu +cqx +crq +cse +csA +ctk +ctY +cuK +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaZ +aaZ +afq +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +anp +aaa +aaa +aaa +aaa +arj +ash +aqs +aqs +avg +awF +aya +aAA +aCX +aCX +aCZ +aEr +aFE +aHd +aIE +aJY +aLr +aMT +aOi +aLe +aPA +aRZ +aTx +aUN +aWd +aXI +aZp +aZp +baZ +bcG +aWd +beX +bgv +bid +bla +bmr +bnT +bpu +bqO +bpu +btK +bvm +bwE +bxW +bxW +bxX +bCa +bDg +bxW +bFl +bGM +bIj +bIj +bIj +bMr +bzs +aad +aad +bEy +bQW +bEy +bEy +bEy +bWy +bEy +bYK +bZT +bYI +ccl +cdo +bYI +cbk +ccj +ccj +ceC +bNF +bWA +bNF +aaa +coE +cpt +cqy +crr +cqy +csB +ctl +ctZ +coE +coE +aaa +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +adU +aeE +afr +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiI +akU +aiI +aaa +aiI +anq +aiI +aaa +aaa +aaa +arj +asi +aqs +aqs +avh +awF +aya +azj +aAB +aBw +aDa +aEs +aFF +aHe +aIF +aya +aLm +aMQ +aOj +aPy +aQS +aSa +aTy +aUO +aWd +aXJ +aZq +aZG +bba +bcH +aWd +beX +bgw +bie +blb +bmq +bih +bpv +bqP +bsr +bpw +bvn +bpw +bxX +bzw +bAE +bCb +bDh +bxW +bFm +bGN +bzs +bzs +bzs +bzs +bzs +bNF +bNF +bEy +bJI +bNF +aaa +bNF +bWz +bXM +bYL +bZU +cbk +ccj +ccj +ceB +cbk +ccj +chS +ceC +bNF +bWA +bNF +aaa +coE +cpv +cqz +cro +csf +csC +ctm +cua +coE +aad +aad +cws +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +abp +abp +abp +aaZ +aaZ +adV +aeF +afs +aaZ +aaZ +aad +aaa +aad +aad +aad +aad +aiI +akV +aiI +aaa +aiI +akV +aiI +aad +aad +aad +arj +arj +arj +arj +avg +awF +aya +azk +aAC +aBx +biy +aEt +aEt +aHf +aIG +aJZ +aLs +aMU +aOk +aPz +aQT +aSb +aSb +aUP +aWd +aXK +aZr +baB +bbA +bcI +aWd +beX +bgx +bif +blc +bms +bnU +bpw +bqQ +bpw +bpw +bvo +bpw +bxX +bzx +bAF +bAG +bDi +bxW +bFn +bGO +bEy +bJG +bLh +bEy +bNE +bJI +bJI +bJI +bJI +bNF +aad +bNF +bWA +bEy +bYI +bYI +cbl +ccj +ccj +ceC +bYI +ccm +ccm +bYI +bNF +bWA +bNF +aad +coE +coE +coE +coE +coE +csD +ctn +coE +coE +aaa +aaa +cws +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aaa +aad +cxO +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aba +abq +abN +acg +acK +adp +adW +aeG +aft +afZ +aaZ +aad +aaa +aaa +aiH +aiH +ajL +akq +akW +aiI +amn +aiI +anr +anT +ajL +aiH +aiH +arj +asj +aqs +arj +avj +awF +aya +azl +aAD +aBy +biz +aEu +aFG +aHg +aFG +aKa +aLm +aMQ +aOl +aLe +aPA +aSc +aTz +aTz +aWd +aXL +aZs +aZp +aZp +aZs +aWd +beY +bgy +bie +blb +bmt +beV +bpw +bpw +bss +btL +bpw +bpw +bxX +bzy +bAG +bCc +bDj +bxW +bFo +bGO +bIk +bJH +bJI +bEy +bEy +bNF +bNF +bJI +bNF +bEy +aaa +bNF +bWA +bEy +bYM +bZV +bYI +ccm +ccm +bYI +bYI +bYI +chT +cjl +bEy +bWA +bEy +aaa +aad +aaa +aaa +aad +coE +csE +cto +cub +coE +aaa +aaa +cws +aad +abi +cxO +cxO +cxO +cxO +cxO +cxO +cxO +abi +aaa +aad +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abb +abr +abO +ach +acL +adq +adX +aeH +afu +aga +aaZ +aad +aaa +aad +aiH +ajf +ajM +akr +akr +alD +aiH +amU +akr +anU +aiH +aps +aqt +arj +ask +aqs +aum +avh +awF +aya +aCW +aCY +aCY +biA +aEv +aEN +aHh +aIH +aKb +aLt +aMV +aOm +aPA +aPA +aSd +aTA +aUQ +aWd +aXM +aZt +baD +baD +bcJ +bdG +beZ +aPN +big +bld +bmu +beV +bpy +bpw +bpw +bpw +bvp +bwF +bxW +bzz +bAH +bCd +bDk +bxW +bFp +bGP +bEy +bJI +bLi +bEy +aaa +aad +bNF +bJI +bNF +aaa +aaa +bVI +bWB +bMs +bMs +bMs +bMs +bIm +bIm +bIm +bIm +bMs +bMs +bMs +cjV +bWA +bEy +bEy +bEy +bEy +bEy +bEy +coE +csF +ctp +cuc +coE +aad +aad +cmC +aad +abi +abi +abi +abi +abi +abi +abi +abi +abi +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abc +abs +abP +aci +acM +adr +adY +aeI +afv +agb +aaZ +aad +aaa +aaa +aiI +ajg +ajN +aks +akX +alE +aiI +amV +akX +anV +aoF +akV +aqu +arj +asl +aqs +arj +avk +awG +aya +aya +aya +aya +aya +aya +aya +aya +aya +aya +aMW +aOn +aWU +aPA +aPA +aSe +aSe +aSe +aWd +aWd +aWd +bbx +bbC +aWd +aWd +beV +bgA +bih +ble +bih +beV +bpz +bpz +bst +bst +bpz +bpz +bxW +bxW +bxW +bxW +bxW +bxW +bFq +bGQ +bEy +bEy +bEy +bEy +bNF +bNF +bNF +bQW +bNF +bNF +bNF +bVJ +bWC +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +bNG +cjW +clg +cmw +cnE +bEy +bUH +cjg +cfW +cfW +csD +ctq +coE +cfW +cfW +cfW +cfW +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaF +aag +aag +abd +abt +abt +abt +abt +abt +adZ +aeJ +afw +afw +afw +aad +aaa +aaa +aiI +ajh +ajO +akt +akY +alF +amo +amW +akY +anW +aiH +aiH +aiH +arj +arj +arj +arj +avl +awH +ayb +ayb +aAE +aqs +aqs +aqs +aqs +aqs +aqs +arj +aLu +aMX +aOo +aPM +aQU +aIP +aIP +aIP +bbV +bbV +bbY +aIP +aIP +aQU +bfP +bjC +bjJ +bfa +blf +bfa +bnV +bfa +bqR +bsu +bsu +bvq +bvq +bxY +bzA +bzA +bzA +bDl +bEx +bFr +bGR +bIl +bIl +bIl +bIl +bNG +bIl +bIl +bIl +bNG +bIl +bIl +bVK +bWD +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bXN +bVJ +bWH +cmx +bEy +bEy +bJI +bJI +crs +csg +csG +ctr +cud +cuL +cvn +cvS +cwt +aaa +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aag +aag +aag +aaR +abe +abu +abQ +acj +acN +ads +aea +aeK +afx +aag +aag +aag +aag +aag +aag +aji +ajP +aku +akZ +alG +amp +amX +akX +anX +aoG +apt +aqv +apt +apt +apt +apt +avm +awI +ayc +azn +aAF +aBz +aDb +aEw +aFI +aHi +apy +aoJ +aLv +aMY +aOp +aRg +biL +biL +aPB +aIP +aIP +aIP +aLz +aIP +aIP +aNh +aIP +aIP +bgC +aIP +blg +bmv +bnW +bpA +bqS +bpA +bpA +bpA +bpA +bpA +bpA +bpA +bCe +bDm +bEy +bEy +bGS +bIm +bIm +bIm +bMs +bIm +bIm +bIm +bIm +bIm +bIm +bMs +bVL +bFn +bXN +bYN +bYN +cbm +cbm +cdp +ceD +cbm +bYN +bYN +bXN +cjX +clh +cmy +cnF +coF +cpw +cpw +crt +crt +csH +cts +cue +crF +crF +cvT +cwu +cwV +cxx +cwV +cyf +cyB +cyf +cyf +cyB +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaf +aag +aag +aag +aag +aaG +aaK +aaq +aaq +aaq +abR +aaq +aaq +adt +abw +aeL +afy +abQ +agy +agC +agC +ain +aag +ajj +ajQ +aiU +aiU +aiU +aiU +ajL +ans +aiH +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayd +azo +aAG +ayd +ayd +ayd +ayq +ayq +ayq +ayq +aLw +aMZ +aIP +aRm +bbe +bbe +bbe +aLy +aIP +aXN +aZu +bbZ +aXN +aXN +aXN +bbZ +bjK +bjT +bbZ +bmw +aLz +bpB +bqT +bsv +aIP +aIP +aXN +aKe +bbe +aIP +aIP +bDn +aIT +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +bEy +bVM +bFn +bXN +bYO +bZW +cbn +cbm +cdq +ceE +cfB +cgI +chU +bXN +cjY +cli +cmz +cnG +bUI +bUI +bUI +cru +csh +csI +ctt +cuf +cuf +cvo +cvU +cwv +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aal +aau +aaz +aaq +aaH +aaq +abf +aaq +abQ +ack +acO +adu +aeb +aeL +afz +agc +agz +ahg +ahg +aio +abQ +ajk +ajR +agd +ala +alH +amq +aiU +anb +anY +aoH +apu +aqw +ark +apx +apx +aoH +avn +awJ +aye +azp +aAH +aBA +aDc +ayd +aFJ +aHj +aII +ayq +aLR +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aIP +aXO +aZv +aZv +bbD +bcK +bcK +aZv +aZv +aZv +blh +bmx +blh +blh +bqU +bsw +bsw +bsw +bsw +bxZ +aTB +aLP +aIP +aKl +aIT +aaa +bGT +bIn +bIn +bIn +bMt +aaa +aad +aaa +aaa +aad +aad +bEy +bGO +bFn +bXN +bYP +bZX +cbo +ccn +cdr +bYN +cfC +cgJ +chV +bXN +cjZ +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +csJ +ctu +csk +crF +cvp +cvV +cww +cwX +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aah +aam +aav +aaA +aaq +aaq +aaq +aaq +abv +abQ +abQ +abQ +abQ +aec +aeM +afz +abQ +agA +ahh +ahI +aio +abQ +ajl +ajS +akv +aiM +ald +amr +aiU +anb +anY +aoH +apv +aqx +arl +asm +atl +aun +avo +awJ +ayf +azp +aAI +aBB +aDd +aDi +ayo +ayo +ayo +ayq +aEE +aIP +aOq +aIL +aaa +aaa +aIL +aIR +aIP +aXP +aZv +baF +bbE +bcL +bdI +baJ +bgE +bij +bli +bmy +bnX +blh +bqV +bsx +btM +bsx +bwG +bsx +aTB +bAI +aIP +bDn +aIT +aad +bGU +bIo +bJJ +bLj +bGU +aad +aad +aaa +aaa +bSp +bTx +bMs +bVN +bFn +bXN +bYQ +bZY +bZY +cco +cds +bYN +bYN +bYN +chW +bXN +cjZ +cfW +cmA +cnH +coG +cpx +cpx +cpx +cfW +csK +ctu +crF +crF +cvq +cvW +cwt +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aan +aaw +aaB +aaq +aaq +aaS +aaq +abw +abQ +acl +acP +ads +aed +aeN +afA +abQ +agB +ahi +ahi +aip +ads +ajm +ajT +agd +alb +alI +ams +aiU +anb +anY +aoI +apw +aqy +arm +apx +atm +aoH +avn +awJ +ayg +azq +aAJ +aBC +aDe +aEx +aFK +aHk +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aTB +aUR +aWe +aXQ +aZv +baG +baJ +baJ +baJ +bfb +aZy +aZy +blj +bmz +bnY +bob +bqW +bsy +btN +bob +bob +bob +bob +bAJ +aIP +bDo +aIT +aaa +bGV +bIp +bJK +bLk +bMu +aaa +aad +aad +aad +bSq +bTy +bUI +bUI +bWE +bXN +bYR +bZZ +cbp +ccp +bYN +bYN +cfD +cgK +chX +bXN +cjZ +cfW +cmA +cnI +coH +cpx +cpx +cpy +cfW +csL +ctu +cug +cuM +cvr +cvX +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aao +aav +aaC +aaq +aaL +aaT +aaq +abx +abS +acm +acQ +adv +aee +aeL +afB +abQ +agC +agC +ahJ +aiq +aiJ +ajn +ajU +agd +agd +agd +aiU +aiU +ant +anY +aoH +apx +apw +apw +asn +atn +auo +avp +awK +ayh +azr +aAK +aBD +ayo +aEy +aFL +aFL +aFL +aKc +aIR +aIP +aOr +aIL +aaa +aaa +aPC +aUS +aWf +aXR +aZv +baH +bbF +bcM +bcM +bfc +bgF +aZy +blk +bmA +bnY +bpC +bqX +bsz +btO +bvr +bwH +bya +bob +bAK +aIP +bDn +bEz +bEz +bGW +bIq +bJL +bLl +bGW +bEz +bEz +bPN +bPN +bSr +bTz +bPN +bPN +bWF +bXN +bYS +caa +cbm +ccq +bYN +cbm +cbm +cgL +chY +bXN +cjZ +cfW +cmB +cnI +cnI +cpy +cpy +cpy +cfW +csM +ctv +cqB +cqB +cmC +cmC +cfW +cwW +cxy +cwW +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aap +aav +aaD +aaH +aaM +aaU +aaq +aaq +abQ +acn +acR +abQ +aef +aeL +afC +agd +agd +agd +agd +agd +agd +ajo +ajV +akw +alc +alJ +amt +amY +anb +anY +aoH +apw +apw +arn +apw +apx +aoH +avn +awJ +ayi +azp +aAL +aBE +aDf +aEz +aFM +aHl +aFL +aAQ +aIR +aIP +aOq +aIL +aaa +aaa +aPC +aZQ +aWg +aXS +aZv +baI +bbG +bcN +bdJ +bfd +bgG +aZy +bll +bmB +bnY +bpD +bpL +bra +brg +bvs +bwI +byb +bob +aLP +aIP +bDn +bEz +bFs +bGX +bFz +bJM +bFz +bMv +bNH +bEz +bPO +bQX +bSs +bTA +bUJ +bPN +bWF +bXN +bYN +bYN +cbm +ccr +cdt +ceF +cbm +bYN +bYN +bXN +cjZ +cfW +cfW +cnJ +cnJ +cfW +cfW +cfW +cfW +csN +ctu +cuh +cuN +cmC +cvY +cfW +cwY +cxy +cwX +cyh +cyC +cyf +cyf +cyC +czT +aaa +aaa +abi +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaj +aaq +aav +aaq +aaq +aaH +aaq +aaq +aby +abQ +abQ +abQ +abQ +aeg +aeL +afD +agd +agD +ahj +ahK +air +agd +ajp +ajW +akx +ald +ald +amu +amY +anb +anZ +aoH +aoH +aoH +aoH +aoH +aoH +aoH +avn +awJ +ayj +azp +aAM +aAP +aDg +aEA +ayo +ayo +aIJ +ayq +aLN +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWh +aPC +aZv +baJ +bbG +bcO +bdK +bfe +bgH +aZy +aZy +aZy +bnY +bpE +bpM +brf +brg +bvt +bwJ +byc +bob +biF +bCf +bDp +bEz +bFt +bFz +bFz +bJN +bFz +bFz +bNI +bEz +bPO +bPP +bSs +bTB +bUK +bPN +bWF +bXO +bYT +cab +cab +ccs +cdu +ceG +cab +cab +chZ +bXO +cjZ +cfW +cmC +cnK +cnK +cmC +cmC +crv +csi +csO +ctw +cui +crF +cvs +cvZ +cwx +cwW +cxz +cxP +cyg +cyC +cyB +cyB +cyC +cxP +aad +aad +abi +abi +abi +atJ +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aai +aar +aax +aaq +aaq +aaq +aaq +aaq +abz +abQ +aco +acS +abQ +aeh +aeO +afD +agd +agE +ahk +ahL +ais +agd +ajq +ajX +aky +ale +alK +amu +amY +anu +aoa +aoJ +apy +apy +apy +aso +apy +aup +avq +awK +ayk +azp +aAN +aBF +aDh +ayd +aFN +aHm +aIK +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTC +aUU +aWi +aXT +aZw +bce +bbH +bcP +bcP +bff +bgI +bgI +blm +bgI +bnZ +bpF +bpN +bpN +brh +bvu +bwK +byd +bob +bAL +aIP +bDn +bEz +bFu +bGY +bIr +bJM +bLm +bMw +bNJ +bEz +bPP +bPP +bSt +bTC +bUL +bPN +bWF +bXO +bYU +cac +cbq +cct +cdv +ceH +cfE +cgM +cia +bXO +cjZ +cfW +cmD +cnL +coI +cpz +cqA +crw +csj +csP +ctx +cuj +csV +cfW +cfW +cfW +cwZ +cxA +cxQ +cyi +cxQ +cxQ +czp +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aak +aas +aas +aas +aaI +aaN +aaV +aas +abA +abT +acp +acT +adw +aei +aeP +afD +agd +agF +ahl +ahl +ait +agd +ajr +ajY +akz +agd +agd +amv +amZ +anb +anY +aoK +aoK +aoK +aro +asp +ato +auq +avr +awJ +ayl +azs +aAO +aBG +aDi +ayd +ayq +ayq +ayq +ayq +aLP +aIP +aOq +aIL +aaa +aPC +aTD +aUV +aWj +aXU +aZx +baL +bbI +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +bcQ +boa +bpG +brb +bsC +btR +bvv +bpG +bye +bzB +bAM +bpA +bDq +bEz +bFv +bFz +bFz +bJM +bFz +bFz +bFz +bEz +bPQ +bPP +bSs +bTC +bUM +bPN +bWF +bXO +bYV +cad +cbr +ccu +cdw +ceI +cae +cgN +cib +bXO +cjZ +cfW +cmE +cnM +coJ +cpA +cqB +cqH +crF +csQ +cty +cuk +cuO +cuO +cuO +cwy +cxa +cxB +cxR +cyj +cyD +cyT +czq +czp +cfW +cfW +cfW +cfW +cfW +cfW +aaa +cBg +abi +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aag +aat +aay +aaE +aaJ +aaO +aaW +aaq +aaq +abQ +acq +acO +adu +aej +aeQ +abQ +agd +agG +ahm +ahM +aiu +agd +ajs +ajZ +akA +alf +alL +amu +amY +anb +anY +aoK +apz +aqz +arp +asq +aoK +aoK +avn +awL +aym +azt +aAP +ayo +aDj +ayo +aFO +aAQ +aaa +aIL +biF +aLz +aOs +aPC +aPC +aPC +aTE +aUW +aWk +aXV +aZy +baM +bbJ +bcR +baJ +bfg +bgJ +bik +aZv +aZv +bob +bob +bob +bob +bob +bob +bob +bob +bob +bAN +aIP +bfQ +bEz +bFw +bGZ +bIs +bJO +bLn +bFz +bNK +bEz +bPR +bQY +bSu +bTD +bUN +bPN +bWG +bXO +bYW +cae +cbs +ccv +cdx +ceJ +cfF +cgO +cic +bXO +cjZ +cfW +cmF +cnN +coK +cpB +cqC +cqI +crF +csR +ctz +cul +cuP +cuP +cuP +cuP +cxb +cuP +cuP +cyk +cuP +cyU +czr +csR +czU +cwJ +cAs +cwJ +cAV +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aag +aag +aag +aag +aag +aag +aag +abg +abB +abQ +abQ +abQ +abQ +aek +aeR +afE +age +agH +agH +agH +agH +aiK +ajt +ajW +akB +ald +ald +amu +amY +anb +anY +aoK +apA +apB +arq +apB +atp +aoK +avn +awL +ayn +azt +ayo +ayo +aAQ +ayo +aFP +aAQ +aaa +aIL +aLP +aIP +aOq +aPD +aKn +aSg +aTF +aUX +aWl +aXW +aXX +baN +baN +baN +baN +bfh +aZv +aZv +aZv +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDr +bEz +bFx +bFz +bIt +bJP +bLo +bFz +bNL +bEz +bPR +bPR +bSv +bTC +bUO +bPN +bWH +bXO +bXO +caf +cbt +ccw +cdy +ceK +cfG +cgP +cid +bXO +cjZ +cfW +cmG +cnO +coL +cpC +cqD +crx +crx +csS +ctA +cum +cuQ +cvt +cvt +cwz +cxc +cxC +cxS +cyl +cyE +cyV +czs +czH +czV +czV +cAt +cwJ +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aag +abh +abC +abU +acr +acU +abQ +ael +aeS +afF +agf +agI +agI +agI +agI +aiL +aju +aka +aky +ale +alM +amu +amY +anb +anY +aoL +apB +aqA +arr +asr +atq +aoK +avn +awL +ayo +azu +ayo +aBH +ayq +ayq +ayq +ayq +aIL +aIL +aLP +aIP +aOq +aPE +aQV +aSh +aTG +aUY +aWm +aXX +aXZ +baO +bbK +bcS +bdL +aXY +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aWD +aIP +bDs +bEz +bFy +bFz +bIu +bJQ +bLp +bMx +bNM +bEz +bPS +bPR +bSw +bTC +bUP +bPN +bWH +bNE +bXO +bXO +bXO +bXO +bXO +bXO +cfH +cgQ +bXO +bXO +cjZ +cfW +cmH +cnP +coM +cpD +cqE +cry +cqM +csT +ctB +cun +cuR +cvu +cwa +cwA +cxd +cxD +cxT +cwG +cyF +cyW +czt +czI +czW +cAg +cAu +cAG +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aaP +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +agg +agJ +agg +agJ +agg +jtW +ajv +akb +akz +agd +agd +amv +ana +anb +anY +aoK +apC +aqB +ars +apB +atr +aoK +avn +awL +ayp +azv +ayo +ayo +aDk +aEB +aFL +aHn +aIM +aKd +aLA +aNa +aOq +aPF +aQW +aSi +aTH +aUX +aWn +aXY +aZz +aZA +aZA +baP +bdM +bfi +bgK +bgK +bgK +bmC +bgK +bgK +bgK +bgK +btS +aad +aad +aad +aIL +aWD +aIP +bfQ +bEz +bFz +bFz +bFz +bJQ +bLq +bMy +bNN +bEz +bPS +bQZ +bSw +bTE +bUQ +bPN +bWI +bXP +bXP +bXP +bXP +bXP +cdz +bEy +cfI +cgR +cie +bEy +cjZ +cfW +cmC +cnQ +coN +cmC +cmC +crz +crF +cfW +ctC +cuo +cuS +cvv +cwa +cvA +cxe +cxk +cxk +cvA +cyG +cyX +czu +csV +cnI +cAh +cAv +cAv +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acs +acV +adx +aem +aem +aaX +agh +agK +ahn +ahN +aiv +aiN +ajw +ajZ +akA +alf +alN +amu +amY +anb +anY +aoK +aoK +aqC +aqC +aqC +aoK +aoK +avs +awL +ayq +ayq +aAQ +aAQ +ayq +ayq +ayq +ayq +aIN +aIP +aLB +aNb +aOq +aPE +aQX +aSj +aTI +aUZ +aWo +aXY +aZA +aZA +aZA +aZA +aZA +bfj +bjL +bjU +bjU +bmD +boc +bpH +brc +bsD +btT +bgK +bwL +byf +btS +bAO +aIP +bDt +bEz +bEz +bEz +bEz +bJR +bEz +bMz +bEz +bEz +bPN +bPN +bSx +bTF +bPN +bPN +bEy +bEy +bEy +bEy +bEy +bEy +cdA +bEy +cfJ +cgS +cif +cjm +cka +cfW +cmI +cnR +coO +cpE +cqB +crA +csk +cfW +ctD +cun +cuT +cvw +cvA +cwB +cxf +cxf +cxU +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +act +acW +ady +aen +aem +aaX +agi +agL +aho +ahO +aiw +aiM +ajv +ajW +akC +alg +ald +amu +amY +anb +anY +aoM +amY +amY +amY +amY +ats +aur +avt +awM +ayr +azw +azw +azw +azw +azw +aFQ +aHo +aIO +aIP +aLC +aNc +aOq +aPE +aQY +aSk +aTJ +aVa +aWp +aXZ +aZA +baP +baP +bcT +bdN +bfk +bjM +bil +bim +bin +bod +bpI +brd +bsE +btU +bvw +bwM +byg +bzC +bAP +bCg +bDu +bEA +bFA +bHa +bHa +bJS +bLr +bMA +bNO +bOM +bHa +bRa +bSy +bTG +bUR +bVO +bUR +bUR +bYX +bUR +bUR +ccx +cdB +ceL +cfK +cgT +cig +bEy +bJI +cfW +cmJ +cnS +coP +cpF +cqB +crA +crF +csU +ctE +cun +cuU +cvx +cwb +cwC +cxg +cxE +cxV +cym +cyI +cyZ +czv +csV +czY +cwJ +cwJ +cAH +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acu +acX +adz +aeo +aeT +afG +agj +agM +agK +ahP +aix +aiM +ajv +ajX +akD +ale +alO +amu +amY +anv +aob +aoN +anb +anb +anb +anb +anb +anb +avu +awN +anb +anb +anb +anb +anb +anb +aoN +aHp +aIP +aIP +aLD +aNd +aOq +aPE +aQZ +aSl +aTH +aVb +aWq +aYa +aZB +baQ +bbL +bcU +bdO +bfk +bjM +bim +bgL +bmE +bod +bpJ +brd +bsF +btV +bvx +brd +btV +bzD +bAQ +bCh +bDv +aHp +bFB +bHb +bHb +bJT +bLs +bMB +bNP +bNP +bNP +bNP +bNP +bTH +bUS +bVP +bWJ +bWJ +bWJ +bWJ +bWJ +ccy +cdC +ceM +cfL +cgU +cih +bEy +cjf +cfW +cmK +cnT +coQ +cpE +cqB +crA +csl +csV +ctE +cun +cuV +cvy +cwc +cwD +cxh +cxF +cxW +cyn +cyJ +cza +cza +csV +czZ +cwJ +czZ +cAI +cwJ +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acv +acX +adA +aep +aeU +afH +agk +agN +ahp +ahQ +aiy +aiM +ajv +akc +akz +agd +agd +amv +amZ +anb +aoc +aoO +apD +and +art +ass +and +aus +avu +awO +ays +azx +aAR +azx +azx +azx +aFR +aHq +aIQ +aIP +aLE +aNe +aOt +aPG +aRa +aSm +aTK +aVc +aWr +aYb +aZA +baP +baP +bcT +bdP +bfk +bjM +bin +bim +bil +bod +bpI +brd +bsE +btW +bvw +bwN +byh +bzE +bAR +bCi +bDw +bEB +bFC +bHc +aTW +bJU +bLt +bMC +bNQ +bON +bON +bRb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +bHb +aYn +ccz +cdD +ceN +cfM +cgV +cii +cjn +cjn +cjn +cjn +cjn +cjn +cjn +cfW +crB +crF +csU +ctE +cun +cuW +cvz +cwd +cwE +cxi +cxG +cxX +cwe +cyK +czb +czw +csV +cwJ +cwJ +cwJ +cAJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aaa +aaX +acw +acX +adB +aeq +aeV +afI +agl +agl +ahq +ahR +aiz +aiM +ajv +akd +akE +alh +alP +amw +amY +anb +aoc +aoP +apE +apE +apE +apE +apE +apE +avv +awP +ahf +ahf +ahf +ahf +ahf +ahf +ahf +ahf +emi +aIP +aLF +aNf +aOq +aPE +aRb +aSn +aTH +aVd +aWs +aYc +aZA +aZA +aZA +aZA +aZA +bfl +bjN +bjV +bjV +bmF +boe +bpK +bre +bsG +btX +bgM +bwO +byi +btY +bAS +aIP +bDx +bEC +bEC +bEC +bEC +bEC +bLu +bMD +bNR +bOO +bPT +bRc +bSz +bOO +bOO +bVQ +bWK +bWK +bYY +cag +cbu +cbu +cbu +cbu +cfN +cgW +cij +cjn +ckb +cjn +cmL +cnU +coR +cjn +cqF +crC +crF +cfW +ctF +cun +cuX +cvA +cwe +cwF +cxj +cxj +cxY +cvA +cyH +cyY +czu +cfW +czX +cwJ +cwJ +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acx +acX +adC +aer +aeW +afJ +agm +agO +ahr +ahS +aiA +aiM +ajv +akd +akF +ali +alQ +amx +amY +anb +aoc +anG +apF +aiE +aiE +aiE +aiE +aiE +avw +awQ +afm +afm +afm +afm +afm +afm +afm +anD +aIS +aKe +aLG +aNg +aOq +aPH +aRc +aSo +aTL +aVe +aWt +aYd +aZC +aZA +aZA +baP +bdQ +bfm +bgM +bgM +bgM +bmG +bgM +bgM +bgM +bgM +btY +aad +aad +aad +aIL +aIP +aIP +bDy +bEC +bFD +bHd +bIv +bEC +bLv +bME +bNS +bNS +bNS +bRd +bSA +bTI +bUT +bNS +bWL +bXQ +bYZ +cah +cbu +ccA +cdE +cbu +cfO +cgX +cik +cjn +ckc +clj +cmM +cmM +coS +cjn +cqG +crD +crF +cfW +ctG +cup +cuY +cvB +cwf +cvA +cxk +cxk +cxk +cvA +cyL +czc +czu +csV +cnI +cAi +cAw +cAi +cnI +cfW +aaa +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abj +aaa +aaX +acy +acX +adD +aes +aeX +afK +agn +agl +ahs +ahT +aiB +aiM +ajv +csq +akz +alj +alR +amy +amY +anw +aod +aoQ +apG +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aqD +aAS +aAS +aAS +aAS +aAS +aAS +aIL +aIL +aLP +aIP +aOq +aPE +aRd +aSp +aTM +aVf +aWu +aYe +aYb +baR +bbM +aZC +bdR +aYd +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDz +bEC +bFE +bHe +bIw +bEC +bLv +bME +bNT +bNT +bPU +bRe +bSB +bTJ +bUU +bVR +bWM +bXR +bZa +bNS +cbv +ccB +cdF +ceO +cfP +cgY +cil +cjo +ckd +clk +cmN +cnV +coT +cpG +cqH +crD +crF +csV +ctE +cuq +cuY +cvC +cwf +cwG +cxl +cxH +cxZ +cwA +cyM +czd +czx +czI +czW +cAj +cAj +cAK +cAW +cfW +aad +abi +cxO +abi +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aad +abi +aad +aaX +acz +acY +adE +aet +aeY +afL +ago +agP +aht +ahU +agg +aiO +ajx +ake +akG +ald +ald +amz +anb +anb +aoe +anG +apG +aqD +aru +ast +aqD +aru +ast +aqD +aru +ast +aAS +aBI +aDl +aDl +aDl +aAS +aaa +aIL +aLP +aIP +aOq +aPI +aRe +aSv +aTN +aVd +aWv +aYf +aYe +baS +baS +baS +baS +bfn +aZD +aZD +aZD +aad +aad +aaa +aad +aaa +aad +aaa +aaa +aaa +aIL +aIP +aIP +bDA +bEC +bFF +bHf +bIx +bEC +bLv +bME +bNU +bNU +bPV +bRf +bSC +bTK +bUV +bVS +bWN +bXS +bZa +cai +cbw +ccC +cdG +ceP +cfQ +cgZ +cim +cjp +cke +cll +cmO +cnW +coU +cpH +cqI +crD +crF +csV +ctH +cur +cuZ +cvD +cvD +cwH +cxm +cxI +cya +cyo +cyN +cze +czy +czJ +cAa +cAa +cAx +cwJ +cwJ +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aaa +abk +abl +aaX +aaX +aaX +adF +aeu +aaX +aaX +agg +agQ +ahu +ahV +agg +aiP +ajv +akf +akH +ald +alk +amA +anb +anb +aoc +anG +apG +aqD +arv +asu +aqD +arv +asv +aqD +arv +asv +aAS +aBJ +aDm +aEC +aFS +aAS +aaa +aIL +biF +aLz +aPP +aPC +aPC +aPC +aTO +aVg +aWk +aXV +aZD +baC +bbB +bbP +bbQ +bdT +bfq +bgO +aZD +aZD +bof +bof +bof +bsH +btZ +btZ +btZ +btZ +bsH +aIP +aIP +bDA +bEC +bFG +bHg +bIy +bEC +bLv +bME +bNV +bNV +bPV +bRg +bSD +bPd +bPd +bTN +bQi +bXT +bZb +caj +cbx +ccD +cdH +ceQ +cfR +cha +ceQ +cjq +ckf +clm +cmP +cnX +coV +cpI +cqJ +crE +csm +cfW +ctI +cus +cva +cuP +cuP +cuP +cxn +cuP +cuP +cyp +cuP +czf +czz +cir +cAb +cwJ +aZJ +cwJ +cAX +cfW +aad +abi +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +abk +abD +abV +acA +acZ +abE +abE +aeZ +afM +agp +agR +ahv +ahW +abk +aiQ +ajv +akg +akz +agd +agd +aiU +anc +anb +aof +anG +apG +aqD +arw +asv +aqD +aut +asv +aqD +ayt +asv +aAS +aBK +aDn +aED +aFT +aAS +aIT +aIT +aLH +aIP +aOq +aIL +aaa +aPC +aTP +aVh +aWw +aYg +aZE +baT +bbN +bbN +bbT +bdU +bfr +bbN +bip +bmH +bnt +boi +bqx +bsI +bua +bvy +bwP +byj +bsH +aLO +aIP +bDB +bED +bFH +bHh +bIz +bJV +bLw +bMF +bNW +bNW +bPW +bRh +bSE +bTL +bPd +bVT +bQi +bTS +bZc +bZc +cby +ccE +cdI +ceR +cfS +chb +cin +cjn +cjn +cln +cmQ +cjn +cjn +cjn +cqK +crF +crF +csV +ctJ +cut +cvb +aZI +cwg +cwI +cxo +cwg +cwg +cyq +cyO +czg +czA +czK +cfW +cfW +cfW +cfW +cfW +cfW +aaa +abi +abi +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abl +abE +abE +abE +abE +abE +abE +afa +abl +aff +agS +ahw +ahX +aiC +aiR +ajy +akh +akI +ald +alT +aiU +and +anb +aog +anG +apG +aqD +arx +asw +aqD +arx +avx +aqD +arx +azy +aAS +aBL +aDo +alS +aFU +aAS +aIU +aKf +aLI +aNh +aOq +aIL +aaa +aPC +aTQ +aVi +aWx +aXT +aZF +baU +bpd +bpd +bcV +bdY +bfs +bgP +bpd +bmI +bnu +bpd +bqy +bsJ +bub +bvz +bwQ +byk +bsH +aIP +aIP +bDA +bEC +bFI +bHi +bIA +bJW +bLx +bME +bNS +bOP +bPX +bRi +bSF +bTM +bUW +bTN +bWO +bXU +bZc +cak +cbz +ccF +cdJ +ceR +cfT +chc +cio +cjr +ckg +clo +cmR +cnY +coW +cpJ +cqL +crG +crx +csW +ctK +cuu +cvc +cmC +cfW +cfW +cxp +cwJ +cwJ +cyr +cyP +czh +czB +czL +cAc +aae +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +abk +abE +abW +abW +abW +abW +aev +afb +afN +agq +agT +ahx +ahY +aiD +aiS +ajw +aki +akJ +all +alU +aiU +and +anb +aoh +aoR +apH +aqE +ary +asx +att +auu +asx +att +ayu +asx +aAT +ayu +asx +aEF +att +aHr +aIV +aIV +aLJ +aIP +aOq +aIL +aaa +aPC +aPC +aPC +aWy +aPC +aZD +baX +bbR +bbR +bdW +bpx +bft +bgQ +biq +aZD +bnv +bpx +bqz +bsH +buc +bvA +bwR +byl +bsH +aLz +aLz +bDC +bEC +bFJ +bHj +bIB +bEC +bLv +bMG +bNS +bOP +bOP +bRj +bSG +bTN +bOP +bOP +bWP +bXV +bZc +cal +cbA +ccG +cdK +ceR +cfU +ceP +cip +cjs +ckh +clp +cmS +cnZ +coX +cpK +cqM +clp +cqM +cqM +ctL +cuv +cvd +cvE +csV +cwJ +cxq +cxJ +cxJ +cys +cwJ +czi +cfW +aae +aae +aae +aad +aad +aad +aad +atJ +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +abl +abE +abX +acB +acB +acB +aew +afc +afO +agr +agU +ahy +ahZ +abk +aiT +ajz +akj +akK +alm +alV +aiU +and +anb +aoi +anG +apI +aqF +arz +asy +atu +auv +avy +awR +ayv +azz +atu +atu +aDp +aEG +atu +aHs +aIW +aKg +aLK +aIP +aOq +aIL +aaa +aaa +aPC +aZR +aWz +aXS +aZD +baY +bbS +bdV +bdX +bfo +baW +baW +baW +aZD +boj +bof +bof +bsH +bud +bvB +bwS +bym +bsH +bAT +aIP +bDD +bEC +bFK +bEC +bEC +bEC +bLv +bMH +bNS +bOQ +bPY +bRf +bSD +bTO +bUX +bPd +bQi +bTS +bZc +cam +cbB +ccH +cdL +ceR +cfV +chd +ciq +cjt +cki +clq +cmT +coa +cfW +cpL +aZH +crH +csn +csX +ctM +cuv +cve +crF +cwh +aZJ +cxr +cxK +cyb +cyb +cyQ +czj +cfW +aaa +aaa +aad +aaa +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abk +abF +abD +abD +abD +abD +abk +abk +abk +ags +afR +ahz +aia +abk +aiU +ajA +akk +aiU +aiU +aiU +aiU +ane +anx +ane +aoS +apG +aqD +aqD +aqD +aqD +auw +avz +awS +awS +azA +azF +azF +aDq +aEH +azF +azF +azF +azF +aPJ +aIP +aOq +aIL +aaa +aaa +aPC +aUS +aWA +aXR +aZD +bbz +bcW +bcW +bjd +bjd +bfu +bjd +bje +aZD +bok +bpO +bri +bsH +bue +bvC +bwT +bwT +bsH +aIP +aIP +bDA +bEC +bFL +bEC +bCw +bJX +bLy +bMI +bNS +bOR +bPZ +bRf +bSH +bTP +bUY +bPd +bQi +bTS +bZc +bZc +bZc +bZc +cdM +bZc +cfW +cfW +cir +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +cfW +ctN +cuv +cvf +cvF +cfW +cfW +cfW +cfW +cfW +csV +csV +csV +cfW +aad +aad +aad +aad +aad +cxO +abi +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abm +abm +abm +abn +abn +abm +abm +afd +afP +agt +agS +ahz +aib +acG +aiV +ajB +akl +akL +aln +alW +amB +amB +ajc +aoj +aoS +apG +aqD +arA +asz +aqD +aux +avA +awT +awS +azB +azF +aBM +aDr +aEI +aFV +aHt +aIX +aLM +bcX +aIP +aOq +aIL +aaa +aaa +aTB +aVk +aWB +aYh +aZD +baV +baW +baW +baW +baW +baW +baW +bjf +aZD +aZD +aZD +aZD +bsH +buf +bvC +bwU +bwU +bsH +aIP +aIP +bDE +bEE +bFM +bHk +bIC +bJY +bLz +bMJ +bNS +bOS +bPd +bRf +bSD +bTQ +bUZ +bPd +bWQ +bXW +bZd +can +bPd +ccI +bRp +bPd +cfX +che +cis +bPd +ckj +ckj +bNS +aad +bQk +bQk +bQk +bQk +bQk +cfW +ctO +cuw +crx +cvG +crx +cwK +cxs +cxL +cwx +aae +aaa +aaa +aaa +aaa +aaa +aaa +cxO +cxO +cxO +abi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abG +abY +acC +ada +adG +aex +afe +afQ +agu +agV +ahy +aic +acG +aiW +ajC +akm +akM +alo +alX +amC +amC +any +aok +aoS +apG +aqD +arB +asA +atv +auy +avB +awU +awS +azC +azF +aBN +aDs +aEJ +aFW +aHu +aHu +azF +aNK +aIP +aOt +aIL +aaa +aaa +aIL +aVl +aWC +aYi +aZD +baW +bbO +baW +bdS +bfp +bgN +baW +bjg +bmJ +bol +bpP +bol +bsK +bug +bvD +bwV +bwV +bsH +bAU +aIP +bDF +bEF +bFN +bHl +bID +bJZ +bLA +bMK +bNX +bOT +bQa +bRk +bSI +bTR +bVa +bVa +bWR +bXX +bZe +bVa +bVa +ccJ +cdN +ceS +cfY +bPd +bPd +bSO +ckk +clr +cmU +cob +coY +cpM +cqN +cqN +bQk +cfW +ctP +cqM +cqM +cvH +cwi +cwL +cfW +cxM +cyc +aae +aaa +aaa +aaa +aaa +aaa +aaa +abi +abi +abi +abi +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +abn +abH +abZ +acD +adb +adH +abm +aff +afR +afR +agW +ahA +aid +acG +aiX +ajD +akl +ako +alp +alW +amB +amB +anz +ajd +aoS +apG +aqD +arC +asB +aqF +auz +avC +awV +awT +azD +azF +aBO +aDt +aEK +azF +azF +aHu +azF +biG +aIP +aOq +aIL +aIL +aIL +aIL +aIR +aWD +aXO +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +aZD +bsH +bsH +bvE +bsH +bsH +bsH +aIP +aNh +bDG +bEE +bEE +bHm +bIE +bKa +bLB +bML +bNY +bOU +bQb +bRl +bSJ +bTS +bPd +bVU +bWS +bXY +bOP +cao +cbC +cao +bOP +ceT +cfZ +ceS +ceS +cju +bTX +cls +bOW +aad +bST +cpN +cqO +crI +bQk +cfW +ctQ +cux +cvg +cvI +cwj +cwM +cfW +cfW +cmC +aae +aae +aae +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abn +abI +aca +acE +adc +adI +aey +afg +afS +agv +agX +ahB +aie +acG +aiY +ajE +akl +akN +alq +alY +ajc +ajc +anA +ajd +aoT +apG +aqD +aqD +aqD +aqD +auA +avD +awW +ayw +azE +azF +aBO +aDt +aEK +aFX +aHv +aHu +azF +aLP +aIP +aIP +aPM +aIO +aIO +aLz +aIO +aWE +aYj +bji +bjo +bjo +bjr +bjo +bjo +bjo +bjo +bjo +bmK +bji +bji +bji +bsL +buh +bvF +bwW +byn +bzF +bAV +bAV +bDH +aIU +bEE +bHn +bID +bJZ +bLC +bMM +bNS +bOV +bQc +bRm +bSK +bTS +bPd +bQi +bPd +bXZ +bOP +bOP +cbD +bOP +bOP +ceU +bTS +bVU +cit +cit +ckl +clt +cmV +coc +coY +cpO +cqN +cqN +bQk +cfW +cfW +cuy +cfW +cvI +cwk +cwN +cxt +cmC +aad +aad +aad +aad +aae +aaa +aaa +aac +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +aad +aad +abn +abJ +acb +aca +aca +adJ +abm +afh +afT +afT +agY +ahC +aif +acG +aiZ +ajF +akl +ako +alp +alW +amB +amB +anB +ajd +aoU +apJ +aqD +arD +asC +aqD +auB +avE +awX +ayx +azF +azF +azF +aDu +aEK +azF +azF +aHu +azF +biH +aNi +aIP +aTS +aIP +aIP +aLz +aIP +aIP +aIP +aIP +aIP +bbU +aIP +bea +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aIP +aLz +aIP +bvG +aIP +aIP +aIP +aIP +bCj +bfQ +aKf +bEE +bHo +bIF +bKb +bLD +bMN +bNS +bOW +bQd +bRn +bOW +bTT +bOW +bQi +bWT +bYa +bOP +cap +cap +cap +bOP +ceV +cga +chf +ciu +ceW +ckm +clu +cmW +cod +bQk +bQk +bQk +bQk +bQk +cmC +ctR +cnI +cvh +cvJ +cwl +crF +cxu +cmC +aaa +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abm +abK +acc +acF +add +adK +aez +afi +afU +agw +agZ +ahD +aig +acG +aja +ajG +akn +akO +alr +alZ +amD +amD +anC +ajd +aoV +apK +aqD +arB +asD +atw +auC +avF +awY +ayy +azF +aAU +aBS +aDv +aEK +aFZ +aHx +aHu +azF +biI +aIP +aIP +aUT +aIP +aIP +bbf +axx +aIP +aIP +aIP +aIP +aIP +aIP +aIP +bjD +bjO +bjD +bjD +bmL +bom +bpQ +bpQ +bsM +bui +aMX +bjD +bjD +bzG +bAW +bjD +bDI +bEG +bEE +bHp +bIG +bKc +bLE +bMO +bNZ +bOX +bQe +bRo +bSL +bTU +bVb +bVV +bWU +bYb +bZf +caq +cbE +ccK +cdO +ceW +cgb +chg +bPd +bTQ +ckn +clv +cmX +cob +coY +cpP +cqP +cqP +bQk +cmC +cmC +cuz +cmC +cvJ +cwm +cwO +cxv +cxN +cyd +aaa +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abm +abm +abm +abm +abm +abm +abm +aff +afV +afV +aha +ahE +aih +acG +ajb +ajH +ako +akP +als +alW +amB +amB +anz +ajd +aoW +apL +aqD +arE +asE +aqF +auD +avG +awZ +ayz +azG +aAV +aBP +aDw +aEK +azF +azF +azF +aJd +aOC +aOC +aJd +aJd +biM +aSq +aJd +aJd +bbX +beb +bgT +bgT +aIP +aIP +bed +bfv +bfv +bfv +bfv +bfv +bfv +bpR +bfv +bfv +buj +bvH +bjE +byo +bxa +bxa +bxa +bxa +bxa +bxa +bHq +bHA +bxa +bFT +bMP +bNS +bOY +bQf +bRp +bSM +bRq +bVc +bVW +bWV +bYc +bPd +car +car +car +bPd +ceX +bVU +chh +bPd +bPd +cko +clw +bOW +aad +bST +cpQ +cqQ +crJ +bQk +cmC +aaa +afo +aaa +cvJ +cwn +cwn +cwn +cmC +aaa +cyt +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +abl +aeA +afj +afW +agx +ahb +ahF +aii +acG +ajc +ajI +ako +akQ +ako +alW +ajc +ajc +ajc +ajd +aoX +apM +aqG +aqG +aqG +aqG +auE +avH +axa +auE +azF +aAW +aAW +aDB +aEL +aFY +aGd +aJa +aGa +aLV +aNo +aPL +aVj +aKs +aKs +aKs +aSy +biZ +bbX +bjj +bgT +baa +baa +bgB +bfv +bjP +bir +bls +bmM +bon +bpS +brj +bfv +buk +bvI +bjE +byp +bxa +bAX +bCk +bDJ +bEH +bFO +bHr +bIH +bKd +bFT +bMQ +bOa +bOZ +bPd +bRq +bSN +bTV +bVd +bVX +bWW +bYd +bWV +cas +cas +cbE +cdP +ceY +cgc +chi +cit +bQh +ckl +clx +cmV +coc +coY +cpR +cqP +cqP +bQk +cmC +aaa +aaa +aaa +cvJ +aaa +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +abl +aeB +afk +afX +acG +ahc +acG +aij +acG +ajd +ajd +ajd +ajd +ajd +ajd +ajd +ajd +apa +ajd +aoX +apN +aqH +arF +asF +atx +auF +avI +axb +ayA +aqG +azF +azF +aDx +azF +aZM +aGh +aJb +aKs +aKs +aNp +aSt +aRi +aKs +aKs +aKs +aKs +aKs +biZ +bbX +bjp +baa +baa +bgB +bfv +bgV +bis +bis +bmN +boo +boo +boo +bsN +bul +bvJ +bwX +byq +bzH +bAY +bCl +bDK +bEI +bFP +bHs +bII +bKe +bFT +bMP +bNS +bPa +bQg +bRr +bSO +bTW +bVc +bRr +bPd +bPd +bZg +cat +cbF +ccL +cdQ +ceZ +bVY +chj +cit +bWS +cko +bPd +bOW +aad +bQk +bQk +bQk +bQk +bQk +cfW +aaa +aaa +aaa +cvI +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acd +acG +acG +abk +acG +afl +acG +abk +ahd +ahG +aik +aiE +aiE +aiE +aiE +aiE +aiE +aiE +amE +aiE +anE +aiE +aoY +apO +aqG +arG +asG +aty +aty +avJ +axc +ayB +azH +aqG +aBQ +aBU +aEM +aZM +aHJ +aJd +biE +aLW +aNq +aSt +aRi +aKs +aSs +aSs +aSs +aKs +aKs +biZ +bbX +baa +baa +bgB +bfv +bgW +bit +blt +bmO +bop +bpT +brk +bsO +bum +bvK +bwY +bwY +bzI +bAZ +bCm +bDL +bEJ +bFQ +bHt +bIJ +bKf +bFT +bMP +bNS +bPb +bPd +bRs +bSP +bTX +bVd +bVY +bWX +bWX +bZh +cau +cbG +bWX +bWX +cau +bTV +bPc +cit +cit +ckl +cly +bSS +coe +coZ +cpS +cqR +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aae +acH +ade +adL +aeC +afm +afY +acG +ahe +ahH +ail +aiF +aiF +aiF +aiF +aiF +aiF +aiF +amF +aiF +anF +aol +aoZ +apP +aqI +arH +asH +atz +auG +auG +axd +ayC +azI +aqG +aZM +aDy +aEO +aWI +aGh +aJe +aKt +aWH +aNr +aSt +aRi +aRl +aSt +aVm +biU +aKs +aKs +bjk +aJd +bec +baa +bii +bfv +bgX +bit +blu +bit +boq +bit +brl +bsP +bun +bvL +bsW +byr +bxa +bBa +bCn +bxb +bEK +bFR +bHu +byu +bKg +bFT +bMP +bNS +bPc +bQh +bRt +bSQ +bTY +bVe +bVZ +bWY +bYe +bZi +bVZ +bVZ +ccM +bWY +bVZ +bWY +chk +bWY +bWY +ckp +clz +bOW +aad +bST +cpT +cqS +crK +bQk +aaa +aaa +cuA +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aae +aae +aae +aaa +aaa +aae +acG +acG +acG +acG +afn +acG +acG +ahf +ahf +aim +aim +aim +ahf +aim +aim +aim +ahf +amG +afm +anG +ahf +azm +ahf +aqG +arI +asH +atA +auH +avK +axe +ayD +azJ +aqG +aBR +aDz +aFH +aGb +aHA +aJd +bgU +aLX +aSt +aSt +aRi +aKs +aSw +aSw +aSw +aKs +aKs +aSw +aJd +bGk +bHG +bHH +bfv +bgY +biu +blv +biu +bor +bpU +brm +bfv +buo +bvM +bwZ +bys +bxa +bBb +bCo +bxb +bEL +bFS +bHv +bIK +bKh +bFT +bMP +bNS +bPd +bQi +bRu +bSR +bTZ +bVd +bWa +bWZ +bYf +bZj +cav +cbH +ccN +bPd +cfa +cgd +chl +civ +cit +cit +clA +cmY +coe +cpa +cpU +cqT +cqT +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aad +aad +aad +aad +acG +aaa +afo +aaa +acG +aaa +aaa +aaa +aad +aad +aad +aaa +aad +aad +ahf +ahf +anf +anG +aom +apb +apQ +aqG +arJ +asH +atA +auH +auH +axe +ayE +azK +aqG +aqG +aDA +aqG +aGc +aHG +aJd +aKo +aLY +aNs +aRi +aKs +aKs +biP +biS +aKs +bja +aKs +bjl +aJd +beh +bbW +bjt +bfv +bfv +biv +blw +bmP +bfv +bfv +bfv +bfv +bup +bvN +bxa +bxa +bxa +bxa +bxa +bxa +bxa +bFT +bHw +bxa +bxa +bFT +bMP +bNS +bNS +bQj +bRv +bSS +bUa +bVf +bRv +bSS +bUa +bZk +bRv +cbI +bUa +bSS +bRv +bSS +bUa +ciw +bNS +bNS +clB +bNS +aad +bQk +bQk +bQk +bQk +bQk +aaa +aaa +aaa +aaa +cvK +aad +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +abk +aaa +aaa +aaa +abk +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +ahf +ang +anH +aon +apc +apR +aqG +arK +asH +atB +auI +auI +axf +ayF +azL +aJg +aAX +aDC +aHC +aGe +biB +aNt +aMc +aOv +biJ +aMc +aMc +aRf +aSz +aWI +aZM +aZM +aKs +aKs +bbb +baa +baa +bee +bfw +bhf +bhc +bhc +bhc +bos +bjE +brn +bhc +buq +bvM +bxb +byt +bzJ +bBc +bCp +bxb +bEM +bFU +bHx +bIL +bKi +bFT +bMP +bEE +aad +aad +bRw +aad +bUb +aad +bRw +aad +bUb +bZl +caw +cbJ +ccO +cdR +caw +cdR +ccO +cdR +cjv +ckq +clC +cmZ +aad +aoB +aoB +aad +aad +aad +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahf +anh +ahf +ahf +ahf +ahf +aqG +arL +asI +atC +auJ +auJ +auJ +ayG +azM +aJh +auJ +aDD +aHD +aGf +biC +aPQ +aLQ +aNj +aOw +aLQ +aLQ +aSf +aSA +aTV +aZM +aZM +aKs +aKs +aSq +baa +baa +bee +bfx +bjQ +biw +blx +blx +blx +bpV +blx +bsQ +bur +bvM +bxc +byu +byu +byu +byu +bDM +byu +bFV +bHy +bIM +bKj +bFT +bMP +bEE +aad +bQk +bRx +bST +bRx +bQk +bRx +bST +bRx +bQk +bRx +cbK +ccP +cdS +ccP +cge +ccP +cdS +cjw +ckr +clD +cmZ +aoB +aoB +aoB +aad +aad +aoB +aoB +aoB +aoB +aoB +cvK +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aae +aae +aaa +aaa +aad +aqG +arM +asJ +atD +arM +avL +axg +ayH +azN +alt +alt +alt +alt +aGg +aHE +biD +aLc +aNl +aOx +aPO +aRj +aRj +aRj +aKq +aKs +aKs +aKs +aKs +bbb +baa +baa +bee +bfx +bjQ +bhc +bly +bmQ +bmQ +bpW +bro +bsR +bus +bvO +bxc +byv +bzK +bBd +byv +bxb +bEN +bFW +bHz +bIN +bKk +bFT +bMP +bEE +aad +bQk +bRy +bSU +bUc +bQk +bWb +bXa +bYg +bQk +cax +cbL +ccQ +bQk +cfb +cgf +chm +bQk +bZl +cks +clE +cna +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cdR +cvL +aad +aad +aad +aad +aad +cyu +aad +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apS +aqJ +aqJ +asK +atE +atI +atI +atE +ayI +ayJ +ayJ +aBV +aHw +alt +aHH +aHF +aBT +aLT +aNn +aOy +aNn +aKs +aKs +aSs +aSs +aSs +aSs +aRl +aWG +aJd +bei +baa +bfA +bfx +bjQ +bhc +blz +bmR +bot +bpX +bpX +bsS +but +bvP +bxb +byw +byu +byu +bCq +bxa +bEO +bFX +bHA +bxa +bxa +bLF +bMP +bEE +aad +bQk +bRz +bRA +bRA +bQk +bWc +bXb +bWc +bQk +cay +cbM +cay +bQk +cfc +cgg +cfc +bQk +aad +ckt +clF +cnb +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +cBh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGi +aHI +aBT +aBT +aBT +aBT +aBT +aRs +aSr +aTT +biT +aSt +aSt +bjb +aKs +bbc +bem +bcY +bef +bfy +bhb +bhb +blA +bmS +bou +bpY +bjE +bsT +but +bvQ +bxa +byx +bzL +bzL +bxa +bxa +bEP +bFV +bHB +bIO +bKl +bLF +bMP +bEE +aad +bQk +bRA +bSV +bRA +bQk +bWc +bXc +bWc +bQk +caz +cbN +cay +bQk +cfc +cgh +cfc +bQk +aad +cku +clG +cnc +aad +aoB +aoB +aad +aoB +aoB +aoB +aoB +aoB +aac +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aaa +aaa +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 +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGi +aHI +aJf +aKp +aLZ +aNu +aBT +aKs +aKs +aSw +aSw +aSw +aSw +aKs +aKs +aJd +bem +baa +bee +bfz +bhc +bjW +blB +bmT +bhc +bhc +brp +bsS +but +bvR +bxb +bjc +bzM +bzM +bCr +bxa +bEQ +bFV +bHC +byu +bKm +bLF +bMP +bEE +aad +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +bQk +aad +ckv +clH +cnd +coc +coc +coc +coc +crL +aoB +aoB +aoB +aoB +aoB +aad +aoB +aaa +aaa +aad +aaa +cyv +aaa +aad +aae +aaa +aaa +aaa +aaa +aad +aad +cAY +cAY +cAY +cAY +cAY +aad +aaa +aad +cCv +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDD +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aGj +aIY +aKh +aKr +aMa +aOu +aPK +aKs +aKs +aKs +aKs +aKs +aKs +aKs +bjm +aJd +bem +baa +bee +bfz +bhc +bhc +blC +bmU +bov +bpZ +bjE +bsU +but +bvR +bxa +byz +bzN +bzM +bCs +bxa +bER +bFV +byu +byu +bKn +bLF +bMP +bEE +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +cjy +clI +cjC +cjC +cpb +cjC +cjC +crM +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +coc +cyw +coc +coc +czC +coc +coc +coc +coc +crL +cAY +cAY +cBp +cBy +cBK +cAY +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +aHw +alt +aGk +aIZ +aKi +aKr +aMb +aOu +aBT +aVn +aKs +aTU +aKs +aKs +aKs +aKs +aYk +aJd +bem +baa +bju +bfw +bhd +bhc +blC +bmV +bot +bpX +bpX +bsS +but +bvR +bxb +byA +bzO +bBe +bCt +bxa +bES +bFY +byu +byu +bKo +bLF +bMP +bEE +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bRB +bRB +bRB +bEE +bEE +bEE +cjx +ckw +clJ +cne +cof +cpc +cpV +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +aae +aae +aae +aae +aaa +aaa +aaa +cAL +cAZ +cBj +cBq +cBz +cBL +cBX +cCg +cCl +cCt +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apT +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aqK +aBW +alt +alt +aHy +aJc +aKj +aKj +aNk +aHB +aBT +aJi +baE +aJi +aVo +aVo +aVo +aJi +aJi +aJi +beo +baa +bgB +bjE +bhe +bhc +blD +bmW +bmW +bqa +brq +bsW +buu +bvS +bxa +byz +bzP +bBf +bCu +bxa +bET +byu +byu +byu +bKp +bLF +bMR +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bXd +bYh +bYh +bYh +bYh +bYh +cdT +bCw +bEE +bCw +cdV +cjy +ckx +clK +cnf +cog +cpd +cpW +cjC +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +cyv +cye +czk +cye +czM +aaa +aaa +aaa +aad +cAY +cBk +cBr +cBA +cBM +cBz +cCh +cCm +cCm +cCm +cCB +cCE +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDE +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apU +aqJ +aqJ +aqJ +atF +atI +atI +axh +ayJ +ayJ +ayJ +aBX +aHw +alt +aHz +aKm +aKk +aLS +aNm +aOz +aBT +aRn +aSB +aWK +aSB +aSB +aSB +aYp +bjn +bcb +baa +baa +bgB +bjE +bjR +bhc +bhc +bmX +bow +bqb +brr +bqb +buv +bvT +bxb +byB +bzQ +bBg +bCv +bxa +bEU +bFZ +bHD +bIP +bKq +bLG +bMS +bEZ +bPe +bQl +bPe +bPe +bPe +bPe +bWd +bMP +bEE +bZm +bEE +bEE +ccR +cdU +bYh +bYh +chn +cix +cjz +cky +clL +cng +clL +cpe +cpX +cqU +crN +cso +cso +cso +cso +cvi +aad +aoB +aaa +aaa +aad +aaa +cyv +cye +czl +czD +czM +czM +czM +czM +czM +cAY +cAY +cBs +cBB +cBN +cBY +cCg +cCg +cCg +cCg +cCg +cCF +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDp +cDw +cDm +cDn +cDw +cDp +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aqG +aqG +aqG +atG +auK +avM +axi +aqG +alt +alt +alt +alt +alt +aGk +aHI +aJi +aJi +aJi +aJi +aJi +aJi +aRo +aSC +aSB +aSB +aSB +aYq +aJi +bdZ +baa +bcZ +bgB +bjE +bhg +bix +bix +bix +box +bjE +brs +bhc +but +bhc +bxa +bxa +bzL +bzL +bxa +bxa +bEO +bGa +bjE +bjE +bjE +bLH +bLH +bLH +bPf +bQm +bRC +bSW +bUd +bQt +bWe +bMP +bEE +bCw +caA +bJZ +bEE +bEE +bEE +cgi +cho +ciy +cjA +ckz +clM +cnh +coh +cpf +cpY +cqV +crO +csp +csp +csp +aae +aae +aae +aae +aaa +aaa +aad +cye +cyx +cye +czm +czE +czM +czM +cAk +cAy +cAM +cBa +cBl +cBl +cBC +cBO +cBl +cCf +cCn +cCn +cCw +cCC +cCG +cCN +cCw +cCn +cCn +cCV +cCZ +cDd +cDj +cDm +cDq +cDb +cDo +cDF +cDJ +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +aqG +atH +auL +auL +axj +aqG +apZ +alt +alt +alt +alt +aGl +aHK +aJi +aLU +aMd +aNv +aOA +aJi +aRp +aSD +aWJ +bgZ +aSB +aSB +aZS +bbd +baa +aYz +bgB +ber +bfD +bfD +bfD +ber +ber +ber +brt +bhc +but +bhc +bfz +bhc +bhc +bhc +bhc +bhc +blD +bGb +bjE +bIQ +bgz +bjE +bMT +bOb +bPf +bQn +bQt +bSX +bUe +bVg +bWe +bMP +bEE +bCw +caB +bJZ +ccS +cdV +bEE +cgj +chp +ciz +cjB +ckA +clN +cni +coi +cpg +cpZ +cqW +crP +cqY +csY +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyy +cyR +cyA +czF +czM +cAd +cAl +cAz +cAN +cBb +cBl +cBt +cBD +cBP +cBZ +cCf +cCo +cCo +cCo +cCo +cCH +cCO +cCR +cCo +cCo +cCU +cDa +cDe +cDj +cDn +cDr +cDx +cDA +cDA +cDK +cDM +cDO +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aqG +atI +atI +aqG +axk +aqG +amI +amI +aBY +aBY +alt +aGm +aHL +aJj +aKu +aKu +aKu +aOB +aPR +aRq +aSE +aTX +biV +aSB +aSB +aYl +bbd +baa +aYz +bgB +ber +bfE +bjX +blE +bmY +boy +ber +bru +bhc +but +bvU +bfz +byC +byC +bBh +byC +bhc +bhc +bGc +bjE +bIR +bKr +bjE +bMU +bOc +bPf +bQo +bQt +bQt +aYm +bVh +bWe +bXe +bCx +bCx +bCx +bCx +bCx +cdW +cfd +cfd +chq +ciA +cjC +ckB +clO +cnj +coj +cph +cqa +cqX +crQ +csr +csZ +ctS +cuB +cvk +aaa +aae +aaa +aaa +aad +cye +cyz +cyS +czn +czn +czN +cAe +cAm +cAA +cAO +cBc +cBm +cBu +cBE +cBQ +cCa +cCi +cCp +cCp +cCx +cCp +cCI +cCP +cCS +cCp +cCT +cCW +cDb +cDf +cDk +cDo +cDs +cDy +cDB +cDA +cDL +cDN +cDP +cCU +cCU +cCU +cDQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +amI +amI +amI +amI +aBZ +aDE +alt +aGk +aHM +aJk +aKv +aMe +aNw +aOD +aJk +aRr +aSF +aTY +aVp +aSB +aYr +aZT +bbd +baa +aYz +bjv +ber +bfF +bjY +blF +bmZ +boz +bqc +brv +bqb +buw +bvV +bvV +bvV +bvV +bvV +bvV +bDN +bhc +bGc +bjE +bIS +bKs +bjE +bMV +bOd +bPf +bQp +bRD +bSY +bPg +bVi +bWf +bPe +bPe +bQl +bPe +bPe +ccT +cdX +bBr +cgk +chr +ciB +cjC +ckC +clP +cnk +cok +cpi +cqb +cqY +crR +cqY +cta +csp +csp +cvj +aaa +aae +aaa +aaa +aad +cye +cyA +cyR +cyA +czG +czO +cAf +cAn +cAB +cAP +cBd +cBn +cBv +cBF +cBR +cCb +cCj +cCq +cCq +cCy +cCq +cCq +cCq +cCq +cCq +cCq +cCX +cDc +cDg +cDl +cDg +cDt +cDz +cDA +cDA +cDA +cDm +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +atJ +aoB +alt +asL +amI +amI +amI +aCa +aDF +alt +aGk +axp +aJl +aKw +aMf +aNx +aWF +aJi +aRt +aSG +aTZ +aVp +aSB +aSB +aZT +bbd +baa +aYz +bjw +ber +bhh +bjZ +blG +bna +boA +ber +brw +bhc +blC +bvV +bxd +byD +bzR +buB +bvV +bDO +bhc +bGd +bjE +bIT +bKt +bjE +bMW +bOe +bPf +bPf +bPf +bPf +bPf +bVj +bWg +bXf +bYi +bZn +caC +bPf +bWe +bMP +bEE +bEE +bEE +bEE +cjC +cjC +cjC +cjC +col +cjA +cjA +cqZ +crS +csp +ctb +csp +cuC +aae +aae +aae +aaa +aaa +aad +cye +cye +cye +cye +czE +czP +czM +cAo +cAC +cAQ +cBe +cBl +cBl +cBC +cBS +cBl +cCf +cCn +cCn +cCz +cCn +cCJ +cCQ +cCz +cCn +cCn +cCY +aZL +cDh +cDj +cDm +cDu +cDg +cDC +cDG +cDn +cDn +cDn +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +alu +alu +alt +alt +alt +alt +alt +alt +alt +aDG +aEP +aGn +axp +aJi +aJi +aJi +aNy +aOE +aJi +aRu +aSH +aUa +aUa +aUa +aYX +aJi +bcf +baa +bda +bej +ber +ber +ber +ber +ber +boB +bqd +brx +bhb +bux +bvW +buB +buB +bzS +bBi +bvV +bDP +bhc +bGe +bHE +bIU +bKs +bLI +bIU +bKs +bPg +bQq +bRE +bSZ +bPf +bVk +bQt +bQt +bQt +bZo +caD +cbO +bWe +cdY +cfe +cfe +chs +bEE +cjD +ckD +bCw +cnl +com +cpj +cqc +cqc +bCw +bEE +aad +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +czQ +czM +cAp +cAD +cAR +cBf +cBf +cBw +cBG +cBT +cCc +cCg +cCg +cCg +cCg +cCg +cCK +cCg +cCg +cCg +cCg +cCU +cCU +cCU +cCU +cDm +cDv +cDw +cDm +cDn +cDw +cDv +cDm +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aad +aad +aaa +aaa +aaa +aaa +aaa +aae +alu +aqL +alu +asL +amI +amI +asL +amI +aor +alt +aAY +alt +aDH +alt +aGi +axp +aJm +aKx +aJi +aJi +aJi +aJi +aSu +aSB +aSB +aWL +aYo +bhy +aJi +bdH +baa +baa +bjx +bfB +bhl +bka +bka +bka +boC +bqe +bry +bry +buy +brz +bxe +byE +bzT +bBj +bvV +bwZ +bhc +bGf +bHF +bIV +bKu +bLJ +bIV +bOf +bPh +bQr +bRF +bTa +bUf +bVl +bWh +bXg +bQt +bZp +caE +cbP +ccU +cdZ +cff +cgl +cht +ciC +cjE +bCw +bCw +bCw +con +ciE +cqd +cra +crT +css +bEE +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAq +cAE +cAS +cBf +cBo +cBx +cBH +cBU +cCd +cCk +cCr +cCr +cCr +cCD +cCL +cCM +cCM +cCM +cCM +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cDH +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +adf +adM +aeD +aaa +aaQ +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +apV +amI +arN +amI +amI +amI +aqc +amI +ayK +ayK +ayK +ayK +ayK +ayK +aGo +aHN +aHS +aKy +aMg +aHS +aHS +aJi +aJi +aSI +aUb +aJi +aJi +aJi +aJi +aJi +beh +bbW +bjt +bfB +bhi +bhi +bhi +bhi +boC +bqf +brz +brz +brz +brz +bxf +byF +bzU +bBk +bvV +bDQ +bsW +bGg +bwY +bIW +bKv +blx +bMX +bOg +bPi +bQs +bRG +bTb +bPf +bVm +bVh +bXh +bYj +bZq +caF +bPf +bPf +bEE +bEE +bOi +chu +ciD +cjF +ckE +ciE +cgq +coo +ciE +cqe +cgq +crU +chv +ciC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +cAr +cAF +cAT +cBf +cBo +cBx +cBI +cBV +cCe +cCg +cCs +cCu +cCf +cCf +cCf +cCf +cCf +cCf +cCM +cCM +cCM +cCM +cDi +cDi +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaQ +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +alu +alu +alu +amI +atK +alt +amI +amI +ayK +azO +aAZ +aCb +aDI +aEQ +aGp +aHO +aHS +aKz +aMh +aHS +aOF +aOH +aOH +aSJ +aUc +aVr +aOH +aYs +aZU +aZW +baa +baa +bgB +bfB +bhj +bhi +bhi +bhi +boD +bqf +brA +bsX +buz +brz +brz +byG +bzV +bBl +brG +bDR +bEV +bEV +bEV +bIX +bKw +bDR +bMY +bOh +bPf +bPf +bPf +bPf +bPf +bVn +bWi +bXi +bYk +bZr +caG +cbQ +ccV +cea +bEE +cgm +cgq +ciE +ciE +ckF +ciE +cgq +cgq +ciE +cqf +crb +bJc +cst +ctc +ctT +cuD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +czM +czM +czM +czM +cBf +cBf +aZK +cBJ +cBW +cBf +cCf +cCf +cCf +cCf +aad +aad +aad +aad +cCf +cCf +cCf +cCf +cCf +cCf +cCf +cCU +cCU +cCU +cCU +cCU +cCU +cCU +cCU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adN +aeD +aad +adf +adN +aeD +aad +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +apY +amI +alt +avN +amI +ayK +azP +aBa +aCc +aDJ +aER +aCn +aHP +aJn +aKA +aMi +aNz +aOG +aPS +aRv +aSK +aUd +aUd +aUd +aYt +aRw +bbg +baa +baa +bgB +bfC +bhk +bkb +bkb +bkb +boE +bqf +brB +bsY +buA +bvX +bvX +byH +bzW +bBm +brG +bAj +bCR +bDU +bEn +bEq +bEY +bDR +bMZ +bOi +bPf +bQt +bQu +bQt +bUg +bQt +bVh +bXj +bYl +bZs +caD +bPf +ccW +ceb +cfg +cgn +bEZ +bEZ +cjG +ckG +bBr +cnm +bEZ +cpk +cqg +crc +crV +csu +bRB +aoB +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +cBf +cBf +cBf +cBf +cBf +aad +aaa +aad +cCA +aad +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +cDI +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apg +apg +apg +apg +apg +alt +amI +ayK +ayK +ayK +ayK +ayK +aES +aGq +aHQ +aHT +aKB +aMj +aHS +aOH +aPT +aVs +biQ +biQ +biW +aRw +aRw +aRw +bbg +baa +baa +baa +bfB +bhi +bka +bka +bka +boF +bqg +brC +bsZ +buB +bvY +bxg +byI +bzX +bBn +brG +bAk +bDS +bDV +bEo +bCR +bGh +bDR +bMZ +bOi +bPf +bQu +bQt +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccX +cec +bEE +cgo +cgq +ciF +ciE +ckH +ciE +ciE +cgq +ciE +cqh +crd +crW +chv +bRB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aad +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +adf +adN +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +aqM +arO +asM +atL +apg +avO +amI +alt +apZ +amI +aCd +arP +aET +aGr +aHR +aHS +aKC +aMk +aHS +aOI +aPT +biN +aSL +aUe +biX +aRw +aYu +aZV +aZW +baa +baa +baa +bfB +bhm +bkc +bkc +bnb +boG +bqh +brD +bta +buB +bvZ +bxh +byJ +bzU +bBo +brG +bAl +bCR +bEl +bCR +bEW +bGi +bDR +bNa +bOj +bPf +bQv +bQu +bTc +bUh +bQt +bVh +bXk +bXk +bXk +bXk +bPf +bEE +bEE +bEE +bOi +cfh +ciG +ciE +ckI +cgq +cgq +cop +ciE +cgq +chw +cfh +csv +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aaa +adO +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anJ +aoo +apd +anI +aqN +amI +aqT +amI +apg +aos +axl +arP +arP +arP +aCe +amI +aEU +aGs +amI +aHS +aKD +aMl +aHS +aOH +aPT +biN +aSM +aUf +biX +aRw +aYu +aZW +baa +baa +baa +fns +bfB +bhn +bhi +blH +bnc +boH +bqi +brE +btb +buC +btb +bxi +byJ +bzU +bBp +brG +bBF +bDT +bEm +bEp +bEX +bGj +bDR +bNb +bOi +bPf +bQu +bRH +bQt +bUg +bQt +bVh +bXk +bQp +bZt +caH +bPf +ccY +ced +cff +cgp +chv +bEE +bEE +bNb +bCw +bCw +cfh +ciE +cgq +cgq +crX +bEE +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +abL +ace +ace +adg +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +adP +akR +ace +amb +amH +ani +anK +aop +ape +apW +aqO +arP +arP +atM +apg +avP +atN +alt +alt +alt +alt +alt +aEV +aGt +aHS +aHS +aKE +aMm +aNA +aOH +aPT +biO +biR +biR +biY +aRw +aYv +aZX +baa +baa +baa +bel +bfB +bfB +bfB +bfB +bfB +boI +bqi +brF +btc +buD +buD +bxj +byK +bzY +brG +brG +bDR +bDR +bDR +bDR +bJb +bDR +bDR +bMJ +bOi +bPf +bQt +bRI +bQt +bUg +bVo +bWj +bXl +bYm +bZu +bRH +bPf +ccZ +bOi +cfh +cgq +chw +bEE +cjH +bNb +bCw +cnn +chv +bEE +bCw +cre +crY +bEE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aaa +adQ +aaa +aaa +aad +aaa +aaa +ama +ama +ama +anL +aoq +apf +apX +aqP +amI +amI +atN +apg +avQ +atN +alt +azQ +amI +alt +aaa +aEW +aGu +aHS +aJo +aKF +aMn +aNB +aOJ +aPU +aRx +aSN +aUg +aUg +aUg +aYt +aZY +baa +baa +bdb +bjy +bfB +bfB +bkd +blI +bnd +boJ +bqi +brG +brG +brG +brG +brG +byL +bzZ +brG +bCw +bDW +bEZ +bEZ +bEZ +bJc +bEZ +bEZ +bMK +bOk +bPe +bQl +bRJ +bPe +bPe +bPe +bPe +bPe +bPe +bPe +bRJ +bPe +bEZ +bOk +bJc +bNt +bNt +bNt +bNt +ckJ +bNt +bNt +coq +bEE +cqi +bEE +bEE +bEE +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaY +aaQ +acf +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aaa +ama +anI +anI +anI +anI +amI +aor +asN +atN +apg +aor +atN +ayL +amI +asN +alt +alt +aEV +aGt +aHS +aJp +aKG +aMo +aNA +aOK +aOH +aOH +aOH +aUh +aVt +aOH +aYw +aZW +baa +bca +bdc +ben +bfG +bho +bke +blJ +blJ +boK +bqj +blJ +btd +blJ +bwa +bxk +byM +bAa +bBq +bCx +bDX +bCx +bCx +bCx +bJd +bCx +bCx +bNc +bOl +bPj +bQw +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +bCx +cee +cfi +cgr +chx +chx +chx +ckK +clQ +cno +cor +bNr +bCw +bCw +cqi +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aad +aad +aad +aad +aad +aad +aad +apg +apY +amI +amI +asO +atN +apg +alt +atN +alt +alt +alt +alt +aDK +aEX +aGv +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aHT +aYx +aHT +aHT +bep +bdd +bjz +bfH +bhp +bfH +bfH +bfH +bfH +bqk +brH +bte +brH +brH +bxl +byN +bAb +bBr +bCy +bDY +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bPk +bQx +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +cnp +cor +bNr +bRB +bRB +bRB +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adR +aeD +aad +adf +adR +aeD +aad +adf +adR +aeD +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +amI +alt +asP +atN +apg +atL +atN +alt +azR +amI +alt +aDL +aEY +aGw +aHU +aHU +aHU +aHU +aHU +aHU +aHU +aRy +aHU +aHU +aVu +aWM +aYy +aZZ +aZZ +bcc +bde +bjA +bfI +bhq +bkf +blK +bne +boL +bfI +brI +btf +buE +bfL +bxm +byO +bAc +bAc +bAc +bAc +bFa +bGl +bGl +bGl +bFa +bLK +bNd +bOm +bPl +bQy +bRK +bLR +bUi +vId +bGl +bLR +bUi +vId +bGl +bLR +bUi +vId +bGl +bFa +chy +ciH +bFa +aaa +bNr +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aad +adf +adR +aeD +aaa +adf +adR +aeD +aaa +adf +adR +aeD +aad +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +apg +amI +alt +alt +api +avX +apg +aor +atN +api +amI +amI +alt +aDL +aDO +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aFb +aWN +aYz +baa +baa +bcd +bdf +beq +bfJ +bhr +bkg +blL +bkg +boM +bfI +brJ +btg +buF +bql +bxn +byP +bAc +bBs +bCz +bBs +bFa +bGl +bGl +bGl +bKB +bLL +bNe +bOn +bPm +bQz +bRL +bLR +bUj +bGl +bGl +bLR +bUj +bZv +bGl +bLR +bUj +bGl +bGl +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +adf +adS +aeD +aaa +aaQ +aad +aad +aad +aad +aad +aad +aad +apg +apZ +amI +arQ +amI +atN +alt +alt +atN +alt +alt +alt +aCf +aDM +aEZ +aGx +aHV +aJq +aKH +aMp +aNC +aOL +aPV +aRz +aMp +aUi +aFb +aWO +aYz +bab +bab +baa +bdf +beq +bfJ +bhs +bkh +blM +bnf +boN +bfI +brK +btg +buG +bql +bxo +byQ +bAc +bBt +bCA +bDZ +bFa +bGl +bGl +bJe +bGl +bLM +bNf +bOo +bPn +bQy +bRM +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bGl +bLR +bUj +bGl +bJe +bFa +chz +ciI +cjI +aaa +bPI +cnp +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aiG +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +apg +alt +alt +alt +amI +atP +auM +avR +axm +arP +azS +arP +aCg +aDN +aFa +aGy +aHW +aJr +aKI +aMp +aMp +aOL +aMp +aRz +aMp +aUi +aFb +aWP +aYA +aFb +aFb +bes +bdf +beq +bfJ +bht +bki +blN +bki +boO +bfI +brL +btg +buH +bql +bwg +byR +bAc +bBu +bCB +bEa +bFa +bGm +bGl +bGl +bGl +bLN +bNg +bOn +bPm +bQA +bRL +bLR +bUk +bVp +bWk +bLR +bYn +bZw +caI +bLR +cda +cef +cfj +bFa +chA +ciJ +bFa +aaa +bNr +cnp +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aad +aaa +aaa +aad +aad +aad +aad +alu +aqa +aqQ +alt +amI +amI +auN +amI +amI +asL +azT +asO +aCh +aDO +aFb +aFb +aHX +aJs +aKJ +aMq +aMp +aOM +aOM +aOM +aOM +aOM +aOM +aWQ +aYB +bac +aFb +bem +bdg +baa +bfK +bhu +bkj +blK +bng +boP +bfI +brM +bth +buI +bql +bwg +byS +bAd +bBv +bCC +bEb +bFa +bGl +bGl +bGl +bKC +bLO +bNh +bOn +bPo +bQB +bRN +bNk +bUl +bVq +bWl +bXm +bUl +bVq +caJ +bXm +bUl +bVq +cfk +bFa +chB +ciK +bFa +aaa +bNr +cnq +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +alu +amI +amI +arR +amI +amI +alt +alt +amI +alt +alt +alt +aCi +aDO +aFb +aGz +aHY +aJt +aJt +aMr +aND +aON +aON +aON +aON +aON +aON +aWR +aYC +bad +aFb +bem +bdf +bgB +bfL +bhv +bkk +bkk +bkk +boQ +bql +brN +bti +buJ +bql +bxp +byR +bAc +bBw +bCD +bEc +bFa +bGl +bGl +bGl +bKB +bLP +bNi +bOn +bPm +bQy +bRO +bTd +bOn +bOn +bUn +bXn +bOn +bOn +bUn +cbR +bOn +bOn +bUn +cgs +chC +ciL +cjI +aad +bPI +cnp +cos +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aad +aad +alu +aqb +amI +alt +amI +amI +alt +avS +amI +alt +azU +amI +aCi +aDO +aFb +aGA +aHZ +aJu +aJu +aMp +aMp +aOO +aMp +aRA +aRA +aUj +aVv +aWS +aOM +bae +bbh +baa +bdf +bgD +bfL +bhw +bkl +blO +bnh +boR +bqm +brO +btj +buK +bql +bwg +byR +bAc +bBx +bCE +bEd +bFa +bGl +bGl +bGl +bFa +bLQ +bNj +bOp +bPp +bQC +bRP +bTe +bUm +bVr +bWm +bVr +bYo +bVr +bWm +bVr +bYo +bVr +cfl +cgt +cgt +ciM +cjJ +ckL +clR +cnr +cot +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +amI +alt +amI +amI +api +amI +amI +aCi +aDO +aFb +aGB +aIa +aJv +aKK +aMp +aNE +aOO +aMp +aRA +aRA +aMp +aVw +aWS +aOM +aVw +aFb +bem +bdf +bjB +bfL +bhx +bkm +blP +bni +boS +bkm +brP +btk +bkm +bql +bwg +byT +bAc +bAc +bAc +bAc +bFa +bFa +bFa +bFa +bFa +bLR +bLR +bOq +bPq +bQy +bOn +bTf +bUn +bOn +bOn +bXo +bUn +bOn +bOn +cbS +bUn +bOn +bOn +cgu +chD +ciN +cjI +aad +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +alu +aph +aqc +amI +aqT +amI +amI +alt +alt +asR +alt +alt +alt +aCj +aDO +aFc +aFc +aFc +aFc +aFc +aFc +aFc +aOP +aPW +aRB +aMp +aMp +aMp +aWT +aYD +aMp +bbh +baa +bdf +bgB +bfL +bjS +bkn +bkm +bnj +boT +bqn +brQ +btl +buL +bql +bxq +byR +bAe +bBy +bCF +bEe +bFb +bGn +bHJ +bJf +bKD +bKD +bLR +bOr +bPr +bQD +bRQ +bNk +bUo +bVs +bWn +bXm +bYp +bVs +bWn +bXm +cdb +bVs +bWn +bFa +bFa +bFa +bFa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +alt +amI +amI +aqR +arS +arS +amI +alt +avT +amI +amI +api +aBb +aCk +aDP +aFd +aGC +aIb +aJw +aKL +aMs +aFc +aFb +aFb +aFb +aSO +aUk +aVx +aOM +aOM +baf +aFb +bem +bdf +bgB +bfL +bfL +bko +bkm +bnk +boU +boW +brR +btm +bkm +bql +bxr +byR +bAe +bBz +bCG +bEf +bFb +bGn +bHK +bJg +bKE +bKE +bLR +bOs +bPq +bQy +bRR +bLR +bUp +bVt +bWo +bLR +bYq +bZx +caK +bLR +cdc +ceg +cfm +bFa +aad +aad +aaa +aaa +bNr +ckO +cor +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bPI +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alu +aos +amI +aqS +arT +asQ +amI +alt +avU +amI +asL +api +amI +aCl +aDQ +aFe +aGD +aIc +aJx +aKM +aMt +aFc +aOQ +aPX +aFb +aSP +aMp +aVy +aOM +aOM +aUk +bbh +baa +bdf +baa +bfM +bhz +bkp +bkm +bnl +boV +boW +brS +btn +bkm +bwb +bxs +byU +bAf +bBA +bCH +bEg +bFb +bGo +bHL +bJg +bKF +bKF +bLR +bOt +bPq +bQE +bRS +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPI +bQO +cvM +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +aqd +aqT +amI +amI +amI +alt +avV +axn +axn +axn +axn +aCm +aDR +aFc +aFc +aFc +aJy +aKN +aFc +aFc +aOR +aPY +aRC +aMp +aUl +aKJ +aOM +aOM +aVw +aFb +bem +bdf +baa +bfN +bhA +bkq +bkm +bnm +boW +bqo +boW +bto +bkm +bwc +bxt +byV +bAg +bBB +bCI +bEh +bFb +bGn +bHM +bJh +bKF +bKF +bLR +bOu +bPq +bQy +bRT +bLR +bGl +bGl +bUj +bLR +bGl +bZv +bUj +bLR +bGl +bGl +bUj +bFa +aad +aaa +aaa +aaa +bPI +ckO +cor +bPI +aad +aad +aad +aad +aad +bNr +bNr +bPI +cvM +bPI +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +aor +alt +alt +api +alt +atO +alt +alt +avW +axo +ayM +azV +ayM +aCn +aDS +aFc +aGE +aId +aJz +aKO +aMu +aFc +aOS +aPZ +aFb +aSQ +aUm +aVz +aOM +aOM +bag +aFb +bek +bdf +baa +bfN +bhz +bkr +blQ +bnn +aRh +bqp +brT +btp +buM +bwb +bxu +byR +bAh +bBC +bCJ +bEi +bFb +bGn +bHN +bJi +bKG +bKG +bLR +bOv +bPq +bQy +bRU +bLR +bGl +iiO +bWp +bLR +bGl +iiO +bWp +bLR +bGl +iiO +bWp +bFa +aad +aad +aaa +aaa +bPI +ckO +cor +bPI +aaa +aaa +aaa +aad +aad +bNr +cuE +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +alt +alt +alt +alt +alt +amI +amI +amI +amI +amI +amI +asO +amI +avW +axp +arS +api +aqT +aCo +aDT +aFc +aGF +aIe +aJA +aKP +aKR +aFc +aCw +aCw +aCw +aCw +aCw +aCw +beg +beg +aCw +aCw +beo +bdf +baa +bjF +bfL +bfL +bfL +bfL +bfL +bql +brU +btq +bql +bql +bwg +byR +bAh +bAh +bAh +bAh +bFb +bFb +bHO +bJj +bFb +bFb +bNk +bOw +bPs +bQF +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bLR +bFa +bFa +bFa +bFa +bFa +bFa +bNr +bNr +bNr +bNr +bNr +cns +cou +bNr +bNr +bNr +bNr +bNr +bNr +bNr +cuF +cuF +cuF +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alu +amc +amI +amI +amI +amI +alt +alt +alt +arU +arU +arU +auO +avW +axq +arU +arU +arU +aCp +aDT +aFc +aGG +aIf +aJB +aKQ +aKR +aFc +aFf +aFf +aRD +aKS +aUn +aFf +aRE +aYE +bah +aCw +bfO +bdf +baa +bjG +bhB +bks +blR +bno +boX +bqq +brV +btr +buN +bwd +bxv +byW +btr +btr +btr +btr +bFc +bGp +bHP +bJk +bKH +bLS +bNl +bOx +bPt +bQG +bRV +bTg +bUq +bVu +bWq +bXp +bYr +bZy +caL +bVw +cdd +ceh +bVw +caL +chE +bQO +bNr +ckM +clS +cnt +cov +cpl +cqj +crf +crZ +csw +ctd +ctU +cuF +cvl +cvN +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alt +alt +alt +alt +alt +amI +alt +aqe +aqU +arU +asS +atQ +arU +awx +axr +ayN +azW +arU +aCq +aDT +aFc +aGH +aIg +aJC +aKR +aKR +aNF +aGN +aIi +aGN +aSR +aUo +aSR +aRE +aYF +aFf +bbi +baa +bdf +baa +bfN +bhC +bkt +blS +blS +boY +bqr +brW +blS +buO +bwe +bxw +byX +bAi +bAi +bCK +bEj +bFd +bGq +bHQ +bJl +bKI +bLT +bNm +bKI +bPu +bQH +bRW +bTh +bTh +bTh +bWr +bXq +bYs +bZz +caM +cbT +bVw +bVw +bVw +caL +bPG +ciO +cjK +ckN +clT +bPE +cow +bNr +chJ +ckW +bQO +bQO +cte +bNr +bNr +bNr +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aad +alt +amI +alt +aqf +aqV +arU +asT +atR +atR +avY +axs +ayO +ayO +arU +aCr +aDU +aFc +aGI +aGI +aJD +aFc +aFc +aFc +aOT +aQa +aOT +aSS +aUp +aSS +aRE +aYF +bai +bbi +baa +bdf +baa +bjH +bhB +bku +blT +bnp +boZ +bqs +aSx +bts +buP +bwf +bxx +byY +bts +bBD +bCL +bEk +bFe +bGr +bGr +bGr +bGr +bGr +bNn +bGr +bGr +bQI +bRV +bTh +bTh +bTh +bTh +bTh +bYt +bZA +caN +bVw +bVw +cei +cfn +caL +chF +ciP +cjL +ckO +clU +bNr +bNr +bNr +bNr +bNr +bNr +bQO +ctf +cpl +cuG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +amI +alt +alt +alt +arU +asU +atR +atR +avZ +axt +ayP +azX +arU +aCs +aVq +aFc +aGJ +aIh +aIh +aFc +aMv +aFf +aFf +aQb +aRE +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bjI +bfS +bfS +bfS +bfS +bfS +bqt +bqt +bqt +buQ +bwg +bxy +bxy +bxy +bBE +bCM +bxz +bxz +bGs +bHR +bJm +bKJ +bLU +bNo +bOy +bOy +bOy +bRX +bTi +bUr +bTh +bTh +bTh +bTh +bZB +caO +cbU +bVw +cej +bVw +caL +chG +ciQ +bNr +ckO +clV +cnu +cox +cpm +cqk +crg +bNr +bQO +chI +bNr +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +alt +amI +api +amI +amI +arU +arU +arU +auP +awa +atR +ayQ +azY +arU +aCt +aDW +aFf +aGK +aFf +aFf +aKS +aMw +aFf +aFf +aQb +aRF +aRE +aRE +aRE +aRE +aYF +aRE +bbi +baa +bdf +baa +bfN +bhD +bgR +bkv +bnq +bpa +blU +bqu +bqt +buR +bwg +bxy +brX +bsa +bsB +btQ +bBG +bxz +bGt +bHS +bJn +bHS +bGt +bGt +aad +aad +aad +bRX +bTj +bUs +bVv +bWs +bXr +bYu +bZC +caL +bVw +bVw +cek +bVw +caL +chG +ciR +bNr +ckP +clW +cdk +bSe +bSe +ccc +crh +bNr +bQO +ctg +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +alt +aos +alt +aqg +apZ +arU +asV +atS +auQ +awb +atR +ayR +azX +arU +aCu +aDX +aFg +aGL +aFg +aJE +aFg +aMx +aFg +aOU +aQc +aOU +aST +aUq +aVA +aWV +aYF +bai +bbi +baa +bdf +baa +bfN +bhE +bgS +bgR +bnr +bpb +blV +bqv +btt +buS +bwg +bxy +brY +bsb +bsV +byy +bBH +bxz +bGu +bHT +bHT +bHT +bLV +bGD +bOz +bOz +bOz +bGD +bTk +bTk +bVw +bTk +bXs +bTh +bZD +caL +caL +caL +cel +caL +caL +caL +caL +caL +ciW +clX +bNr +bNr +bNr +ccd +crh +bNr +bQO +bOH +bPI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +alt +alt +alt +alt +alt +arU +asW +atT +atQ +awc +atR +ayO +ayO +arU +aCv +aDY +aFh +aGM +aDY +aDY +aDY +aDY +aDY +aOV +aQd +aOV +aSU +aUr +aSU +aWW +aYG +aFf +bbi +baa +bdh +baa +bfR +bhD +bgR +bgR +bns +bpc +blW +bqw +btu +buT +bwh +bxz +brZ +bsA +btP +byy +bCN +bxz +bGv +bHT +bHT +bHT +bLW +bGD +bOA +bPv +bPv +bGD +bTl +bUt +bVx +bWt +bXs +bTh +bZE +caP +caP +cde +cem +cde +cgv +chH +ciS +caL +ckQ +clX +bNr +aaa +bNr +ciW +cri +bNr +bQO +bPD +bNr +aad +aad +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +arU +asX +atU +auR +awd +axu +ayS +azZ +arU +aCw +aDZ +aCw +aGN +aIi +aGN +aIi +aCw +aNG +aCw +aQe +aCw +aSV +aFf +aVB +aWX +aYH +baj +aCw +bbW +bdi +bbW +bfS +bfS +bio +bkw +bln +blq +blX +bqY +btv +buU +bwi +bxz +bzc +bAm +bBI +byZ +bCO +bxz +bGw +bHT +bHT +bKK +bLX +bGD +bOB +bPw +bQJ +bGD +bTm +bUu +bVy +bVz +bXs +bTh +bZE +caQ +caQ +cde +cen +cde +cgv +chH +ciS +caL +ckR +clX +bPI +aaa +bPI +ccd +crh +bQO +bQO +bNr +bNr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arU +arU +arU +arU +arU +arU +arU +arU +arU +aCw +aEa +aCw +aGO +aIj +aJF +aIj +aCw +aNH +aOW +aQf +aCw +aCw +aCw +aCw +aYI +bjs +aCw +aCw +bcg +bdj +bet +bfS +bhF +bgR +bkx +blo +bgR +bog +bgR +btt +buV +bwj +bxz +bzd +bAn +bBJ +bza +bCP +bxz +bGx +bHT +bJo +bKL +bLY +bGD +bOC +bPx +bOC +bGD +bTl +bUv +bVz +bVw +bXs +bYv +bZF +caR +cbV +cdf +ceo +cfo +cgw +cgw +cgw +cjM +ckS +clY +bPI +aaa +bPI +ccd +clU +bNr +bNr +bNr +aaa +aaa +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaY +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +arV +aad +aoB +aoB +arV +aad +aad +aad +arV +aCw +aEb +aCw +aGP +aGP +aGP +aGP +aCw +aCw +aCw +aCw +aCw +aSW +aUs +aVC +aWZ +aYJ +bak +bbj +aSX +bdk +beu +bfS +bhG +bgR +bky +blp +blr +boh +bqZ +bqt +buW +bwk +bxz +bze +bAo +bBK +bzb +bCQ +bxz +bGy +bHT +bJp +bKM +bLZ +bNp +bOD +bPy +bQK +bRY +bTn +bUw +bVA +bWu +bXt +bYw +bZG +caS +cbW +cdg +cdg +cfp +cgx +cdg +cdg +cjN +ckT +clZ +bNr +aaa +bNr +ccd +clU +aad +aad +aad +aad +aad +aaQ +aaa +aad +aaa +acf +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aaa +aMy +aNI +aOX +aQg +aMz +aSX +aQj +aQj +aXa +aYK +bal +aQj +aQj +bdk +bev +bfS +bfS +bfS +bfS +bfS +bfS +bfS +bsc +bfS +buX +bwl +bxz +bxz +bAp +bAp +bAp +bAp +bAp +bGz +bHT +bJq +bHT +bMa +bGD +bOC +bPz +bOC +bRZ +bSb +bSb +bSb +bSb +bSb +bYx +bZH +caT +cbX +bYx +bSb +bSb +bSc +caL +caL +caL +bNr +cma +bNr +bNr +bNr +ccd +clU +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +cwo +cwP +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aad +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aNJ +aOY +aQh +aRG +aQh +aQh +aQh +aXb +aYL +bam +bbk +bch +bdl +bew +bfT +bhH +bkz +bkz +bkz +bpe +bqA +bsd +bfS +buY +bwm +bxA +bzf +bse +bBL +bBL +bBL +bse +bGA +bHU +bJq +bKN +bHT +bNq +bOE +bPA +bQL +bSa +bTo +bUx +bVB +bWv +bXu +bYy +bZI +caU +cbY +cdh +cep +cfq +bSc +chI +bNr +chJ +bNr +cmb +cnv +bQO +bQO +cql +crj +aaa +aaa +aaa +aaa +aaa +aaY +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +aaF +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMy +aRk +aOZ +aQi +aRH +aQi +aQi +aQi +aXc +aYM +aQi +aQi +bci +aQi +aQi +bfU +bhI +bhI +bhI +bnw +bpf +bqB +bfS +bfS +buZ +bwn +bxB +bzg +bse +bBL +bBL +bBL +bse +bGB +bHV +bJq +bKO +bHT +bHT +bOF +bPB +bQM +bSb +bTp +bUy +bUA +bUA +bXv +bYz +bYz +caV +cbZ +bUA +ceq +cfr +bSc +bQO +bNr +bNr +bNr +cmc +bSe +bSe +bSe +cqm +crj +aaa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aad +cwo +cwQ +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaF +aoB +aoB +aoB +arV +aoB +aoB +aoB +arV +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNL +aPa +aQj +aMz +aQj +aQj +aQj +aPa +aQj +aQj +aQj +bcj +bdm +aQj +bfV +aMz +aaa +blY +bnx +bpg +bqC +bse +btw +bva +bwo +bxC +bzh +bAq +bBL +bCS +bBL +bse +bGC +bHW +bJq +bKP +bMb +bHT +bOG +bPC +bQN +bSb +bTq +bUz +bVC +bWw +bXw +bYA +bZJ +caW +cca +cdi +bUz +cfs +bSc +bQO +ciT +cjO +bNr +cmd +cnw +coy +cpn +cqn +crk +aad +aad +aad +aad +aad +aad +aad +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aad +aad +aaa +aad +aaa +aaa +aaa +aad +aMz +aNM +aPb +aQj +aMz +aQj +aPb +aPb +aXd +aYN +aPb +aQj +bck +aQj +aPb +bfW +aMz +aad +blY +bny +bph +bqD +bse +btx +bvb +bwp +bxD +bzi +bAq +bBL +bCT +bEr +bse +bGD +bGD +bJr +bKQ +bGD +bGD +bGD +bGD +bGD +bSc +bTr +bUA +bUA +bUA +bXx +bYB +bZK +caX +bUA +bUA +bUA +bUA +bSc +bQO +ciU +bSe +ckU +cme +clU +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +cwo +cwQ +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +arV +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aad +aad +aad +aad +aMz +aMz +aMz +aQk +aMz +aSY +aMz +aMz +aMz +aMz +aMz +bbl +aMz +bdn +aMz +aMz +aMz +aaa +blY +bnz +bph +bqD +bse +bty +bvb +bwq +bxC +bzj +bAq +bBL +bBL +bBL +bse +bGE +blY +bJs +bKR +bMc +bNr +bOH +bPD +bQO +bSc +bTs +bUB +bVD +bUA +bXy +bYC +bZL +caY +ccb +bVD +cer +cft +bSc +chJ +ciV +cjP +bNr +cmf +cnx +coz +cpo +cqo +crl +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwR +aaa +aaa +aaa +cwR +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +arV +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aad +aMz +aQl +aMz +aQl +aMz +aZN +aZP +bjh +aMz +aQl +aMz +aQl +aMz +aad +aad +aad +blY +bnA +bph +bqD +bse +btz +bvb +bwr +bxE +bzg +bse +bBL +bBL +bBL +bse +bGF +bHX +bJt +bKS +bMd +bNs +bOI +bOI +bQP +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bSc +bNr +ciW +bNr +bNr +cmg +cny +coA +cpp +cqp +crm +csb +csx +cth +ctV +ctV +ctV +cvO +cwp +cwp +cwp +cwp +cwp +cwp +cwp +czo +ctV +czS +ctV +ctV +ctV +cAU +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aad +aaa +aad +aaa +aaa +aaa +aad +aad +aaa +aMz +aQl +aMz +aQl +aMz +aZO +aZO +aZO +aMz +aQl +aMz +aQl +aMz +aaa +aad +aaa +aad +aaa +bph +bqD +bse +btA +bvc +bws +bxC +bzk +bAr +bBL +bBL +bBL +bse +bGG +bHY +bJu +bKT +bMe +bNt +bOJ +bPE +bQQ +bSd +bTt +bUC +bVE +bVE +bVE +bVE +bVE +bVE +bVE +bVE +ces +bVE +bVE +bVE +ciX +ces +bVE +cmh +cnz +coB +cpq +cqq +crn +csa +csa +csa +aaa +aaa +aad +aaa +aaa +cwS +aaa +aaa +aaa +cwS +aaa +aaa +aaa +czR +aaa +aaa +aaa +aad +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aoB +aoB +aoB +aad +aoB +aoB +aoB +aoB +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQm +aMz +aQl +aMz +aZP +aZO +aZN +aMz +aQl +aMz +bdo +aMz +aaa +aaa +aaa +aad +aaa +bph +bqD +bse +bse +bvd +bwt +bse +bse +bse +bse +bse +bse +bse +bGG +bHZ +bJv +bKU +bGt +bGt +bGt +bNr +bQR +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bNr +bNr +bNr +bNr +coz +coz +coz +coz +csa +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +aad +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQl +aMz +aQl +aMz +aMz +aMz +aMz +aMz +aQl +aMz +aQl +aMz +aaa +aaa +aaa +aad +aad +bph +bqE +bkz +btB +bve +bwu +bxF +bxF +bxF +bxF +bxF +bEs +bxF +bGH +bHZ +bJw +bKV +bMf +bNu +bGt +bPF +bQS +bSe +bSe +bSe +bSe +bSe +bSe +bSe +bSe +caZ +ccc +cdj +cet +bNr +cgy +chK +ccd +bNr +ckV +cgz +bNr +aaa +aaa +aad +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMz +aQn +aRI +aSZ +aMz +aaa +aaa +aaa +aMz +aSZ +aRI +bdp +aMz +aaa +aaa +aad +aad +aad +bpi +bhI +bhI +bhI +bhI +bwv +bxG +bhI +bhI +bhI +bhI +bEt +bhI +bGI +bIa +bJx +bKW +bMg +bNv +bGt +bPG +bQT +bSf +bNr +bNr +bNr +bNr +bNr +bNr +bNr +bNr +ccd +bQT +ceu +bNr +cgz +bQO +ccd +cjQ +ckW +bQO +bNr +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +cwo +cwT +cxw +aad +cwo +cwT +cxw +aad +cwo +cwT +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aTa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +bxH +bzl +bAs +bBM +bCU +bEu +bFf +bGt +bIb +bJy +bKX +bMg +bNw +bGt +bPH +bQU +bSg +bNr +aaa +aaa +aad +aaa +aad +bNr +cba +bQS +cdk +bSe +bSe +bSe +bSe +ciY +bNr +bQO +cmi +bNr +aad +aad +aaa +aad +aad +aad +aad +aad +aad +aad +aad +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aaa +cwo +cwT +cxw +aad +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxI +bzm +bzm +bBN +bzm +bzm +bFg +bGt +bIc +bJz +bKY +bGt +bNx +bGt +bPI +bPI +bPI +bNr +aaa +aaa +aad +aaa +aad +bNr +bNr +bPI +bPI +bPI +bNr +bNr +bNr +ciZ +bNr +bNr +bNr +bNr +aad +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaY +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +cwo +cwU +cxw +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bww +bxJ +bzn +bAt +bBO +bCV +bzn +blY +blY +bGt +bHS +bHS +bGt +bNy +bGt +aad +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aad +aad +bNr +cja +bNr +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaQ +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aad +aaa +aaY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +blY +blY +blY +blY +blY +blY +blY +blY +aad +atJ +atJ +atJ +aad +aaa +aad +atJ +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aae +aad +aaa +aaa +aaa +aaa +aad +bNr +cjb +bNr +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aad +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aad +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aad +aae +aae +aae +aad +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bzo +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aae +aaa +aaa +aaa +aaa +aad +aaa +aad +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +atJ +aaa +atJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aaa +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bNz +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bNA +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMh +bNz +bOK +bIe +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLa +bMi +bMi +bMi +bPJ +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +bIe +bJA +bLb +bMi +bNB +bMi +bPK +bQV +bIe +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +bId +bId +bLc +bMi +bMi +bMi +bPL +bId +bId +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bIe +bMj +bNC +bOL +bPM +bPM +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bKZ +bIe +bND +bIe +bKZ +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +bIe +bId +bIe +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aac +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aad +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aad +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aoB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} From e81178a0dd5bfd00d5bbac46ff2cbe476ad81c32 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Fri, 7 Feb 2020 20:51:36 -0800 Subject: [PATCH 54/54] aa --- code/modules/mob/living/carbon/human/species_types/plasmamen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm index 0345fe82..b59869e1 100644 --- a/code/modules/mob/living/carbon/human/species_types/plasmamen.dm +++ b/code/modules/mob/living/carbon/human/species_types/plasmamen.dm @@ -12,9 +12,9 @@ mutantliver = /obj/item/organ/liver/plasmaman mutantstomach = /obj/item/organ/stomach/plasmaman burnmod = 1.5 + brutemod = 1.5 heatmod = 1.5 breathid = "tox" - speedmod = 1 damage_overlay_type = ""//let's not show bloody wounds or burns over bones. var/internal_fire = FALSE //If the bones themselves are burning clothes won't help you much disliked_food = FRUIT

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%0AgU)L3 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 delta 179885 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 diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 57530d4c5721421d06ea4b51b27274eb0463186b..c6933b0672b1f8016194096da32ac72134105527 100644 GIT binary patch literal 99023 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